@charset "UTF-8";


fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 23px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  /*font-weight: 700;*/
  cursor: pointer
}
input[type=search] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none
}
input[type=checkbox],
input[type=radio] {
  margin: 4px 0 0;
  line-height: normal
}
input[type=file] {
  display: block
}
input[type=range] {
  display: block;
  width: 100%
}
select[multiple],
select[size] {
  height: auto
}
input[type=checkbox]:focus,
input[type=file]:focus,
input[type=radio]:focus {
  outline: -webkit-focus-ring-color auto 5px;
  outline-offset: -2px
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.7;
  color: #555
}
.form-control {
	-webkit-box-sizing: border-box;
  box-sizing: border-box
}
 .form-control {
  display: block;
  width: 100%;
  height: 55px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.7;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1
}
.form-control:-ms-input-placeholder {
  color: #999
}
.form-control::-webkit-input-placeholder {
  color: #999
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed
}
textarea.form-control {
  height: auto
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
  input[type=date].form-control,
  input[type=datetime-local].form-control,
  input[type=month].form-control,
  input[type=time].form-control {
    line-height: 37px
  }
  .input-group-sm input[type=date],
  .input-group-sm input[type=datetime-local],
  .input-group-sm input[type=month],
  .input-group-sm input[type=time],
  input[type=date].input-sm,
  input[type=datetime-local].input-sm,
  input[type=month].input-sm,
  input[type=time].input-sm {
    line-height: 30px
  }
  .input-group-lg input[type=date],
  .input-group-lg input[type=datetime-local],
  .input-group-lg input[type=month],
  .input-group-lg input[type=time],
  input[type=date].input-lg,
  input[type=datetime-local].input-lg,
  input[type=month].input-lg,
  input[type=time].input-lg {
    line-height: 46px
  }
}
/*コンタクトフォームradio*/

.radios .wpcf7-list-item {
  margin: 0!important;
	width: 100%;
}

.radios .wpcf7-list-item span {
  padding-right:3.5em
	
}


.radios .wpcf7-list-item.first {
  margin: 0;
}
.radios .wpcf7-list-item-label {
  cursor: pointer;
  display: flex;
	
}
/* デフォルトのボタン */
.radios input[type="radio"] {
  opacity: 0; /* デフォルトのボタンを非表示 */
  position: absolute;
}
/* チェック前のボタン */
.radios .wpcf7-list-item-label::before {
  background: #fff;
  border: 1px solid #333;
  border-radius: 100%; /* ラジオボタンっぽく丸くする */
  content: "";
  height: 1.2em;
  margin-bottom: auto;
  margin-right: .5em;
  margin-top: auto;
  transition: background-color .5s; /* 色をじんわり変化させる */
  width: 1.2em;
}
/* チェック後のボタン */
.radios input[type="radio"]:checked + .wpcf7-list-item-label::before {
  background-color: #7fbfff; /* チェック後の中心の色 */
  box-shadow: inset 0 0 0 3px #fff; /* 中心の色のスタイル */
}



/*//コンタクトフォームradio*/


/*.form-group {
  margin-bottom: 15px
}
.checkbox,
.radio {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px
}
.checkbox label,
.radio label {
  min-height: 23px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer
}*/
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox],
.radio input[type=radio],
.radio-inline input[type=radio] {
  position: absolute;
  margin-left: -20px
}
.checkbox + .checkbox,
.radio + .radio {
  margin-top: -5px
}
.checkbox-inline,
.radio-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: 400;
  cursor: pointer
}
.checkbox-inline + .checkbox-inline,
.radio-inline + .radio-inline {
  margin-top: 0;
  margin-left: 10px
}
.checkbox-inline.disabled,
.checkbox.disabled label,
.radio-inline.disabled,
.radio.disabled label,
fieldset[disabled] .checkbox label,
fieldset[disabled] .checkbox-inline,
fieldset[disabled] .radio label,
fieldset[disabled] .radio-inline,
fieldset[disabled] input[type=checkbox],
fieldset[disabled] input[type=radio],
input[type=checkbox].disabled,
input[type=checkbox][disabled],
input[type=radio].disabled,
input[type=radio][disabled] {
  cursor: not-allowed
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 37px
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px
}
select.input-sm {
  height: 30px;
  line-height: 30px
}
select[multiple].input-sm,
textarea.input-sm {
  height: auto
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px
}
.form-group-sm select[multiple].form-control,
.form-group-sm textarea.form-control {
  height: auto
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 35px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px
}
select.input-lg {
  height: 46px;
  line-height: 46px
}
select[multiple].input-lg,
textarea.input-lg {
  height: auto
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px
}
.form-group-lg select[multiple].form-control,
.form-group-lg textarea.form-control {
  height: auto
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 41px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.33333
}
.has-feedback {
  position: relative
}
.has-feedback .form-control {
  padding-right: 46.25px
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 37px;
  height: 37px;
  line-height: 37px;
  text-align: center;
  pointer-events: none
}
.form-group-lg .form-control + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px
}
.form-group-sm .form-control + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px
}
.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .control-label,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.checkbox label,
.has-success.checkbox-inline label,
.has-success.radio label,
.has-success.radio-inline label {
  color: #3c763d
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8
}
.has-success .form-control-feedback {
  color: #3c763d
}
.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning .control-label,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline,
.has-warning.checkbox label,
.has-warning.checkbox-inline label,
.has-warning.radio label,
.has-warning.radio-inline label {
  color: #8a6d3b
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3
}
.has-warning .form-control-feedback {
  color: #8a6d3b
}
.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label {
  color: #a94442
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede
}
.has-error .form-control-feedback {
  color: #a94442
}
.has-feedback label ~ .form-control-feedback {
  top: 28px
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373
}
.form-horizontal .checkbox,
.form-horizontal .checkbox-inline,
.form-horizontal .radio,
.form-horizontal .radio-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px
}
.form-horizontal .checkbox,
.form-horizontal .radio {
  min-height: 30px
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px
}
.form-horizontal .form-group:after,
.form-horizontal .form-group:before {
  content: " ";
  display: table
}
.form-horizontal .form-group:after {
  clear: both
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px
}
@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 .form-control,
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn {
    width: auto
  }
  .form-inline .input-group > .form-control {
    width: 100%
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle
  }
  .form-inline .checkbox,
  .form-inline .radio {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle
  }
  .form-inline .checkbox label,
  .form-inline .radio label {
    padding-left: 0
  }
  .form-inline .checkbox input[type=checkbox],
  .form-inline .radio input[type=radio] {
    position: relative;
    margin-left: 0
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0
  }
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px
  }
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px
  }
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.7;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: -webkit-focus-ring-color auto 5px;
  outline-offset: -2px
}
.btn.focus,
.btn:focus,
.btn:hover {
  color: #333;
  text-decoration: none
}
.btn.active,
.btn:active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
  box-shadow: inset 0 3px 5px rgba(0,0,0,.125)
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: .65;
  -webkit-box-shadow: none;
  box-shadow: none
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc
}
.btn-default.focus,
.btn-default:focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c
}
.btn-default.active,
.btn-default:active,
.btn-default:hover,
.open>.btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad
}
.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open > .btn-default.dropdown-toggle.focus,
.open > .btn-default.dropdown-toggle:focus,
.open > .btn-default.dropdown-toggle:hover {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c
}
.btn-default.active,
.btn-default:active,
.open > .btn-default.dropdown-toggle {
  background-image: none
}
.btn-default.disabled.focus,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled].focus,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
  background-color: #fff;
  border-color: #ccc
}
.btn-default .badge {
  color: #fff;
  background-color: #333
}
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4
}
.btn-primary.focus,
.btn-primary:focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40
}
.btn-primary.active,
.btn-primary:active,
.btn-primary:hover,
.open>.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #286090;
  border-color: #204d74
}
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .btn-primary.dropdown-toggle.focus,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle:hover {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40
}
.btn-primary.active,
.btn-primary:active,
.open > .btn-primary.dropdown-toggle {
  background-image: none
}
.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled].focus,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
  background-color: #337ab7;
  border-color: #2e6da4
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c
}
.btn-success.focus,
.btn-success:focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625
}
.btn-success.active,
.btn-success:active,
.btn-success:hover,
.open>.btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  border-color: #398439
}
.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open > .btn-success.dropdown-toggle.focus,
.open > .btn-success.dropdown-toggle:focus,
.open > .btn-success.dropdown-toggle:hover {
  color: #fff;
  background-color: #398439;
  border-color: #255625
}
.btn-success.active,
.btn-success:active,
.open > .btn-success.dropdown-toggle {
  background-image: none
}
.btn-success.disabled.focus,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled].focus,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
  background-color: #5cb85c;
  border-color: #4cae4c
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da
}
.btn-info.focus,
.btn-info:focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85
}
.btn-info.active,
.btn-info:active,
.btn-info:hover,
.open>.btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc
}
.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.open > .btn-info.dropdown-toggle.focus,
.open > .btn-info.dropdown-toggle:focus,
.open > .btn-info.dropdown-toggle:hover {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85
}
.btn-info.active,
.btn-info:active,
.open > .btn-info.dropdown-toggle {
  background-image: none
}
.btn-info.disabled.focus,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled].focus,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
  background-color: #5bc0de;
  border-color: #46b8da
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236
}
.btn-warning.focus,
.btn-warning:focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d
}
.btn-warning.active,
.btn-warning:active,
.btn-warning:hover,
.open>.btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512
}
.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning:active.focus,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open > .btn-warning.dropdown-toggle.focus,
.open > .btn-warning.dropdown-toggle:focus,
.open > .btn-warning.dropdown-toggle:hover {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d
}
.btn-warning.active,
.btn-warning:active,
.open > .btn-warning.dropdown-toggle {
  background-image: none
}
.btn-warning.disabled.focus,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled].focus,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
  background-color: #f0ad4e;
  border-color: #eea236
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a
}
.btn-danger.focus,
.btn-danger:focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19
}
.btn-danger.active,
.btn-danger:active,
.btn-danger:hover,
.open>.btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925
}
.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger:active.focus,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open > .btn-danger.dropdown-toggle.focus,
.open > .btn-danger.dropdown-toggle:focus,
.open > .btn-danger.dropdown-toggle:hover {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19
}
.btn-danger.active,
.btn-danger:active,
.open > .btn-danger.dropdown-toggle {
  background-image: none
}
.btn-danger.disabled.focus,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled].focus,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
  background-color: #d9534f;
  border-color: #d43f3a
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff
}
.btn-link {
  color: #333;
  font-weight: 400;
  border-radius: 0
}
.btn-link,
.btn-link.active,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none
}
.btn-link,
.btn-link:active,
.btn-link:focus,
.btn-link:hover {
  border-color: transparent
}
.btn-link:focus,
.btn-link:hover {
  color: #595959;
  text-decoration: underline;
  background-color: transparent
}
.btn-link[disabled]:focus,
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:hover {
  color: #777;
  text-decoration: none
}
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px
}
.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px
}
.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px
}
.btn-block {
  display: block;
  width: 100%
}
.btn-block + .btn-block {
  margin-top: 5px
}
input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
  width: 100%
}
.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  transition: opacity .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: .35s;
  transition-duration: .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-right: 4px solid transparent;
  border-left: 4px solid transparent
}
.dropdown,
.dropup {
  position: relative
}
.dropdown-toggle:focus {
  outline: 0
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
  background-clip: padding-box
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto
}
.dropdown-menu .divider {
  height: 1px;
  margin: 10.5px 0;
  overflow: hidden;
  background-color: #e5e5e5
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.7;
  color: #333;
  white-space: nowrap
}
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:focus,
.dropdown-menu > .disabled > a:hover {
  color: #777
}
.dropdown-menu > .disabled > a:focus,
.dropdown-menu > .disabled > a:hover {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  cursor: not-allowed
}
.open > .dropdown-menu {
  display: block
}
.open > a {
  outline: 0
}
.dropdown-menu-right {
  left: auto;
  right: 0
}
.dropdown-menu-left {
  left: 0;
  right: auto
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.7;
  color: #777;
  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;
  content: ""
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none
}
.nav:after,
.nav:before {
  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:focus,
.nav > li > a:hover {
  text-decoration: none;
  background-color: #eee
}
.nav > li.disabled > a {
  color: #777
}
.nav > li.disabled > a:focus,
.nav > li.disabled > a:hover {
  color: #777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed
}
.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
  background-color: #eee;
  border-color: #333
}
.nav .nav-divider {
  height: 1px;
  margin: 10.5px 0;
  overflow: hidden;
  background-color: #e5e5e5
}
.nav > li > a > img {
  max-width: none
}
.nav-tabs {
  border-bottom: 1px solid #ddd
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.7;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0
}
.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  color: #555;
  background-color: #fff;
  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:focus,
.nav-pills > li.active > a:hover {
  color: #fff;
  background-color: #337ab7
}
.nav-stacked > li {
  float: none
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0
}
.nav-justified,
.nav-tabs.nav-justified {
  width: 100%
}
.nav-justified > li,
.nav-tabs.nav-justified > li {
  float: none
}
.nav-justified > li > a,
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto
}
.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-justified > .active > a:focus,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:hover {
  border: 1px solid #ddd
}
@media (min-width:768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto
  }
  .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 > 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-justified > .active > a:focus,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:hover {
    border-bottom-color: #fff
  }
}
.tab-content > .tab-pane {
  display: none
}
.tab-content > .active {
  display: block
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 23px;
  border: 1px solid transparent
}
.navbar:after,
.navbar:before {
  content: " ";
  display: table
}
.navbar:after {
  clear: both
}
.navbar-header:after,
.navbar-header:before {
  content: " ";
  display: table
}
.navbar-header:after {
  clear: both
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
  -webkit-overflow-scrolling: touch
}
.navbar-collapse:after,
.navbar-collapse:before {
  content: " ";
  display: table
}
.navbar-collapse:after {
  clear: both
}
.navbar-collapse.in {
  overflow-y: auto
}
.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
  max-height: 340px
}
@media (max-device-width:480px) and (orientation:landscape) {
  .navbar-fixed-bottom .navbar-collapse,
  .navbar-fixed-top .navbar-collapse {
    max-height: 200px
  }
}
.container > .navbar-collapse,
.container > .navbar-header,
.container-fluid > .navbar-collapse,
.container-fluid > .navbar-header {
  margin-right: -15px;
  margin-left: -15px
}
@media (min-width:768px) {
  .navbar {
    border-radius: 4px
  }
  .navbar-header {
    float: left
  }
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none
  }
  .navbar-collapse.collapse {
    display: block!important;
    height: auto!important;
    padding-bottom: 0;
    overflow: visible!important
  }
  .navbar-collapse.in {
    overflow-y: visible
  }
  .navbar-fixed-bottom .navbar-collapse,
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse {
    padding-left: 0;
    padding-right: 0
  }
  .container > .navbar-collapse,
  .container > .navbar-header,
  .container-fluid > .navbar-collapse,
  .container-fluid > .navbar-header {
    margin-right: 0;
    margin-left: 0
  }
  .navbar-static-top {
    border-radius: 0
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px
}
.navbar-fixed-bottom,
.navbar-fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0
}
.navbar-brand {
  float: left;
  padding: 13.5px 15px;
  font-size: 18px
}
.navbar-brand:focus,
.navbar-brand:hover {
  text-decoration: none
}
.navbar-brand > img {
  display: block
}
@media (min-width:768px) {
  .navbar-fixed-bottom,
  .navbar-fixed-top {
    border-radius: 0
  }
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px
  }
  .navbar-toggle {
    display: none
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-bottom: 8px;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px
}
.navbar-toggle:focus {
  outline: 0
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px
}
.navbar-nav {
  margin: 6.75px -15px
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 23px
}
@media (max-width:767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none
  }
  .navbar-nav .open .dropdown-menu .dropdown-header,
  .navbar-nav .open .dropdown-menu > li > a {
    padding: 5px 15px 5px 25px
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 23px
  }
  .navbar-nav .open .dropdown-menu > li > a:focus,
  .navbar-nav .open .dropdown-menu > li > a:hover {
    background-image: none
  }
}
@media (min-width:768px) {
  .navbar-nav {
    float: left;
    margin: 0
  }
  .navbar-nav > li {
    float: left
  }
  .navbar-nav > li > a {
    padding-top: 13.5px;
    padding-bottom: 13.5px
  }
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle
  }
  .navbar-form .form-control-static {
    display: inline-block
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle
  }
  .navbar-form .input-group .form-control,
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn {
    width: auto
  }
  .navbar-form .input-group > .form-control {
    width: 100%
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle
  }
  .navbar-form .checkbox,
  .navbar-form .radio {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle
  }
  .navbar-form .checkbox label,
  .navbar-form .radio label {
    padding-left: 0
  }
  .navbar-form .checkbox input[type=checkbox],
  .navbar-form .radio input[type=radio] {
    position: relative;
    margin-left: 0
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0
  }
}
.navbar-form {
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);
  margin: 6.5px -15px
}
@media (max-width:767px) {
  .navbar-form .form-group {
    margin-bottom: 5px
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #333
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #999;
    background-color: transparent
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
    color: #555;
    background-color: transparent
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover {
    color: #ccc;
    background-color: transparent
  }
}
@media (min-width:768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none
  }
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-radius: 4px 4px 0 0
}
.navbar-btn {
  margin-top: 6.5px;
  margin-bottom: 6.5px
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px
}
.navbar-text {
  margin-top: 13.5px;
  margin-bottom: 13.5px
}
@media (min-width:768px) {
  .navbar-left {
    float: left!important
  }
  .navbar-right {
    float: right!important;
    margin-right: -15px
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0
  }
}
.navbar-default .navbar-brand {
  color: #333
}
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
  color: #1a1a1a;
  background-color: transparent
}
.navbar-default .navbar-text {
  color: #777
}
.navbar-default .navbar-nav > li > a {
  color: #333
}
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
  color: #999;
  background-color: transparent
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
  color: #555;
  background-color: transparent
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:focus,
.navbar-default .navbar-nav > .disabled > a:hover {
  color: #ccc;
  background-color: transparent
}
.navbar-default .navbar-toggle {
  border-color: #ccc
}
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
  background-color: #eee
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #313132
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
  background-color: transparent;
  color: #555
}
.navbar-default .navbar-link {
  color: #333
}
.navbar-default .navbar-link:hover {
  color: #999
}
.navbar-default .btn-link {
  color: #333
}
.navbar-default .btn-link:focus,
.navbar-default .btn-link:hover {
  color: #999
}
.navbar-default .btn-link[disabled]:focus,
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:focus,
fieldset[disabled] .navbar-default .btn-link:hover {
  color: #ccc
}
.navbar-inverse {
  background-color: #222;
  border-color: #090909
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d
}
.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover {
  color: #fff;
  background-color: transparent
}
.navbar-inverse .navbar-nav>li>a,
.navbar-inverse .navbar-text {
  color: #9d9d9d
}
.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > li > a:hover {
  color: #fff;
  background-color: transparent
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .active > a:hover {
  color: #fff;
  background-color: #090909
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:focus,
.navbar-inverse .navbar-nav > .disabled > a:hover {
  color: #444;
  background-color: transparent
}
.navbar-inverse .navbar-toggle {
  border-color: #333
}
.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
  background-color: #333
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:focus,
.navbar-inverse .navbar-nav > .open > a:hover {
  background-color: #090909;
  color: #fff
}
@media (max-width:767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #fff;
    background-color: transparent
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover {
    color: #fff;
    background-color: #090909
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover {
    color: #444;
    background-color: transparent
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d
}
.navbar-inverse .navbar-link:hover {
  color: #fff
}
.navbar-inverse .btn-link {
  color: #9d9d9d
}
.navbar-inverse .btn-link:focus,
.navbar-inverse .btn-link:hover {
  color: #fff
}
.navbar-inverse .btn-link[disabled]:focus,
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover {
  color: #444
}
.breadcrumb {
  padding: 0;
  margin-bottom: 23px;
  list-style: none;
  background-color: transparent;
  border-radius: 4px
}
.breadcrumb > li {
  display: inline-block
}
.breadcrumb > li + li:before {
  content: "> ";
  padding: 0 5px;
  color: #333;
  vertical-align: 1px
}
.breadcrumb > .active {
  color: #333
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 23px 0;
  border-radius: 4px
}
.pagination > li {
  display: inline
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.7;
  text-decoration: none;
  color: #333;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  z-index: 2;
  color: #595959;
  background-color: #eee;
  border-color: #ddd
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  z-index: 3;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
  cursor: default
}
.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
  color: #777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px
}
.label {
  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:focus,
a.label:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer
}
.label-default {
  background-color: #777
}
.label-default[href]:focus,
.label-default[href]:hover {
  background-color: #5e5e5e
}
.label-primary {
  background-color: #337ab7
}
.label-primary[href]:focus,
.label-primary[href]:hover {
  background-color: #286090
}
.label-success {
  background-color: #5cb85c
}
.label-success[href]:focus,
.label-success[href]:hover {
  background-color: #449d44
}
.label-info {
  background-color: #5bc0de
}
.label-info[href]:focus,
.label-info[href]:hover {
  background-color: #31b0d5
}
.label-warning {
  background-color: #f0ad4e
}
.label-warning[href]:focus,
.label-warning[href]:hover {
  background-color: #ec971f
}
.label-danger {
  background-color: #d9534f
}
.label-danger[href]:focus,
.label-danger[href]:hover {
  background-color: #c9302c
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777;
  border-radius: 10px
}
.badge:empty {
  display: none
}
.btn .badge {
  position: relative;
  top: -1px
}
.btn-group-xs > .btn .badge,
.btn-xs .badge {
  top: 0;
  padding: 1px 5px
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #333;
  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:focus,
a.badge:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 23px;
  line-height: 1.7;
  background-color: #fff;
  border: 1px solid #999;
  border-radius: 0;
  -webkit-transition: border .2s ease-in-out;
  transition: border .2s ease-in-out
}
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto
}
.thumbnail .caption {
  padding: 9px;
  color: #333
}
a.thumbnail.active,
a.thumbnail:focus,
a.thumbnail:hover {
  border-color: #333
}
.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 > .pull-right,
.media-right {
  padding-left: 10px
}
.media > .pull-left,
.media-left {
  padding-right: 10px
}
.media-body,
.media-left,
.media-right {
  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
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px
}
a.list-group-item,
button.list-group-item {
  color: #555
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333
}
a.list-group-item:focus,
a.list-group-item:hover,
button.list-group-item:focus,
button.list-group-item:hover {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5
}
button.list-group-item {
  width: 100%;
  text-align: left
}
.list-group-item.disabled,
.list-group-item.disabled:focus,
.list-group-item.disabled:hover {
  background-color: #eee;
  color: #777;
  cursor: not-allowed
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading {
  color: inherit
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text {
  color: #777
}
.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > small {
  color: inherit
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:focus .list-group-item-text,
.list-group-item.active:hover .list-group-item-text {
  color: #c7ddef
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8
}
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit
}
a.list-group-item-success:focus,
a.list-group-item-success:hover,
button.list-group-item-success:focus,
button.list-group-item-success:hover {
  color: #3c763d;
  background-color: #d0e9c6
}
a.list-group-item-success.active,
a.list-group-item-success.active:focus,
a.list-group-item-success.active:hover,
button.list-group-item-success.active,
button.list-group-item-success.active:focus,
button.list-group-item-success.active:hover {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7
}
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit
}
a.list-group-item-info:focus,
a.list-group-item-info:hover,
button.list-group-item-info:focus,
button.list-group-item-info:hover {
  color: #31708f;
  background-color: #c4e3f3
}
a.list-group-item-info.active,
a.list-group-item-info.active:focus,
a.list-group-item-info.active:hover,
button.list-group-item-info.active,
button.list-group-item-info.active:focus,
button.list-group-item-info.active:hover {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit
}
a.list-group-item-warning:focus,
a.list-group-item-warning:hover,
button.list-group-item-warning:focus,
button.list-group-item-warning:hover {
  color: #8a6d3b;
  background-color: #faf2cc
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:focus,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active,
button.list-group-item-warning.active:focus,
button.list-group-item-warning.active:hover {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit
}
a.list-group-item-danger:focus,
a.list-group-item-danger:hover,
button.list-group-item-danger:focus,
button.list-group-item-danger:hover {
  color: #a94442;
  background-color: #ebcccc
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:focus,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active,
button.list-group-item-danger.active:focus,
button.list-group-item-danger.active:hover {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3
}
.panel {
  margin-bottom: 23px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
  box-shadow: 0 1px 1px rgba(0,0,0,.05)
}
.panel-body {
  padding: 15px
}
.panel-body:after,
.panel-body:before {
  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: 16px;
  color: inherit
}
.panel-title > .small,
.panel-title > .small > a,
.panel-title > a,
.panel-title > small,
.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
}
.list-group+.panel-footer,
.panel-heading+.list-group .list-group-item:first-child {
  border-top-width: 0
}
.panel > .panel-collapse > .table,
.panel > .table,
.panel > .table-responsive > .table {
  margin-bottom: 0
}
.panel > .panel-collapse > .table caption,
.panel > .table caption,
.panel > .table-responsive > .table caption {
  padding-left: 15px;
  padding-right: 15px
}
.panel > .table-responsive:first-child > .table:first-child,
.panel > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px
}
.panel > .table-responsive:first-child > .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:first-child > tbody:first-child > tr:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px
}
.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,
.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: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:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px
}
.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,
.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: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:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px
}
.panel > .table-responsive:last-child > .table:last-child,
.panel > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px
}
.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,
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px
}
.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,
.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 {
  border-bottom-left-radius: 3px
}
.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,
.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 {
  border-bottom-right-radius: 3px
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #999
}
.panel > .table > tbody:first-child > tr:first-child td,
.panel > .table > tbody:first-child > tr:first-child th {
  border-top: 0
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0
}
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child {
  border-left: 0
}
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child {
  border-right: 0
}
.panel>.table-bordered>tbody>tr:first-child>td,
.panel>.table-bordered>tbody>tr:first-child>th,
.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-bordered>thead>tr:first-child>td,
.panel>.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,
.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,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>th {
  border-bottom: 0
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0
}
.panel-group {
  margin-bottom: 23px
}
.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 > .list-group,
.panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: 1px solid #ddd
}
.panel-group .panel-footer {
  border-top: 0
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd
}
.panel-default {
  border-color: #ddd
}
.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd
}
.panel-primary {
  border-color: #337ab7
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7
}
.panel-success {
  border-color: #d6e9c6
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6
}
.panel-info {
  border-color: #bce8f1
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1
}
.panel-warning {
  border-color: #faebcc
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc
}
.panel-danger {
  border-color: #ebccd1
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden
}
.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.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: #f5f5f5;
  border: 1px solid #999;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.05)
}
.well blockquote {
  border-color: rgba(0,0,0,.15)
}
.well-lg {
  padding: 24px;
  border-radius: 6px
}
.well-sm {
  padding: 9px;
  border-radius: 3px
}
.clearfix:after,
.clearfix:before {
  content: " ";
  display: table
}
.clearfix: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-lg,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-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
  }
  td.visible-xs,
  th.visible-xs {
    display: table-cell!important
  }
  .visible-xs-block {
    display: block!important
  }
  .visible-xs-inline {
    display: inline!important
  }
  .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
  }
  td.visible-sm,
  th.visible-sm {
    display: table-cell!important
  }
  .visible-sm-block {
    display: block!important
  }
  .visible-sm-inline {
    display: inline!important
  }
  .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
  }
  td.visible-md,
  th.visible-md {
    display: table-cell!important
  }
  .visible-md-block {
    display: block!important
  }
  .visible-md-inline {
    display: inline!important
  }
  .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
  }
  td.visible-lg,
  th.visible-lg {
    display: table-cell!important
  }
  .visible-lg-block {
    display: block!important
  }
  .visible-lg-inline {
    display: inline!important
  }
  .visible-lg-inline-block {
    display: inline-block!important
  }
  .hidden-lg {
    display: none!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
  }
}
.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
  }
  td.visible-print,
  th.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
  }
  .hidden-print {
    display: none!important
  }
}
@media (max-width:991px) {
/*  html {
    font-size: 13px
  }*/
}
/*body {
  position: relative;
  min-width: 375px;
  margin-top: 152px;
  background-color: #f7f7f6;
  letter-spacing: .05em
}*/
.sans-serif {
  font-family: "Noto Sans JP","Open Sans",Helvetica,Verdana,Roboto,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","游ゴシック","游ゴシック体","Yu Gothic",YuGothic,"Meiryo UI","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif
}
.serif {
  font-family: "Noto Serif Japanese","Roboto Slab",Garamond,"Times New Roman","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",HiraMinProN-W3,"HGS明朝E","游明朝","Yu Mincho","游明朝体",YuMincho,"ＭＳ Ｐ明朝","MS PMincho",serif
}
a,
a img {
  -webkit-transition: all .15s ease;
  transition: all .15s ease
}
a.underline {
  text-decoration: underline
}
a.underline:hover {
  text-decoration: none
}
a.hover-img:hover img,
a.hover:hover {
  opacity: .8
}
a .img-responsive {
  display: inline-block
}
.both-side-slash {
  position: relative;
  display: inline-block;
  padding-right: 62px;
  padding-left: 62px;
  margin-top: 5%;
  margin-bottom: 5%;
  text-align: center
}
.both-side-slash:after,
.both-side-slash:before {
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  width: 32px;
  height: 49px;
  margin-top: auto;
  margin-bottom: auto;
  content: ""
}
.both-side-slash:before {
  left: 0;
  background: url(../img/common/slash-left.png) no-repeat
}
.both-side-slash:after {
  right: 0;
  background: url(../img/common/slash-right.png) 100% 0 no-repeat
}
.both-side-slash .title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem
}
.google-map-container {
  position: relative;
  height: 0;
  padding-top: 30px;
  padding-bottom: 30%;
  overflow: hidden
}
.google-map-container embed,
.google-map-container iframe,
.google-map-container object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0
}
@media (max-width:767px) {
/*  body {
    margin-top: 67px;
    font-size: 1rem
  }*/
  .both-side-slash .title {
    font-size: 1.1rem
  }
  .google-map-container-xs {
    position: relative;
    height: 0;
    padding-top: 30px;
    overflow: hidden;
    padding-bottom: 60%
  }
  .google-map-container-xs embed,
  .google-map-container-xs iframe,
  .google-map-container-xs object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
  }
}
img.width-100p {
  width: 100%!important
}
.mark,
mark {
  display: inline-block;
  padding: .1em 0;
  background-color: #fcee21
}
.page-header {
  display: table;
  width: 100%;
  padding: 35px 10px;
  margin: 0;
  text-align: center;
  border-bottom: 0
}
.page-header .page-title {
  display: table-cell;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.1;
  color: #fff;
  vertical-align: middle
}
.page-header .page-title .text {
  display: block;
  margin-top: 5px;
  font-size: 11px;
  color: #fff
}
.page-header .cell {
  display: table-cell;
  vertical-align: middle
}
.page-header.page-header-works {
  position: relative;
  height: 525px;
  color: #fff;
  background: url(../images/work_img/work3.jpg) 50% 50%/cover no-repeat
}
.page-header.page-header-works .title-work {
  margin-top: 0;
  margin-bottom: 34px
}
@media (max-width:767px) {
  .page-header.page-header-works {
    height: 270px
  }
  .page-header.page-header-works .title-work {
    margin-bottom: 15px
  }
}
.page-header.page-header-works .title-work img {
  width: 158px;
  height: 32px
}
.page-header.page-header-works .text {
  margin-bottom: 2px;
  font-size: 14px
}
.page-header.page-header-works .btn {
  position: absolute;
  top: 20px;
  right: 30px
}
.page-header.page-header-works-single {
  position: relative;
  max-width: 900px;
  padding: 20px 15px;
  margin-right: auto;
  margin-left: auto;
  color: #fff
}
@media (min-width:768px) {
  .page-header.page-header-works-single {
    height: 400px;
    line-height: 1.9
  }
  .page-header.page-header-works-single .title {
    width: 28.5%;
    padding-right: 15px
  }
}
@media (max-width:767px) {
  .page-header.page-header-works .text {
    font-size: 12px
  }
  .page-header.page-header-works .btn {
    top: 10px;
    right: 10px
  }
  .page-header.page-header-works-single {
    height: 270px
  }
}
.page-header.page-header-works-single .title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: .09em;
  color: #fff;
  text-align: left
}
@media (max-width:767px) {
  .page-header.page-header-works-single .title {
    margin-bottom: 10px;
    font-size: 18px
  }
}
.page-header.page-header-works-single .text {
  font-size: 13px;
  text-align: justify
}
@media (min-width:480px) {
  .page-header {
    height: 200px
  }
  .page-header.page-header-works-single .text {
    font-weight: 500
  }
}
.page-header.page-header-concept {
  height: 521px;
  max-width: 997px;
  margin-right: auto;
  margin-left: auto
}
.page-header.page-header-concept .inner {
  display: table-cell;
  padding-top: 60px;
  vertical-align: middle
}
@media (max-width:767px) {
  .page-header.page-header-works-single .text {
    font-size: 12px
  }
  .page-header.page-header-concept {
    height: 190px;
    padding-top: 10px;
    padding-bottom: 10px
  }
  .page-header.page-header-concept .inner {
    padding-top: 20px
  }
}
.page-header.page-header-concept .title {
  margin-top: 26px;
  margin-bottom: 60px;
  margin-left: 6px;
  font-size: 27px;
  color: #fff
}
.page-header.page-header-concept .btn {
  min-width: 192px
}
@media (min-width:768px) {
  .page-header.page-header-concept {
    text-align: left
  }
  .page-header.page-header-concept .btn {
    margin-right: 32px
  }
}
.page-header.page-header-performance {
  height: 521px;
  max-width: 997px;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
  text-align: center
}
@media (max-width:767px) {
  .page-header.page-header-concept .title {
    margin-top: 45px;
    margin-bottom: 20px;
    font-size: 20px
  }
  .page-header.page-header-concept .btn {
    min-width: 150px;
    margin-left: 5px;
    margin-right: 5px
  }
  .page-header.page-header-performance {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px
  }
}
.page-header.page-header-performance .title {
  font-size: 6vw;
  font-weight: 300;
  line-height: 1.3
}
@media (min-width:480px) {
  .page-header.page-header-performance .title {
    margin-top: 40px;
    margin-bottom: 15px;
    font-size: 38px
  }
}
.page-header.page-header-performance .lead {
  font-size: 12px
}
@media (min-width:480px) {
  .page-header.page-header-performance .lead {
    margin-bottom: 50px;
    font-size: 14px
  }
}
.page-header.page-header-performance .btn {
  min-width: 192px;
  margin-right: 10px;
  margin-left: 10px
}
.page-header.page-header-maintence {
  height: 521px;
  background: rgba(0,0,0,.4)
}
.page-header.page-header-maintence small {
  display: inline-block;
  padding: 8px 25px;
  margin-bottom: 45px;
  font-size: 14px;
  color: #fff;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff
}
@media (max-width:767px) {
  .page-header.page-header-performance .btn {
    margin-bottom: 10px
  }
  .page-header.page-header-maintence {
    height: 240px
  }
  .page-header.page-header-maintence .title {
    margin-top: 0
  }
  .page-header.page-header-maintence small {
    margin-bottom: 25px
  }
}
.page-header.page-header-maintence .btn {
  margin-top: 48px
}
.page-header.page-header-maintence .btn:first-of-type {
  margin-right: 24px
}
.page-header.page-header-company {
  height: 350px;
  padding-top: 32px;
  text-align: center;
  background: rgba(0,0,0,.3)
}
@media (max-width:767px) {
  .page-header.page-header-maintence .btn {
    padding: 7px 20px;
    margin-top: 20px
  }
  .page-header.page-header-maintence .btn:first-of-type {
    margin-right: 10px
  }
  .page-header.page-header-company {
    height: 170px;
    padding-top: 15px;
    padding-bottom: 15px
  }
  .page-header.page-header-company .title {
    margin-top: 0
  }
}
.page-header.page-header-company,
.page-header.page-header-company small {
  color: #fff
}
.page-header.page-header-company small {
  display: inline-block;
  padding: 8px 25px;
  margin-bottom: 4px;
  font-size: 14px;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff
}
.page-header.page-header-company .fs-sm {
  font-size: 10px
}
.page-header.page-header-company .lead {
  display: block;
  margin-top: 27px;
  margin-bottom: 0;
  font-size: 35px
}
.page-header.page-header-voice {
  height: 650px;
  color: #fff;
  text-align: left;
  background: url(../images/voice/voice.jpg) 50% 50%/cover no-repeat
}
@media (max-width:767px) {
  .page-header.page-header-company .lead {
    margin-top: 5px;
    font-size: 23px
  }
  .page-header.page-header-voice {
    height: 300px;
    padding-top: 15px;
    padding-bottom: 15px
  }
}
@media (max-width:479px) {
  .page-header.page-header-voice {
    height: 190px
  }
  .dl-list-indent.cleared-xxs dt {
    display: block
  }
  .dl-list-indent.cleared-xxs dd {
    padding-top: 0
  }
}
.page-header.page-header-voice .container {
  max-width: 1010px
}
.page-header.page-header-voice .title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  line-height: 1.9;
  letter-spacing: .06em
}
@media (max-width:767px) {
  .page-header.page-header-voice .title {
    font-size: 28px;
    line-height: 1.4
  }
}
.page-header.page-header-voice .title .text {
  margin-top: 0;
  font-size: 16px;
  letter-spacing: .5em
}
.page-header.page-header-voice .lead {
  padding-top: 20px;
  margin-bottom: 0;
  font-size: 15px;
  text-align: justify
}
@media (min-width:768px) {
  .page-header.page-header-voice .title {
    margin-top: 5px
  }
  .page-header.page-header-voice .lead {
    line-height: 1.9
  }
  .col-sm-15 {
    float: left;
    width: 20%
  }
}
.page-header.page-header-info {
  height: 230px;
  background: rgba(0,0,0,.3)
}
@media (max-width:767px) {
  .page-header.page-header-voice .lead {
    padding-top: 10px;
    font-size: 12px;
    text-shadow: 0 1px 0 #000,0 1px 0 #000
  }
  .page-header.page-header-info {
    height: 170px
  }
}
.page-header.page-header-info .page-title {
  color: #fff
}
.page-header.page-header-info .page-title .fs-lg {
  display: block;
  padding-bottom: 10px;
  font-size: 35px;
  font-weight: 400
}
.page-header.page-header-privacy {
  height: 230px;
  background: rgba(0,0,0,.3)
}
.page-header.page-header-privacy .page-title {
  font-size: 33px;
  line-height: 1.3
}
.page-header-360view {
  position: relative;
  height: 400px;
  overflow: hidden;
  text-align: center
}
.page-header-360view .logo-360view {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 273px;
  margin: auto
}
.header-bg-works {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover
}


.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  line-height: 1.428571429
}
.table > thead > tr > td,
.table > thead > tr > th {
  border-bottom-width: 1px
}
.table > tbody > tr > td,
.table > tbody > tr > th {
  word-break: break-all
}
.table th {
  font-weight: 400
}
.table.table-text-center td,
.table.table-text-center th {
  text-align: center
}
.table.table-text-right td,
.table.table-text-right th {
  text-align: right
}
.table-no-border > tbody > tr > td,
.table-no-border > tbody > tr > th,
.table-no-border > tfoot > tr > td,
.table-no-border > tfoot > tr > th,
.table-no-border > thead > tr > td,
.table-no-border > thead > tr > th {
  padding-left: 0;
  border-top: 0
}
.table-no-border > thead > tr > th {
  border-bottom: 0
}
.table-border-radius-8 {
  overflow: hidden;
  background-color: #fff;
  border-collapse: separate;
  border-top: 1px solid #999;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
  border-radius: 8px
}
.table-border-radius-8 > tbody > tr > td,
.table-border-radius-8 > tbody > tr > th,
.table-border-radius-8 > tfoot > tr > td,
.table-border-radius-8 > tfoot > tr > th,
.table-border-radius-8 > thead > tr > td,
.table-border-radius-8 > thead > tr > th {
  border-left: 1px solid #999
}
.table-border-radius-8 > thead > tr:first-child th {
  border-top-right-radius: 8px;
  border-top-left-radius: 8px
}
.table-border-radius-8 > thead > tr > td,
.table-border-radius-8 > thead > tr > th {
  border-bottom-width: 0
}
.table-border-radius-8 .border-bottom-left-radius {
  border-bottom-left-radius: 8px
}
.table-border-radius-8 .border-bottom-right-radius {
  border-bottom-right-radius: 8px
}
@media (max-width:767px) {
  .main-col {
    width: auto
  }
  .table-responsive > .table > tbody > tr :first-child > td,
  .table-responsive > .table > tbody > tr :first-child > th {
    border-top: 0
  }
  .table-collapsed-xs {
    display: block;
    border-right: 0!important;
    border-bottom: 0!important;
    border-left: 0!important
  }
  .table-collapsed-xs>tbody,
  .table-collapsed-xs>tbody>tr {
    display: block
  }
  .table-collapsed-xs > tbody > tr > td,
  .table-collapsed-xs > tbody > tr > th {
    display: block;
    width: auto;
    padding: 10px!important
  }
  .table-collapsed-xs > tbody > tr > th {
    position: relative;
    border-top: 0!important;
    border-bottom: 0!important
  }
  .table-collapsed-xs > tbody > tr > th:after,
  .table-collapsed-xs > tbody > tr > th:before {
    content: " ";
    display: table
  }
  .table-collapsed-xs > tbody > tr > th:after {
    clear: both
  }
}
.table-cell {
  display: table;
  width: 100%
}
.table-cell > .cell {
  display: table-cell
}
.table-cell.bordered {
  margin-bottom: 30px
}
.table-cell.bordered .cell {
  padding: 0 10px;
  margin-bottom: 35px;
  border-left: 1px solid #666
}
.table-specification {
  max-width: 800px;
  padding: 25px;
  margin-right: auto;
  margin-left: auto;
  font-size: 12px
}
.table-specification td {
  vertical-align: middle!important;
  border: 1px solid #5d5b5b
}
.table-specification td:first-child {
  width: 28%;
  text-align: center;
  border-right: 0;
  border-color: #232121
}
label.error {
  padding: 5px 10px;
  font-size: 13px;
  color: #fff;
  cursor: default;
  background-color: red
}
select {
  cursor: pointer
}
.container-form {
  margin-bottom: 140px
}
.container-form,
.container-form .form-control {
  border-radius: 0
}
.container-form .form-group {
  margin-bottom: 25px
}
.container-form .label-required {
  color: red;
  vertical-align: 2px
}
.container-form .list-inline {
  margin-bottom: 0;
  margin-left: -10px
}
.container-form .list-inline li {
  margin-right: 10px;
  margin-left: 10px
}
@media (max-width:479px) {
  .container-form .list-inline li {
    display: block
  }
}
.container-form button[type=submit],
.container-form input[type=submit] {
  margin-top: 100px
}
/*.container-form [name=menu-183] {
  margin-top: 30px
}*/
@media (max-width:767px) {
  .table-cell.cleared-xs,
  .table-cell.cleared-xs > .cell {
    display: block;
    width: auto
  }
  .container-form {
    margin-bottom: 70px
  }
  .container-form button[type=submit],
  .container-form input[type=submit] {
    margin-top: 30px
  }
/*  .container-form [name=menu-183] {
    margin-top: 15px
  }*/
}
.form-inline .form-control {
  vertical-align: 1px
}
.form-inline-force .form-control {
  display: inline-block;
  width: auto;
  vertical-align: 1px
}
textarea {
  overflow: auto;
  height: auto!important;
  line-height: 1.4!important
}
.btn-multiline {
  white-space: normal
}
.btn {
  -webkit-transition: all .15s ease;
  transition: all .15s ease
}
.btn-border-light-gray {
  color: #fff;
  background-color: transparent;
  border-color: #86878c;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 12px;
  border-radius: 0
}
.btn-border-light-gray.focus,
.btn-border-light-gray:focus {
  color: #fff;
  background-color: transparent;
  border-color: #47484b
}
.btn-border-light-gray.active,
.btn-border-light-gray:active,
.btn-border-light-gray:hover,
.open>.btn-border-light-gray.dropdown-toggle {
  color: #fff;
  background-color: transparent;
  border-color: #68696d
}
.btn-border-light-gray.active.focus,
.btn-border-light-gray.active:focus,
.btn-border-light-gray.active:hover,
.btn-border-light-gray:active.focus,
.btn-border-light-gray:active:focus,
.btn-border-light-gray:active:hover,
.open > .btn-border-light-gray.dropdown-toggle.focus,
.open > .btn-border-light-gray.dropdown-toggle:focus,
.open > .btn-border-light-gray.dropdown-toggle:hover {
  color: #fff;
  background-color: transparent;
  border-color: #47484b
}
.btn-border-light-gray.active,
.btn-border-light-gray:active,
.open > .btn-border-light-gray.dropdown-toggle {
  background-image: none
}
.btn-border-light-gray.disabled.focus,
.btn-border-light-gray.disabled:focus,
.btn-border-light-gray.disabled:hover,
.btn-border-light-gray[disabled].focus,
.btn-border-light-gray[disabled]:focus,
.btn-border-light-gray[disabled]:hover,
fieldset[disabled] .btn-border-light-gray.focus,
fieldset[disabled] .btn-border-light-gray:focus,
fieldset[disabled] .btn-border-light-gray:hover {
  background-color: transparent;
  border-color: #86878c
}
.btn-border-light-gray .badge {
  color: transparent;
  background-color: #fff
}
@media (max-width:767px) {
  .btn-border-light-gray {
    padding-top: 10px;
    padding-bottom: 10px
  }
}
.btn-border-gray {
  color: #574f4c;
  background-color: transparent;
  border-color: #dbd9d8;
  padding: 30px 15px;
  font-size: 19px;
  border-radius: 4px
}
.btn-border-gray.focus,
.btn-border-gray:focus {
  color: #574f4c;
  background-color: transparent;
  border-color: #9e9896
}
.btn-border-gray.active,
.btn-border-gray:active,
.btn-border-gray:hover,
.open>.btn-border-gray.dropdown-toggle {
  color: #574f4c;
  background-color: transparent;
  border-color: #bebab8
}
.btn-border-gray.active.focus,
.btn-border-gray.active:focus,
.btn-border-gray.active:hover,
.btn-border-gray:active.focus,
.btn-border-gray:active:focus,
.btn-border-gray:active:hover,
.open > .btn-border-gray.dropdown-toggle.focus,
.open > .btn-border-gray.dropdown-toggle:focus,
.open > .btn-border-gray.dropdown-toggle:hover {
  color: #574f4c;
  background-color: transparent;
  border-color: #9e9896
}
.btn-border-gray.active,
.btn-border-gray:active,
.open > .btn-border-gray.dropdown-toggle {
  background-image: none
}
.btn-border-gray.disabled.focus,
.btn-border-gray.disabled:focus,
.btn-border-gray.disabled:hover,
.btn-border-gray[disabled].focus,
.btn-border-gray[disabled]:focus,
.btn-border-gray[disabled]:hover,
fieldset[disabled] .btn-border-gray.focus,
fieldset[disabled] .btn-border-gray:focus,
fieldset[disabled] .btn-border-gray:hover {
  background-color: transparent;
  border-color: #dbd9d8
}
.btn-border-gray .badge {
  color: transparent;
  background-color: #574f4c
}
@media (max-width:767px) {
  .btn-border-gray {
    padding: 10px 5px;
    font-size: 14px
  }
}
.btn-dark-red {
  color: #fff;
  background-color: #231815;
  border-color: #231815;
  padding: 2px 30px 3px;
  font-size: 12px;
  border-radius: 3px
}
.btn-dark-red.active,
.btn-dark-red.focus,
.btn-dark-red:active,
.btn-dark-red:focus,
.btn-dark-red:hover,
.open>.btn-dark-red.dropdown-toggle {
  color: #fff;
  background-color: #030202;
  border-color: #000
}
.btn-dark-red.active.focus,
.btn-dark-red.active:focus,
.btn-dark-red.active:hover,
.btn-dark-red:active.focus,
.btn-dark-red:active:focus,
.btn-dark-red:active:hover,
.open > .btn-dark-red.dropdown-toggle.focus,
.open > .btn-dark-red.dropdown-toggle:focus,
.open > .btn-dark-red.dropdown-toggle:hover {
  color: #fff;
  background-color: #000;
  border-color: #000
}
.btn-dark-red.active,
.btn-dark-red:active,
.open > .btn-dark-red.dropdown-toggle {
  background-image: none
}
.btn-dark-red.disabled.focus,
.btn-dark-red.disabled:focus,
.btn-dark-red.disabled:hover,
.btn-dark-red[disabled].focus,
.btn-dark-red[disabled]:focus,
.btn-dark-red[disabled]:hover,
fieldset[disabled] .btn-dark-red.focus,
fieldset[disabled] .btn-dark-red:focus,
fieldset[disabled] .btn-dark-red:hover {
  background-color: #231815;
  border-color: #231815
}
.btn-dark-red .badge {
  color: #231815;
  background-color: #fff
}
.btn-dark-red:hover {
  opacity: .7
}
.btn-border-dark-red {
  color: #000;
  background-color: transparent;
  border-color: #231815;
  padding: 10px;
  margin-top: 20px;
  font-size: 20px;
  border-radius: 6px;
  -webkit-transition: background-color .3s,border-radius .3s;
  transition: background-color .3s,border-radius .3s
}
.btn-border-dark-red.active,
.btn-border-dark-red.focus,
.btn-border-dark-red:active,
.btn-border-dark-red:focus,
.btn-border-dark-red:hover,
.open>.btn-border-dark-red.dropdown-toggle {
  color: #000;
  background-color: transparent;
  border-color: #000
}
.btn-border-dark-red.active.focus,
.btn-border-dark-red.active:focus,
.btn-border-dark-red.active:hover,
.btn-border-dark-red:active.focus,
.btn-border-dark-red:active:focus,
.btn-border-dark-red:active:hover,
.open > .btn-border-dark-red.dropdown-toggle.focus,
.open > .btn-border-dark-red.dropdown-toggle:focus,
.open > .btn-border-dark-red.dropdown-toggle:hover {
  color: #000;
  background-color: transparent;
  border-color: #000
}
.btn-border-dark-red.active,
.btn-border-dark-red:active,
.open > .btn-border-dark-red.dropdown-toggle {
  background-image: none
}
.btn-border-dark-red.disabled.focus,
.btn-border-dark-red.disabled:focus,
.btn-border-dark-red.disabled:hover,
.btn-border-dark-red[disabled].focus,
.btn-border-dark-red[disabled]:focus,
.btn-border-dark-red[disabled]:hover,
fieldset[disabled] .btn-border-dark-red.focus,
fieldset[disabled] .btn-border-dark-red:focus,
fieldset[disabled] .btn-border-dark-red:hover {
  background-color: transparent;
  border-color: #231815
}
.btn-border-dark-red .badge {
  color: transparent;
  background-color: #000
}
.btn-border-dark-red:hover {
  background-color: #fff;
  -webkit-transition: background-color .3s,border-radius .3s;
  transition: background-color .3s,border-radius .3s
}
.btn-border-dark-red .icon {
  display: block;
  padding-top: 22px;
  padding-bottom: 22px;
  padding-left: 75px;
  background: url(../images/top_img/360black.svg) 15% 50%/50px 50px no-repeat
}
@media (max-width:767px) {
  .btn-border-dark-red {
    font-size: 15px
  }
  .btn-border-dark-red .icon {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 25px;
    background-position: 0 50%;
    background-size: contain
  }
}
@media (max-width:767px) and (-ms-high-contrast:none),
(max-width:767px) and (-ms-high-contrast:active) {
  .btn-border-dark-red .icon {
    background-size: 300px;
    background-position-x: -138px
  }
}
.btn-border-white {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
  padding: 13px 36px;
  font-size: 13px;
  border-radius: 0
}
.btn-border-white.focus,
.btn-border-white:focus {
  color: #fff;
  background-color: transparent;
  border-color: #bfbfbf
}
.btn-border-white.active,
.btn-border-white:active,
.btn-border-white:hover,
.open>.btn-border-white.dropdown-toggle {
  color: #fff;
  background-color: transparent;
  border-color: #e0e0e0
}
.btn-border-white.active.focus,
.btn-border-white.active:focus,
.btn-border-white.active:hover,
.btn-border-white:active.focus,
.btn-border-white:active:focus,
.btn-border-white:active:hover,
.open > .btn-border-white.dropdown-toggle.focus,
.open > .btn-border-white.dropdown-toggle:focus,
.open > .btn-border-white.dropdown-toggle:hover {
  color: #fff;
  background-color: transparent;
  border-color: #bfbfbf
}
.btn-border-white.active,
.btn-border-white:active,
.open > .btn-border-white.dropdown-toggle {
  background-image: none
}
.btn-border-white.disabled.focus,
.btn-border-white.disabled:focus,
.btn-border-white.disabled:hover,
.btn-border-white[disabled].focus,
.btn-border-white[disabled]:focus,
.btn-border-white[disabled]:hover,
fieldset[disabled] .btn-border-white.focus,
fieldset[disabled] .btn-border-white:focus,
fieldset[disabled] .btn-border-white:hover {
  background-color: transparent;
  border-color: #fff
}
.btn-border-white .badge {
  color: transparent;
  background-color: #fff
}
.btn-crimson {
  color: #fff;
  background-color: #b0312c;
  border-color: #b0312c;
  padding: 10px 45px;
  border-radius: 0
}
.btn-crimson.focus,
.btn-crimson:focus {
  color: #fff;
  background-color: #872622;
  border-color: #4a1513
}
.btn-crimson.active,
.btn-crimson:active,
.btn-crimson:hover,
.open>.btn-crimson.dropdown-toggle {
  color: #fff;
  background-color: #872622;
  border-color: #7f2320
}
.btn-crimson.active.focus,
.btn-crimson.active:focus,
.btn-crimson.active:hover,
.btn-crimson:active.focus,
.btn-crimson:active:focus,
.btn-crimson:active:hover,
.open > .btn-crimson.dropdown-toggle.focus,
.open > .btn-crimson.dropdown-toggle:focus,
.open > .btn-crimson.dropdown-toggle:hover {
  color: #fff;
  background-color: #6b1e1b;
  border-color: #4a1513
}
.btn-crimson.active,
.btn-crimson:active,
.open > .btn-crimson.dropdown-toggle {
  background-image: none
}
.btn-crimson.disabled.focus,
.btn-crimson.disabled:focus,
.btn-crimson.disabled:hover,
.btn-crimson[disabled].focus,
.btn-crimson[disabled]:focus,
.btn-crimson[disabled]:hover,
fieldset[disabled] .btn-crimson.focus,
fieldset[disabled] .btn-crimson:focus,
fieldset[disabled] .btn-crimson:hover {
  background-color: #b0312c;
  border-color: #b0312c
}
.btn-crimson .badge {
  color: #b0312c;
  background-color: #fff
}

/*# sourceMappingURL=style.min.css.map */
