/*!
 * Bootstrap v3.3.1 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */


.btn-default,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
}
.btn-default:active,
.btn-primary:active,
.btn-success:active,
.btn-info:active,
.btn-warning:active,
.btn-danger:active,
.btn-default.active,
.btn-primary.active,
.btn-success.active,
.btn-info.active,
.btn-warning.active,
.btn-danger.active {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn-default .badge,
.btn-primary .badge,
.btn-success .badge,
.btn-info .badge,
.btn-warning .badge,
.btn-danger .badge {
  text-shadow: none;
}
.btn:active,
.btn.active {
  background-image: none;
}
.btn-default {
  text-shadow: 0 1px 0 #fff;
  background-image: -webkit-linear-gradient(top, #fff 0%, #e0e0e0 100%);
  background-image:      -o-linear-gradient(top, #fff 0%, #e0e0e0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e0e0e0));
  background-image:         linear-gradient(to bottom, #fff 0%, #e0e0e0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #dbdbdb;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus {
  background-color: #e0e0e0;
  background-position: 0 -15px;
}
.btn-default:active,
.btn-default.active {
  background-color: #e0e0e0;
  border-color: #dbdbdb;
}
.btn-default:disabled,
.btn-default[disabled] {
  background-color: #e0e0e0;
  background-image: none;
}
.btn-primary {
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #265a88 100%);
  background-image:      -o-linear-gradient(top, #337ab7 0%, #265a88 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#265a88));
  background-image:         linear-gradient(to bottom, #337ab7 0%, #265a88 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff265a88', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #245580;
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: #265a88;
  background-position: 0 -15px;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #265a88;
  border-color: #245580;
}
.btn-primary:disabled,
.btn-primary[disabled] {
  background-color: #265a88;
  background-image: none;
}
.btn-success {
  background-image: -webkit-linear-gradient(top, #5cb85c 0%, #419641 100%);
  background-image:      -o-linear-gradient(top, #5cb85c 0%, #419641 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#419641));
  background-image:         linear-gradient(to bottom, #5cb85c 0%, #419641 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #3e8f3e;
}
.btn-success:hover,
.btn-success:focus {
  background-color: #419641;
  background-position: 0 -15px;
}
.btn-success:active,
.btn-success.active {
  background-color: #419641;
  border-color: #3e8f3e;
}
.btn-success:disabled,
.btn-success[disabled] {
  background-color: #419641;
  background-image: none;
}
.btn-info {
  background-image: -webkit-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
  background-image:      -o-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#2aabd2));
  background-image:         linear-gradient(to bottom, #5bc0de 0%, #2aabd2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #28a4c9;
}
.btn-info:hover,
.btn-info:focus {
  background-color: #2aabd2;
  background-position: 0 -15px;
}
.btn-info:active,
.btn-info.active {
  background-color: #2aabd2;
  border-color: #28a4c9;
}
.btn-info:disabled,
.btn-info[disabled] {
  background-color: #2aabd2;
  background-image: none;
}
.btn-warning {
  background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
  background-image:      -o-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#eb9316));
  background-image:         linear-gradient(to bottom, #f0ad4e 0%, #eb9316 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #e38d13;
}
.btn-warning:hover,
.btn-warning:focus {
  background-color: #eb9316;
  background-position: 0 -15px;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #eb9316;
  border-color: #e38d13;
}
.btn-warning:disabled,
.btn-warning[disabled] {
  background-color: #eb9316;
  background-image: none;
}
.btn-danger {
  background-image: -webkit-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
  background-image:      -o-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c12e2a));
  background-image:         linear-gradient(to bottom, #d9534f 0%, #c12e2a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #b92c28;
}
.btn-danger:hover,
.btn-danger:focus {
  background-color: #c12e2a;
  background-position: 0 -15px;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #c12e2a;
  border-color: #b92c28;
}
.btn-danger:disabled,
.btn-danger[disabled] {
  background-color: #c12e2a;
  background-image: none;
}
.thumbnail,
.img-thumbnail {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
          box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-color: #e8e8e8;
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image:      -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
  background-image:         linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
  background-repeat: repeat-x;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-color: #2e6da4;
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
  background-image:      -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
  background-image:         linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
  background-repeat: repeat-x;
}
.navbar-default {
  background-image: -webkit-linear-gradient(top, #fff 0%, #f8f8f8 100%);
  background-image:      -o-linear-gradient(top, #fff 0%, #f8f8f8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f8f8f8));
  background-image:         linear-gradient(to bottom, #fff 0%, #f8f8f8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .active > a {
  background-image: -webkit-linear-gradient(top, #dbdbdb 0%, #e2e2e2 100%);
  background-image:      -o-linear-gradient(top, #dbdbdb 0%, #e2e2e2 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dbdbdb), to(#e2e2e2));
  background-image:         linear-gradient(to bottom, #dbdbdb 0%, #e2e2e2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdbdbdb', endColorstr='#ffe2e2e2', GradientType=0);
  background-repeat: repeat-x;
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075);
          box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075);
}
.navbar-brand,
.navbar-nav > li > a {
  text-shadow: 0 1px 0 rgba(255, 255, 255, .25);
}
.navbar-inverse {
  background-image: -webkit-linear-gradient(top, #3c3c3c 0%, #222 100%);
  background-image:      -o-linear-gradient(top, #3c3c3c 0%, #222 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3c3c3c), to(#222));
  background-image:         linear-gradient(to bottom, #3c3c3c 0%, #222 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .active > a {
  background-image: -webkit-linear-gradient(top, #080808 0%, #0f0f0f 100%);
  background-image:      -o-linear-gradient(top, #080808 0%, #0f0f0f 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#080808), to(#0f0f0f));
  background-image:         linear-gradient(to bottom, #080808 0%, #0f0f0f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff080808', endColorstr='#ff0f0f0f', GradientType=0);
  background-repeat: repeat-x;
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, .25);
          box-shadow: inset 0 3px 9px rgba(0, 0, 0, .25);
}
.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav > li > a {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
}
.navbar-static-top,
.navbar-fixed-top,
.navbar-fixed-bottom {
  border-radius: 0;
}
@media (max-width: 767px) {
  .navbar .navbar-nav .open .dropdown-menu > .active > a,
  .navbar .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
    background-image:      -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
    background-image:         linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
    background-repeat: repeat-x;
  }
}
.alert {
  text-shadow: 0 1px 0 rgba(255, 255, 255, .2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 2px rgba(0, 0, 0, .05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 2px rgba(0, 0, 0, .05);
}
.alert-success {
  background-image: -webkit-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
  background-image:      -o-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#c8e5bc));
  background-image:         linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
  background-repeat: repeat-x;
  border-color: #b2dba1;
}
.alert-info {
  background-image: -webkit-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
  background-image:      -o-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#b9def0));
  background-image:         linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);
  background-repeat: repeat-x;
  border-color: #9acfea;
}
.alert-warning {
  background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
  background-image:      -o-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#f8efc0));
  background-image:         linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);
  background-repeat: repeat-x;
  border-color: #f5e79e;
}
.alert-danger {
  background-image: -webkit-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
  background-image:      -o-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#e7c3c3));
  background-image:         linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
  background-repeat: repeat-x;
  border-color: #dca7a7;
}
.progress {
  background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
  background-image:      -o-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#f5f5f5));
  background-image:         linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0);
  background-repeat: repeat-x;
}
.progress-bar {
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #286090 100%);
  background-image:      -o-linear-gradient(top, #337ab7 0%, #286090 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#286090));
  background-image:         linear-gradient(to bottom, #337ab7 0%, #286090 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff286090', GradientType=0);
  background-repeat: repeat-x;
}
.progress-bar-success {
  background-image: -webkit-linear-gradient(top, #5cb85c 0%, #449d44 100%);
  background-image:      -o-linear-gradient(top, #5cb85c 0%, #449d44 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#449d44));
  background-image:         linear-gradient(to bottom, #5cb85c 0%, #449d44 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0);
  background-repeat: repeat-x;
}
.progress-bar-info {
  background-image: -webkit-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
  background-image:      -o-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#31b0d5));
  background-image:         linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0);
  background-repeat: repeat-x;
}
.progress-bar-warning {
  background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
  background-image:      -o-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#ec971f));
  background-image:         linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0);
  background-repeat: repeat-x;
}
.progress-bar-danger {
  background-image: -webkit-linear-gradient(top, #d9534f 0%, #c9302c 100%);
  background-image:      -o-linear-gradient(top, #d9534f 0%, #c9302c 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c9302c));
  background-image:         linear-gradient(to bottom, #d9534f 0%, #c9302c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0);
  background-repeat: repeat-x;
}
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.list-group {
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
          box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  text-shadow: 0 -1px 0 #286090;
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #2b669a 100%);
  background-image:      -o-linear-gradient(top, #337ab7 0%, #2b669a 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2b669a));
  background-image:         linear-gradient(to bottom, #337ab7 0%, #2b669a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2b669a', GradientType=0);
  background-repeat: repeat-x;
  border-color: #2b669a;
}
.list-group-item.active .badge,
.list-group-item.active:hover .badge,
.list-group-item.active:focus .badge {
  text-shadow: none;
}
.panel {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
          box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
}
.panel-default > .panel-heading {
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image:      -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
  background-image:         linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
  background-repeat: repeat-x;
}
.panel-primary > .panel-heading {
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
  background-image:      -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
  background-image:         linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
  background-repeat: repeat-x;
}
.panel-success > .panel-heading {
  background-image: -webkit-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
  background-image:      -o-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#d0e9c6));
  background-image:         linear-gradient(to bottom, #dff0d8 0%, #d0e9c6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0);
  background-repeat: repeat-x;
}
.panel-info > .panel-heading {
  background-image: -webkit-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
  background-image:      -o-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#c4e3f3));
  background-image:         linear-gradient(to bottom, #d9edf7 0%, #c4e3f3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0);
  background-repeat: repeat-x;
}
.panel-warning > .panel-heading {
  background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
  background-image:      -o-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#faf2cc));
  background-image:         linear-gradient(to bottom, #fcf8e3 0%, #faf2cc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0);
  background-repeat: repeat-x;
}
.panel-danger > .panel-heading {
  background-image: -webkit-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
  background-image:      -o-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#ebcccc));
  background-image:         linear-gradient(to bottom, #f2dede 0%, #ebcccc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0);
  background-repeat: repeat-x;
}
.well {
  background-image: -webkit-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
  background-image:      -o-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e8e8e8), to(#f5f5f5));
  background-image:         linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
  background-repeat: repeat-x;
  border-color: #dcdcdc;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1);
          box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1);
}
/*# sourceMappingURL=bootstrap-theme.css.map */
/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  margin: .67em 0;
  font-size: 2em;
}
mark {
  color: #000;
  background: #ff0;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -.5em;
}
sub {
  bottom: -.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  height: 0;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}
legend {
  padding: 0;
  border: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;

    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';

  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before {
  content: "\e227";
}
.glyphicon-btc:before {
  content: "\e227";
}
.glyphicon-xbt:before {
  content: "\e227";
}
.glyphicon-yen:before {
  content: "\00a5";
}
.glyphicon-jpy:before {
  content: "\00a5";
}
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-rub:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
html {
  font-size: 10px;

  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
       -o-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  padding: .2em;
  background-color: #fcf8e3;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  -webkit-box-shadow: none;
          box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  min-height: .01%;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  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: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  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, -webkit-box-shadow ease-in-out .15s;
       -o-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;
}
.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[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;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].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 textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .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;
  background-color: #dff0d8;
  border-color: #3c763d;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .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;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .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;
  background-color: #f2dede;
  border-color: #a94442;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -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;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: .65;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  font-weight: normal;
  color: #337ab7;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  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="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
       -o-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-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: .35s;
       -o-transition-duration: .35s;
          transition-duration: .35s;
  -webkit-transition-property: height, visibility;
       -o-transition-property: height, visibility;
          transition-property: height, visibility;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #ccc;
  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);
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.nav > li.disabled > a {
  color: #777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 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.42857143;
  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:hover,
.nav-tabs > li.active > a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  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);
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@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 > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -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);
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}
@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 {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #080808;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}
.breadcrumb > .active {
  color: #777;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 3;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-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-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #286090;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #337ab7;
  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;
}
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border .2s ease-in-out;
       -o-transition: border .2s ease-in-out;
          transition: border .2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-right: auto;
  margin-left: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}
.thumbnail .caption {
  padding: 9px;
  color: #333;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}
.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
  -webkit-transition: width .6s ease;
       -o-transition: width .6s ease;
          transition: width .6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
          background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
       -o-animation: progress-bar-stripes 2s linear infinite;
          animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}
.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-left-radius: 4px;
  border-top-right-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:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #eee;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .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:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  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:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  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:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  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:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  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: 20px;
  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-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .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 td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th: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 th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .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 td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th: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 th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .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 td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .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 td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #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 iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -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: #ddd;
  border-color: rgba(0, 0, 0, .15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
       -o-transition:      -o-transform .3s ease-out;
          transition:         transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
       -o-transform: translate(0, -25%);
          transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}
.modal-header {
  min-height: 16.42857143px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  filter: alpha(opacity=0);
  opacity: 0;

  line-break: auto;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, .2);

  line-break: auto;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, .25);
  border-bottom-width: 0;
}
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, .25);
  border-left-width: 0;
}
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, .25);
}
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, .25);
}
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: .6s ease-in-out left;
       -o-transition: .6s ease-in-out left;
          transition: .6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
         -o-transition:      -o-transform .6s ease-in-out;
            transition:         transform .6s ease-in-out;

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-perspective: 1000px;
            perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  filter: alpha(opacity=50);
  opacity: .5;
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: .9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/*# sourceMappingURL=bootstrap.css.map */
/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */


@font-face {
    font-family: 'FontAwesome';
    src: url('/assets/fontawesome-webfont.eot?v=4.3.0');
    src: url('/assets/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('/assets/fontawesome-webfont.woff2?v=4.3.0') format('woff2'), url('/assets/fontawesome-webfont.woff?v=4.3.0') format('woff'), url('/assets/fontawesome-webfont.ttf?v=4.3.0') format('truetype'), url('/assets/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0)
}
.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}
.fa-2x {
    font-size: 2em
}
.fa-3x {
    font-size: 3em
}
.fa-4x {
    font-size: 4em
}
.fa-5x {
    font-size: 5em
}
.fa-fw {
    width: 1.28571429em;
    text-align: center
}
.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}
.fa-ul>li {
    position: relative
}
.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}
.fa-li.fa-lg {
    left: -1.85714286em
}
.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}
.pull-right {
    float: right
}
.pull-left {
    float: left
}
.fa.pull-left {
    margin-right: .3em
}
.fa.pull-right {
    margin-left: .3em
}
.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}
.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}
@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}
@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}
.fa-rotate-90 {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}
.fa-rotate-180 {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}
.fa-rotate-270 {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}
.fa-flip-horizontal {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}
.fa-flip-vertical {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    filter: none
}
.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}
.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}
.fa-stack-1x {
    line-height: inherit
}
.fa-stack-2x {
    font-size: 2em
}
.fa-inverse {
    color: #fff
}
.fa-glass:before {
    content: "\f000"
}
.fa-music:before {
    content: "\f001"
}
.fa-search:before {
    content: "\f002"
}
.fa-envelope-o:before {
    content: "\f003"
}
.fa-heart:before {
    content: "\f004"
}
.fa-star:before {
    content: "\f005"
}
.fa-star-o:before {
    content: "\f006"
}
.fa-user:before {
    content: "\f007"
}
.fa-film:before {
    content: "\f008"
}
.fa-th-large:before {
    content: "\f009"
}
.fa-th:before {
    content: "\f00a"
}
.fa-th-list:before {
    content: "\f00b"
}
.fa-check:before {
    content: "\f00c"
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: "\f00d"
}
.fa-search-plus:before {
    content: "\f00e"
}
.fa-search-minus:before {
    content: "\f010"
}
.fa-power-off:before {
    content: "\f011"
}
.fa-signal:before {
    content: "\f012"
}
.fa-gear:before,
.fa-cog:before {
    content: "\f013"
}
.fa-trash-o:before {
    content: "\f014"
}
.fa-home:before {
    content: "\f015"
}
.fa-file-o:before {
    content: "\f016"
}
.fa-clock-o:before {
    content: "\f017"
}
.fa-road:before {
    content: "\f018"
}
.fa-download:before {
    content: "\f019"
}
.fa-arrow-circle-o-down:before {
    content: "\f01a"
}
.fa-arrow-circle-o-up:before {
    content: "\f01b"
}
.fa-inbox:before {
    content: "\f01c"
}
.fa-play-circle-o:before {
    content: "\f01d"
}
.fa-rotate-right:before,
.fa-repeat:before {
    content: "\f01e"
}
.fa-refresh:before {
    content: "\f021"
}
.fa-list-alt:before {
    content: "\f022"
}
.fa-lock:before {
    content: "\f023"
}
.fa-flag:before {
    content: "\f024"
}
.fa-headphones:before {
    content: "\f025"
}
.fa-volume-off:before {
    content: "\f026"
}
.fa-volume-down:before {
    content: "\f027"
}
.fa-volume-up:before {
    content: "\f028"
}
.fa-qrcode:before {
    content: "\f029"
}
.fa-barcode:before {
    content: "\f02a"
}
.fa-tag:before {
    content: "\f02b"
}
.fa-tags:before {
    content: "\f02c"
}
.fa-book:before {
    content: "\f02d"
}
.fa-bookmark:before {
    content: "\f02e"
}
.fa-print:before {
    content: "\f02f"
}
.fa-camera:before {
    content: "\f030"
}
.fa-font:before {
    content: "\f031"
}
.fa-bold:before {
    content: "\f032"
}
.fa-italic:before {
    content: "\f033"
}
.fa-text-height:before {
    content: "\f034"
}
.fa-text-width:before {
    content: "\f035"
}
.fa-align-left:before {
    content: "\f036"
}
.fa-align-center:before {
    content: "\f037"
}
.fa-align-right:before {
    content: "\f038"
}
.fa-align-justify:before {
    content: "\f039"
}
.fa-list:before {
    content: "\f03a"
}
.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b"
}
.fa-indent:before {
    content: "\f03c"
}
.fa-video-camera:before {
    content: "\f03d"
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: "\f03e"
}
.fa-pencil:before {
    content: "\f040"
}
.fa-map-marker:before {
    content: "\f041"
}
.fa-adjust:before {
    content: "\f042"
}
.fa-tint:before {
    content: "\f043"
}
.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044"
}
.fa-share-square-o:before {
    content: "\f045"
}
.fa-check-square-o:before {
    content: "\f046"
}
.fa-arrows:before {
    content: "\f047"
}
.fa-step-backward:before {
    content: "\f048"
}
.fa-fast-backward:before {
    content: "\f049"
}
.fa-backward:before {
    content: "\f04a"
}
.fa-play:before {
    content: "\f04b"
}
.fa-pause:before {
    content: "\f04c"
}
.fa-stop:before {
    content: "\f04d"
}
.fa-forward:before {
    content: "\f04e"
}
.fa-fast-forward:before {
    content: "\f050"
}
.fa-step-forward:before {
    content: "\f051"
}
.fa-eject:before {
    content: "\f052"
}
.fa-chevron-left:before {
    content: "\f053"
}
.fa-chevron-right:before {
    content: "\f054"
}
.fa-plus-circle:before {
    content: "\f055"
}
.fa-minus-circle:before {
    content: "\f056"
}
.fa-times-circle:before {
    content: "\f057"
}
.fa-check-circle:before {
    content: "\f058"
}
.fa-question-circle:before {
    content: "\f059"
}
.fa-info-circle:before {
    content: "\f05a"
}
.fa-crosshairs:before {
    content: "\f05b"
}
.fa-times-circle-o:before {
    content: "\f05c"
}
.fa-check-circle-o:before {
    content: "\f05d"
}
.fa-ban:before {
    content: "\f05e"
}
.fa-arrow-left:before {
    content: "\f060"
}
.fa-arrow-right:before {
    content: "\f061"
}
.fa-arrow-up:before {
    content: "\f062"
}
.fa-arrow-down:before {
    content: "\f063"
}
.fa-mail-forward:before,
.fa-share:before {
    content: "\f064"
}
.fa-expand:before {
    content: "\f065"
}
.fa-compress:before {
    content: "\f066"
}
.fa-plus:before {
    content: "\f067"
}
.fa-minus:before {
    content: "\f068"
}
.fa-asterisk:before {
    content: "\f069"
}
.fa-exclamation-circle:before {
    content: "\f06a"
}
.fa-gift:before {
    content: "\f06b"
}
.fa-leaf:before {
    content: "\f06c"
}
.fa-fire:before {
    content: "\f06d"
}
.fa-eye:before {
    content: "\f06e"
}
.fa-eye-slash:before {
    content: "\f070"
}
.fa-warning:before,
.fa-exclamation-triangle:before {
    content: "\f071"
}
.fa-plane:before {
    content: "\f072"
}
.fa-calendar:before {
    content: "\f073"
}
.fa-random:before {
    content: "\f074"
}
.fa-comment:before {
    content: "\f075"
}
.fa-magnet:before {
    content: "\f076"
}
.fa-chevron-up:before {
    content: "\f077"
}
.fa-chevron-down:before {
    content: "\f078"
}
.fa-retweet:before {
    content: "\f079"
}
.fa-shopping-cart:before {
    content: "\f07a"
}
.fa-folder:before {
    content: "\f07b"
}
.fa-folder-open:before {
    content: "\f07c"
}
.fa-arrows-v:before {
    content: "\f07d"
}
.fa-arrows-h:before {
    content: "\f07e"
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "\f080"
}
.fa-twitter-square:before {
    content: "\f081"
}
.fa-facebook-square:before {
    content: "\f082"
}
.fa-camera-retro:before {
    content: "\f083"
}
.fa-key:before {
    content: "\f084"
}
.fa-gears:before,
.fa-cogs:before {
    content: "\f085"
}
.fa-comments:before {
    content: "\f086"
}
.fa-thumbs-o-up:before {
    content: "\f087"
}
.fa-thumbs-o-down:before {
    content: "\f088"
}
.fa-star-half:before {
    content: "\f089"
}
.fa-heart-o:before {
    content: "\f08a"
}
.fa-sign-out:before {
    content: "\f08b"
}
.fa-linkedin-square:before {
    content: "\f08c"
}
.fa-thumb-tack:before {
    content: "\f08d"
}
.fa-external-link:before {
    content: "\f08e"
}
.fa-sign-in:before {
    content: "\f090"
}
.fa-trophy:before {
    content: "\f091"
}
.fa-github-square:before {
    content: "\f092"
}
.fa-upload:before {
    content: "\f093"
}
.fa-lemon-o:before {
    content: "\f094"
}
.fa-phone:before {
    content: "\f095"
}
.fa-square-o:before {
    content: "\f096"
}
.fa-bookmark-o:before {
    content: "\f097"
}
.fa-phone-square:before {
    content: "\f098"
}
.fa-twitter:before {
    content: "\f099"
}
.fa-facebook-f:before,
.fa-facebook:before {
    content: "\f09a"
}
.fa-github:before {
    content: "\f09b"
}
.fa-unlock:before {
    content: "\f09c"
}
.fa-credit-card:before {
    content: "\f09d"
}
.fa-rss:before {
    content: "\f09e"
}
.fa-hdd-o:before {
    content: "\f0a0"
}
.fa-bullhorn:before {
    content: "\f0a1"
}
.fa-bell:before {
    content: "\f0f3"
}
.fa-certificate:before {
    content: "\f0a3"
}
.fa-hand-o-right:before {
    content: "\f0a4"
}
.fa-hand-o-left:before {
    content: "\f0a5"
}
.fa-hand-o-up:before {
    content: "\f0a6"
}
.fa-hand-o-down:before {
    content: "\f0a7"
}
.fa-arrow-circle-left:before {
    content: "\f0a8"
}
.fa-arrow-circle-right:before {
    content: "\f0a9"
}
.fa-arrow-circle-up:before {
    content: "\f0aa"
}
.fa-arrow-circle-down:before {
    content: "\f0ab"
}
.fa-globe:before {
    content: "\f0ac"
}
.fa-wrench:before {
    content: "\f0ad"
}
.fa-tasks:before {
    content: "\f0ae"
}
.fa-filter:before {
    content: "\f0b0"
}
.fa-briefcase:before {
    content: "\f0b1"
}
.fa-arrows-alt:before {
    content: "\f0b2"
}
.fa-group:before,
.fa-users:before {
    content: "\f0c0"
}
.fa-chain:before,
.fa-link:before {
    content: "\f0c1"
}
.fa-cloud:before {
    content: "\f0c2"
}
.fa-flask:before {
    content: "\f0c3"
}
.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4"
}
.fa-copy:before,
.fa-files-o:before {
    content: "\f0c5"
}
.fa-paperclip:before {
    content: "\f0c6"
}
.fa-save:before,
.fa-floppy-o:before {
    content: "\f0c7"
}
.fa-square:before {
    content: "\f0c8"
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: "\f0c9"
}
.fa-list-ul:before {
    content: "\f0ca"
}
.fa-list-ol:before {
    content: "\f0cb"
}
.fa-strikethrough:before {
    content: "\f0cc"
}
.fa-underline:before {
    content: "\f0cd"
}
.fa-table:before {
    content: "\f0ce"
}
.fa-magic:before {
    content: "\f0d0"
}
.fa-truck:before {
    content: "\f0d1"
}
.fa-pinterest:before {
    content: "\f0d2"
}
.fa-pinterest-square:before {
    content: "\f0d3"
}
.fa-google-plus-square:before {
    content: "\f0d4"
}
.fa-google-plus:before {
    content: "\f0d5"
}
.fa-money:before {
    content: "\f0d6"
}
.fa-caret-down:before {
    content: "\f0d7"
}
.fa-caret-up:before {
    content: "\f0d8"
}
.fa-caret-left:before {
    content: "\f0d9"
}
.fa-caret-right:before {
    content: "\f0da"
}
.fa-columns:before {
    content: "\f0db"
}
.fa-unsorted:before,
.fa-sort:before {
    content: "\f0dc"
}
.fa-sort-down:before,
.fa-sort-desc:before {
    content: "\f0dd"
}
.fa-sort-up:before,
.fa-sort-asc:before {
    content: "\f0de"
}
.fa-envelope:before {
    content: "\f0e0"
}
.fa-linkedin:before {
    content: "\f0e1"
}
.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2"
}
.fa-legal:before,
.fa-gavel:before {
    content: "\f0e3"
}
.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4"
}
.fa-comment-o:before {
    content: "\f0e5"
}
.fa-comments-o:before {
    content: "\f0e6"
}
.fa-flash:before,
.fa-bolt:before {
    content: "\f0e7"
}
.fa-sitemap:before {
    content: "\f0e8"
}
.fa-umbrella:before {
    content: "\f0e9"
}
.fa-paste:before,
.fa-clipboard:before {
    content: "\f0ea"
}
.fa-lightbulb-o:before {
    content: "\f0eb"
}
.fa-exchange:before {
    content: "\f0ec"
}
.fa-cloud-download:before {
    content: "\f0ed"
}
.fa-cloud-upload:before {
    content: "\f0ee"
}
.fa-user-md:before {
    content: "\f0f0"
}
.fa-stethoscope:before {
    content: "\f0f1"
}
.fa-suitcase:before {
    content: "\f0f2"
}
.fa-bell-o:before {
    content: "\f0a2"
}
.fa-coffee:before {
    content: "\f0f4"
}
.fa-cutlery:before {
    content: "\f0f5"
}
.fa-file-text-o:before {
    content: "\f0f6"
}
.fa-building-o:before {
    content: "\f0f7"
}
.fa-hospital-o:before {
    content: "\f0f8"
}
.fa-ambulance:before {
    content: "\f0f9"
}
.fa-medkit:before {
    content: "\f0fa"
}
.fa-fighter-jet:before {
    content: "\f0fb"
}
.fa-beer:before {
    content: "\f0fc"
}
.fa-h-square:before {
    content: "\f0fd"
}
.fa-plus-square:before {
    content: "\f0fe"
}
.fa-angle-double-left:before {
    content: "\f100"
}
.fa-angle-double-right:before {
    content: "\f101"
}
.fa-angle-double-up:before {
    content: "\f102"
}
.fa-angle-double-down:before {
    content: "\f103"
}
.fa-angle-left:before {
    content: "\f104"
}
.fa-angle-right:before {
    content: "\f105"
}
.fa-angle-up:before {
    content: "\f106"
}
.fa-angle-down:before {
    content: "\f107"
}
.fa-desktop:before {
    content: "\f108"
}
.fa-laptop:before {
    content: "\f109"
}
.fa-tablet:before {
    content: "\f10a"
}
.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b"
}
.fa-circle-o:before {
    content: "\f10c"
}
.fa-quote-left:before {
    content: "\f10d"
}
.fa-quote-right:before {
    content: "\f10e"
}
.fa-spinner:before {
    content: "\f110"
}
.fa-circle:before {
    content: "\f111"
}
.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112"
}
.fa-github-alt:before {
    content: "\f113"
}
.fa-folder-o:before {
    content: "\f114"
}
.fa-folder-open-o:before {
    content: "\f115"
}
.fa-smile-o:before {
    content: "\f118"
}
.fa-frown-o:before {
    content: "\f119"
}
.fa-meh-o:before {
    content: "\f11a"
}
.fa-gamepad:before {
    content: "\f11b"
}
.fa-keyboard-o:before {
    content: "\f11c"
}
.fa-flag-o:before {
    content: "\f11d"
}
.fa-flag-checkered:before {
    content: "\f11e"
}
.fa-terminal:before {
    content: "\f120"
}
.fa-code:before {
    content: "\f121"
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122"
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123"
}
.fa-location-arrow:before {
    content: "\f124"
}
.fa-crop:before {
    content: "\f125"
}
.fa-code-fork:before {
    content: "\f126"
}
.fa-unlink:before,
.fa-chain-broken:before {
    content: "\f127"
}
.fa-question:before {
    content: "\f128"
}
.fa-info:before {
    content: "\f129"
}
.fa-exclamation:before {
    content: "\f12a"
}
.fa-superscript:before {
    content: "\f12b"
}
.fa-subscript:before {
    content: "\f12c"
}
.fa-eraser:before {
    content: "\f12d"
}
.fa-puzzle-piece:before {
    content: "\f12e"
}
.fa-microphone:before {
    content: "\f130"
}
.fa-microphone-slash:before {
    content: "\f131"
}
.fa-shield:before {
    content: "\f132"
}
.fa-calendar-o:before {
    content: "\f133"
}
.fa-fire-extinguisher:before {
    content: "\f134"
}
.fa-rocket:before {
    content: "\f135"
}
.fa-maxcdn:before {
    content: "\f136"
}
.fa-chevron-circle-left:before {
    content: "\f137"
}
.fa-chevron-circle-right:before {
    content: "\f138"
}
.fa-chevron-circle-up:before {
    content: "\f139"
}
.fa-chevron-circle-down:before {
    content: "\f13a"
}
.fa-html5:before {
    content: "\f13b"
}
.fa-css3:before {
    content: "\f13c"
}
.fa-anchor:before {
    content: "\f13d"
}
.fa-unlock-alt:before {
    content: "\f13e"
}
.fa-bullseye:before {
    content: "\f140"
}
.fa-ellipsis-h:before {
    content: "\f141"
}
.fa-ellipsis-v:before {
    content: "\f142"
}
.fa-rss-square:before {
    content: "\f143"
}
.fa-play-circle:before {
    content: "\f144"
}
.fa-ticket:before {
    content: "\f145"
}
.fa-minus-square:before {
    content: "\f146"
}
.fa-minus-square-o:before {
    content: "\f147"
}
.fa-level-up:before {
    content: "\f148"
}
.fa-level-down:before {
    content: "\f149"
}
.fa-check-square:before {
    content: "\f14a"
}
.fa-pencil-square:before {
    content: "\f14b"
}
.fa-external-link-square:before {
    content: "\f14c"
}
.fa-share-square:before {
    content: "\f14d"
}
.fa-compass:before {
    content: "\f14e"
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: "\f150"
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: "\f151"
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: "\f152"
}
.fa-euro:before,
.fa-eur:before {
    content: "\f153"
}
.fa-gbp:before {
    content: "\f154"
}
.fa-dollar:before,
.fa-usd:before {
    content: "\f155"
}
.fa-rupee:before,
.fa-inr:before {
    content: "\f156"
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: "\f157"
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: "\f158"
}
.fa-won:before,
.fa-krw:before {
    content: "\f159"
}
.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a"
}
.fa-file:before {
    content: "\f15b"
}
.fa-file-text:before {
    content: "\f15c"
}
.fa-sort-alpha-asc:before {
    content: "\f15d"
}
.fa-sort-alpha-desc:before {
    content: "\f15e"
}
.fa-sort-amount-asc:before {
    content: "\f160"
}
.fa-sort-amount-desc:before {
    content: "\f161"
}
.fa-sort-numeric-asc:before {
    content: "\f162"
}
.fa-sort-numeric-desc:before {
    content: "\f163"
}
.fa-thumbs-up:before {
    content: "\f164"
}
.fa-thumbs-down:before {
    content: "\f165"
}
.fa-youtube-square:before {
    content: "\f166"
}
.fa-youtube:before {
    content: "\f167"
}
.fa-xing:before {
    content: "\f168"
}
.fa-xing-square:before {
    content: "\f169"
}
.fa-youtube-play:before {
    content: "\f16a"
}
.fa-dropbox:before {
    content: "\f16b"
}
.fa-stack-overflow:before {
    content: "\f16c"
}
.fa-instagram:before {
    content: "\f16d"
}
.fa-flickr:before {
    content: "\f16e"
}
.fa-adn:before {
    content: "\f170"
}
.fa-bitbucket:before {
    content: "\f171"
}
.fa-bitbucket-square:before {
    content: "\f172"
}
.fa-tumblr:before {
    content: "\f173"
}
.fa-tumblr-square:before {
    content: "\f174"
}
.fa-long-arrow-down:before {
    content: "\f175"
}
.fa-long-arrow-up:before {
    content: "\f176"
}
.fa-long-arrow-left:before {
    content: "\f177"
}
.fa-long-arrow-right:before {
    content: "\f178"
}
.fa-apple:before {
    content: "\f179"
}
.fa-windows:before {
    content: "\f17a"
}
.fa-android:before {
    content: "\f17b"
}
.fa-linux:before {
    content: "\f17c"
}
.fa-dribbble:before {
    content: "\f17d"
}
.fa-skype:before {
    content: "\f17e"
}
.fa-foursquare:before {
    content: "\f180"
}
.fa-trello:before {
    content: "\f181"
}
.fa-female:before {
    content: "\f182"
}
.fa-male:before {
    content: "\f183"
}
.fa-gittip:before,
.fa-gratipay:before {
    content: "\f184"
}
.fa-sun-o:before {
    content: "\f185"
}
.fa-moon-o:before {
    content: "\f186"
}
.fa-archive:before {
    content: "\f187"
}
.fa-bug:before {
    content: "\f188"
}
.fa-vk:before {
    content: "\f189"
}
.fa-weibo:before {
    content: "\f18a"
}
.fa-renren:before {
    content: "\f18b"
}
.fa-pagelines:before {
    content: "\f18c"
}
.fa-stack-exchange:before {
    content: "\f18d"
}
.fa-arrow-circle-o-right:before {
    content: "\f18e"
}
.fa-arrow-circle-o-left:before {
    content: "\f190"
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: "\f191"
}
.fa-dot-circle-o:before {
    content: "\f192"
}
.fa-wheelchair:before {
    content: "\f193"
}
.fa-vimeo-square:before {
    content: "\f194"
}
.fa-turkish-lira:before,
.fa-try:before {
    content: "\f195"
}
.fa-plus-square-o:before {
    content: "\f196"
}
.fa-space-shuttle:before {
    content: "\f197"
}
.fa-slack:before {
    content: "\f198"
}
.fa-envelope-square:before {
    content: "\f199"
}
.fa-wordpress:before {
    content: "\f19a"
}
.fa-openid:before {
    content: "\f19b"
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: "\f19c"
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: "\f19d"
}
.fa-yahoo:before {
    content: "\f19e"
}
.fa-google:before {
    content: "\f1a0"
}
.fa-reddit:before {
    content: "\f1a1"
}
.fa-reddit-square:before {
    content: "\f1a2"
}
.fa-stumbleupon-circle:before {
    content: "\f1a3"
}
.fa-stumbleupon:before {
    content: "\f1a4"
}
.fa-delicious:before {
    content: "\f1a5"
}
.fa-digg:before {
    content: "\f1a6"
}
.fa-pied-piper:before {
    content: "\f1a7"
}
.fa-pied-piper-alt:before {
    content: "\f1a8"
}
.fa-drupal:before {
    content: "\f1a9"
}
.fa-joomla:before {
    content: "\f1aa"
}
.fa-language:before {
    content: "\f1ab"
}
.fa-fax:before {
    content: "\f1ac"
}
.fa-building:before {
    content: "\f1ad"
}
.fa-child:before {
    content: "\f1ae"
}
.fa-paw:before {
    content: "\f1b0"
}
.fa-spoon:before {
    content: "\f1b1"
}
.fa-cube:before {
    content: "\f1b2"
}
.fa-cubes:before {
    content: "\f1b3"
}
.fa-behance:before {
    content: "\f1b4"
}
.fa-behance-square:before {
    content: "\f1b5"
}
.fa-steam:before {
    content: "\f1b6"
}
.fa-steam-square:before {
    content: "\f1b7"
}
.fa-recycle:before {
    content: "\f1b8"
}
.fa-automobile:before,
.fa-car:before {
    content: "\f1b9"
}
.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba"
}
.fa-tree:before {
    content: "\f1bb"
}
.fa-spotify:before {
    content: "\f1bc"
}
.fa-deviantart:before {
    content: "\f1bd"
}
.fa-soundcloud:before {
    content: "\f1be"
}
.fa-database:before {
    content: "\f1c0"
}
.fa-file-pdf-o:before {
    content: "\f1c1"
}
.fa-file-word-o:before {
    content: "\f1c2"
}
.fa-file-excel-o:before {
    content: "\f1c3"
}
.fa-file-powerpoint-o:before {
    content: "\f1c4"
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: "\f1c5"
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: "\f1c6"
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: "\f1c7"
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\f1c8"
}
.fa-file-code-o:before {
    content: "\f1c9"
}
.fa-vine:before {
    content: "\f1ca"
}
.fa-codepen:before {
    content: "\f1cb"
}
.fa-jsfiddle:before {
    content: "\f1cc"
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: "\f1cd"
}
.fa-circle-o-notch:before {
    content: "\f1ce"
}
.fa-ra:before,
.fa-rebel:before {
    content: "\f1d0"
}
.fa-ge:before,
.fa-empire:before {
    content: "\f1d1"
}
.fa-git-square:before {
    content: "\f1d2"
}
.fa-git:before {
    content: "\f1d3"
}
.fa-hacker-news:before {
    content: "\f1d4"
}
.fa-tencent-weibo:before {
    content: "\f1d5"
}
.fa-qq:before {
    content: "\f1d6"
}
.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7"
}
.fa-send:before,
.fa-paper-plane:before {
    content: "\f1d8"
}
.fa-send-o:before,
.fa-paper-plane-o:before {
    content: "\f1d9"
}
.fa-history:before {
    content: "\f1da"
}
.fa-genderless:before,
.fa-circle-thin:before {
    content: "\f1db"
}
.fa-header:before {
    content: "\f1dc"
}
.fa-paragraph:before {
    content: "\f1dd"
}
.fa-sliders:before {
    content: "\f1de"
}
.fa-share-alt:before {
    content: "\f1e0"
}
.fa-share-alt-square:before {
    content: "\f1e1"
}
.fa-bomb:before {
    content: "\f1e2"
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: "\f1e3"
}
.fa-tty:before {
    content: "\f1e4"
}
.fa-binoculars:before {
    content: "\f1e5"
}
.fa-plug:before {
    content: "\f1e6"
}
.fa-slideshare:before {
    content: "\f1e7"
}
.fa-twitch:before {
    content: "\f1e8"
}
.fa-yelp:before {
    content: "\f1e9"
}
.fa-newspaper-o:before {
    content: "\f1ea"
}
.fa-wifi:before {
    content: "\f1eb"
}
.fa-calculator:before {
    content: "\f1ec"
}
.fa-paypal:before {
    content: "\f1ed"
}
.fa-google-wallet:before {
    content: "\f1ee"
}
.fa-cc-visa:before {
    content: "\f1f0"
}
.fa-cc-mastercard:before {
    content: "\f1f1"
}
.fa-cc-discover:before {
    content: "\f1f2"
}
.fa-cc-amex:before {
    content: "\f1f3"
}
.fa-cc-paypal:before {
    content: "\f1f4"
}
.fa-cc-stripe:before {
    content: "\f1f5"
}
.fa-bell-slash:before {
    content: "\f1f6"
}
.fa-bell-slash-o:before {
    content: "\f1f7"
}
.fa-trash:before {
    content: "\f1f8"
}
.fa-copyright:before {
    content: "\f1f9"
}
.fa-at:before {
    content: "\f1fa"
}
.fa-eyedropper:before {
    content: "\f1fb"
}
.fa-paint-brush:before {
    content: "\f1fc"
}
.fa-birthday-cake:before {
    content: "\f1fd"
}
.fa-area-chart:before {
    content: "\f1fe"
}
.fa-pie-chart:before {
    content: "\f200"
}
.fa-line-chart:before {
    content: "\f201"
}
.fa-lastfm:before {
    content: "\f202"
}
.fa-lastfm-square:before {
    content: "\f203"
}
.fa-toggle-off:before {
    content: "\f204"
}
.fa-toggle-on:before {
    content: "\f205"
}
.fa-bicycle:before {
    content: "\f206"
}
.fa-bus:before {
    content: "\f207"
}
.fa-ioxhost:before {
    content: "\f208"
}
.fa-angellist:before {
    content: "\f209"
}
.fa-cc:before {
    content: "\f20a"
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: "\f20b"
}
.fa-meanpath:before {
    content: "\f20c"
}
.fa-buysellads:before {
    content: "\f20d"
}
.fa-connectdevelop:before {
    content: "\f20e"
}
.fa-dashcube:before {
    content: "\f210"
}
.fa-forumbee:before {
    content: "\f211"
}
.fa-leanpub:before {
    content: "\f212"
}
.fa-sellsy:before {
    content: "\f213"
}
.fa-shirtsinbulk:before {
    content: "\f214"
}
.fa-simplybuilt:before {
    content: "\f215"
}
.fa-skyatlas:before {
    content: "\f216"
}
.fa-cart-plus:before {
    content: "\f217"
}
.fa-cart-arrow-down:before {
    content: "\f218"
}
.fa-diamond:before {
    content: "\f219"
}
.fa-ship:before {
    content: "\f21a"
}
.fa-user-secret:before {
    content: "\f21b"
}
.fa-motorcycle:before {
    content: "\f21c"
}
.fa-street-view:before {
    content: "\f21d"
}
.fa-heartbeat:before {
    content: "\f21e"
}
.fa-venus:before {
    content: "\f221"
}
.fa-mars:before {
    content: "\f222"
}
.fa-mercury:before {
    content: "\f223"
}
.fa-transgender:before {
    content: "\f224"
}
.fa-transgender-alt:before {
    content: "\f225"
}
.fa-venus-double:before {
    content: "\f226"
}
.fa-mars-double:before {
    content: "\f227"
}
.fa-venus-mars:before {
    content: "\f228"
}
.fa-mars-stroke:before {
    content: "\f229"
}
.fa-mars-stroke-v:before {
    content: "\f22a"
}
.fa-mars-stroke-h:before {
    content: "\f22b"
}
.fa-neuter:before {
    content: "\f22c"
}
.fa-facebook-official:before {
    content: "\f230"
}
.fa-pinterest-p:before {
    content: "\f231"
}
.fa-whatsapp:before {
    content: "\f232"
}
.fa-server:before {
    content: "\f233"
}
.fa-user-plus:before {
    content: "\f234"
}
.fa-user-times:before {
    content: "\f235"
}
.fa-hotel:before,
.fa-bed:before {
    content: "\f236"
}
.fa-viacoin:before {
    content: "\f237"
}
.fa-train:before {
    content: "\f238"
}
.fa-subway:before {
    content: "\f239"
}
.fa-medium:before {
    content: "\f23a"
}
/*!
 * font-awesome-animation - v0.0.6
 * https://github.com/l-lin/font-awesome-animation
 * License: MIT
 */


@-webkit-keyframes wrench{0%{-webkit-transform:rotate(-12deg);transform:rotate(-12deg)}8%{-webkit-transform:rotate(12deg);transform:rotate(12deg)}10%{-webkit-transform:rotate(24deg);transform:rotate(24deg)}18%,20%{-webkit-transform:rotate(-24deg);transform:rotate(-24deg)}28%,30%{-webkit-transform:rotate(24deg);transform:rotate(24deg)}38%,40%{-webkit-transform:rotate(-24deg);transform:rotate(-24deg)}48%,50%{-webkit-transform:rotate(24deg);transform:rotate(24deg)}58%,60%{-webkit-transform:rotate(-24deg);transform:rotate(-24deg)}68%{-webkit-transform:rotate(24deg);transform:rotate(24deg)}75%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes wrench{0%{-webkit-transform:rotate(-12deg);-ms-transform:rotate(-12deg);transform:rotate(-12deg)}8%{-webkit-transform:rotate(12deg);-ms-transform:rotate(12deg);transform:rotate(12deg)}10%{-webkit-transform:rotate(24deg);-ms-transform:rotate(24deg);transform:rotate(24deg)}18%,20%{-webkit-transform:rotate(-24deg);-ms-transform:rotate(-24deg);transform:rotate(-24deg)}28%,30%{-webkit-transform:rotate(24deg);-ms-transform:rotate(24deg);transform:rotate(24deg)}38%,40%{-webkit-transform:rotate(-24deg);-ms-transform:rotate(-24deg);transform:rotate(-24deg)}48%,50%{-webkit-transform:rotate(24deg);-ms-transform:rotate(24deg);transform:rotate(24deg)}58%,60%{-webkit-transform:rotate(-24deg);-ms-transform:rotate(-24deg);transform:rotate(-24deg)}68%{-webkit-transform:rotate(24deg);-ms-transform:rotate(24deg);transform:rotate(24deg)}75%{-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg)}}.faa-parent.animated-hover:hover>.faa-wrench,.faa-wrench.animated,.faa-wrench.animated-hover:hover{-webkit-animation:wrench 2.5s ease infinite;animation:wrench 2.5s ease infinite;transform-origin-x:90%;transform-origin-y:35%;transform-origin-z:initial}@-webkit-keyframes ring{0%{-webkit-transform:rotate(-15deg);transform:rotate(-15deg)}2%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}4%{-webkit-transform:rotate(-18deg);transform:rotate(-18deg)}6%{-webkit-transform:rotate(18deg);transform:rotate(18deg)}8%{-webkit-transform:rotate(-22deg);transform:rotate(-22deg)}10%{-webkit-transform:rotate(22deg);transform:rotate(22deg)}12%{-webkit-transform:rotate(-18deg);transform:rotate(-18deg)}14%{-webkit-transform:rotate(18deg);transform:rotate(18deg)}16%{-webkit-transform:rotate(-12deg);transform:rotate(-12deg)}18%{-webkit-transform:rotate(12deg);transform:rotate(12deg)}20%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes ring{0%{-webkit-transform:rotate(-15deg);-ms-transform:rotate(-15deg);transform:rotate(-15deg)}2%{-webkit-transform:rotate(15deg);-ms-transform:rotate(15deg);transform:rotate(15deg)}4%{-webkit-transform:rotate(-18deg);-ms-transform:rotate(-18deg);transform:rotate(-18deg)}6%{-webkit-transform:rotate(18deg);-ms-transform:rotate(18deg);transform:rotate(18deg)}8%{-webkit-transform:rotate(-22deg);-ms-transform:rotate(-22deg);transform:rotate(-22deg)}10%{-webkit-transform:rotate(22deg);-ms-transform:rotate(22deg);transform:rotate(22deg)}12%{-webkit-transform:rotate(-18deg);-ms-transform:rotate(-18deg);transform:rotate(-18deg)}14%{-webkit-transform:rotate(18deg);-ms-transform:rotate(18deg);transform:rotate(18deg)}16%{-webkit-transform:rotate(-12deg);-ms-transform:rotate(-12deg);transform:rotate(-12deg)}18%{-webkit-transform:rotate(12deg);-ms-transform:rotate(12deg);transform:rotate(12deg)}20%{-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg)}}.faa-parent.animated-hover:hover>.faa-ring,.faa-ring.animated,.faa-ring.animated-hover:hover{-webkit-animation:ring 2s ease infinite;animation:ring 2s ease infinite;transform-origin-x:50%;transform-origin-y:0;transform-origin-z:initial}@-webkit-keyframes vertical{0%{-webkit-transform:translate(0,-3px);transform:translate(0,-3px)}4%{-webkit-transform:translate(0,3px);transform:translate(0,3px)}8%{-webkit-transform:translate(0,-3px);transform:translate(0,-3px)}12%{-webkit-transform:translate(0,3px);transform:translate(0,3px)}16%{-webkit-transform:translate(0,-3px);transform:translate(0,-3px)}20%{-webkit-transform:translate(0,3px);transform:translate(0,3px)}22%{-webkit-transform:translate(0,0);transform:translate(0,0)}}@keyframes vertical{0%{-webkit-transform:translate(0,-3px);-ms-transform:translate(0,-3px);transform:translate(0,-3px)}4%{-webkit-transform:translate(0,3px);-ms-transform:translate(0,3px);transform:translate(0,3px)}8%{-webkit-transform:translate(0,-3px);-ms-transform:translate(0,-3px);transform:translate(0,-3px)}12%{-webkit-transform:translate(0,3px);-ms-transform:translate(0,3px);transform:translate(0,3px)}16%{-webkit-transform:translate(0,-3px);-ms-transform:translate(0,-3px);transform:translate(0,-3px)}20%{-webkit-transform:translate(0,3px);-ms-transform:translate(0,3px);transform:translate(0,3px)}22%{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0)}}.faa-parent.animated-hover:hover>.faa-vertical,.faa-vertical.animated,.faa-vertical.animated-hover:hover{-webkit-animation:vertical 2s ease infinite;animation:vertical 2s ease infinite}@-webkit-keyframes horizontal{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}6%{-webkit-transform:translate(5px,0);transform:translate(5px,0)}12%{-webkit-transform:translate(0,0);transform:translate(0,0)}18%{-webkit-transform:translate(5px,0);transform:translate(5px,0)}24%{-webkit-transform:translate(0,0);transform:translate(0,0)}30%{-webkit-transform:translate(5px,0);transform:translate(5px,0)}36%{-webkit-transform:translate(0,0);transform:translate(0,0)}}@keyframes horizontal{0%{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0)}6%{-webkit-transform:translate(5px,0);-ms-transform:translate(5px,0);transform:translate(5px,0)}12%{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0)}18%{-webkit-transform:translate(5px,0);-ms-transform:translate(5px,0);transform:translate(5px,0)}24%{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0)}30%{-webkit-transform:translate(5px,0);-ms-transform:translate(5px,0);transform:translate(5px,0)}36%{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0)}}.faa-horizontal.animated,.faa-horizontal.animated-hover:hover,.faa-parent.animated-hover:hover>.faa-horizontal{-webkit-animation:horizontal 2s ease infinite;animation:horizontal 2s ease infinite}@-webkit-keyframes flash{0%,100%,50%{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,100%,50%{opacity:1}25%,75%{opacity:0}}.faa-flash.animated,.faa-flash.animated-hover:hover,.faa-parent.animated-hover:hover>.faa-flash{-webkit-animation:flash 2s ease infinite;animation:flash 2s ease infinite}@-webkit-keyframes bounce{0%,10%,20%,50%,80%{-webkit-transform:translateY(0);transform:translateY(0)}40%,60%{-webkit-transform:translateY(-15px);transform:translateY(-15px)}}@keyframes bounce{0%,10%,20%,50%,80%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}40%,60%{-webkit-transform:translateY(-15px);-ms-transform:translateY(-15px);transform:translateY(-15px)}}.faa-bounce.animated,.faa-bounce.animated-hover:hover,.faa-parent.animated-hover:hover>.faa-bounce{-webkit-animation:bounce 2s ease infinite;animation:bounce 2s ease infinite}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes spin{0%{-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);-ms-transform:rotate(359deg);transform:rotate(359deg)}}.faa-parent.animated-hover:hover>.faa-spin,.faa-spin.animated,.faa-spin.animated-hover:hover{-webkit-animation:spin 1.5s linear infinite;animation:spin 1.5s linear infinite}@-webkit-keyframes float{0%{-webkit-transform:translateY(0);transform:translateY(0)}50%{-webkit-transform:translateY(-6px);transform:translateY(-6px)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes float{0%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}50%{-webkit-transform:translateY(-6px);-ms-transform:translateY(-6px);transform:translateY(-6px)}100%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}.faa-float.animated,.faa-float.animated-hover:hover,.faa-parent.animated-hover:hover>.faa-float{-webkit-animation:float 2s linear infinite;animation:float 2s linear infinite}@-webkit-keyframes pulse{0%{-webkit-transform:scale(1.1);transform:scale(1.1)}50%{-webkit-transform:scale(0.8);transform:scale(0.8)}100%{-webkit-transform:scale(1.1);transform:scale(1.1)}}@keyframes pulse{0%{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}50%{-webkit-transform:scale(0.8);-ms-transform:scale(0.8);transform:scale(0.8)}100%{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}}.faa-parent.animated-hover:hover>.faa-pulse,.faa-pulse.animated,.faa-pulse.animated-hover:hover{-webkit-animation:pulse 2s linear infinite;animation:pulse 2s linear infinite}.faa-parent.animated-hover:hover>.faa-shake,.faa-shake.animated,.faa-shake.animated-hover:hover{-webkit-animation:wrench 2.5s ease infinite;animation:wrench 2.5s ease infinite}@-webkit-keyframes tada{0%{-webkit-transform:scale(1);transform:scale(1)}10%,20%{-webkit-transform:scale(.9) rotate(-8deg);transform:scale(.9) rotate(-8deg)}30%,50%,70%{-webkit-transform:scale(1.3) rotate(8deg);transform:scale(1.3) rotate(8deg)}40%,60%{-webkit-transform:scale(1.3) rotate(-8deg);transform:scale(1.3) rotate(-8deg)}80%{-webkit-transform:scale(1) rotate(0);transform:scale(1) rotate(0)}}@keyframes tada{0%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}10%,20%{-webkit-transform:scale(.9) rotate(-8deg);-ms-transform:scale(.9) rotate(-8deg);transform:scale(.9) rotate(-8deg)}30%,50%,70%{-webkit-transform:scale(1.3) rotate(8deg);-ms-transform:scale(1.3) rotate(8deg);transform:scale(1.3) rotate(8deg)}40%,60%{-webkit-transform:scale(1.3) rotate(-8deg);-ms-transform:scale(1.3) rotate(-8deg);transform:scale(1.3) rotate(-8deg)}80%{-webkit-transform:scale(1) rotate(0);-ms-transform:scale(1) rotate(0);transform:scale(1) rotate(0)}}.faa-parent.animated-hover:hover>.faa-tada,.faa-tada.animated,.faa-tada.animated-hover:hover{-webkit-animation:tada 2s linear infinite;animation:tada 2s linear infinite}@-webkit-keyframes passing{0%{-webkit-transform:translateX(-50%);transform:translateX(-50%);opacity:0}50%{-webkit-transform:translateX(0%);transform:translateX(0%);opacity:1}100%{-webkit-transform:translateX(50%);transform:translateX(50%);opacity:0}}@keyframes passing{0%{-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);opacity:0}50%{-webkit-transform:translateX(0%);-ms-transform:translateX(0%);transform:translateX(0%);opacity:1}100%{-webkit-transform:translateX(50%);-ms-transform:translateX(50%);transform:translateX(50%);opacity:0}}.faa-parent.animated-hover:hover>.faa-passing,.faa-passing.animated,.faa-passing.animated-hover:hover{-webkit-animation:passing 3s linear infinite;animation:passing 3s linear infinite}@-webkit-keyframes burst{0%{opacity:.6}50%{-webkit-transform:scale(1.8);transform:scale(1.8);opacity:0}100%{opacity:0}}@keyframes burst{0%{opacity:.6}50%{-webkit-transform:scale(1.8);-ms-transform:scale(1.8);transform:scale(1.8);opacity:0}100%{opacity:0}}.faa-burst.animated,.faa-burst.animated-hover:hover,.faa-parent.animated-hover:hover>.faa-burst{-webkit-animation:burst 3s infinite linear;animation:burst 3s infinite linear}
@font-face {
  font-family: 'simple-line-icons';
  src: url('/assets/Simple-Line-Icons.eot?-i3a2kk');
  src: url('/assets/Simple-Line-Icons.eot?#iefix-i3a2kk') format('embedded-opentype'),   url('/assets/Simple-Line-Icons.ttf?-i3a2kk') format('truetype'), url('/assets/Simple-Line-Icons.woff2?-i3a2kk') format('woff2'),  url('/assets/Simple-Line-Icons.woff?-i3a2kk') format('woff'), url('/assets/Simple-Line-Icons.svg?-i3a2kk#simple-line-icons') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*
 Use the following CSS code if you want to have a class per icon.
 Instead of a list of all class selectors, you can use the generic [class*="icon-"] selector, but it's slower: 
*/
.icon-user,
.icon-people,
.icon-user-female,
.icon-user-follow,
.icon-user-following,
.icon-user-unfollow,
.icon-login,
.icon-logout,
.icon-emotsmile,
.icon-phone,
.icon-call-end,
.icon-call-in,
.icon-call-out,
.icon-map,
.icon-location-pin,
.icon-direction,
.icon-directions,
.icon-compass,
.icon-layers,
.icon-menu,
.icon-list,
.icon-options-vertical,
.icon-options,
.icon-arrow-down,
.icon-arrow-left,
.icon-arrow-right,
.icon-arrow-up,
.icon-arrow-up-circle,
.icon-arrow-left-circle,
.icon-arrow-right-circle,
.icon-arrow-down-circle,
.icon-check,
.icon-clock,
.icon-plus,
.icon-close,
.icon-trophy,
.icon-screen-smartphone,
.icon-screen-desktop,
.icon-plane,
.icon-notebook,
.icon-mustache,
.icon-mouse,
.icon-magnet,
.icon-energy,
.icon-disc,
.icon-cursor,
.icon-cursor-move,
.icon-crop,
.icon-chemistry,
.icon-speedometer,
.icon-shield,
.icon-screen-tablet,
.icon-magic-wand,
.icon-hourglass,
.icon-graduation,
.icon-ghost,
.icon-game-controller,
.icon-fire,
.icon-eyeglass,
.icon-envelope-open,
.icon-envelope-letter,
.icon-bell,
.icon-badge,
.icon-anchor,
.icon-wallet,
.icon-vector,
.icon-speech,
.icon-puzzle,
.icon-printer,
.icon-present,
.icon-playlist,
.icon-pin,
.icon-picture,
.icon-handbag,
.icon-globe-alt,
.icon-globe,
.icon-folder-alt,
.icon-folder,
.icon-film,
.icon-feed,
.icon-drop,
.icon-drawar,
.icon-docs,
.icon-doc,
.icon-diamond,
.icon-cup,
.icon-calculator,
.icon-bubbles,
.icon-briefcase,
.icon-book-open,
.icon-basket-loaded,
.icon-basket,
.icon-bag,
.icon-action-undo,
.icon-action-redo,
.icon-wrench,
.icon-umbrella,
.icon-trash,
.icon-tag,
.icon-support,
.icon-frame,
.icon-size-fullscreen,
.icon-size-actual,
.icon-shuffle,
.icon-share-alt,
.icon-share,
.icon-rocket,
.icon-question,
.icon-pie-chart,
.icon-pencil,
.icon-note,
.icon-loop,
.icon-home,
.icon-grid,
.icon-graph,
.icon-microphone,
.icon-music-tone-alt,
.icon-music-tone,
.icon-earphones-alt,
.icon-earphones,
.icon-equalizer,
.icon-like,
.icon-dislike,
.icon-control-start,
.icon-control-rewind,
.icon-control-play,
.icon-control-pause,
.icon-control-forward,
.icon-control-end,
.icon-volume-1,
.icon-volume-2,
.icon-volume-off,
.icon-calender,
.icon-bulb,
.icon-chart,
.icon-ban,
.icon-bubble,
.icon-camrecorder,
.icon-camera,
.icon-cloud-download,
.icon-cloud-upload,
.icon-envelope,
.icon-eye,
.icon-flag,
.icon-heart,
.icon-info,
.icon-key,
.icon-link,
.icon-lock,
.icon-lock-open,
.icon-magnifier,
.icon-magnifier-add,
.icon-magnifier-remove,
.icon-paper-clip,
.icon-paper-plane,
.icon-power,
.icon-refresh,
.icon-reload,
.icon-settings,
.icon-star,
.icon-symble-female,
.icon-symbol-male,
.icon-target,
.icon-credit-card,
.icon-paypal,
.icon-social-tumblr,
.icon-social-twitter,
.icon-social-facebook,
.icon-social-instagram,
.icon-social-linkedin,
.icon-social-pintarest,
.icon-social-github,
.icon-social-gplus,
.icon-social-reddit,
.icon-social-skype,
.icon-social-dribbble,
.icon-social-behance,
.icon-social-foursqare,
.icon-social-soundcloud,
.icon-social-spotify,
.icon-social-stumbleupon,
.icon-social-youtube,
.icon-social-dropbox {
  font-family: 'simple-line-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-user:before {
  content: "\e005";
}
.icon-people:before {
  content: "\e001";
}
.icon-user-female:before {
  content: "\e000";
}
.icon-user-follow:before {
  content: "\e002";
}
.icon-user-following:before {
  content: "\e003";
}
.icon-user-unfollow:before {
  content: "\e004";
}
.icon-login:before {
  content: "\e066";
}
.icon-logout:before {
  content: "\e065";
}
.icon-emotsmile:before {
  content: "\e021";
}
.icon-phone:before {
  content: "\e600";
}
.icon-call-end:before {
  content: "\e048";
}
.icon-call-in:before {
  content: "\e047";
}
.icon-call-out:before {
  content: "\e046";
}
.icon-map:before {
  content: "\e033";
}
.icon-location-pin:before {
  content: "\e096";
}
.icon-direction:before {
  content: "\e042";
}
.icon-directions:before {
  content: "\e041";
}
.icon-compass:before {
  content: "\e045";
}
.icon-layers:before {
  content: "\e034";
}
.icon-menu:before {
  content: "\e601";
}
.icon-list:before {
  content: "\e067";
}
.icon-options-vertical:before {
  content: "\e602";
}
.icon-options:before {
  content: "\e603";
}
.icon-arrow-down:before {
  content: "\e604";
}
.icon-arrow-left:before {
  content: "\e605";
}
.icon-arrow-right:before {
  content: "\e606";
}
.icon-arrow-up:before {
  content: "\e607";
}
.icon-arrow-up-circle:before {
  content: "\e078";
}
.icon-arrow-left-circle:before {
  content: "\e07a";
}
.icon-arrow-right-circle:before {
  content: "\e079";
}
.icon-arrow-down-circle:before {
  content: "\e07b";
}
.icon-check:before {
  content: "\e080";
}
.icon-clock:before {
  content: "\e081";
}
.icon-plus:before {
  content: "\e095";
}
.icon-close:before {
  content: "\e082";
}
.icon-trophy:before {
  content: "\e006";
}
.icon-screen-smartphone:before {
  content: "\e010";
}
.icon-screen-desktop:before {
  content: "\e011";
}
.icon-plane:before {
  content: "\e012";
}
.icon-notebook:before {
  content: "\e013";
}
.icon-mustache:before {
  content: "\e014";
}
.icon-mouse:before {
  content: "\e015";
}
.icon-magnet:before {
  content: "\e016";
}
.icon-energy:before {
  content: "\e020";
}
.icon-disc:before {
  content: "\e022";
}
.icon-cursor:before {
  content: "\e06e";
}
.icon-cursor-move:before {
  content: "\e023";
}
.icon-crop:before {
  content: "\e024";
}
.icon-chemistry:before {
  content: "\e026";
}
.icon-speedometer:before {
  content: "\e007";
}
.icon-shield:before {
  content: "\e00e";
}
.icon-screen-tablet:before {
  content: "\e00f";
}
.icon-magic-wand:before {
  content: "\e017";
}
.icon-hourglass:before {
  content: "\e018";
}
.icon-graduation:before {
  content: "\e019";
}
.icon-ghost:before {
  content: "\e01a";
}
.icon-game-controller:before {
  content: "\e01b";
}
.icon-fire:before {
  content: "\e01c";
}
.icon-eyeglass:before {
  content: "\e01d";
}
.icon-envelope-open:before {
  content: "\e01e";
}
.icon-envelope-letter:before {
  content: "\e01f";
}
.icon-bell:before {
  content: "\e027";
}
.icon-badge:before {
  content: "\e028";
}
.icon-anchor:before {
  content: "\e029";
}
.icon-wallet:before {
  content: "\e02a";
}
.icon-vector:before {
  content: "\e02b";
}
.icon-speech:before {
  content: "\e02c";
}
.icon-puzzle:before {
  content: "\e02d";
}
.icon-printer:before {
  content: "\e02e";
}
.icon-present:before {
  content: "\e02f";
}
.icon-playlist:before {
  content: "\e030";
}
.icon-pin:before {
  content: "\e031";
}
.icon-picture:before {
  content: "\e032";
}
.icon-handbag:before {
  content: "\e035";
}
.icon-globe-alt:before {
  content: "\e036";
}
.icon-globe:before {
  content: "\e037";
}
.icon-folder-alt:before {
  content: "\e039";
}
.icon-folder:before {
  content: "\e089";
}
.icon-film:before {
  content: "\e03a";
}
.icon-feed:before {
  content: "\e03b";
}
.icon-drop:before {
  content: "\e03e";
}
.icon-drawar:before {
  content: "\e03f";
}
.icon-docs:before {
  content: "\e040";
}
.icon-doc:before {
  content: "\e085";
}
.icon-diamond:before {
  content: "\e043";
}
.icon-cup:before {
  content: "\e044";
}
.icon-calculator:before {
  content: "\e049";
}
.icon-bubbles:before {
  content: "\e04a";
}
.icon-briefcase:before {
  content: "\e04b";
}
.icon-book-open:before {
  content: "\e04c";
}
.icon-basket-loaded:before {
  content: "\e04d";
}
.icon-basket:before {
  content: "\e04e";
}
.icon-bag:before {
  content: "\e04f";
}
.icon-action-undo:before {
  content: "\e050";
}
.icon-action-redo:before {
  content: "\e051";
}
.icon-wrench:before {
  content: "\e052";
}
.icon-umbrella:before {
  content: "\e053";
}
.icon-trash:before {
  content: "\e054";
}
.icon-tag:before {
  content: "\e055";
}
.icon-support:before {
  content: "\e056";
}
.icon-frame:before {
  content: "\e038";
}
.icon-size-fullscreen:before {
  content: "\e057";
}
.icon-size-actual:before {
  content: "\e058";
}
.icon-shuffle:before {
  content: "\e059";
}
.icon-share-alt:before {
  content: "\e05a";
}
.icon-share:before {
  content: "\e05b";
}
.icon-rocket:before {
  content: "\e05c";
}
.icon-question:before {
  content: "\e05d";
}
.icon-pie-chart:before {
  content: "\e05e";
}
.icon-pencil:before {
  content: "\e05f";
}
.icon-note:before {
  content: "\e060";
}
.icon-loop:before {
  content: "\e064";
}
.icon-home:before {
  content: "\e069";
}
.icon-grid:before {
  content: "\e06a";
}
.icon-graph:before {
  content: "\e06b";
}
.icon-microphone:before {
  content: "\e063";
}
.icon-music-tone-alt:before {
  content: "\e061";
}
.icon-music-tone:before {
  content: "\e062";
}
.icon-earphones-alt:before {
  content: "\e03c";
}
.icon-earphones:before {
  content: "\e03d";
}
.icon-equalizer:before {
  content: "\e06c";
}
.icon-like:before {
  content: "\e068";
}
.icon-dislike:before {
  content: "\e06d";
}
.icon-control-start:before {
  content: "\e06f";
}
.icon-control-rewind:before {
  content: "\e070";
}
.icon-control-play:before {
  content: "\e071";
}
.icon-control-pause:before {
  content: "\e072";
}
.icon-control-forward:before {
  content: "\e073";
}
.icon-control-end:before {
  content: "\e074";
}
.icon-volume-1:before {
  content: "\e09f";
}
.icon-volume-2:before {
  content: "\e0a0";
}
.icon-volume-off:before {
  content: "\e0a1";
}
.icon-calender:before {
  content: "\e075";
}
.icon-bulb:before {
  content: "\e076";
}
.icon-chart:before {
  content: "\e077";
}
.icon-ban:before {
  content: "\e07c";
}
.icon-bubble:before {
  content: "\e07d";
}
.icon-camrecorder:before {
  content: "\e07e";
}
.icon-camera:before {
  content: "\e07f";
}
.icon-cloud-download:before {
  content: "\e083";
}
.icon-cloud-upload:before {
  content: "\e084";
}
.icon-envelope:before {
  content: "\e086";
}
.icon-eye:before {
  content: "\e087";
}
.icon-flag:before {
  content: "\e088";
}
.icon-heart:before {
  content: "\e08a";
}
.icon-info:before {
  content: "\e08b";
}
.icon-key:before {
  content: "\e08c";
}
.icon-link:before {
  content: "\e08d";
}
.icon-lock:before {
  content: "\e08e";
}
.icon-lock-open:before {
  content: "\e08f";
}
.icon-magnifier:before {
  content: "\e090";
}
.icon-magnifier-add:before {
  content: "\e091";
}
.icon-magnifier-remove:before {
  content: "\e092";
}
.icon-paper-clip:before {
  content: "\e093";
}
.icon-paper-plane:before {
  content: "\e094";
}
.icon-power:before {
  content: "\e097";
}
.icon-refresh:before {
  content: "\e098";
}
.icon-reload:before {
  content: "\e099";
}
.icon-settings:before {
  content: "\e09a";
}
.icon-star:before {
  content: "\e09b";
}
.icon-symble-female:before {
  content: "\e09c";
}
.icon-symbol-male:before {
  content: "\e09d";
}
.icon-target:before {
  content: "\e09e";
}
.icon-credit-card:before {
  content: "\e025";
}
.icon-paypal:before {
  content: "\e608";
}
.icon-social-tumblr:before {
  content: "\e00a";
}
.icon-social-twitter:before {
  content: "\e009";
}
.icon-social-facebook:before {
  content: "\e00b";
}
.icon-social-instagram:before {
  content: "\e609";
}
.icon-social-linkedin:before {
  content: "\e60a";
}
.icon-social-pintarest:before {
  content: "\e60b";
}
.icon-social-github:before {
  content: "\e60c";
}
.icon-social-gplus:before {
  content: "\e60d";
}
.icon-social-reddit:before {
  content: "\e60e";
}
.icon-social-skype:before {
  content: "\e60f";
}
.icon-social-dribbble:before {
  content: "\e00d";
}
.icon-social-behance:before {
  content: "\e610";
}
.icon-social-foursqare:before {
  content: "\e611";
}
.icon-social-soundcloud:before {
  content: "\e612";
}
.icon-social-spotify:before {
  content: "\e613";
}
.icon-social-stumbleupon:before {
  content: "\e614";
}
.icon-social-youtube:before {
  content: "\e008";
}
.icon-social-dropbox:before {
  content: "\e00c";
}
/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Ville Ristimäki (@villeristi)
 * 
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
/*
@font-face {

  font-family: 'flexslider-icon';
  src:url('../fonts/flexslider-icon.eot');
  src:url('../fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'),
    url('../fonts/flexslider-icon.woff') format('woff'),
    url('../fonts/flexslider-icon.ttf') format('truetype'),
    url('../fonts/flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;

}
*/
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/

.flex-container a:hover,
.flex-slider a:hover,
.flex-container a:focus,
.flex-slider a:focus {
  outline: none;
}
.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0 0 60px;
  background: #fff;
  border: 4px solid #fff;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}
.flexslider .slides {
  zoom: 1;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '<';
}
.flex-direction-nav a.flex-next:before {
  content: '>';
}
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a .flex-play:before {
  content: '\f003';
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: 10%;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: white;
  border: 2px solid black;
  cursor: pointer;
  text-indent: -9999px;
}
.flex-control-paging li a.flex-active {
  background: #ff6600;
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
/* media query */
/* begin color */
/* end color */
/*----bizcard----*/
/*----fl ---- */
/*----dp ---- */
.papp .bg-color-gray-darker {
  background: #222222;
}
.papp .bg-color-gray-dark {
  background: #333333;
}
.papp .bg-color-gray {
  background: #555555;
}
.papp .bg-color-gray-light {
  background: #777777;
}
.papp .bg-color-gray-light-more {
  background: #ababab;
}
.papp .bg-color-gray-light-more-more {
  background: #999999;
}
.papp .bg-color-gray-light-80 {
  background: #cccccc;
}
.papp .bg-color-gray-lighter {
  background: #eeeeee;
}
.papp .bg-color-gray-lighterer {
  background: #f7f7f7;
}
.papp .bg-color-brand-primary {
  background: #4a516d;
}
.papp .bg-color-brand-success {
  background: #5cb85c;
}
.papp .bg-color-brand-info {
  background: #5bc0de;
}
.papp .bg-color-brand-warning {
  background: #f0ad4e;
}
.papp .bg-color-brand-danger {
  background: #a94442;
}
.papp .bg-color-color-blue1 {
  background: #88abc3;
}
.papp .bg-color-color-blue2 {
  background: #0086c7;
}
.papp .bg-color-color-green1 {
  background: #62af00;
}
.papp .bg-color-color-green2 {
  background: #3d8077;
}
.papp .bg-color-color-brown1 {
  background: #985e49;
}
.papp .bg-color-color-brown2 {
  background: #d4d4a6;
}
.papp .bg-color-color-orange1 {
  background: #ff6600;
}
.papp .bg-color-color-purple1 {
  background: #6666cc;
}
.papp .bg-color-color-link-hover {
  background: #ff6600;
}
.papp .bg-color-color-link {
  background: #222222;
}
.papp .bg-color-color-forum-line1 {
  background: #cfcfbb;
}
.papp .bg-color-color-forum-line2 {
  background: #e1e1dd;
}
.papp .bg-color-color-forum-bg {
  background: #eeeeee;
}
.papp .bg-color-color-forum-bg2 {
  background: #efefef;
}
.papp .bg-color-color-forum-bg3 {
  background: #dedebb;
}
.papp .bg-color-color-forum-gray {
  background: #edecea;
}
.papp .bg-color-color-forum-gray-light {
  background: #f9f9f9;
}
.papp .bg-color-color-forum-brown1 {
  background: #d0b9b1;
}
.papp .bg-color-color-forum-brown2 {
  background: #9f3f17;
}
.papp .bg-color-color-forum-blue-light {
  background: #d8e7f2;
}
.papp .bg-color-color-forum-m-green-fg {
  background: #005750;
}
.papp .bg-color-color-forum-m-green-bg {
  background: #3c8f7c;
}
.papp .bg-color-color-forum-m-beige-bg {
  background: #e4e5dd;
}
.papp .bg-color-color-mild-blue {
  background: #5c9bd1;
}
.papp .bg-color-color-mild-blue2 {
  background: #89c4f4;
}
.papp .bg-color-color-mild-red {
  background: #f36a5b;
}
.papp .bg-color-color-mild-red2 {
  background: #f3565d;
}
.papp .bg-color-color-mild-yellow {
  background: #dfba49;
}
.papp .bg-color-color-mild-green {
  background: #45b6af;
}
.papp .bg-color-color-mild-gray {
  background: #f2f6f9;
}
.papp .bg-color-color-mild-gray2 {
  background: #e6e9f2;
}
.papp .bg-color-color-metro-green-light {
  background: #99b433;
}
.papp .bg-color-color-metro-green {
  background: #00a300;
}
.papp .bg-color-color-metro-green-dark {
  background: #1e7145;
}
.papp .bg-color-color-metro-magenta {
  background: #ff0097;
}
.papp .bg-color-color-metro-purple-light {
  background: #9f00a7;
}
.papp .bg-color-color-metro-purple {
  background: #7e3878;
}
.papp .bg-color-color-metro-darken {
  background: #1d1d1d;
}
.papp .bg-color-color-metro-teal {
  background: #00aba9;
}
.papp .bg-color-color-metro-blue-light {
  background: #eff4ff;
}
.papp .bg-color-color-metro-blue {
  background: #2d89ef;
}
.papp .bg-color-color-metro-blue-dark {
  background: #2b5797;
}
.papp .bg-color-color-metro-yellow {
  background: #ffc40d;
}
.papp .bg-color-color-metro-orange {
  background: #e3a21a;
}
.papp .bg-color-color-metro-orange-dark {
  background: #da532c;
}
.papp .bg-color-color-metro-red {
  background: #ee1111;
}
.papp .bg-color-color-metro-red-dark {
  background: #b91d47;
}
.papp .bg-color-color-metro-white {
  background: #ffffff;
}
.papp .bg-color-color-deal-orange {
  background: #fd9927;
}
.papp .bg-color-color-deal-purple {
  background: #35377a;
}
.papp .bg-color-color-deal-blue {
  background: #53639f;
}
.papp .bg-color-color-deal-gray {
  background: #fafafa;
}
.font-georgia {
  font-family: Georgia, "Microsoft YaHei", Arial, "宋体", FontAwesome, simple-line-icons;
}
.a-underline:link,
.a-underline:visited,
.a-underline:hover,
.a-underline:active {
  text-decoration: underline;
}
.a-decoration-none:link,
.a-decoration-none:visited,
.a-decoration-none:hover,
.a-decoration-none:active {
  text-decoration: none;
}
/*---添加flash大图，支持响应式---*/
/*---横向滚动，必须是ul/li/img---*/
/*----创建一层的通用tab----*/
/*----创建一层的通用tab, 带有灰色背景----*/
.papp {
  /*
	body,ul, dl,ol,dt,dd, p, h1, h2, h3, h4, h5, h6, {
		margin:0;
		padding:0;
	}*/
  /*
	//顶部的logo和广告条
	.logo-bar {
		margin-bottom: @normal-gap;
		height: @logo-bar-height;
		line-height: @logo-bar-height;
		width: 100%;
		overflow: hidden;
		.ad { 
			float: right; 
			width: @ad-width; 
			.ad-frame {
				iframe {
					width: 100%;
					height: @ad-height;
					border: 0;
					overflow: hidden;
					vertical-align: middle;
				}
				
			} 
		}
		.logo {
			width:@logo-width;
			float:left;
		}

	}*/
  /*---- 这个目前用在视频显示多集列表，只有上页，下页和页码----*/
  /*----用于分类信息，点评内容页中显示信息字段，如地址，电话 ----*/
}
.papp * {
  font-family: "Microsoft YaHei", Arial, "宋体", FontAwesome, simple-line-icons;
}
.papp ul,
.papp ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.papp h1,
.papp h2,
.papp h3,
.papp h4,
.papp h5,
.papp h6 {
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-weight: bold;
}
.papp a:not(.btn):link,
.papp a:not(.btn):visited {
  color: #222222;
  text-decoration: none;
}
.papp a:not(.btn):hover,
.papp a:not(.btn):active {
  color: #ff6600;
  text-decoration: none;
}
.papp a:not(.btn).btn:link,
.papp a:not(.btn).btn:visited {
  color: white;
}
.papp .btn-file {
  position: relative;
  overflow: hidden;
}
.papp .btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}
.papp a.fa.fa-bookmark:link,
.papp a.fa.fa-bookmark:visited {
  color: #e6e6e6;
}
.papp a.fa.fa-bookmark:hover,
.papp a.fa.fa-bookmark:active {
  color: #ff6600;
}
.papp a.fa.fa-bookmark.active:link,
.papp a.fa.fa-bookmark.active:visited,
.papp a.fa.fa-bookmark.active:hover,
.papp a.fa.fa-bookmark.active:active {
  color: #ff6600;
}
.papp .left {
  float: left;
}
.papp .right {
  float: right;
}
.papp .shadow {
  box-shadow: 1px 2px 2px #d8d8d8;
}
.papp .tooltip-inner {
  max-width: 350px;
}
.papp .radio-inline,
.papp .checkbox-inline {
  padding-top: 9px;
  position: relative;
}
@media only screen and (max-device-width : 767px) {
  .papp .radio-inline,
  .papp .checkbox-inline {
    margin-left: 20px;
  }
}
.papp ul.dropdown-menu.toolbtn {
  min-width: 38px;
}
.papp ul.dropdown-menu.toolbtn > li > a {
  text-align: center;
}
.papp ul.dropdown-menu.toolbtn-smiley {
  min-width: 302px;
}
.papp ul.dropdown-menu.toolbtn-smiley > li {
  float: left;
  clear: none;
  width: 60px;
  padding: 5px;
}
.papp ul.dropdown-menu.toolbtn-smiley > li > a {
  text-align: center;
  padding: 5px;
}
.papp ul.dropdown-menu.toolbtn-smiley > li > a img {
  width: 100%;
}
.papp ul.dropdown-menu.toolbtn-color {
  min-width: 122px;
}
.papp ul.dropdown-menu.toolbtn-color > li {
  float: left;
  clear: none;
  width: 40px;
  padding: 5px;
}
.papp ul.dropdown-menu.toolbtn-color > li > a {
  text-align: center;
  width: 30px;
  height: 30px;
}
.papp ul.dropdown-menu.toolbtn-font {
  min-width: 200px;
}
.papp ul.dropdown-menu.toolbtn-font > li {
  float: left;
  clear: none;
  min-width: 60px;
  min-height: 60px;
  padding: 5px;
  line-height: 60px;
}
.papp ul.dropdown-menu.toolbtn-font > li > a {
  line-height: 60px;
  text-align: center;
  vertical-align: middle;
}
.papp ul.dropdown-menu.toolbtn-font > li > a img {
  width: 100%;
}
.papp #toTop {
  position: fixed;
  bottom: 195px;
  right: 20px;
  cursor: pointer;
  display: none;
}
.papp #toTop .fa {
  margin-right: 5px;
}
.papp .color-palette > ul > li {
  width: 200px;
  height: 60px;
  margin: 10px;
  display: block;
  float: left;
}
.papp .color-palette > ul > li > div {
  display: inline-block;
  width: 200px;
  height: 30px;
  border: 1px solid black;
  box-shadow: 1px 2px 2px #d8d8d8;
}
.papp .color-palette > ul > li > span {
  color: black;
}
.papp .lister ul li:before,
.papp .lister ul li:after {
  content: " ";
  display: table;
}
.papp .lister ul li:after {
  clear: both;
}
.papp .main-content {
  float: left;
}
.papp .right-content {
  float: right;
}
.papp .right-column .lister {
  padding: 0 10px;
}
.papp .btn.margin-left-5 {
  margin-left: 5px;
}
.papp .btn.margin-right-5 {
  margin-left: 5px;
}
.papp .gap-5 {
  height: 5px;
}
.papp .gap-10 {
  height: 10px;
}
.papp .gap-20 {
  height: 10px;
}
.papp .gap-30 {
  height: 10px;
}
.papp .mw-52 {
  min-width: 52px;
}
.papp .mw-100 {
  min-width: 100px;
}
.papp .mw-120 {
  min-width: 120px;
}
.papp .mw-150 {
  min-width: 150px;
}
@media only screen and (max-device-width : 767px) {
  .papp .pad-mobile-10 {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.papp .bg-metro-green-light {
  background: #99b433 !important;
}
.papp .bg-metro-green {
  background: #00a300 !important;
}
.papp .bg-metro-green-dark {
  background: #1e7145 !important;
}
.papp .bg-metro-magenta {
  background: #ff0097 !important;
}
.papp .bg-metro-purple-light {
  background: #9f00a7 !important;
}
.papp .bg-metro-purple {
  background: #7e3878 !important;
}
.papp .bg-metro-darken {
  background: #1d1d1d !important;
}
.papp .bg-metro-teal {
  background: #00aba9 !important;
}
.papp .bg-metro-blue-light {
  background: #eff4ff !important;
}
.papp .bg-metro-blue {
  background: #2d89ef !important;
}
.papp .bg-metro-blue-dark {
  background: #2b5797 !important;
}
.papp .bg-metro-yellow {
  background: #ffc40d !important;
}
.papp .bg-metro-orange {
  background: #e3a21a;
}
.papp .bg-metro-orange-dark {
  background: #da532c !important;
}
.papp .bg-metro-red {
  background: #ee1111 !important;
}
.papp .bg-metro-red-dark {
  background: #b91d47 !important;
}
.papp .bg-metro-white {
  background: #ffffff !important;
}
.papp .metro-green-light {
  color: #99b433 !important;
}
.papp .metro-green {
  color: #00a300 !important;
}
.papp .metro-green-dark {
  color: #1e7145 !important;
}
.papp .metro-magenta {
  color: #ff0097 !important;
}
.papp .metro-purple-light {
  color: #9f00a7 !important;
}
.papp .metro-purple {
  color: #7e3878 !important;
}
.papp .metro-darken {
  color: #1d1d1d !important;
}
.papp .metro-teal {
  color: #00aba9 !important;
}
.papp .metro-blue-light {
  color: #eff4ff !important;
}
.papp .metro-blue {
  color: #2d89ef !important;
}
.papp .metro-blue-dark {
  color: #2b5797 !important;
}
.papp .metro-yellow {
  color: #ffc40d !important;
}
.papp .metro-orange {
  color: #e3a21a !important;
}
.papp .metro-orange-dark {
  color: #da532c !important;
}
.papp .metro-red {
  color: #ee1111 !important;
}
.papp .metro-red-dark {
  color: #b91d47 !important;
}
.papp .metro-white {
  color: #ffffff !important;
}
.papp .m-top-bar .navbar-header a {
  margin: 0 auto;
}
.papp .colored-line {
  display: block;
  line-height: 20px;
  height: 20px;
  padding: 5px;
}
.papp .colored-line span.red {
  color: red;
}
.papp .colored-line a.blue:link,
.papp .colored-line a.blue:visited {
  color: #2b5797;
}
.papp .colored-line a.blue:hover,
.papp .colored-line a.blue:active {
  color: #ff6600;
}
.papp .line-divider-txt {
  display: block;
  position: relative;
  line-height: 20px;
  font-size: 14px;
  color: #777777;
  padding: 5px 0;
  text-align: center;
  z-index: 1;
}
.papp .line-divider-txt:before,
.papp .line-divider-txt:after {
  content: " ";
  display: table;
}
.papp .line-divider-txt:after {
  clear: both;
}
.papp .line-divider-txt span {
  margin-bottom: 10px;
  padding: 0 10px;
  background: white;
  z-index: 1;
}
.papp .line-divider-txt:before {
  border-top: 1px solid #cccccc;
  content: "";
  margin: 0 auto;
  position: absolute;
  width: 95%;
  top: 15px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.papp div.modal-dialog {
  z-index: 10001;
  margin-top: 100px;
}
.papp div.pagination {
  width: 100%;
  text-align: center;
  margin: 12px 0;
}
.papp div.pagination > ul.pagination {
  margin: 0;
  display: inline-block;
}
.papp div.pager-dz {
  height: 26px;
  display: block;
  width: 100%;
}
.papp div.pager-dz > ul > li {
  display: inline-block;
  border: 1px solid #cccccc;
}
.papp div.pager-dz > ul > li.goback,
.papp div.pager-dz > ul > li.pager_prev,
.papp div.pager-dz > ul > li.pager_next {
  border: 1px solid #555555;
}
.papp div.pager-dz > ul > li a {
  display: block;
  line-height: 24px;
  padding: 0 6px;
}
.papp div.pager-dz > ul > li a i {
  color: #777777;
}
.papp div.pager-dz > ul > li.active a {
  background: #777777;
}
.papp div.pager-dz > ul > li.active a:link,
.papp div.pager-dz > ul > li.active a:visited {
  color: white;
}
.papp div.pager-dz > ul > li.active a:hover,
.papp div.pager-dz > ul > li.active a:active {
  color: #ff6600;
}
.papp div.mobile_pager {
  margin-top: 10px;
  width: 100%;
  text-align: center;
  height: 28px;
  margin-bottom: 10px;
}
.papp div.mobile_pager > ul {
  display: inline-block;
  border-radius: 4px;
  border: 1px solid #777777;
  line-height: 24px;
}
.papp div.mobile_pager > ul > li {
  height: 100%;
  display: inline-block;
  padding: 0px 4px;
}
.papp div.mobile_pager > ul > li .btn-group {
  padding: 0;
  margin: 0;
}
.papp div.mobile_pager > ul > li a:link,
.papp div.mobile_pager > ul > li a:visited {
  color: blue;
}
.papp div.mobile_pager > ul > li a:hover,
.papp div.mobile_pager > ul > li a:active {
  color: #ff6600;
}
.papp div.mobile_pager > ul li + li {
  border-left: 1px solid #777777;
}
.papp .mobile-top-bar .top-bar-fix {
  padding: 0 5px;
  background-color: black;
  position: fixed;
  width: 100%;
  height: 48px;
  line-height: 48px;
  z-index: 10000;
  top: 0;
  left: 0;
}
.papp .mobile-top-bar .top-bar-fix .pic-logo {
  text-align: center;
}
.papp .mobile-top-bar .top-bar-fix .pic-logo .pic {
  display: inline-block;
  margin-right: 4px;
}
.papp .mobile-top-bar .top-bar-fix .pic-logo .pic img {
  width: 28px;
  height: 28px;
}
.papp .mobile-top-bar .top-bar-fix .pic-logo .txt {
  font-size: 18px;
  display: inline-block;
  color: white;
}
.papp .mobile-top-bar .top-bar-fix .logo {
  text-align: center;
}
.papp .mobile-top-bar .top-bar-fix .logo a {
  display: block;
  line-height: 48px;
  font-size: 20px;
  font-weight: bold;
  margin: 0 auto;
}
.papp .mobile-top-bar .top-bar-fix .logo a:link,
.papp .mobile-top-bar .top-bar-fix .logo a:visited {
  color: white;
}
.papp .mobile-top-bar .top-bar-fix .logo a:hover,
.papp .mobile-top-bar .top-bar-fix .logo a:active {
  color: white;
}
.papp .mobile-top-bar .top-bar-fix .app-name {
  text-align: center;
}
.papp .mobile-top-bar .top-bar-fix .app-name > .btn-group > a {
  line-height: 48px;
  font-size: 20px;
  font-weight: bold;
}
.papp .mobile-top-bar .top-bar-fix .app-name > .btn-group > a:link,
.papp .mobile-top-bar .top-bar-fix .app-name > .btn-group > a:visited,
.papp .mobile-top-bar .top-bar-fix .app-name > .btn-group > a:hover,
.papp .mobile-top-bar .top-bar-fix .app-name > .btn-group > a:active {
  color: white;
}
.papp .mobile-top-bar .top-bar-fix > .btn-group {
  line-height: 48px;
}
.papp .mobile-top-bar .top-bar-fix > .btn-group > a {
  font-size: 16px;
}
.papp .mobile-top-bar .top-bar-fix > .btn-group > a:link,
.papp .mobile-top-bar .top-bar-fix > .btn-group > a:visited {
  color: white;
}
.papp .mobile-top-bar .top-bar-fix > .btn-group > a:hover,
.papp .mobile-top-bar .top-bar-fix > .btn-group > a:active {
  color: white;
}
.papp .mobile-top-bar .top-bar-fix > .btn-group > a.notify {
  color: red;
}
.papp .mobile-top-bar .top-bar-fix > .btn-group > a.highlight {
  color: #88abc3;
}
.papp .mobile-top-bar .top-bar-fix > .btn-group > a i {
  line-height: 48px;
  font-size: 20px;
}
.papp .mobile-top-bar .top-bar-fix > .btn-group.pull-right {
  margin-left: 10px;
}
.papp .mobile-top-bar .top-bar-fix > .btn-group > ul.dropdown-menu {
  line-height: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ' ';
}
.papp .mobile-top-bar .top-bar-fix > .btn-group > ul.dropdown-menu li span {
  line-height: 20px;
  padding: 3px 10px;
}
.papp .mobile-top-bar .top-bar-fix > .btn-group > ul.dropdown-menu li a {
  padding: 3px 10px;
}
.papp .mobile-top-bar .top-bar-gap {
  margin-top: 48px;
}
.papp .top-bar .top-bar-fix {
  padding: 0 5px;
  background-color: #f5f5f5;
  position: fixed;
  width: 100%;
  height: 32px;
  z-index: 10000;
  top: 0;
  left: 0;
  border-bottom: 1px solid #c2c2c2;
}
.papp .top-bar .top-bar-fix .btn-group {
  line-height: 32px;
}
.papp .top-bar .top-bar-fix .btn-group > a {
  font-size: 14px;
}
.papp .top-bar .top-bar-fix .btn-group > a i {
  color: #777777;
}
.papp .top-bar .top-bar-fix .btn-group > a.notify {
  color: red;
}
.papp .top-bar .top-bar-fix .btn-group > a.notify i {
  color: red;
}
.papp .top-bar .top-bar-fix .btn-group > a.bold {
  font-weight: bold;
}
.papp .top-bar .top-bar-fix .btn-group.pull-right {
  margin-left: 15px;
}
.papp .top-bar .top-bar-fix .info {
  line-height: 32px;
  margin-left: 10px;
  color: #333333;
}
.papp .top-bar .top-bar-gap {
  margin-top: 42px;
}
.papp .counter-top-bar {
  margin-top: 32px;
}
.papp .logo-bar {
  position: relative;
  margin-bottom: 10px;
  height: 82px;
  line-height: 82px;
  width: 100%;
  overflow: hidden;
  padding-left: 240px;
}
.papp .logo-bar .ad {
  float: left;
  width: 1900px;
}
.papp .logo-bar .ad .ad-frame iframe {
  width: 100%;
  height: 60px;
  border: 0;
  overflow: hidden;
  vertical-align: middle;
}
.papp .logo-bar .logo {
  width: 220px;
  position: absolute;
  left: 0;
}
.papp .main-nav {
  list-style: none;
  font-size: 15px;
  font-weight: bold;
  height: 38px;
  background: #4a516d;
  border-top: 1px solid #353a4f;
  overflow: hidden;
  padding-top: 4px;
}
.papp .main-nav > ul {
  margin: 0;
  padding: 0;
  overflow: hidden;
  height: 100%;
  padding-left: 10px;
}
.papp .main-nav > ul > li {
  display: block;
  float: left;
  height: 100%;
}
.papp .main-nav > ul > li a {
  display: block;
  line-height: 10px;
  padding: 8px 10px 18px 10px;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.papp .main-nav > ul > li a:link,
.papp .main-nav > ul > li a:visited,
.papp .main-nav > ul > li a:hover,
.papp .main-nav > ul > li a:active {
  color: white;
}
.papp .main-nav > ul > li.active a {
  background: white;
}
.papp .main-nav > ul > li.active a:link,
.papp .main-nav > ul > li.active a:visited,
.papp .main-nav > ul > li.active a:hover,
.papp .main-nav > ul > li.active a:active {
  color: black;
}
.papp .sub-nav {
  list-style: none;
  display: block;
  height: 38px;
  border: 1px solid #ababab;
  border-top: none;
  margin: 0;
  padding-top: 9px;
  position: relative;
}
.papp .sub-nav > ul {
  display: block;
  padding: 0;
  margin: 0 0 0 0 ;
  position: relative;
}
.papp .sub-nav > ul > li {
  display: block;
  float: left;
  border-right: 1px solid #eeeeee;
  height: 28px;
}
.papp .sub-nav > ul > li > a,
.papp .sub-nav > ul > li > .btn-group > a {
  font-size: 14px;
  font-weight: bold;
  padding: 0 10px;
}
.papp .sub-nav > ul > li > a:link,
.papp .sub-nav > ul > li > .btn-group > a:link,
.papp .sub-nav > ul > li > a:visited,
.papp .sub-nav > ul > li > .btn-group > a:visited,
.papp .sub-nav > ul > li > a:hover,
.papp .sub-nav > ul > li > .btn-group > a:hover,
.papp .sub-nav > ul > li > a:active,
.papp .sub-nav > ul > li > .btn-group > a:active {
  color: #3c3c3c;
}
.papp .sub-nav > ul > li ul.dropdown-menu {
  margin-top: -1px;
}
.papp .sub-nav > ul > li ul.dropdown-menu > li a {
  line-height: 22px;
}
.papp .sub-nav > ul > li .btn-group:hover > ul.dropdown-menu {
  display: block;
}
.papp .sub-nav > ul > li.active a {
  font-weight: bold;
}
.papp .sub-nav-with-search {
  position: relative;
  height: 44px;
  border: 1px solid #cccccc;
  border-top: 0;
}
.papp .sub-nav-with-search > ul {
  padding-top: 14px;
}
.papp .sub-nav-with-search > ul > li {
  display: block;
  float: left;
  height: 30px;
  border-left: 1px solid #cccccc;
  padding: 0 10px;
}
.papp .sub-nav-with-search > ul > li a {
  line-height: 1px;
  font-weight: bold;
  padding: 2px 5px;
}
.papp .sub-nav-with-search > ul > li a:link,
.papp .sub-nav-with-search > ul > li a:visited {
  color: #555555;
}
.papp .sub-nav-with-search > ul > li a:hover,
.papp .sub-nav-with-search > ul > li a:active {
  color: #ff6600;
}
.papp .sub-nav-with-search > ul > li.active a {
  background: #4a516d;
  border-radius: 8px;
}
.papp .sub-nav-with-search > ul > li.active a:link,
.papp .sub-nav-with-search > ul > li.active a:visited,
.papp .sub-nav-with-search > ul > li.active a:hover,
.papp .sub-nav-with-search > ul > li.active a:active {
  color: white;
}
.papp .sub-nav-with-search .search-box {
  position: absolute;
  right: 4px;
  top: 4px;
  width: 180px;
}
.papp .sub-nav-with-search .search-box .input-group .search-btn {
  background: #4a516d;
  color: white;
}
.papp .crumb-search-bar {
  display: block;
  line-height: 36px;
  margin: 10px 0;
  padding: 0 5px;
}
@media only screen and (max-device-width : 767px) {
  .papp .crumb-search-bar {
    margin: 0;
    height: 40px;
    overflow: hidden;
  }
}
.papp .crumb-search-bar .navbar-form {
  height: 30px;
  line-height: 30px;
  float: right;
  margin: 0;
  padding: 0;
  border: 0;
}
.papp .crumb-search-bar .navbar-form .form-group {
  height: 30px;
  margin: 0;
  padding: 0;
}
.papp .crumb-search-bar .breadcrumb {
  float: left;
  padding: 0 0 0 5px;
  font-size: 12px;
  background: none;
  margin: 0;
  font-size: 14px;
  /*			@media @mobile  { 
			 
				li:last-of-type {
					display: none;
				} 
			} */
}
.papp .crumb-search-bar .breadcrumb i {
  font-size: 16px;
  color: #777777;
}
.papp .crumb-search-bar .breadcrumb > li + li:before {
  content: "»";
  color: #4a516d;
}
.papp .foot-bar {
  height: 32px;
  line-height: 32px;
  background: #eeeeee;
  color: black;
  text-align: center;
  margin: 10px 0;
}
.papp .foot-bar a:link,
.papp .foot-bar a:visited {
  color: black;
}
.papp .foot-bar a:hover,
.papp .foot-bar a:active {
  color: #ff6600;
}
.papp ul.dot-txt {
  margin-bottom: 10px;
}
.papp ul.dot-txt li {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ' ';
  font-family: Tahoma, Helvetica, "SimSun", sans-serif, FontAwesome, simple-line-icons;
  font-size: 14px;
  line-height: 28px;
  font-style: normal;
  color: black;
  background: url(mc_images/icon_01.gif) no-repeat -5px 6px;
  padding-left: 10px;
}
.papp ul.dot-txt li.dash {
  border-bottom: 1px dashed #777777;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.papp .main-search-box {
  display: block;
}
.papp .main-search-box:before,
.papp .main-search-box:after {
  content: " ";
  display: table;
}
.papp .main-search-box:after {
  clear: both;
}
.papp .main-search-box .keybox {
  display: block;
  margin: 0 auto;
  max-width: 300px;
}
.papp .main-search-box .keylist {
  display: block;
  float: left;
  line-height: 38px;
}
.papp .main-search-box .keylist span {
  font-weight: bold;
  display: inline-block;
}
.papp .main-search-box .keylist > ul {
  display: inline-block;
}
.papp .main-search-box .keylist > ul > li {
  display: inline-block;
}
.papp .cat-select-light {
  border: 1px solid #cccccc;
}
.papp .cat-select-light > .main-search-box {
  padding: 10px;
}
.papp .cat-select-light > .one-cat {
  position: relative;
  padding: 10px 10px 10px 60px;
}
.papp .cat-select-light > .one-cat > span {
  position: absolute;
  left: 10px;
  top: 12px;
  color: #777777;
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
}
.papp .cat-select-light > .one-cat > span i.fa-caret-right {
  color: #4da397;
}
.papp .cat-select-light > .one-cat > ul > li {
  display: inline-block;
  padding: 2px;
  font-size: 12px;
  line-height: 18px;
}
.papp .cat-select-light > .one-cat > ul > li a {
  padding: 2px 3px;
}
.papp .cat-select-light > .one-cat > ul > li a:link,
.papp .cat-select-light > .one-cat > ul > li a:visited,
.papp .cat-select-light > .one-cat > ul > li a:hover,
.papp .cat-select-light > .one-cat > ul > li a:active {
  color: #555555;
}
.papp .cat-select-light > .one-cat > ul > li.active a {
  background: #4da397;
}
.papp .cat-select-light > .one-cat > ul > li.active a:link,
.papp .cat-select-light > .one-cat > ul > li.active a:visited,
.papp .cat-select-light > .one-cat > ul > li.active a:hover,
.papp .cat-select-light > .one-cat > ul > li.active a:active {
  color: white;
}
.papp .cat-select-light > .one-cat.divider {
  border-top: 1px solid #eeeeee;
}
.papp .search-tab-action {
  height: 40px;
  border-bottom: 1px solid #cccccc;
}
.papp .search-tab-action:before,
.papp .search-tab-action:after {
  content: " ";
  display: table;
}
.papp .search-tab-action:after {
  clear: both;
}
.papp .search-tab-action > .search-box {
  width: 200px;
  margin-bottom: 5px;
  margin-left: 10px;
}
.papp .search-tab-action > .tab-box > ul > li {
  background: #e8f1f9;
  border: 1px solid #eeeeee;
  border-bottom: 0;
  display: block;
  float: left;
  min-width: 60px;
  height: 39px;
  line-height: 36px;
  margin-left: 10px;
}
.papp .search-tab-action > .tab-box > ul > li a {
  padding: 0 10px;
}
.papp .search-tab-action > .tab-box > ul > li.active {
  background: white;
  border: 1px solid #cccccc;
  border-bottom: 1px solid white;
  height: 40px;
}
.papp .search-tab-action > .tab-box > ul > li.active a {
  font-weight: bold;
}
.papp .cat-select-wrapper {
  border: 1px solid #cccccc;
  border-bottom: 0;
  margin-bottom: 10px;
}
.papp .cat-select-wrapper > .cat-select {
  line-height: 28px;
  padding: 5px;
  border-bottom: 1px solid #cccccc;
  padding: 10px 10px 10px 60px;
  position: relative;
}
.papp .cat-select-wrapper > .cat-select > span {
  position: absolute;
  left: 10px;
  top: 10px;
}
.papp .cat-select-wrapper > .cat-select > ul > li {
  display: inline-block;
}
.papp .cat-select-wrapper > .cat-select > ul > li a {
  padding: 5px 10px;
  font-weight: bold;
}
.papp .cat-select-wrapper > .cat-select > ul > li a:link,
.papp .cat-select-wrapper > .cat-select > ul > li a:visited,
.papp .cat-select-wrapper > .cat-select > ul > li a:hover,
.papp .cat-select-wrapper > .cat-select > ul > li a:active {
  color: #555555;
}
.papp .cat-select-wrapper > .cat-select > ul > li.active a {
  background: #5f688b;
}
.papp .cat-select-wrapper > .cat-select > ul > li.active a:link,
.papp .cat-select-wrapper > .cat-select > ul > li.active a:visited,
.papp .cat-select-wrapper > .cat-select > ul > li.active a:hover,
.papp .cat-select-wrapper > .cat-select > ul > li.active a:active {
  color: white;
}
.papp .mobile-cat-select {
  padding: 0 10px;
  line-height: 40px;
}
.papp .mobile-cat-select:before,
.papp .mobile-cat-select:after {
  content: " ";
  display: table;
}
.papp .mobile-cat-select:after {
  clear: both;
}
.papp .mobile-cat-select > .btn-group {
  padding-bottom: 10px;
}
.papp .mobile-cat-select .search-box {
  float: left;
  width: 120px;
  line-height: 40px;
}
.papp .mobile-cat-select .search-box:before,
.papp .mobile-cat-select .search-box:after {
  content: " ";
  display: table;
}
.papp .mobile-cat-select .search-box:after {
  clear: both;
}
.papp .mobile-cat-select .search-box .btn {
  margin-left: -1px;
  margin-top: -6px;
}
.papp .mobile-cat-select .btn-group {
  float: left;
  margin-right: 10px;
}
.papp .tab-nav-search .main {
  border-bottom: 1px solid #cccccc;
  height: 40px;
}
.papp .tab-nav-search .main:before,
.papp .tab-nav-search .main:after {
  content: " ";
  display: table;
}
.papp .tab-nav-search .main:after {
  clear: both;
}
.papp .tab-nav-search .main ul {
  overflow: hidden;
  margin: 0;
}
.papp .tab-nav-search .main ul:before,
.papp .tab-nav-search .main ul:after {
  content: " ";
  display: table;
}
.papp .tab-nav-search .main ul:after {
  clear: both;
}
.papp .tab-nav-search .main ul li {
  display: block;
  float: left;
  height: 40px;
  line-height: 40px;
  border-top: 2px solid transparent;
}
.papp .tab-nav-search .main ul li.active {
  border-top: 2px solid #4a516d;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid white;
}
.papp .tab-nav-search .main ul li.active a:link,
.papp .tab-nav-search .main ul li.active a:visited {
  color: #4a516d;
}
.papp .tab-nav-search .main ul li.active a:hover,
.papp .tab-nav-search .main ul li.active a:active {
  color: #ff6600;
}
.papp .tab-nav-search .main ul li a {
  padding: 10px;
}
.papp .tab-nav-search .main .search-box {
  float: right;
  width: 200px;
  height: 30px;
  margin: 0;
  margin-bottom: 5px;
}
.papp .tab-nav-search .main .search-box .input-group {
  margin: 0;
}
.papp .tab-nav-search .main .search-box .input-group .btn {
  background: #4a516d;
  color: white;
}
.papp .tab-nav-search .sub {
  border-bottom: 1px solid #cccccc;
}
.papp .tab-nav-search .sub:before,
.papp .tab-nav-search .sub:after {
  content: " ";
  display: table;
}
.papp .tab-nav-search .sub:after {
  clear: both;
}
.papp .tab-nav-search .sub ul {
  margin: 0;
}
.papp .tab-nav-search .sub ul li {
  display: block;
  float: left;
  height: 36px;
  line-height: 36px;
  padding: 0 5px;
}
.papp .tab-nav-search .sub ul li.active a {
  border-radius: 8px;
  background: #4a516d;
}
.papp .tab-nav-search .sub ul li.active a:link,
.papp .tab-nav-search .sub ul li.active a:visited {
  color: white;
}
.papp .tab-nav-search .sub ul li.active a:hover,
.papp .tab-nav-search .sub ul li.active a:active {
  color: #ff6600;
}
.papp .tab-nav-search .sub ul li a {
  padding: 2px 5px;
}
.papp .tab-nav-search-2 {
  margin-bottom: 10px;
}
.papp .tab-nav-search-2 .main {
  border: 1px solid #cccccc;
  height: 44px;
  background: #fafafa;
}
.papp .tab-nav-search-2 .main:before,
.papp .tab-nav-search-2 .main:after {
  content: " ";
  display: table;
}
.papp .tab-nav-search-2 .main:after {
  clear: both;
}
.papp .tab-nav-search-2 .main > ul {
  overflow: hidden;
  margin: 0;
  z-index: 99;
}
.papp .tab-nav-search-2 .main > ul:before,
.papp .tab-nav-search-2 .main > ul:after {
  content: " ";
  display: table;
}
.papp .tab-nav-search-2 .main > ul:after {
  clear: both;
}
.papp .tab-nav-search-2 .main > ul > li {
  display: block;
  float: left;
  min-width: 60px;
  height: 43px;
  line-height: 46px;
  text-align: center;
  font-weight: bold;
  z-index: 100;
}
.papp .tab-nav-search-2 .main > ul > li a {
  padding: 0 10px;
  border-left: 1px solid #cccccc;
  line-height: 20px;
}
.papp .tab-nav-search-2 .main > ul > li:first-of-type a {
  border-left: 0;
}
.papp .tab-nav-search-2 .main > ul > li.active {
  border-top: 2px solid #4a516d;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid white;
  background-color: white;
  height: 44px;
  line-height: 42px;
}
.papp .tab-nav-search-2 .main > ul > li.active:first-of-type {
  border-left: 0;
}
.papp .tab-nav-search-2 .main > ul > li.active a {
  font-weight: bold;
  border: 0;
}
.papp .tab-nav-search-2 .main > ul > li.active a:link,
.papp .tab-nav-search-2 .main > ul > li.active a:visited {
  color: #4a516d;
}
.papp .tab-nav-search-2 .main > ul > li.active a:hover,
.papp .tab-nav-search-2 .main > ul > li.active a:active {
  color: #ff6600;
}
.papp .tab-nav-search-2 .main > ul > li.active + li a {
  border-left: 0;
}
.papp .tab-nav-search-2 .main .search-box {
  float: right;
  width: 150px;
  height: 34px;
  margin-bottom: 5px;
  margin: 5px 5px 0 0;
}
.papp .tab-nav-search-2 .main .search-box .input-group {
  margin: 0;
}
.papp .tab-nav-search-2 .main .search-box .input-group .btn {
  background: #4a516d;
  color: white;
}
.papp .tab-nav-search-2 .sub {
  border-bottom: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  padding-left: 10px;
}
.papp .tab-nav-search-2 .sub:before,
.papp .tab-nav-search-2 .sub:after {
  content: " ";
  display: table;
}
.papp .tab-nav-search-2 .sub:after {
  clear: both;
}
.papp .tab-nav-search-2 .sub ul {
  margin: 0;
}
.papp .tab-nav-search-2 .sub ul li {
  display: block;
  float: left;
  height: 36px;
  line-height: 36px;
  padding: 0 5px;
}
.papp .tab-nav-search-2 .sub ul li.active a {
  border-radius: 8px;
  background: #6a739a;
}
.papp .tab-nav-search-2 .sub ul li.active a:link,
.papp .tab-nav-search-2 .sub ul li.active a:visited {
  color: white;
}
.papp .tab-nav-search-2 .sub ul li.active a:hover,
.papp .tab-nav-search-2 .sub ul li.active a:active {
  color: #ff6600;
}
.papp .tab-nav-search-2 .sub ul li a {
  padding: 2px 5px;
}
.papp .tab-nav-search-2.as-subnav .main {
  background: white;
  border-top: 0;
}
.papp .tab-nav-search-2.as-subnav .main > ul {
  padding-top: 5px;
  padding-left: 10px;
}
.papp .tab-nav-search-2.as-subnav .main > ul > li {
  height: 38px;
  line-height: 41px;
}
.papp .tab-nav-search-2.as-subnav .main > ul > li.active {
  height: 39px;
  line-height: 37px;
}
.papp .tab-nav-search-2.as-subnav .main > ul > li.active:first-of-type {
  border-left: 1px solid #cccccc;
}
.papp .tab-action {
  /*    
		//mobile
		@media @mobile  { 
			background: white; 
      //line-height: 32px;
			>ul {
				width: 100%;
				//height: 34px;
        line-height: 32px;
        padding: 10px;
        border-bottom: 1px solid @color-forum-m-green-bg;
				.clearfix();
				>li {
					width: 100px;
					display: block;
					float: left;
					line-height: 24px;
					a {
						display: block;
						text-align: center;
						font-size: 16px;
					}
					
					&.active {
						a {
							background: @color-forum-m-green-bg;
							.a-color(white);
							border-radius: 5px;
						}
					}
					
				}
			}
      >.sub-title {
        background: @color-forum-m-green-bg;
        padding: 10px;
        >a {
          .a-color(white, @color-link-hover);
        }
      }
			
			&.mobile-col-5 {
				>ul {
					>li {
						width: 100% / 5 - 1%;
					}
				}
			}
			&.mobile-col-4 {
				>ul {
					>li {
						width: 100% / 4 - 1%;
					}
				}
			}
			&.mobile-col-3 {
				>ul {
					>li {
						width: 100% / 3 - 1%;
					}
				}
			}
			
		}
*/
}
@media only screen and (min-device-width : 768px) {
  .papp .tab-action {
    margin-bottom: 10px;
  }
  .papp .tab-action:before,
  .papp .tab-action:after {
    content: " ";
    display: table;
  }
  .papp .tab-action:after {
    clear: both;
  }
  .papp .tab-action > ul {
    list-style: none;
    height: 33px;
    border-bottom: 1px solid #cccccc;
    display: block;
    float: left;
    width: 100%;
  }
  .papp .tab-action > ul:before,
  .papp .tab-action > ul:after {
    content: " ";
    display: table;
  }
  .papp .tab-action > ul:after {
    clear: both;
  }
  .papp .tab-action > ul > li {
    background: #e8f1f9;
    border: 1px solid #eeeeee;
    border-bottom: 0;
    display: block;
    float: left;
    min-width: 60px;
    height: 32px;
    line-height: 32px;
    margin-left: 10px;
  }
  .papp .tab-action > ul > li a {
    padding: 0 10px;
  }
  .papp .tab-action > ul > li.active {
    background: white;
    border: 1px solid #cccccc;
    border-bottom: 1px solid white;
    height: 33px;
  }
  .papp .tab-action > ul > li.active a {
    font-weight: bold;
  }
  .papp .tab-action > .sub-title {
    display: block;
    float: left;
    width: 100%;
    border: 1px solid #cccccc;
    border-top: 0;
    padding: 10px;
  }
  .papp .tab-action > .sub-title > a {
    font-size: 16px;
  }
  .papp .tab-action > .sub-title > a:link,
  .papp .tab-action > .sub-title > a:visited {
    color: #0086c7;
  }
  .papp .tab-action > .sub-title > a:hover,
  .papp .tab-action > .sub-title > a:active {
    color: #ff6600;
  }
}
@media only screen and (max-device-width : 767px) {
  .papp .tab-action {
    background: white;
  }
  .papp .tab-action > ul {
    width: 100%;
    line-height: 32px;
    border: 1px solid #3c8f7c;
    border-right: 0;
  }
  .papp .tab-action > ul:before,
  .papp .tab-action > ul:after {
    content: " ";
    display: table;
  }
  .papp .tab-action > ul:after {
    clear: both;
  }
  .papp .tab-action > ul > li {
    width: 33.33333333%;
    display: block;
    float: left;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ' ';
    padding: 0 5px;
    border-right: 1px solid #3c8f7c;
    background: #daf0eb;
  }
  .papp .tab-action > ul > li a {
    display: block;
    text-align: center;
    font-size: 14px;
  }
  .papp .tab-action > ul > li.active {
    background: #4bb39b;
  }
  .papp .tab-action > ul > li.active a:link,
  .papp .tab-action > ul > li.active a:visited,
  .papp .tab-action > ul > li.active a:hover,
  .papp .tab-action > ul > li.active a:active {
    color: white;
  }
  .papp .tab-action > .sub-title {
    background: #3c8f7c;
    padding: 10px;
  }
  .papp .tab-action > .sub-title > a:link,
  .papp .tab-action > .sub-title > a:visited {
    color: white;
  }
  .papp .tab-action > .sub-title > a:hover,
  .papp .tab-action > .sub-title > a:active {
    color: #ff6600;
  }
  .papp .tab-action.mobile-col-7 > ul > li {
    width: 14.28571429%;
  }
  .papp .tab-action.mobile-col-7 > ul > li a {
    font-size: 12px;
  }
  .papp .tab-action.mobile-col-6 > ul > li {
    width: 16.66666667%;
  }
  .papp .tab-action.mobile-col-6 > ul > li a {
    font-size: 12px;
  }
  .papp .tab-action.mobile-col-5 > ul > li {
    width: 20%;
  }
  .papp .tab-action.mobile-col-5 > ul > li a {
    font-size: 12px;
  }
  .papp .tab-action.mobile-col-4 > ul > li {
    width: 25%;
  }
  .papp .tab-action.mobile-col-3 > ul > li {
    width: 33.33333333%;
  }
}
.papp .oneline-box:before,
.papp .oneline-box:after {
  content: " ";
  display: table;
}
.papp .oneline-box:after {
  clear: both;
}
.papp .oneline-box > .act-box {
  height: 32px;
  line-height: 32px;
  display: inline-block;
}
.papp .oneline-box .search-box {
  height: 32px;
  line-height: 32px;
  display: inline-block;
  padding: 0;
}
.papp .oneline-box .search-box input[type="text"] {
  width: 100px;
  height: 32px;
  display: block;
  float: left;
  padding: 0 5px;
}
.papp .oneline-box .search-box button {
  height: 32px;
  line-height: 32px;
  display: block;
  float: left;
  padding: 0;
  margin: 0;
  border-left: 0;
  border-radius: 0;
}
.papp .oneline-box .search-box button i {
  height: 24px;
  line-height: 24px;
  margin: 0;
  padding: 0 10px;
}
.papp .oneline-box .select-box {
  height: 32px;
  line-height: 32px;
}
.papp .oneline-box .select-box label {
  height: 32px;
  display: inline-block;
  color: #555555;
}
.papp .oneline-box .select-box select {
  height: 32px;
  display: inline-block;
}
.papp .oneline-box .pagination-box {
  height: 32px;
  line-height: 32px;
}
.papp .oneline-box .pagination-box .pager-num {
  margin: 0;
  display: inline-block;
  height: 32px;
  padding: 0 10px;
  border: 1px solid gray;
}
.papp .oneline-box .pagination-box .pager-num.inactive {
  border: 1px solid #cccccc;
  color: #cccccc;
}
.papp .oneline-box .pagination-box .pager-num.inactive a:link,
.papp .oneline-box .pagination-box .pager-num.inactive a:visited,
.papp .oneline-box .pagination-box .pager-num.inactive a:hover,
.papp .oneline-box .pagination-box .pager-num.inactive a:active {
  color: #cccccc;
}
.papp .oneline-box .pagination-box .jump-num {
  border: 1px solid #cccccc;
  margin: 0;
  display: inline-block;
  height: 32px;
}
.papp .oneline-box .pagination-box .jump-num input {
  width: 50px;
  height: 28px;
  border: 0;
  padding-left: 5px;
}
.papp .oneline-box .pagination-box .jump-num .jump-action {
  display: inline-block;
  border-left: 1px solid #cccccc;
  height: 31px;
}
.papp .oneline-box .pagination-box .jump-num .jump-action a {
  padding: 0 5px;
}
.papp .oneline-box .pagination-box .current-num {
  height: 32px;
  margin: 0;
  display: inline-block;
  border: 1px solid #cccccc;
  padding: 0px 10px;
}
.papp .oneline-box .search-box {
  width: 150px;
}
.papp .simple-panel {
  padding: 5px 10px;
  border: 1px solid #cccccc;
}
.papp .simple-pager {
  padding: 5px;
  text-align: center;
}
.papp .simple-pager span.arrow i {
  color: #eeeeee;
}
.papp .simple-pager span.arrow a:link,
.papp .simple-pager span.arrow a:visited {
  color: #777777;
}
.papp .simple-pager span.arrow a:hover,
.papp .simple-pager span.arrow a:active {
  color: #ff6600;
}
.papp .simple-pager span.arrow a i {
  color: #777777;
}
.papp .simple-pager span.current {
  background: #777777;
  border-radius: 10px;
  padding: 2px 10px;
  color: white;
}
.papp .container {
  padding-right: 0;
  /*15px in bootstrap.css*/
  padding-left: 0;
  /*idem*/
  margin-right: auto;
  margin-left: auto;
}
.papp .container-fluid {
  padding-right: 0;
  /*15px in bootstrap.css*/
  padding-left: 0;
  /*idem*/
}
.papp .top-title li {
  font-size: 18px;
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ' ';
  height: 40px;
  vertical-align: text-top;
}
.papp .mj-box {
  border: 1px solid #eeeeee;
  margin: 10px 0;
}
.papp .mj-box:before,
.papp .mj-box:after {
  content: " ";
  display: table;
}
.papp .mj-box:after {
  clear: both;
}
.papp .mj-box .line {
  position: relative;
  padding: 5px;
  line-height: 32px;
}
.papp .mj-box .line:before,
.papp .mj-box .line:after {
  content: " ";
  display: table;
}
.papp .mj-box .line:after {
  clear: both;
}
.papp .mj-box .line .name {
  position: absolute;
  left: 0px;
  top: 0px;
  padding-left: 10px;
  font-weight: bold;
  width: 80px;
}
.papp .mj-box .line .content {
  padding-left: 80px;
  float: left;
  margin: 0;
  line-height: 22px;
}
.papp .mj-box .line .content a.btn {
  padding-top: 0px;
  margin-top: -5px;
}
.papp .mj-box .line ul.mj-list li {
  display: block;
  float: left;
  margin: 2px;
}
.papp .pic-flow {
  width: 100%;
  display: block;
}
.papp .pic-flow:before,
.papp .pic-flow:after {
  content: " ";
  display: table;
}
.papp .pic-flow:after {
  clear: both;
}
.papp .pic-flow > ul > li {
  float: left;
  width: 120px;
  height: 120px;
  position: relative;
  margin: 0 10px 10px 0;
}
.papp .pic-flow > ul > li .pic {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.papp .pic-flow > ul > li .pic img {
  width: 100%;
}
.papp .pic-flow > ul > li a.closeit {
  font-size: 20px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background: #333333;
}
.papp .pic-flow > ul > li a.closeit:link,
.papp .pic-flow > ul > li a.closeit:visited {
  color: white;
}
.papp .pic-flow > ul > li a.closeit:hover,
.papp .pic-flow > ul > li a.closeit:active {
  color: #ff6600;
}
@media only screen and (max-device-width : 767px) {
  .papp .pic-flow > ul > li {
    width: 60px;
    height: 60px;
  }
}
.papp .section-head-overline {
  font-family: "Microsoft YaHei", Arial, "宋体", FontAwesome, simple-line-icons;
  height: 28px;
  line-height: 28px;
  border-top: 2px solid #4a516d;
  padding-top: 5px;
}
.papp .section-head-overline:before,
.papp .section-head-overline:after {
  content: " ";
  display: table;
}
.papp .section-head-overline:after {
  clear: both;
}
.papp .section-head-overline h4 {
  float: left;
  font-weight: bold;
  font-size: 1.3em;
  height: 28px;
  color: #4a516d;
  padding-left: 10px;
}
.papp .section-head-overline span {
  font-size: 0.8em;
  float: right;
  margin-right: 10px;
}
.papp .section-head-overline span a:link,
.papp .section-head-overline span a:visited,
.papp .section-head-overline span a:hover,
.papp .section-head-overline span a:active {
  color: #545c7c;
}
.papp .section-head-crossline {
  font-family: "Microsoft YaHei", Arial, "宋体", FontAwesome, simple-line-icons;
  height: 20px;
  line-height: 20px;
  position: relative;
}
.papp .section-head-crossline:before,
.papp .section-head-crossline:after {
  content: " ";
  display: table;
}
.papp .section-head-crossline:after {
  clear: both;
}
.papp .section-head-crossline h4 {
  float: left;
  font-weight: bold;
  font-size: 16px;
  height: 20px;
  color: #9f3f17;
  padding: 0 10px;
  background: white;
  margin: 0 10px;
}
.papp .section-head-crossline span {
  background: white;
  font-size: 12px;
  float: right;
  line-height: 20px;
  height: 20px;
  margin: 0 10px;
  padding: 0 6px;
  vertical-align: text-top;
}
.papp .section-head-crossline span a:link,
.papp .section-head-crossline span a:visited,
.papp .section-head-crossline span a:hover,
.papp .section-head-crossline span a:active {
  color: #9f3f17;
}
.papp .section-head-crossline .crossbar {
  position: absolute;
  left: 0;
  top: 3px;
  background: #ede4e1;
  height: 12px;
  line-height: 12px;
  width: 100%;
  z-index: -1;
  border-radius: 10px;
}
.papp .section-head-underline {
  position: relative;
  font-family: "Microsoft YaHei", Arial, "宋体", FontAwesome, simple-line-icons;
  height: 28px;
  line-height: 28px;
  border-bottom: 2px solid #eeeeee;
}
.papp .section-head-underline:before,
.papp .section-head-underline:after {
  content: " ";
  display: table;
}
.papp .section-head-underline:after {
  clear: both;
}
.papp .section-head-underline > h4 {
  float: left;
  font-weight: bold;
  font-size: 1.3em;
  height: 28px;
  border-bottom: 2px solid #4a516d;
  color: #4a516d;
  padding-right: 10px;
}
.papp .section-head-underline > span {
  font-size: 0.8em;
  float: right;
  vertical-align: text-top;
}
.papp .section-head-underline > span a:link,
.papp .section-head-underline > span a:visited,
.papp .section-head-underline > span a:hover,
.papp .section-head-underline > span a:active {
  color: #545c7c;
}
.papp .section-head-underline > .head-pager {
  float: right;
  margin-right: 5px;
}
.papp .section-head-underline > .head-pager span {
  font-size: 12px;
}
.papp .section-head-underline > .head-pager a {
  border: 1px solid #cccccc;
  padding: 0 6px;
}
.papp .pic-txt {
  font-family: Tahoma, Helvetica, "SimSun", sans-serif, FontAwesome, simple-line-icons;
  margin: 10px 0 0 0;
}
.papp .pic-txt:before,
.papp .pic-txt:after {
  content: " ";
  display: table;
}
.papp .pic-txt:after {
  clear: both;
}
.papp .pic-txt img {
  max-width: 120px;
  margin: 0 10px 0 0;
}
.papp .pic-txt .pic {
  max-width: 120px;
  max-height: 90px;
  margin: 0 10px 0 0;
  overflow: hidden;
  float: left;
}
.papp .pic-txt .pic img {
  width: 100%;
}
.papp .pic-txt h4 {
  font-size: 16px;
  background: url(mc_images/icon_01.gif) no-repeat -5px 2px;
  padding-left: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ' ';
  margin: 0 0 10px 0;
  font-weight: normal;
}
.papp .pic-txt h4 a:link,
.papp .pic-txt h4 a:visited {
  color: #333333;
}
.papp .pic-txt h4 a:hover,
.papp .pic-txt h4 a:active {
  color: #ff6600;
}
.papp .pic-txt p {
  color: #777777;
  font-size: 14px;
  height: 82px;
  overflow: hidden;
}
.papp .pic-txt2 {
  position: relative;
  padding: 10px 0 0 0;
}
.papp .pic-txt2:before,
.papp .pic-txt2:after {
  content: " ";
  display: table;
}
.papp .pic-txt2:after {
  clear: both;
}
.papp .pic-txt2 .pic {
  width: 120px;
  height: 90px;
  overflow: hidden;
  margin: 0 20px 0 0;
  float: left;
}
.papp .pic-txt2 .pic a img {
  width: 100%;
}
.papp .pic-txt2 h4 {
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 10px;
}
@media only screen and (max-device-width : 767px) {
  .papp .pic-txt2 h4 {
    font-size: 16px;
  }
}
.papp .pic-txt2 h4 a:link,
.papp .pic-txt2 h4 a:visited {
  color: black;
}
.papp .pic-txt2 h4 a:hover,
.papp .pic-txt2 h4 a:active {
  color: #ff6600;
}
.papp .pic-txt2 p {
  color: #333333;
  font-size: 14px;
}
.papp .pic-txt3 {
  padding: 10px 0;
  overflow: hidden;
}
.papp .pic-txt3:before,
.papp .pic-txt3:after {
  content: " ";
  display: table;
}
.papp .pic-txt3:after {
  clear: both;
}
.papp .pic-txt3 .pic {
  width: 120px;
  height: 90px;
  overflow: hidden;
  margin-right: 10px;
  float: left;
}
.papp .pic-txt3 .pic a img {
  width: 100%;
}
.papp .pic-txt3 h4 {
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 10px;
}
.papp .pic-txt3 h4 a:link,
.papp .pic-txt3 h4 a:visited {
  color: black;
}
.papp .pic-txt3 h4 a:hover,
.papp .pic-txt3 h4 a:active {
  color: #ff6600;
}
.papp .pic-list li {
  float: left;
  width: 50%;
  padding: 5px;
}
.papp .pic-list li img {
  max-width: 100%;
}
.papp .pic-list li h5 {
  color: black;
  font-weight: normal;
  font-size: 1em;
  padding: 5px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ' ';
  text-align: center;
}
.papp .info-list {
  display: block;
  overflow: hidden;
  line-height: 22px;
  font-size: 14px;
}
.papp .info-list:before,
.papp .info-list:after {
  content: " ";
  display: table;
}
.papp .info-list:after {
  clear: both;
}
.papp .info-list > ul {
  margin: 0;
  margin-right: 20px;
}
.papp .info-list > ul > li {
  padding-left: 54px;
  position: relative;
}
.papp .info-list > ul > li > span {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  color: #777777;
  width: 60px;
}
.papp .info-list > ul > li:nth-child(odd) {
  background: #fafafa;
}
.papp .info-list > ul > li a {
  line-height: 22px;
}
.papp .info-list > ul > li a i {
  line-height: 22px;
  color: #ababab;
  margin-left: 5px;
}
.papp .info-list > ul > li a i.highlight {
  color: #ff6600;
}
@media only screen and (max-device-width : 767px) {
  .papp .info-list > ul {
    margin-right: 0px;
  }
}
.papp .info-act-line {
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  color: #999999;
  border-bottom: 1px solid #eeeeee;
  padding: 0 0 8px 0;
}
.papp .info-act-line .action {
  display: block;
  float: right;
}
.papp .info-act-line .action a:link,
.papp .info-act-line .action a:visited {
  color: #999999;
}
.papp .info-act-line .action a:hover,
.papp .info-act-line .action a:active {
  color: #ff6600;
}
.papp .info-act-line .action a i {
  color: #ababab;
}
.papp .form-panel {
  border: 1px solid #cccccc;
}
.papp .form-panel .form-group {
  margin: 0;
  margin-right: -10px;
}
.papp .form-panel .form-group .input-group {
  margin-bottom: 10px;
  padding-right: 10px;
}
.papp .form-panel .form-group .btn {
  margin-left: 10px;
}
.papp .form-panel .panel-footer .btn {
  margin-left: 10px;
}
.papp .form-panel .panel-footer .btn:first-of-type {
  margin-left: 0;
}
.papp .share-bar:before,
.papp .share-bar:after {
  content: " ";
  display: table;
}
.papp .share-bar:after {
  clear: both;
}
.papp .share-bar > .share-head {
  display: block;
  float: left;
  font-size: 16px;
  margin-right: 10px;
}
.papp .share-bar > .share-buttons {
  display: block;
  float: left;
}
.papp .share-bar > .share-buttons > ul > li {
  display: inline-block;
}
.papp .share-bar .one-like-button {
  position: relative;
  display: inline-block;
  height: 24px;
  line-height: 24px;
}
.papp .share-bar .one-share-button {
  position: relative;
  display: inline-block;
  height: 24px;
  line-height: 24px;
  border: 1px solid black;
  border-radius: 4px;
  margin-left: 10px;
  background: white;
}
.papp .share-bar .one-share-button .share-drop {
  display: block;
  position: absolute;
  left: 0;
  top: 24px;
  background: white;
  padding: 5px;
  border: 1px solid #cccccc;
}
.papp .share-bar .one-share-button a {
  display: block;
  height: 24px;
}
.papp .share-bar .one-share-button a:link,
.papp .share-bar .one-share-button a:visited,
.papp .share-bar .one-share-button a:hover,
.papp .share-bar .one-share-button a:active {
  color: black;
}
.papp .share-bar .one-share-button a i {
  display: block;
  float: left;
  background: black;
  color: white;
  width: 22px;
  height: 22px;
  padding: 4px;
}
.papp .share-bar .one-share-button a span {
  float: left;
  display: block;
  padding: 0 5px;
  line-height: 22px;
  height: 22px;
}
.papp .share-bar .one-share-button img {
  width: 100%;
}
.papp .share-bar .one-share-button.metro-red {
  border: 1px solid #ee1111;
}
.papp .share-bar .one-share-button.metro-red i {
  background: #ee1111;
}
.papp .share-bar .one-share-button.metro-blue-dark {
  border: 1px solid #2b5797;
}
.papp .share-bar .one-share-button.metro-blue-dark i {
  background: #2b5797;
}
.papp .share-bar .one-share-button.metro-green {
  border: 1px solid #00a300;
}
.papp .share-bar .one-share-button.metro-green i {
  background: #00a300;
}
.papp .share-bar .one-share-button.metro-teal {
  border: 1px solid #00aba9;
}
.papp .share-bar .one-share-button.metro-teal i {
  background: #00aba9;
}
.papp .share-bar .one-share-button.metro-orange-dark {
  border: 1px solid #da532c;
}
.papp .share-bar .one-share-button.metro-orange-dark i {
  background: #da532c;
}
@media only screen and (max-device-width : 767px) {
  .papp .share-bar .one-share-button a span {
    display: none;
  }
}
.papp .share-bar.share-bar-left {
  position: fixed;
  left: 0px;
  top: 200px;
}
.papp .share-bar.share-bar-left > .share-buttons {
  display: block;
  float: left;
}
.papp .share-bar.share-bar-left > .share-buttons > ul > li {
  display: block;
}
.papp .share-bar.share-bar-left .one-share-button a span {
  display: none;
}
.papp .share-bar.share-bar-left .one-share-button:hover a span {
  display: block;
}
@media only screen and (max-width: 1100px) {
  .papp .share-bar.share-bar-left {
    display: none;
  }
}
.papp .form-group span.explain {
  display: inline-block;
  line-height: 34px;
  height: 34px;
}
.papp .admin-line {
  opacity: 0.3;
  font-size: 12px;
}
.papp .admin-line:hover {
  opacity: 1;
}
.papp .pu-wrapper .pu-actions a.pu-upload-link img {
  width: 80px;
  height: 80px;
}
.papp .pu-wrapper .pu-actions .sizediv {
  width: 100px !important;
  text-align: left !important;
}
.papp .cropper-pic-list:before,
.papp .cropper-pic-list:after {
  content: " ";
  display: table;
}
.papp .cropper-pic-list:after {
  clear: both;
}
.papp .cropper-pic-list > ul > li {
  display: block;
  float: left;
  width: 25%;
  margin-bottom: 10px;
}
.papp .cropper-pic-list > ul > li .cropper-pic {
  width: 100%;
  height: 100px;
  padding: 10px;
  overflow: hidden;
}
.papp .cropper-pic-list > ul > li .cropper-pic img {
  width: 100%;
  height: 100%;
}
@media only screen and (max-device-width : 767px) {
  .papp .cropper-pic-list > ul > li {
    width: 50%;
  }
}
.papp .app-icon-list:before,
.papp .app-icon-list:after {
  content: " ";
  display: table;
}
.papp .app-icon-list:after {
  clear: both;
}
.papp .app-icon-list > ul > li {
  display: block;
  float: left;
  text-align: center;
}
.papp .app-icon-list > ul > li .app-icon-one {
  width: 100px;
  height: 100px;
  margin: 0 auto;
}
.papp .app-icon-list > ul > li .app-icon-one .icon {
  font-size: 28px;
}
.papp .app-icon-list > ul > li .app-icon-one .txt {
  font-size: 16px;
}
.papp .mobile-pager-dropdown {
  display: block;
  float: left;
  width: 100%;
  height: 30px;
  text-align: center;
  margin-top: 10px;
}
.papp .mobile-pager-dropdown a {
  border: 1px solid #777777;
  border-radius: 5px;
  padding: 5px 10px;
  font-size: 14px;
  margin: 0 5px;
}
.papp .mobile-pager-dropdown a:link,
.papp .mobile-pager-dropdown a:visited,
.papp .mobile-pager-dropdown a:hover,
.papp .mobile-pager-dropdown a:active {
  color: #777777;
}
.papp .mobile-pager-dropdown a i {
  color: #777777;
}
.papp .mobile-pager-dropdown a.active:link,
.papp .mobile-pager-dropdown a.active:visited,
.papp .mobile-pager-dropdown a.active:hover,
.papp .mobile-pager-dropdown a.active:active {
  color: black;
}
.papp .mobile-pager-dropdown a.active i {
  color: black;
}
.papp .mobile-pager-dropdown select {
  min-width: 60px;
  padding: 5px 10px;
  font-size: 14px;
}
.papp .mobile-pager-simple a {
  font-size: 16px;
  margin: 0 5px;
}
.papp .mobile-pager-simple a i {
  color: #777777;
}
.papp .mobile-pager-simple a.active i {
  color: #005750;
}
.papp .mobile-pager-simple span {
  margin: 0 10px;
}
.papp .mobile-tab-action {
  height: 33px;
  padding-bottom: 10px;
  border-bottom: 1px solid #3c8f7c;
  background: white;
}
.papp .mobile-tab-action:before,
.papp .mobile-tab-action:after {
  content: " ";
  display: table;
}
.papp .mobile-tab-action:after {
  clear: both;
}
.papp .mobile-tab-action > ul {
  width: 100%;
  height: 24px;
  padding: 0 10px;
}
.papp .mobile-tab-action > ul > li {
  width: 100px;
  display: block;
  float: left;
  line-height: 24px;
}
.papp .mobile-tab-action > ul > li a {
  padding: 0 10px;
  display: block;
  text-align: center;
  font-size: 16px;
}
.papp .mobile-tab-action > ul > li.active {
  border-radius: 5px;
  background: #3c8f7c;
}
.papp .mobile-tab-action > ul > li.active a:link,
.papp .mobile-tab-action > ul > li.active a:visited,
.papp .mobile-tab-action > ul > li.active a:hover,
.papp .mobile-tab-action > ul > li.active a:active {
  color: white;
}
.papp .mobile-tab-action > ul.col-5 > li {
  width: 19%;
}
.papp .mobile-tab-action > ul.col-4 > li {
  width: 24%;
}
.papp .mobile-tab-action > ul.col-3 > li {
  width: 15.66666667%;
}
.papp .mobile-filter-box {
  display: block;
  float: left;
  width: 100%;
  background: #f2f2f2;
  border-bottom: 1px solid #3c8f7c;
  box-shadow: 1px 2px 2px #d8d8d8;
}
.papp .mobile-filter-box:before,
.papp .mobile-filter-box:after {
  content: " ";
  display: table;
}
.papp .mobile-filter-box:after {
  clear: both;
}
.papp .mobile-filter-box > .filter-line {
  position: relative;
  display: block;
  float: left;
  width: 100%;
  padding: 10px;
}
.papp .mobile-filter-box > .filter-line.divider {
  border-top: 1px solid #cccccc;
}
.papp .mobile-filter-box > .filter-line > .title {
  display: block;
  float: left;
  line-height: 20px;
  font-weight: bold;
}
.papp .mobile-filter-box > .filter-line > .title.pulldown {
  padding-top: 8px;
}
.papp .mobile-filter-box > .filter-line > .select-box {
  display: block;
  float: left;
  line-height: 20px;
}
.papp .mobile-filter-box > .filter-line > .select-box.left-line {
  border-left: 1px solid #cccccc;
  padding-left: 10px;
}
.papp .mobile-action-head .name-line {
  padding: 0 10px;
  background: #3c8f7c;
  height: 40px;
  line-height: 40px;
}
.papp .mobile-action-head .name-line:before,
.papp .mobile-action-head .name-line:after {
  content: " ";
  display: table;
}
.papp .mobile-action-head .name-line:after {
  clear: both;
}
.papp .mobile-action-head .name-line .btn-group {
  display: block;
  float: left;
}
.papp .mobile-action-head .name-line .btn-group > a {
  font-size: 16px;
}
.papp .mobile-action-head .name-line .btn-group > a:link,
.papp .mobile-action-head .name-line .btn-group > a:visited,
.papp .mobile-action-head .name-line .btn-group > a:hover,
.papp .mobile-action-head .name-line .btn-group > a:active {
  color: white;
}
.papp .mobile-action-head .name-line .btn-group > ul a:link,
.papp .mobile-action-head .name-line .btn-group > ul a:visited,
.papp .mobile-action-head .name-line .btn-group > ul a:hover,
.papp .mobile-action-head .name-line .btn-group > ul a:active {
  color: #3c8f7c;
}
.papp .mobile-action-head .name-line .act-box {
  height: 40px;
  line-height: 40px;
}
.papp .mobile-action-head .name-line .act-box a {
  margin-left: 14px;
}
.papp .mobile-action-head .name-line .act-box a:link,
.papp .mobile-action-head .name-line .act-box a:visited,
.papp .mobile-action-head .name-line .act-box a:hover,
.papp .mobile-action-head .name-line .act-box a:active {
  color: white;
}
.papp .mobile-action-head .mobile-line-box {
  border-bottom: 1px solid #3c8f7c;
  border-top: 1px solid #3c8f7c;
  height: 40px;
  padding: 0 10px;
  line-height: 38px;
  background: #cdcfc0;
  box-shadow: 1px 2px 2px #d8d8d8;
}
.papp .mobile-action-head .mobile-line-box .select-box {
  height: 40px;
  display: inline-block;
}
.papp .mobile-action-head .mobile-line-box .select-box > span {
  display: inline-block;
  height: 40px;
}
.papp .mobile-action-head .mobile-line-box .select-box .btn-group a i {
  color: #777777;
}
.papp .mobile-action-head .mobile-line-box .select-box .btn-group > a {
  margin-right: 10px;
  display: inline-block;
  height: 40px;
}
.papp .mobile-action-head .mobile-line-box .act-box {
  height: 38px;
}
.papp .mobile-action-head .mobile-line-box .act-box a:link,
.papp .mobile-action-head .mobile-line-box .act-box a:visited,
.papp .mobile-action-head .mobile-line-box .act-box a:hover,
.papp .mobile-action-head .mobile-line-box .act-box a:active {
  color: #3c8f7c;
}
.papp .mobile-action-head .mobile-line-box .act-box a.btn {
  height: 30px;
  margin-top: 4px;
  margin-right: 5px;
  font-size: 14px;
}
.papp .mobile-action-head .mobile-line-box .search-box {
  height: 38px;
  width: 140px;
}
.papp .mobile-action-head .mobile-line-box .search-box input[type="text"] {
  margin-top: 2px;
}
.papp .mobile-action-head .mobile-line-box.bg-color {
  background: #3c8f7c;
}
.papp .mobile-action-head .mobile-line-box.bg-color .select-box .btn-group > a {
  color: white;
}
.papp .mobile-action-head .mobile-line-box.bg-color .mobile-pager-simple a.active i {
  color: white;
}
.papp .mobile-action-head .mobile-line-box.bg-color .mobile-pager-simple span {
  color: white;
}
.papp .userprofile-head-small {
  padding: 5px;
  padding-left: 58px;
  padding-top: 14px;
  position: relative;
  height: 60px;
}
.papp .userprofile-head-small .avatar {
  width: 48px;
  height: 48px;
  position: absolute;
  left: 5px;
  top: 5px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;
  overflow: hidden;
}
.papp .userprofile-head-small .avatar img {
  width: 100%;
}
.papp .userprofile-head-small .infoline {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ' ';
  color: #555555;
  font-size: 12px;
}
.papp .userprofile-head-small .infoline h2 {
  font-size: 14px;
  color: black;
  font-weight: normal;
}
.papp .mobile-side-menu {
  width: 180px;
  position: fixed;
  height: 100%;
  background: #ecf7f5 repeat left top;
  border-right: 1px solid #cccccc;
  overflow-y: scroll;
  overflow-x: hidden;
}
.papp .mobile-side-menu.left-side {
  left: -180px;
}
.papp .mobile-side-menu.right-side {
  right: -180px;
}
.papp .mobile-side-menu > .close-it {
  padding: 10px;
  text-align: right;
}
.papp .mobile-side-menu > .close-it i.fa-remove {
  font-size: 18px;
}
.papp .mobile-side-menu > .menu-item {
  border-bottom: 1px solid #005750;
  border-top: 1px solid #005750;
}
.papp .mobile-side-menu > .menu-title {
  padding: 10px;
  border-bottom: 1px solid #005750;
  background: #3c8f7c;
  color: white;
}
.papp .mobile-side-menu > .menu-items-col2 > ul > li {
  padding: 10px;
  border-bottom: 1px solid #005750;
  width: 50%;
  display: block;
  float: left;
  border-right: 1px solid #005750;
}
.papp .mobile-side-menu > .menu-items-col2 > ul > li > a {
  display: inline-block;
  width: 100%;
}
.papp .mobile-side-menu > .menu-items-col2 > ul > li > a:link,
.papp .mobile-side-menu > .menu-items-col2 > ul > li > a:visited,
.papp .mobile-side-menu > .menu-items-col2 > ul > li > a:hover,
.papp .mobile-side-menu > .menu-items-col2 > ul > li > a:active {
  color: #333333;
}
.papp .mobile-side-menu > .menu-items-col2 > ul > li > a i {
  color: #777777;
}
.papp .mobile-side-menu > .menu-items-col2 > ul > li:hover {
  background: #daf0eb repeat left top;
}
.papp .mobile-side-menu > .menu-items-col2 > ul > li:nth-of-type(even) {
  border-right: 0;
}
.papp .mobile-side-menu > .menu-items > ul > li {
  padding: 10px;
  border-bottom: 1px solid #005750;
}
.papp .mobile-side-menu > .menu-items > ul > li > a {
  display: inline-block;
  width: 100%;
}
.papp .mobile-side-menu > .menu-items > ul > li > a:link,
.papp .mobile-side-menu > .menu-items > ul > li > a:visited,
.papp .mobile-side-menu > .menu-items > ul > li > a:hover,
.papp .mobile-side-menu > .menu-items > ul > li > a:active {
  color: #333333;
}
.papp .mobile-side-menu > .menu-items > ul > li > a i {
  color: #777777;
}
.papp .mobile-side-menu > .menu-items > ul > li > a i.alerted {
  color: #f36a5b;
}
.papp .mobile-side-menu > .menu-items > ul > li > a > span {
  border-radius: 5px;
  font-size: 12px;
  background: #3c8f7c;
  color: white;
  min-width: 14px;
  padding: 0 5px;
  margin-left: 5px;
}
.papp .mobile-side-menu > .menu-items > ul > li:hover {
  background: #daf0eb repeat left top;
}
.papp .comment {
  margin: 15px 0;
}
.papp .comment .section-head {
  border-bottom: 2px solid #88abc3;
  height: 38px;
  line-height: 38px;
}
.papp .comment .section-head h4 {
  display: block;
  float: left;
  font-weight: normal;
  line-height: 38px;
}
.papp .comment .section-head h4 span {
  color: #777777;
}
.papp .comment .section-head button {
  margin: 0;
}
.papp .comment .avatar {
  float: left;
  width: 80px;
  height: 100px;
  padding: 0 12px 0 0;
  overflow: hidden;
  clear: both;
}
.papp .comment .avatar img {
  width: 100%;
}
.papp .comment-box {
  width: 100%;
  overflow: hidden;
}
.papp .comment-box:before,
.papp .comment-box:after {
  content: " ";
  display: table;
}
.papp .comment-box:after {
  clear: both;
}
.papp .comment-box .body {
  display: block;
  overflow: hidden;
}
.papp .comment-box .body .editor {
  width: 100%;
  border: 2px solid #e2e2e2;
  border-radius: 4px;
}
.papp .comment-box .body .editor textarea {
  width: 100%;
  border: 0;
  padding: 10px;
}
.papp .comment-box .body .editor .tbar {
  height: 40px;
  border-top: 1px solid #eeeeee;
  background: #f7f7f7;
  border-radius: 4px;
}
.papp .comment-box .body .editor .tbar .tbar-btn {
  float: left;
  border-right: 1px solid #eeeeee;
  padding-top: 10px;
  text-align: center;
  height: 40px;
  width: 40px;
}
.papp .comment-box .body .editor .tbar .tbar-btn a {
  font-size: 20px;
}
.papp .comment-box .body .editor .tbar .tbar-btn a:link,
.papp .comment-box .body .editor .tbar .tbar-btn a:visited {
  color: #ababab;
}
.papp .comment-box .body .editor .tbar .tbar-btn a:hover,
.papp .comment-box .body .editor .tbar .tbar-btn a:active {
  color: #ff6600;
}
.papp .comment-box .body .editor .tbar .tbar-btn a.active:link,
.papp .comment-box .body .editor .tbar .tbar-btn a.active:visited {
  color: #ff6600;
}
.papp .comment-box .body .editor .tbar .tbar-btn a.active:hover,
.papp .comment-box .body .editor .tbar .tbar-btn a.active:active {
  color: #ff6600;
}
.papp .comment-box .body .editor .tbar .tbar-btn.rater {
  padding-top: 12px;
  width: 140px;
}
.papp .comment-box .body .editor .tbar .submit-btn {
  display: block;
  float: right;
  width: 70px;
  height: 39px;
  border: 0;
}
.papp .comment-box .body .editor .tbar .submit-btn input {
  background: #6693b2;
  font-size: 20px;
  color: white;
  width: 70px;
  height: 39px;
  border: 0;
  border-bottom-right-radius: 3px;
}
.papp .comment-box .body .pic-flow {
  margin-top: 10px;
}
.papp .comment-list {
  width: 100%;
  overflow: hidden;
}
.papp .comment-list > li {
  width: 100%;
  list-style: none;
  margin: 10px 0 0 0;
  padding: 0;
  border-bottom: 1px solid #eeeeee;
  display: block;
  float: left;
}
.papp .comment-list .sub-comment-list {
  width: 100%;
  overflow: hidden;
  /*
          margin: 10px 0;
          padding: 10px 0;
          //border-top: 1px solid @gray-lighter;
        }*/
}
.papp .comment-list .sub-comment-list > li {
  width: 90%;
  list-style: none;
  margin: 10px 0;
  padding: 10px 0 0 10px;
  border-top: 1px solid #eeeeee;
  border-left: 6px solid #eeeeee;
  display: block;
  float: right;
}
.papp .comment-list .comment-one > .body {
  display: block;
  overflow: hidden;
}
.papp .comment-list .comment-one > .body > .info {
  height: 16px;
}
.papp .comment-list .comment-one > .body > .info .username {
  line-height: 16px;
  float: left;
}
.papp .comment-list .comment-one > .body > .info .username a:link,
.papp .comment-list .comment-one > .body > .info .username a:visited {
  color: #4d7a98;
}
.papp .comment-list .comment-one > .body > .info .username a:hover,
.papp .comment-list .comment-one > .body > .info .username a:active {
  color: #ff6600;
}
.papp .comment-list .comment-one > .body > .info .role {
  line-height: 16px;
  float: left;
  color: #777777;
}
.papp .comment-list .comment-one > .body > .info .post-time {
  font-size: 12px;
  line-height: 16px;
  float: right;
  font-family: Georgia, "Microsoft YaHei", Arial, "宋体", FontAwesome, simple-line-icons;
  color: #ababab;
}
.papp .comment-list .comment-one > .body > .rating {
  margin: 2px 0;
}
.papp .comment-list .comment-one > .body > .rating i {
  color: #ff6600;
}
.papp .comment-list .comment-one > .body > .txt {
  margin-top: 10px;
  font-size: 14px;
  line-height: 20px;
}
.papp .comment-list .comment-one > .body > .act {
  height: 28px;
  font-size: 12px;
}
.papp .comment-list .comment-one > .body > .act .extra-info {
  line-height: 28px;
  color: #ababab;
}
.papp .comment-list .comment-one > .body > .act > a {
  float: right;
  line-height: 28px;
  margin-left: 10px;
}
.papp .comment-list .comment-one > .body > .act > a:link,
.papp .comment-list .comment-one > .body > .act > a:visited {
  color: #777777;
}
.papp .comment-list .comment-one > .body > .act > a:hover,
.papp .comment-list .comment-one > .body > .act > a:active {
  color: #ff6600;
}
.papp .comment-list .comment-one > .body > .act > a span {
  color: #ff6600;
}
/*---存放跨应用的一些模块----*/
.papp {
  /*----标题列表----*/
  /*----点评主题列表项----*/
  /*---房产列表项---*/
}
.papp .item-list > ul:before,
.papp .item-list > ul:after {
  content: " ";
  display: table;
}
.papp .item-list > ul:after {
  clear: both;
}
.papp .item-list > ul > li {
  border-bottom: 1px solid #eeeeee;
  padding: 6px 10px;
}
.papp .item-list > ul > li:before,
.papp .item-list > ul > li:after {
  content: " ";
  display: table;
}
.papp .item-list > ul > li:after {
  clear: both;
}
.papp .article-list > ul:before,
.papp .article-list > ul:after {
  content: " ";
  display: table;
}
.papp .article-list > ul:after {
  clear: both;
}
.papp .article-list > ul > li {
  border-bottom: 1px solid #eeeeee;
  padding: 10px;
}
.papp .article-list > ul > li:before,
.papp .article-list > ul > li:after {
  content: " ";
  display: table;
}
.papp .article-list > ul > li:after {
  clear: both;
}
.papp .item-list.topic-list-2 > ul > li {
  border-bottom: 1px solid #3c8f7c;
}
.papp .list-one {
  position: relative;
}
.papp .list-one > .main {
  display: table;
}
.papp .list-one > .main > .inner {
  display: table-cell;
  vertical-align: middle;
}
.papp .list-one > .main h4 {
  line-height: 18px;
  font-size: 14px;
  font-weight: normal;
}
.papp .list-one > .main h4 a:link,
.papp .list-one > .main h4 a:visited {
  color: black;
}
.papp .list-one > .main h4 a:hover,
.papp .list-one > .main h4 a:active {
  color: #ff6600;
}
.papp .list-one > .main h4 span.price {
  color: red;
  font-family: Georgia, "Microsoft YaHei", Arial, "宋体", FontAwesome, simple-line-icons;
}
.papp .list-one > .main p {
  color: #777777;
  font-size: 12px;
  margin-bottom: 0;
}
.papp .list-one > .main .info {
  line-height: 18px;
  font-size: 12px;
  color: #555555;
}
.papp .list-one > .main .info a:link,
.papp .list-one > .main .info a:visited {
  color: #555555;
}
.papp .list-one > .main .info a:hover,
.papp .list-one > .main .info a:active {
  color: #ff6600;
}
.papp .list-one > .main .info a.fa:link,
.papp .list-one > .main .info a.fa:visited,
.papp .list-one > .main .info a.fa:hover,
.papp .list-one > .main .info a.fa:active {
  color: #cccccc;
}
.papp .list-one > .main .info a.fa.active:link,
.papp .list-one > .main .info a.fa.active:visited,
.papp .list-one > .main .info a.fa.active:hover,
.papp .list-one > .main .info a.fa.active:active {
  color: #ff6600;
}
.papp .list-one.haspic {
  padding-right: 70px;
  min-height: 60px;
}
.papp .list-one.haspic > .main {
  height: 60px;
}
.papp .list-one.haspic > .pic {
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  height: 60px;
  overflow: hidden;
}
.papp .list-one.haspic > .pic img {
  width: 100%;
  height: 100%;
}
@media only screen and (max-device-width : 767px) {
  .papp .list-one.haspic {
    padding-right: 58px;
  }
  .papp .list-one.haspic > main {
    height: 48px;
  }
  .papp .list-one.haspic > .pic {
    width: 48px;
    height: 48px;
  }
}
.papp .list-one.fl-post-list-one h4 a:link,
.papp .list-one.fl-post-list-one h4 a:visited {
  color: #006393;
}
.papp .list-one.fl-post-list-one h4 a:hover,
.papp .list-one.fl-post-list-one h4 a:active {
  color: #ff6600;
}
.papp .list-one.fl-post-list-one.haspic {
  padding-right: 58px;
  min-height: 48px;
}
.papp .list-one.fl-post-list-one.haspic > .main {
  height: 48px;
}
.papp .list-one.fl-post-list-one.haspic > .pic {
  position: absolute;
  right: 0;
  top: 0;
  width: 48px;
  height: 48px;
  overflow: hidden;
}
.papp .list-one.fl-post-list-one.haspic > .pic img {
  width: 100%;
  height: 100%;
}
@media only screen and (max-device-width : 767px) {
  .papp .list-one.fl-post-list-one.haspic {
    padding-right: 58px;
  }
  .papp .list-one.fl-post-list-one.haspic > main {
    height: 48px;
  }
  .papp .list-one.fl-post-list-one.haspic > .pic {
    width: 48px;
    height: 48px;
  }
}
.papp .list-one.article-list-one.haspic {
  padding-right: 100px;
  min-height: 60px;
}
.papp .list-one.article-list-one.haspic > .main {
  height: 60px;
}
.papp .list-one.article-list-one.haspic > .pic {
  position: absolute;
  right: 0;
  top: 0;
  width: 90px;
  height: 60px;
  overflow: hidden;
}
.papp .list-one.article-list-one.haspic > .pic img {
  width: 100%;
  height: 100%;
}
@media only screen and (max-device-width : 767px) {
  .papp .list-one.article-list-one.haspic {
    padding-right: 58px;
  }
  .papp .list-one.article-list-one.haspic > main {
    height: 48px;
  }
  .papp .list-one.article-list-one.haspic > .pic {
    width: 48px;
    height: 48px;
  }
}
.papp .list-one.topic-list-one.haspic {
  padding-right: 100px;
  min-height: 60px;
}
.papp .list-one.topic-list-one.haspic > .main {
  height: 60px;
}
.papp .list-one.topic-list-one.haspic > .pic {
  position: absolute;
  right: 0;
  top: 0;
  width: 90px;
  height: 60px;
  overflow: hidden;
}
.papp .list-one.topic-list-one.haspic > .pic img {
  width: 100%;
  height: 100%;
}
@media only screen and (max-device-width : 767px) {
  .papp .list-one.topic-list-one.haspic {
    padding-right: 58px;
  }
  .papp .list-one.topic-list-one.haspic > main {
    height: 48px;
  }
  .papp .list-one.topic-list-one.haspic > .pic {
    width: 48px;
    height: 48px;
  }
}
.papp .list-one.topic-list-one .info {
  color: #3c8f7c;
}
.papp .list-one.topic-list-one .info a:link,
.papp .list-one.topic-list-one .info a:visited,
.papp .list-one.topic-list-one .info a:hover,
.papp .list-one.topic-list-one .info a:active {
  color: #3c8f7c;
}
.papp .attachable-area > a.btn-file {
  margin-bottom: 10px;
  margin-left: 0 !important;
}
.papp .attachable-area > .message {
  margin-left: 10px;
}
.papp .attachable-area > ul#pictures-preview {
  list-style: none;
}
.papp .attachable-area > ul#pictures-preview:before,
.papp .attachable-area > ul#pictures-preview:after {
  content: " ";
  display: table;
}
.papp .attachable-area > ul#pictures-preview:after {
  clear: both;
}
.papp li.attachable-item {
  margin: 5px 10px 5px 0;
  float: left;
  width: 94px;
  position: relative;
  display: block;
}
.papp li.attachable-item > .pic {
  display: block;
  float: left;
  width: 94px;
  height: 94px;
  border: 1px solid lightgray;
  overflow: hidden;
}
.papp li.attachable-item > .pic img {
  width: 100%;
  height: 100%;
}
.papp li.attachable-item > .closeit {
  position: absolute;
  top: 2px;
  right: 4px;
}
.papp li.attachable-item > .closeit i.fa {
  color: white;
  background: darkgray;
}
.papp li.attachable-item > .rotate {
  position: absolute;
  top: 2px;
  left: 4px;
}
.papp li.attachable-item > .rotate i.fa {
  color: white;
  background: darkgray;
}
.papp li.attachable-item > .radio {
  display: block;
  float: left;
}
@media only screen and (max-device-width : 767px) {
  .papp li.attachable-item > .radio > label {
    margin-left: 20px;
  }
}
.papp .simple-article-list-one-picleft {
  position: relative;
  padding-left: 90px;
  min-height: 60px;
}
.papp .simple-article-list-one-picleft:before,
.papp .simple-article-list-one-picleft:after {
  content: " ";
  display: table;
}
.papp .simple-article-list-one-picleft:after {
  clear: both;
}
.papp .simple-article-list-one-picleft .pic {
  width: 80px;
  height: 60px;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
}
.papp .simple-article-list-one-picleft .pic img {
  width: 100%;
}
.papp .simple-article-list-one-picleft div.title {
  font-weight: bold;
  font-size: 14px;
}
.papp .dp-subject-side {
  border-bottom: 1px solid #eeeeee;
  padding: 6px 0;
}
.papp .dp-subject-side:before,
.papp .dp-subject-side:after {
  content: " ";
  display: table;
}
.papp .dp-subject-side:after {
  clear: both;
}
.papp .dp-subject-side > .pic {
  float: left;
  margin-right: 10px;
  width: 74px;
  height: 60px;
  overflow: hidden;
}
.papp .dp-subject-side > .pic img {
  width: 100%;
}
.papp .dp-subject-side > .body {
  overflow: hidden;
  position: relative;
}
.papp .dp-subject-side > .body > h4.title {
  line-height: 18px;
  font-size: 14px;
  font-weight: normal;
}
.papp .dp-subject-side > .body > h4.title a:link,
.papp .dp-subject-side > .body > h4.title a:visited {
  color: #4040bf;
}
.papp .dp-subject-side > .body > h4.title a:hover,
.papp .dp-subject-side > .body > h4.title a:active {
  color: #ff6600;
}
.papp .dp-subject-side > .body > .slogan {
  font-size: 14px;
  line-height: 18px;
  color: #ff6600;
}
.papp .dp-subject-side > .body > .act-bar {
  color: #ababab;
  overflow: hidden;
  line-height: 22px;
  font-size: 14px;
}
.papp .dp-subject-side > .body > .act-bar a {
  line-height: 20px;
  font-size: 14px;
}
.papp .dp-subject-side > .body > .act-bar a:link,
.papp .dp-subject-side > .body > .act-bar a:visited {
  color: #ababab;
}
.papp .dp-subject-side > .body > .act-bar a:hover,
.papp .dp-subject-side > .body > .act-bar a:active {
  color: #ff6600;
}
.papp .dp-subject-side > .body > .act-bar .action {
  display: inline-block;
}
@media only screen and (max-device-width : 767px) {
  .papp .dp-subject .act-bar a {
    margin: 0 5px !important;
    font-size: 16px;
  }
}
.papp .house-item .pic {
  float: left;
  margin-right: 10px;
  border: 1px solid #eeeeee;
  padding: 4px;
  width: 200px;
  height: 150px;
}
.papp .house-item .pic .pic-inner {
  overflow: hidden;
  background: white;
  width: 190px;
  height: 140px;
}
.papp .house-item .pic .pic-inner img {
  width: 100%;
}
.papp .house-item .body {
  overflow: hidden;
  position: relative;
}
.papp .house-item h4.title {
  line-height: 18px;
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 5px;
}
.papp .house-item h4.title a:link,
.papp .house-item h4.title a:visited {
  color: #006393;
}
.papp .house-item h4.title a:hover,
.papp .house-item h4.title a:active {
  color: #ff6600;
}
.papp .house-item h4.title span.price {
  color: red;
  font-family: Georgia, "Microsoft YaHei", Arial, "宋体", FontAwesome, simple-line-icons;
  float: right;
}
.papp .house-item .info {
  line-height: 18px;
  font-size: 14px;
  margin-bottom: 5px;
}
.papp .house-item .act-bar {
  color: #ababab;
  overflow: hidden;
  line-height: 28px;
}
.papp .house-item .act-bar a {
  line-height: 28px;
}
.papp .house-item .act-bar a:link,
.papp .house-item .act-bar a:visited {
  color: #ababab;
}
.papp .house-item .act-bar a:hover,
.papp .house-item .act-bar a:active {
  color: #ff6600;
}
.papp .house-item .act-bar .action {
  display: inline-block;
  float: right;
}
@media only screen and (max-device-width : 767px) {
  .papp .house-item .pic {
    float: left;
    margin-right: 10px;
    border: 0;
    padding: 0;
    width: 100px;
    height: 100px;
  }
  .papp .house-item .pic .pic-inner {
    overflow: hidden;
    background: white;
    width: 100%;
    height: 100%;
  }
  .papp .house-item .pic .pic-inner img {
    width: 100%;
  }
  .papp .house-item h4.title {
    line-height: 16px;
    font-size: 14px;
  }
  .papp .house-item h4.title span.price {
    float: none;
  }
  .papp .house-item .act-bar .action {
    float: none;
  }
}
.papp .biz-card {
  padding: 10px;
  height: 80px;
  overflow: hidden;
}
.papp .biz-card.color1 {
  background: #f0fff0;
}
.papp .biz-card.color2 {
  background: #ebf4fd;
}
.papp .biz-card.color3 {
  background: #fff0f9;
}
.papp .biz-card.color4 {
  background: #ebf4fd;
}
.papp .biz-card.color5 {
  background: #fff0f9;
}
.papp .biz-card.color6 {
  background: #f0fff0;
}
.papp .biz-card.color7 {
  background: #fff0f9;
}
.papp .biz-card.color8 {
  background: #f0fff0;
}
.papp .biz-card.color9 {
  background: #ebf4fd;
}
.papp .biz-card .main {
  height: 60px;
  overflow: hidden;
}
.papp .biz-card .main:before,
.papp .biz-card .main:after {
  content: " ";
  display: table;
}
.papp .biz-card .main:after {
  clear: both;
}
.papp .biz-card .main .avatar {
  width: 60px;
  height: 60px;
  overflow: hidden;
  float: left;
  margin-right: 10px;
}
.papp .biz-card .main .avatar img {
  width: 100%;
}
.papp .biz-card .main .avatar-right {
  width: 60px;
  height: 60px;
  float: right;
  overflow: hidden;
  margin-left: 10px;
}
.papp .biz-card .main .avatar-right img {
  width: 100%;
}
.papp .biz-card .main .body {
  overflow: hidden;
}
.papp .biz-card .main .body .title {
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #4a516d;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ' ';
}
.papp .biz-card .main .body .slogon {
  color: blue;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ' ';
}
.papp .biz-card .main .body .contact {
  font-size: 12px;
  display: block;
  color: #ff6600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ' ';
}
.papp .biz-card .main .body .contact i {
  color: #ff6600;
}
.papp .biz-card .desc {
  overflow: hidden;
  height: 70px;
  line-height: 20px;
  padding-top: 10px;
}
.papp .biz-card.banner {
  height: 90px;
  padding: 5px;
}
.papp .biz-card.banner .desc {
  display: none;
}
.papp .ads-banner {
  margin-bottom: 2px;
}
.papp .ads-txt-2col {
  width: 100%;
  margin-bottom: 10px;
}
.papp .ads-txt-2col:before,
.papp .ads-txt-2col:after {
  content: " ";
  display: table;
}
.papp .ads-txt-2col:after {
  clear: both;
}
.papp .ads-txt-2col > ul {
  display: block;
  position: relative;
  float: left;
  border-top: 1px solid #777777;
  border-left: 1px solid #777777;
}
.papp .ads-txt-2col > ul > li {
  width: 50%;
  float: left;
  border-right: 1px solid #777777;
  border-bottom: 1px solid #777777;
}
.papp .ads-txt-one {
  width: 100%;
  padding: 2px 5px;
  font-size: 14px;
  line-height: 21px;
  height: 46px;
  overflow: hidden;
}
.papp .ads-txt-one.color1 {
  background: #f0fff0;
}
.papp .ads-txt-one.color2 {
  background: #faeccf;
}
.papp .ads-txt-one.color3 {
  background: #ffe5f5;
}
.papp .ads-txt-one.color4 {
  background: #fffcf3;
}
.papp .ads-txt-one.color5 {
  background: #ebf4fd;
}
.papp .ads-txt-one.color6 {
  background: #deffff;
}
.papp .ads-txt-one.color7 {
  background: #f0deef;
}
.papp .ads-txt-one.color8 {
  background: #fccfcf;
}
.papp .sidebar-wrapper > .form-control {
  margin-bottom: 10px;
}
.papp .sidebar-toggle {
  margin-bottom: 10px;
}
.papp .sidebar {
  width: 100%;
  border-radius: 5px;
  border: 1px solid #e6e9f2;
  overflow: hidden;
  margin-bottom: 10px;
}
.papp .sidebar > ul.sidebar-menu {
  width: 100%;
  margin: 0;
  padding: 0;
}
.papp .sidebar > ul.sidebar-menu li {
  display: block;
  line-height: 26px;
  width: 100%;
}
.papp .sidebar > ul.sidebar-menu li a {
  display: block;
  padding: 5px 10px;
  width: 100%;
  font-size: 14px;
}
.papp .sidebar > ul.sidebar-menu li a:link,
.papp .sidebar > ul.sidebar-menu li a:visited,
.papp .sidebar > ul.sidebar-menu li a:hover,
.papp .sidebar > ul.sidebar-menu li a:active {
  color: #555555;
}
.papp .sidebar > ul.sidebar-menu > li > a {
  background: #f2f6f9;
}
.papp .sidebar > ul.sidebar-menu > li span.title {
  line-height: 26px;
}
.papp .sidebar > ul.sidebar-menu > li span.title i.fa {
  float: right;
  line-height: 26px;
}
.papp .sidebar > ul.sidebar-menu > li.active > a:link,
.papp .sidebar > ul.sidebar-menu > li.active > a:visited,
.papp .sidebar > ul.sidebar-menu > li.active > a:hover,
.papp .sidebar > ul.sidebar-menu > li.active > a:active {
  color: #5c9bd1;
}
.papp .sidebar > ul.sidebar-menu > li.active span.title i.fa {
  transform: rotate(270deg);
}
.papp .sidebar > ul.sidebar-menu > li > ul.sub-menu li {
  padding-left: 10px;
  position: relative;
}
.papp .sidebar > ul.sidebar-menu > li > ul.sub-menu li:hover {
  background: #e6e9f2;
}
.papp .sidebar > ul.sidebar-menu > li > ul.sub-menu li a:link,
.papp .sidebar > ul.sidebar-menu > li > ul.sub-menu li a:visited {
  color: #555555;
}
.papp .sidebar > ul.sidebar-menu > li > ul.sub-menu li a:hover,
.papp .sidebar > ul.sidebar-menu > li > ul.sub-menu li a:active {
  color: #ff6600;
}
.papp .sidebar > ul.sidebar-menu > li > ul.sub-menu li a span {
  font-size: 12px;
  background: #5c9bd1;
  color: white;
  border-radius: 5px;
  line-height: 12px;
  padding: 2px;
  position: absolute;
  top: 10px;
  right: 10px;
}
.papp .sidebar > ul.sidebar-menu > li + li {
  border-top: 1px solid #cccccc;
}
@media only screen and (max-device-width : 767px) {
  .papp .sidebar {
    display: none;
  }
  .papp .sidebar.in {
    display: block;
  }
}
.papp .page-title {
  position: relative;
  line-height: 30px;
  margin-bottom: 10px;
}
.papp .page-title:before,
.papp .page-title:after {
  content: " ";
  display: table;
}
.papp .page-title:after {
  clear: both;
}
.papp .page-title > h1 {
  font-size: 18px;
  font-weight: 300;
  color: #555555;
  display: inline-block;
}
.papp .page-title > span {
  font-size: 12px;
  color: #555555;
  display: inline-block;
}
.papp .page-title > .act-bar {
  position: absolute;
  right: 0;
  top: 0;
}
@media only screen and (max-device-width : 767px) {
  .papp .page-title {
    padding: 10px;
    border-bottom: 1px solid #cccccc;
  }
  .papp .page-title > .act-bar {
    position: relative;
    float: right;
  }
}
.papp .page-bar {
  background: #f2f6f9;
  height: 28px;
  padding: 0 10px;
  margin-bottom: 10px;
}
.papp .page-breadcrumb {
  line-height: 28px;
}
.papp .page-breadcrumb > ul > li {
  display: inline-block;
}
.papp .page-breadcrumb > ul > li i {
  color: #777777;
}
.papp .page-breadcrumb > ul > li a:link,
.papp .page-breadcrumb > ul > li a:visited {
  color: #555555;
}
.papp .page-breadcrumb > ul > li a:hover,
.papp .page-breadcrumb > ul > li a:active {
  color: #ff6600;
}
.papp .page-breadcrumb > ul > li + li::before {
  content: " > ";
}
.papp .side-deal-list > ul > li {
  border: 1px solid #cccccc;
  margin: 10px 0 auto;
}
.papp .side-deal-list > ul > li .pic {
  width: 140px;
  height: 140px;
  overflow: hidden;
}
.papp .side-deal-list > ul > li .pic img {
  width: 100%;
}
.papp .side-deal-list > ul > li span {
  display: inline-block;
  width: 100%;
  color: red;
  line-height: 28px;
  text-align: center;
}
.papp .rateinfo {
  line-height: 18px;
}
.papp .rateinfo i {
  color: #ff6600;
}
.papp .rateinfo .rating {
  display: inline-block;
}
.papp .rateinfo span {
  display: inline-block;
  color: #777777;
  font-size: 14px;
}
.papp .tab-panel-withhead {
  border: 1px solid #ababab;
  border-top: 2px solid #ff6600;
  width: 100%;
}
.papp .tab-panel-withhead .tab-box {
  padding: 0 10px;
  margin-top: 10px;
  background: #eeeeee;
  width: 100%;
  list-style: none;
  border-bottom: 1px solid #cccccc;
  height: 40px;
}
.papp .tab-panel-withhead .tab-box ul {
  overflow: hidden;
  margin: 0;
}
.papp .tab-panel-withhead .tab-box ul:before,
.papp .tab-panel-withhead .tab-box ul:after {
  content: " ";
  display: table;
}
.papp .tab-panel-withhead .tab-box ul:after {
  clear: both;
}
.papp .tab-panel-withhead .tab-box ul li {
  display: block;
  float: left;
  height: 40px;
  line-height: 40px;
  border-right: 1px solid #cccccc;
}
.papp .tab-panel-withhead .tab-box ul li.active {
  background: white;
  border-top: 2px solid #ff6600;
  border-bottom: 1px solid white;
  line-height: 38px;
}
.papp .tab-panel-withhead .tab-box ul li.active:first-of-type {
  border-left: 1px solid #cccccc;
}
.papp .tab-panel-withhead .tab-box ul li.active a:link,
.papp .tab-panel-withhead .tab-box ul li.active a:visited {
  color: #ff6600;
}
.papp .tab-panel-withhead .tab-box ul li.active a:hover,
.papp .tab-panel-withhead .tab-box ul li.active a:active {
  color: #ff6600;
}
.papp .tab-panel-withhead .tab-box ul li a {
  padding: 10px;
}
.papp .tab-panel-withhead .pill-box {
  padding: 10px 0;
  border-bottom: 1px solid #cccccc;
}
.papp .tab-panel-withhead .pill-box:before,
.papp .tab-panel-withhead .pill-box:after {
  content: " ";
  display: table;
}
.papp .tab-panel-withhead .pill-box:after {
  clear: both;
}
.papp .tab-panel-withhead .pill-box > ul > li {
  min-width: 50px;
  display: block;
  float: left;
  margin-bottom: -11px;
  border-bottom: 2px solid transparent;
  padding-bottom: 11px;
  text-align: center;
}
.papp .tab-panel-withhead .pill-box > ul > li a {
  margin: 0 5px;
}
.papp .tab-panel-withhead .pill-box > ul > li.active {
  border-bottom: 2px solid #ff6600;
}
.papp .tab-panel-withhead .sub-header {
  padding: 10px;
  background: #eeeeee;
  border-bottom: 1px solid #cccccc;
}
.papp .tab-panel-withhead .sub-header:before,
.papp .tab-panel-withhead .sub-header:after {
  content: " ";
  display: table;
}
.papp .tab-panel-withhead .sub-header:after {
  clear: both;
}
.papp .tab-panel-withhead .sub-header h4 {
  font-weight: normal;
  font-size: 16px;
  color: #ff6600;
  float: left;
  display: block;
}
.papp .tab-panel-withhead .sub-header span {
  display: block;
  float: right;
}
.papp .tab-panel-withhead .sub-header span a {
  font-size: 12px;
}
.papp .activity-one .atitle {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 5px;
}
.papp .activity-one .acomment {
  padding: 5px;
  background: #f2f2f2;
  border-radius: 5px;
}
.papp .activity-one .acomment .rating i {
  color: #ff6600;
}
.papp .activity-one .ainfo span {
  color: #777777;
  font-size: 12px;
}
.papp .profile-detail-box {
  padding: 10px;
}
.papp .profile-detail-box > .ptitle {
  font-weight: bold;
  font-size: 14px;
}
.papp .profile-detail-box > .ptitle.divider {
  border-top: 1px dashed #cccccc;
  padding-top: 10px;
}
.papp .profile-detail-box > .pdetail {
  padding: 5px 0;
  font-size: 14px;
  line-height: 24px;
}
.papp .profile-detail-box > .pdetail a:link,
.papp .profile-detail-box > .pdetail a:visited,
.papp .profile-detail-box > .pdetail a:hover,
.papp .profile-detail-box > .pdetail a:active {
  color: blue;
}
.papp .profile-detail-box > .pdetail a:link,
.papp .profile-detail-box > .pdetail a:visited,
.papp .profile-detail-box > .pdetail a:hover,
.papp .profile-detail-box > .pdetail a:active {
  text-decoration: underline;
}
.papp .profile-detail-box > .pdetail .medal {
  display: inline;
  padding-right: 10px;
  padding-top: 10px;
}
.papp .profile-detail-box > .pdetail .w-150 {
  display: inline-block;
  width: 150px;
}
.papp .userprofile-head > .info-box {
  padding-left: 140px;
  padding-top: 10px;
  position: relative;
  min-height: 120px;
}
.papp .userprofile-head > .info-box .avatar {
  width: 100px;
  height: 100px;
  position: absolute;
  left: 10px;
  top: 10px;
  border: 1px solid #cccccc;
  overflow: hidden;
  padding: 5px;
  box-shadow: 1px 2px 2px #d8d8d8;
}
.papp .userprofile-head > .info-box .avatar img {
  width: 100%;
}
.papp .userprofile-head > .info-box .infoline1 {
  display: block;
  float: left;
}
.papp .userprofile-head > .info-box .infoline1:before,
.papp .userprofile-head > .info-box .infoline1:after {
  content: " ";
  display: table;
}
.papp .userprofile-head > .info-box .infoline1:after {
  clear: both;
}
.papp .userprofile-head > .info-box .infoline {
  font-size: 14px;
  line-height: 24px;
  height: 24px;
  color: #555555;
}
.papp .userprofile-head > .info-box .infoline h2 {
  font-size: 16px;
  line-height: 28px;
  height: 28px;
}
.papp .userprofile-head > .action-box > ul {
  padding: 0 10px;
}
.papp .userprofile-head > .action-box > ul:before,
.papp .userprofile-head > .action-box > ul:after {
  content: " ";
  display: table;
}
.papp .userprofile-head > .action-box > ul:after {
  clear: both;
}
.papp .userprofile-head > .action-box > ul > li {
  padding: 5px 0;
  display: block;
  float: left;
}
.papp .userprofile-head > .action-box > ul > li a {
  margin-bottom: 5px 0;
  margin-right: 10px;
}
.papp .userprofile-head > .action-box > ul > li a i {
  color: #777777;
}
.papp .common-head-row {
  margin-top: 10px;
  padding: 0 10px;
  border-bottom: 1px solid #eeeeee;
}
.papp .common-head-row:before,
.papp .common-head-row:after {
  content: " ";
  display: table;
}
.papp .common-head-row:after {
  clear: both;
}
.papp .common-head-row .only-pic {
  float: right;
}
.papp .common-head-row .only-pic .pic {
  border: 1px solid #cccccc;
  padding: 4px;
}
.papp .common-head-row .only-pic .pic img {
  max-width: 200px;
  max-height: 200px;
}
.papp .common-head-row .pic-box {
  float: right;
}
.papp .common-head-row .pic-box.multi .pics {
  border: 1px solid #eeeeee;
  padding: 0 0 0 5px;
  display: block;
  width: 238px;
  height: 229px;
  overflow: hidden;
  float: right;
}
.papp .common-head-row .pic-box.multi .pics.one {
  height: 160px;
}
.papp .common-head-row .pic-box.multi .pics ul {
  width: 100%;
}
.papp .common-head-row .pic-box.multi .pics ul li {
  float: left;
  margin: 5px 5px 0 0;
  width: 72px;
  height: 64px;
}
.papp .common-head-row .pic-box.multi .pics ul li img {
  width: 100%;
  height: 100%;
}
.papp .common-head-row .pic-box.multi .pics ul li:first-of-type {
  width: 226px;
  height: 148px;
  overflow: hidden;
}
.papp .common-head-row .pic-box.multi .pics ul li:first-of-type img {
  width: 100%;
  height: auto;
}
.papp .common-head-row .pic-box.multi .desc {
  display: none;
}
@media only screen and (min-device-width : 768px) {
  .papp .common-head-row .pic-box:not(.multi) .pics {
    border: 1px solid #cccccc;
    padding: 4px;
  }
  .papp .common-head-row .pic-box:not(.multi) .pics img {
    max-width: 200px;
    max-height: 200px;
  }
  .papp .common-head-row .pic-box:not(.multi) .pics li:not(:first-of-type) {
    display: none;
  }
  .papp .common-head-row .pic-box:not(.multi) .desc {
    text-align: center;
  }
}
@media only screen and (max-device-width : 767px) {
  .papp .common-head-row .pic-box {
    float: none;
  }
  .papp .common-head-row .pic-box .pics {
    float: none !important;
    width: 100% !important;
    height: 200px !important;
    border: 0px solid #eeeeee !important;
    overflow-x: scroll !important;
    padding: 10px !important;
  }
  .papp .common-head-row .pic-box .pics ul {
    margin: 0 !important;
    padding: 0 !important;
    float: left !important;
    margin-right: -999em !important;
    white-space: nowrap !important;
    list-style: none !important;
    height: 180px !important;
    width: auto !important;
  }
  .papp .common-head-row .pic-box .pics ul li {
    margin: 0 10px 0 0 !important;
    padding: 0 !important;
    float: left !important;
    display: inline !important;
    height: 100% !important;
    width: auto !important;
  }
  .papp .common-head-row .pic-box .pics ul li img {
    width: auto !important;
    height: 100% !important;
  }
}
.papp .post-box .submit-row > select,
.papp .post-box .submit-row > button,
.papp .post-box .submit-row > .checkbox {
  display: block;
  float: right;
  margin-left: 10px;
  width: auto;
}
.papp .post-box .submit-row select.form-control {
  width: auto;
}
.papp .post-box .submit-row .pic-upload-one {
  position: relative;
  width: 64px;
  height: 64px;
}
.papp .post-box .submit-row .pic-upload-one img {
  width: 100%;
}
.papp .post-box .submit-row .pic-upload-one a {
  font-weight: bold;
}
.papp .post-box .submit-row .pic-upload-one a:link,
.papp .post-box .submit-row .pic-upload-one a:visited,
.papp .post-box .submit-row .pic-upload-one a:hover,
.papp .post-box .submit-row .pic-upload-one a:active {
  color: white;
}
.papp .post-box .submit-row .pic-upload-one a.icon-reload {
  display: block;
  position: absolute;
  left: 2px;
  top: 2px;
}
.papp .post-box .submit-row .pic-upload-one a.icon-close {
  display: block;
  position: absolute;
  right: 2px;
  top: 2px;
}
@media only screen and (max-device-width : 767px) {
  .papp .post-box {
    margin: 0 10px;
  }
}
.papp .post-editor {
  border-radius: 5px;
  border: 2px solid #cccccc;
  margin-bottom: 10px;
}
.papp .post-editor > .tbar:before,
.papp .post-editor > .tbar:after {
  content: " ";
  display: table;
}
.papp .post-editor > .tbar:after {
  clear: both;
}
.papp .post-editor > .tbar > ul.left-side > li {
  height: 34px;
  display: block;
  float: left;
  border-right: 1px solid #cccccc;
  padding: 5px;
}
.papp .post-editor > .tbar > ul.left-side > li a {
  padding: 5px;
}
.papp .post-editor > .tbar > ul.right-side {
  display: block;
  float: right;
}
.papp .post-editor > .tbar > ul.right-side > li {
  height: 34px;
  display: block;
  float: left;
  border-left: 1px solid #cccccc;
  padding: 5px;
}
.papp .post-editor > .tbar > ul.right-side > li a {
  padding: 5px;
}
.papp .post-editor > .tbar > ul.right-side > li a i {
  color: #777777;
}
.papp .post-editor > .tbar.top {
  border-bottom: 1px solid #cccccc;
}
.papp .post-editor > .tbar.bottom {
  border-top: 1px solid #cccccc;
}
.papp .post-editor > .txt {
  width: 100%;
}
.papp .post-editor > .txt textarea {
  width: 100%;
  padding: 10px;
  border: 0;
}
.papp .panel-body .post-editor textarea {
  height: 300px;
}
@media only screen and (max-device-width : 767px) {
  .papp .panel-body .post-editor textarea {
    height: 200px;
  }
}
.papp .common-subject-head {
  padding: 10px;
}
.papp .common-subject-head a.fa:link,
.papp .common-subject-head a.fa:visited {
  color: #cccccc;
}
.papp .common-subject-head a.fa:hover,
.papp .common-subject-head a.fa:active {
  color: #ff6600;
}
.papp .common-subject-head a.fa.active:link,
.papp .common-subject-head a.fa.active:visited,
.papp .common-subject-head a.fa.active:hover,
.papp .common-subject-head a.fa.active:active {
  color: #ff6600;
}
.papp .common-subject-head a i.fa {
  color: #cccccc;
}
.papp .common-subject-head.line {
  border-bottom: 1px solid #eeeeee;
}
.papp .common-subject-head > h1 {
  font-weight: normal;
  font-size: 20px;
  line-height: 28px;
  color: #000;
}
.papp .common-subject-head > h1 span.price {
  color: red;
  font-family: Georgia, "Microsoft YaHei", Arial, "宋体", FontAwesome, simple-line-icons;
}
.papp .common-subject-head > .contact {
  font-size: 16px;
  line-height: 20px;
}
.papp .common-subject-head > .slogan {
  font-size: 16px;
  line-height: 20px;
  color: red;
}
.papp .common-subject-head > .info {
  font-size: 14px;
  line-height: 20px;
  color: #777777;
}
.papp .common-subject-head > .act-bar {
  color: #777777;
  margin: 0 0 10px 0;
  line-height: 48px;
}
.papp .common-subject-head > .act-bar .action {
  float: right;
}
.papp .common-subject-head > .act-bar a:link,
.papp .common-subject-head > .act-bar a:visited {
  color: #777777;
}
.papp .common-subject-head > .act-bar a:hover,
.papp .common-subject-head > .act-bar a:active {
  color: #ff6600;
}
.papp .qrshare {
  padding: 10px;
}
.papp .qrshare.top-border {
  border-top: 1px solid #e6e6e6;
}
.papp .qrshare:before,
.papp .qrshare:after {
  content: " ";
  display: table;
}
.papp .qrshare:after {
  clear: both;
}
.papp .qrshare .qrmsg {
  width: 150px;
  display: block;
  float: left;
}
.papp .qrshare .qrmsg span {
  display: block;
  width: 100%;
  line-height: 40px;
}
.papp .qrshare .qrmsg > ul {
  display: block;
  float: left;
}
.papp .qrshare .qrmsg > ul > li {
  display: block;
  float: left;
}
.papp .qrshare .qrmsg > ul > li .msg-icon {
  border-radius: 4px;
  display: block;
  float: left;
  margin-right: 20px;
}
.papp .qrshare .qrmsg > ul > li .msg-icon i {
  background: green;
  color: white;
  width: 22px;
  height: 22px;
  padding: 4px;
}
.papp .qrshare .qrmsg > ul > li .msg-icon.metro-red {
  border: 1px solid #ee1111;
}
.papp .qrshare .qrmsg > ul > li .msg-icon.metro-red i {
  background: #ee1111;
}
.papp .qrshare .qrmsg > ul > li .msg-icon.metro-blue-dark {
  border: 1px solid #2b5797;
}
.papp .qrshare .qrmsg > ul > li .msg-icon.metro-blue-dark i {
  background: #2b5797;
}
.papp .qrshare .qrmsg > ul > li .msg-icon.metro-green {
  border: 1px solid #00a300;
}
.papp .qrshare .qrmsg > ul > li .msg-icon.metro-green i {
  background: #00a300;
}
.papp .qrshare .qrmsg > ul > li .msg-icon.metro-teal {
  border: 1px solid #00aba9;
}
.papp .qrshare .qrmsg > ul > li .msg-icon.metro-teal i {
  background: #00aba9;
}
.papp .qrshare .qrmsg > ul > li .msg-icon.metro-orange-dark {
  border: 1px solid #da532c;
}
.papp .qrshare .qrmsg > ul > li .msg-icon.metro-orange-dark i {
  background: #da532c;
}
.papp .qrshare .qrcode {
  width: 80px;
  height: 80px;
  display: block;
  float: left;
}
.papp.news .right-column.affix {
  position: fixed;
  width: 320px;
  top: 40px;
}
.papp.news .right-column.affix-bottom {
  position: fixed;
  width: 320px;
}
.papp.news-list .lister .info {
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  color: #999999;
  border-bottom: 1px solid #eeeeee;
  padding: 0 0 8px 0;
}
.papp.news-list .lister .info a:link,
.papp.news-list .lister .info a:visited {
  color: #999999;
}
.papp.news-list .lister .info a:hover,
.papp.news-list .lister .info a:active {
  color: #ff6600;
}
.papp.news-list .lister .info a span {
  color: #ff6600;
}
.papp.news-index .slider {
  width: 100%;
  height: 230px;
  overflow: hidden;
}
.papp.news-index .slider .flexslider {
  margin-bottom: 0px;
}
.papp.news-index .slider .flex-control-nav {
  top: 180px;
}
.papp.news-index .slider p.flex-caption {
  position: absolute;
  top: 200px;
  color: white;
  font-weight: bold;
  background-color: rgba(0, 0, 0, 0.3);
  height: 30px;
  line-height: 26px;
  width: 340px;
  text-align: center;
}
@media only screen and (max-device-width : 767px) {
  .papp.news-index .slider {
    height: auto;
  }
  .papp.news-index .slider .flex-control-nav {
    top: 40px;
    bottom: auto;
  }
  .papp.news-index .slider p.flex-caption {
    top: 0;
    width: 100%;
    text-align: left;
    padding-left: 5px;
  }
}
.papp.news-index .top-title {
  width: 100%;
}
.papp.news-index .pic-txt img {
  max-width: 120px;
}
.papp.news-index .pic-txt h4 {
  font-size: 18px;
}
.papp.news-index .pic-txt p {
  font-size: 14px;
}
.papp.news-index .pic-list.col2 li {
  width: 50%;
  padding: 5px;
}
.papp.news-index .pic-list.col2 li h5 {
  font-size: 14px;
}
.papp.news-index .pic-list.col1 li {
  width: 100%;
  padding: 0;
}
.papp.news-index .pic-list.col1 li h5 {
  font-size: 14px;
}
.papp.news-index .section-head-underline {
  height: 28px;
  line-height: 28px;
}
.papp.news-index .section-head-underline h4 {
  font-size: 1.2em;
  height: 28px;
  border-bottom-width: 2px;
}
.papp.news-index .section-head-underline.small {
  height: 28px;
  line-height: 28px;
}
.papp.news-index .section-head-underline.small h4 {
  font-size: 1.1em;
  height: 28px;
  border-bottom-width: 2px;
}
.papp.news-index .section-head-underline.danger h4 {
  border-bottom-color: #a94442;
  color: #a94442;
}
.papp.news-index .section-head-underline.danger span a:link,
.papp.news-index .section-head-underline.danger span a:visited,
.papp.news-index .section-head-underline.danger span a:hover,
.papp.news-index .section-head-underline.danger span a:active {
  color: #a94442;
}
.papp.news-index .section-head-overline {
  height: 28px;
  line-height: 28px;
  border-top-width: 2px;
}
.papp.news-index .section-head-overline h4 {
  font-size: 1.2em;
  height: 28px;
}
.papp.news-index .section-head-overline.danger {
  border-top-color: #a94442;
}
.papp.news-index .section-head-overline.danger h4 {
  color: #a94442;
}
.papp.news-index .section-head-overline.danger span a:link,
.papp.news-index .section-head-overline.danger span a:visited,
.papp.news-index .section-head-overline.danger span a:hover,
.papp.news-index .section-head-overline.danger span a:active {
  color: #a94442;
}
.papp.news-show .article {
  border: 1px solid #ababab;
  border-top: 2px solid #4a516d;
  padding: 10px 20px 10px 20px;
}
.papp.news-show .article h1 {
  text-align: center;
  font-weight: normal;
  font-size: 20px;
  line-height: 32px;
  padding: 0;
  color: #000;
}
.papp.news-show .article .info {
  border-bottom: 1px solid #ababab;
  color: #777777;
  margin: 0 0 20px 0;
  text-align: center;
  line-height: 48px;
}
.papp.news-show .article .info span.pub-date {
  padding: 0 10px;
}
.papp.news-show .article .info span.media-name {
  padding: 0 10px;
  color: #555555;
}
.papp.news-show .article .info div.resize {
  float: right;
}
.papp.news-show .article .body.size-small p {
  font-size: 14px;
  line-height: 28px;
}
.papp.news-show .article .body.size-middle p {
  font-size: 16px;
  line-height: 32px;
}
.papp.news-show .article .body.size-large p {
  font-size: 18px;
  line-height: 36px;
}
.papp.news-show .article .body p span.image {
  text-align: center;
  width: 100%;
  display: block;
}
.papp.news-show .article .body p span.image img {
  max-width: 600px;
}
.papp.news-show .article .body p span.image-caption {
  text-align: center;
  width: 100%;
  display: block;
}
.papp.news-show .article .body p span.caption {
  font-weight: bold;
}
.papp.news-show .article .divider {
  border-bottom: 1px dashed #777777;
  margin: 10px 0;
}
.papp.news-show .article .sub-title {
  font-size: 1.2em;
  line-height: 2em;
  font-weight: bold;
}
.papp.news-show .article .pics-col2 > ul > li {
  width: 50%;
  float: left;
  margin-bottom: 5px;
}
.papp.news-show .article .pics-col2 > ul > li .item-one {
  width: 260px;
  height: 217px;
  margin: 0 auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ' ';
}
.papp.news-show .article .pics-col2 > ul > li .item-one .pic {
  width: 260px;
  height: 195px;
  overflow: hidden;
}
.papp.news-show .article .pics-col2 > ul > li .item-one .pic img {
  width: 100%;
  height: auto;
}
.papp.news-show .article .pics-col2 > ul > li .item-one h5 {
  color: black;
  font-weight: normal;
  font-size: 14px;
  height: 22px;
  line-height: 22px;
  text-align: center;
}
@media only screen and (max-device-width : 767px) {
  .papp.news-show .article .pics-col2 > ul > li .item-one {
    width: 140px;
    height: 127px;
  }
  .papp.news-show .article .pics-col2 > ul > li .item-one .pic {
    width: 140px;
    height: 105px;
  }
}
.papp.news-show .comment .pagination {
  float: right;
}
@media only screen and (max-device-width : 767px) {
  .papp .pic-txt3 .pic {
    width: 60px;
    height: 60px;
    overflow: hidden;
    margin-right: 10px;
    margin-bottom: 5px;
  }
  .papp .pic-txt3 .pic img {
    width: 120%;
    height: 120%;
  }
  .papp .pic-txt2 {
    position: relative;
    overflow: hidden;
    padding-right: 70px;
    min-height: 68px;
  }
  .papp .pic-txt2 h4 {
    vertical-align: middle;
    font-size: 14px;
  }
  .papp .pic-txt2 .pic {
    width: 48px;
    height: 48px;
    margin: 0;
    position: absolute;
    right: 0;
    top: 10px;
  }
  .papp .pic-txt2 .pic img {
    width: 120%;
    height: 120%;
  }
  .papp .pic-txt2 p {
    display: none;
  }
  .papp.news .wrapper {
    width: 96%;
  }
  .papp.news .main-content {
    width: 100%;
  }
  .papp.news .right-content {
    display: none;
  }
  .papp.news-show .article {
    padding: 0;
    border: none;
  }
  .papp.news-show .article h1 {
    font-size: 18px;
    line-height: 30px;
  }
  .papp.news-show .article .body p span.image img {
    max-width: 100%;
  }
  .papp.news-index .top-title a {
    font-size: 16px;
  }
  .papp.news-index .pic-txt img {
    max-width: 120px;
  }
  .papp.news-index .pic-txt h4 {
    font-size: 16px;
  }
  .papp.news-index .pic-txt p {
    font-size: 14px;
  }
}
.papp.login .wrapper {
  width: 100%;
  margin: 0 auto;
}
.papp.login .panel {
  margin: 10px;
}
.papp.login .panel .panel-heading h1 {
  text-align: center;
  font-size: 20px;
}
.papp.login .social-media a:link,
.papp.login .social-media a:visited {
  color: #4a516d;
}
.papp.login .social-media a:hover,
.papp.login .social-media a:active {
  color: #ff6600;
}
.papp ul.nav-pills {
  margin: 10px;
}
.papp ul.nav-pills li {
  line-height: 24px;
}
.papp ul.nav-pills li a {
  padding: 5px 10px;
}
.papp .biz-flow > ul {
  border-left: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}
.papp .biz-flow > ul:before,
.papp .biz-flow > ul:after {
  content: " ";
  display: table;
}
.papp .biz-flow > ul:after {
  clear: both;
}
.papp .biz-flow > ul > li {
  border-top: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  display: block;
  float: left;
  width: 33.3%;
  padding: 5px;
}
@media only screen and (max-device-width : 767px) {
  .papp .biz-flow > ul > li {
    width: 100%;
  }
}
.papp .biz-list-ads > ul {
  border-left: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}
.papp .biz-list-ads > ul:before,
.papp .biz-list-ads > ul:after {
  content: " ";
  display: table;
}
.papp .biz-list-ads > ul:after {
  clear: both;
}
.papp .biz-list-ads > ul > li {
  border-top: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  display: block;
  float: left;
  width: 100%;
  padding: 5px;
}
.papp .mobile.tab-action {
  border-bottom: 2px solid #3c8f7c;
}
.papp .mobile.tab-action > ul > li {
  width: 20%;
}
.papp .mobile-line-box .select-box.pull-left {
  margin-right: 20px;
}
.papp.video .main-nav {
  background-color: #0086c7;
  border-top: 1px solid #006393;
}
.papp.video .section-head-underline {
  padding: 0 10px;
}
.papp.video .section-head-underline h4 {
  border-bottom-color: #0086c7;
  color: #0086c7;
}
.papp.video .section-head-underline span a:link,
.papp.video .section-head-underline span a:visited,
.papp.video .section-head-underline span a:hover,
.papp.video .section-head-underline span a:active {
  color: #0086c7;
}
.papp.video .tab-nav-search-2 .main ul li.active {
  border-top: 2px solid #0086c7;
}
.papp.video .tab-nav-search-2 .main ul li.active a:link,
.papp.video .tab-nav-search-2 .main ul li.active a:visited {
  color: #0086c7;
}
.papp.video .tab-nav-search-2 .main ul li.active a:hover,
.papp.video .tab-nav-search-2 .main ul li.active a:active {
  color: #ff6600;
}
.papp.video .tab-nav-search-2 .main .search-box .btn {
  background: #0086c7;
}
.papp.video .tab-nav-search-2 .sub ul li.active a {
  background: #14b2ff;
}
.papp.video-index .video-flow {
  margin-top: 10px;
}
.papp.video-index .video-flow > ul:before,
.papp.video-index .video-flow > ul:after {
  content: " ";
  display: table;
}
.papp.video-index .video-flow > ul:after {
  clear: both;
}
.papp.video-index .video-flow > ul > li {
  display: block;
  float: left;
  min-width: 20%;
  position: relative;
  overflow: hidden;
  height: 250px;
}
.papp.video-index .video-flow > ul > li .video-one {
  margin: 0 auto;
  width: 140px;
  padding: 0;
  position: relative;
}
.papp.video-index .video-flow > ul > li .video-one img {
  display: block;
  width: 140px;
  height: 196px;
  border: 1px solid #eeeeee;
}
.papp.video-index .video-flow > ul > li .video-one .title {
  display: block;
  width: 140px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ' ';
}
.papp.video-index .video-flow > ul > li .video-one .title span {
  display: block;
  height: 24px;
  line-height: 24px;
  text-align: center;
}
.papp.video-index .video-flow > ul > li .video-one .btn-group {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 100%;
}
.papp.video-index .video-flow > ul > li .video-one .play {
  position: absolute;
  top: 77px;
  left: 49px;
}
.papp.video-index .video-flow > ul > li .video-one .play a:link,
.papp.video-index .video-flow > ul > li .video-one .play a:visited {
  color: white;
}
.papp.video-index .video-flow > ul > li .video-one .play a:hover,
.papp.video-index .video-flow > ul > li .video-one .play a:active {
  color: #ff6600;
}
.papp.video-index .video-flow > ul > li .video-one .action {
  display: block;
  text-align: center;
  margin: 0 auto;
  padding: 0;
}
.papp.video-index .video-flow > ul > li .video-one .action a:link,
.papp.video-index .video-flow > ul > li .video-one .action a:visited {
  color: #777777;
}
.papp.video-index .video-flow > ul > li .video-one .action a:hover,
.papp.video-index .video-flow > ul > li .video-one .action a:active {
  color: #ff6600;
}
.papp.video-index .video-flow > ul > li .video-one .action a.active:link,
.papp.video-index .video-flow > ul > li .video-one .action a.active:visited {
  color: #ff6600;
}
.papp.video-index .video-flow > ul > li .video-one .action a.active:hover,
.papp.video-index .video-flow > ul > li .video-one .action a.active:active {
  color: #ff6600;
}
.papp.video-index .popover {
  width: 300px;
}
.papp.video-index .popover .popover-title {
  padding: 2px 5px;
  height: 24px;
  line-height: 18px;
}
.papp.video-index .popover .popover-title span.close {
  height: 24px;
  line-height: 18px;
}
.papp.video-index .popover .popover-content {
  padding: 5px;
}
.papp.video-index .popover .popover-content p {
  line-height: 20px;
  font-size: 14px;
  margin: 0;
}
@media only screen and (max-device-width : 767px) {
  .papp.video-index .video-flow ul li {
    min-width: 50%;
  }
}
.papp.video-show .wrapper {
  width: 98%;
  margin: 0 auto;
  position: relative;
}
.papp.video-show .player-block {
  border: 1px solid #cccccc;
  overflow: hidden;
}
.papp.video-show .player-block .left {
  width: 66%;
}
.papp.video-show .player-block .right {
  width: 33%;
}
.papp.video-show .player-block .video-player {
  display: inline-block;
  position: relative;
  width: 100%;
}
.papp.video-show .player-block .video-player > .ratio-keeper {
  margin-top: 56.25%;
}
.papp.video-show .player-block .video-player iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #eeeeee;
  overflow: hidden;
}
.papp.video-show .player-block .video-lister {
  display: inline-block;
  position: relative;
  width: 100%;
}
.papp.video-show .player-block .video-lister > .ratio-keeper {
  margin-top: 105%;
}
.papp.video-show .player-block .video-lister .lister-main {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.papp.video-show .player-block .video-lister .lister-main > ul > li.active {
  background: #777777;
}
.papp.video-show .player-block .video-lister .lister-main > ul > li.active a:link,
.papp.video-show .player-block .video-lister .lister-main > ul > li.active a:visited {
  color: white;
}
.papp.video-show .player-block .video-lister .lister-main > ul > li.active a:hover,
.papp.video-show .player-block .video-lister .lister-main > ul > li.active a:active {
  color: #ff6600;
}
.papp.video-show .player-block .crumb-search-bar {
  margin: 0;
}
.papp.video-show .player-block .crumb-search-bar a {
  font-size: 14px;
  line-height: 24px;
}
.papp.video-show .player-block .search-box {
  width: 200px;
  padding: 0 10px 10px;
  margin: 0;
}
.papp.video-show .player-block .lister-main {
  padding: 10px;
  overflow: scroll;
  border: 1px solid #eeeeee;
}
.papp.video-show .player-block .lister-main ul li {
  background: url(mc_images/icon_01.gif) no-repeat -5px 6px;
  padding-left: 10px;
  border-bottom: 1px solid #eeeeee;
  line-height: 24px;
  font-size: 14px;
}
@media only screen and (max-device-width : 767px) {
  .papp.video-show .player-block .left {
    width: 100%;
  }
  .papp.video-show .player-block .right {
    width: 100%;
  }
  .papp.video-show .player-block .video-lister > .ratio-keeper {
    display: none;
  }
  .papp.video-show .player-block .video-lister .lister-main {
    position: relative;
  }
}
.papp.deal .ad1 {
  width: 100%;
  height: 110px;
  border: 1px solid #cccccc;
  padding: 10px 0;
}
.papp.deal .deal-list > ul > li {
  padding: 10px 0;
  border-bottom: 1px solid #cccccc;
}
.papp.deal .hot {
  width: 14px;
  height: 14px;
  border-radius: 2px;
  background: #53639f;
  line-height: 12px;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
}
.papp.deal .hot i {
  color: white;
  font-size: 12px;
  line-height: 12px;
  text-align: center;
}
.papp.deal .top-deal-list {
  border: 1px solid #cccccc;
  border-top: 0;
  margin-bottom: 10px;
}
.papp.deal .top-deal-list .item > ul {
  overflow: hidden;
}
.papp.deal .top-deal-list .item > ul > li {
  display: block;
  float: left;
  width: 20%;
  padding: 10px 0;
  text-align: center;
}
.papp.deal .top-deal-list .item > ul > li + li {
  border-left: 1px solid #cccccc;
}
.papp.deal .top-deal-list .left-arrow {
  font-size: 30px;
  position: absolute;
  left: 10px;
  top: 45%;
}
.papp.deal .top-deal-list .right-arrow {
  font-size: 30px;
  position: absolute;
  right: 10px;
  top: 45%;
}
.papp.deal .deal-show-box {
  border: 1px solid #cccccc;
  padding: 10px;
  border-radius: 1px;
}
.papp.deal .deal-item-side {
  width: 200px;
  margin: 10px 0 auto;
  text-align: center;
  border: 1px solid #cccccc;
  padding: 10px;
  background: white;
}
.papp.deal .deal-item-side .pic {
  display: inline-block;
  width: 120px;
  height: 120px;
  margin: 0 auto;
}
.papp.deal .deal-item-side .pic img {
  height: 100%;
  margin: 0 auto;
}
.papp.deal .deal-item-side .deal-title {
  margin-top: 5px;
  text-align: left;
}
.papp.deal .deal-item-side span.price {
  color: #fd9927;
  font-weight: bold;
}
.papp.deal .deal-item-side2 {
  width: 200px;
  margin: 10px 0 auto;
  text-align: center;
  border: 1px solid #cccccc;
  padding: 10px;
  padding-left: 90px;
  background: white;
  position: relative;
}
.papp.deal .deal-item-side2 .pic {
  display: inline-block;
  width: 80px;
  height: 80px;
  position: absolute;
  left: 0;
  top: 5px;
}
.papp.deal .deal-item-side2 .pic img {
  height: 100%;
  margin: 0 auto;
}
.papp.deal .deal-item-side2 .deal-title {
  text-align: left;
  font-size: 12px;
  min-height: 80px;
}
.papp.deal .deal-item-side2 span.price {
  color: #fd9927;
  font-weight: bold;
}
.papp.deal .deal-item-side {
  width: 200px;
  margin: 10px 0 auto;
  text-align: center;
  border: 1px solid #cccccc;
  padding: 10px;
  background: white;
}
.papp.deal .deal-item-side .pic {
  display: inline-block;
  width: 120px;
  height: 120px;
  margin: 0 auto;
}
.papp.deal .deal-item-side .pic img {
  height: 100%;
  margin: 0 auto;
}
.papp.deal .deal-item-side .deal-title {
  margin-top: 5px;
  text-align: left;
}
.papp.deal .deal-item-side span.price {
  color: #fd9927;
  font-weight: bold;
}
.papp.deal .top-deal-list-item {
  width: 160px;
  margin: 0 auto;
  position: relative;
}
.papp.deal .top-deal-list-item span.price {
  color: #fd9927;
  font-weight: bold;
}
.papp.deal .top-deal-list-item .pic {
  width: 100%;
  height: 120px;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.papp.deal .top-deal-list-item .pic img {
  height: 120px;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.papp.deal .top-deal-list-item .deal-title {
  margin-top: 5px;
  height: 64px;
  overflow: hidden;
}
.papp.deal .deal-list-item {
  position: relative;
}
.papp.deal .deal-list-item span.price {
  color: #fd9927;
  font-weight: bold;
}
.papp.deal .deal-list-item span.time {
  color: #555555;
}
.papp.deal .deal-list-item span.new {
  color: red;
}
.papp.deal .deal-list-item .left-side {
  display: block;
  width: 120px;
  overflow: hidden;
  float: left;
  margin-right: 30px;
}
.papp.deal .deal-list-item .left-side .pic {
  text-align: center;
}
.papp.deal .deal-list-item .left-side .pic img {
  max-width: 120px;
  max-height: 120px;
}
.papp.deal .deal-list-item .left-side span.price {
  text-align: center;
  display: inline-block;
  width: 120px;
  font-size: 16px;
}
.papp.deal .deal-list-item .left-side .purchase {
  text-align: center;
}
.papp.deal .deal-list-item .left-side .purchase a.btn {
  background: #fafafa;
  font-weight: bold;
}
.papp.deal .deal-list-item .left-side .purchase a.btn:link,
.papp.deal .deal-list-item .left-side .purchase a.btn:visited,
.papp.deal .deal-list-item .left-side .purchase a.btn:hover,
.papp.deal .deal-list-item .left-side .purchase a.btn:active {
  color: #b91d47;
}
.papp.deal .deal-list-item .main {
  overflow: hidden;
  min-height: 142px;
}
.papp.deal .deal-list-item .main .deal-title {
  font-weight: bold;
  font-size: 16px;
}
.papp.deal .deal-list-item .main .deal-body {
  margin: 10px 0;
  font-size: 14px;
}
.papp.deal .deal-list-item .main .deal-body a:link,
.papp.deal .deal-list-item .main .deal-body a:visited,
.papp.deal .deal-list-item .main .deal-body a:hover,
.papp.deal .deal-list-item .main .deal-body a:active {
  color: #35377a;
}
.papp.deal .deal-list-item .main .deal-body a:link,
.papp.deal .deal-list-item .main .deal-body a:visited,
.papp.deal .deal-list-item .main .deal-body a:hover,
.papp.deal .deal-list-item .main .deal-body a:active {
  text-decoration: underline;
}
.papp.deal .deal-list-item .main .deal-body strong {
  font-weight: bold;
}
.papp.deal .deal-list-item .main .deal-body ul li {
  padding-left: 20px;
  background: url(mc_images/icon_01.gif) no-repeat 5px 5px;
}
.papp.deal .deal-list-item .main .info {
  font-size: 12px;
}
.papp.deal .deal-list-item .main .info .time {
  float: left;
  margin-right: 10px;
  color: #555555;
}
.papp.deal .deal-list-item .main .info .cat {
  float: left;
  color: #555555;
}
.papp.deal .deal-list-item .main .info .cat a:link,
.papp.deal .deal-list-item .main .info .cat a:visited,
.papp.deal .deal-list-item .main .info .cat a:hover,
.papp.deal .deal-list-item .main .info .cat a:active {
  color: #35377a;
}
.papp.deal .deal-list-item .main .info .cat a:link,
.papp.deal .deal-list-item .main .info .cat a:visited,
.papp.deal .deal-list-item .main .info .cat a:hover,
.papp.deal .deal-list-item .main .info .cat a:active {
  text-decoration: underline;
}
.papp.deal .deal-list-item .main .info .action {
  float: right;
}
.papp.deal .deal-list-item .main .info .action i {
  color: #777777;
}
.papp.deal .deal-list-item .main .info .action a:link,
.papp.deal .deal-list-item .main .info .action a:visited,
.papp.deal .deal-list-item .main .info .action a:hover,
.papp.deal .deal-list-item .main .info .action a:active {
  color: #555555;
}
@media only screen and (max-device-width : 767px) {
  .papp.deal .deal-list-item .main .deal-title span.price {
    color: black;
  }
  .papp.deal .deal-list-item .main .deal-body {
    display: none;
  }
  .papp.deal .deal-list-item .main .info .time {
    display: block;
    float: none;
  }
  .papp.deal .deal-list-item .main .info .cat {
    display: block;
    float: none;
    font-size: 16px;
  }
  .papp.deal .deal-list-item .main .info .action {
    display: block;
    float: none;
    font-size: 16px;
  }
}
.papp {
  /*----点评主题列表项,这个是跟点评共享的,单个点评里也有分类信息列表----*/
  /*
  .fl-post-list {
    >ul {
      .clearfix();
      >li {
        .clearfix();
        border-bottom: 1px solid @gray-lighter;
        padding: 10px;
        
      }
    }
  }
*/
  /*----标题列表----*/
  /*  
  .fl-post-list-one {
    position: relative;
    
    >.main {
      display: table;
      >.inner {
        display: table-cell;
        vertical-align: middle;
      }
      
      
      h4.title {
        line-height: 18px;
        font-size: 14px;
        font-weight: normal;
        //margin-bottom: 5px;
        a {
          .a-color(darken(@color-blue2, 10%), @color-link-hover);
        }
        span.price {
          color: red;
          .font-georgia();
        
        }  
      }
      
      .info {
        line-height: 18px;
        font-size: 12px;
        //margin-bottom: 5px;
        color: @gray-light;
				a {
          .a-color(@gray-light, @color-link-hover);
				}
        a.fa.active {
          .a-color(@color-link-hover);
        }
      } 

    }
    
    &.haspic {
      padding-right: 80px;
      min-height: 60px;
      >.main { 
        height: 60px;
      }
      >.pic {
        position: absolute;
        right: 0;
        top: 0;
        width: 60px;
        height: 60px;
        overflow: hidden;
        img {
          width: 150%;
        }
      }
      @media @mobile  { 
        padding-right: 58px;
        >main {
          height: 48px;
        }
        >.pic {
          width: 48px;
          height: 48px;
        }
      }
    } 

  }
*/
}
.papp .fl-post {
  border: 1px solid #ababab;
  border-top: 2px solid #3d8077;
  /*    
		.head-row {
			.clearfix();
      padding: 10px;
		}

		.pics {
//			.make-pics-thumbbox(@width: 320px; @height: 276px; @main-pic-height: 200px; @num-small-pics: 4; @padding: 5px; @border:1px);
			.make-pics-thumbbox(@width: 238px; @height: 229px; @main-pic-height: 148px; @num-small-pics: 3; @padding: 5px; @border:1px);
			float: right;
		}

*/
}
.papp .fl-post.notop {
  border-top: 0;
}
.papp .fl-post > .fl-head {
  padding: 0 10px 5px 10px;
  border-bottom: 1px solid #eeeeee;
}
.papp .fl-post > .fl-head > h1 {
  font-weight: normal;
  font-size: 20px;
  line-height: 36px;
  color: #000;
}
.papp .fl-post > .fl-head > h1 span.price {
  color: red;
  font-family: Georgia, "Microsoft YaHei", Arial, "宋体", FontAwesome, simple-line-icons;
}
.papp .fl-post > .fl-head > .act-bar {
  color: #777777;
  line-height: 48px;
}
.papp .fl-post > .fl-head > .act-bar .action {
  float: right;
}
.papp .fl-post > .fl-head > .act-bar a:link,
.papp .fl-post > .fl-head > .act-bar a:visited {
  color: #777777;
}
.papp .fl-post > .fl-head > .act-bar a:hover,
.papp .fl-post > .fl-head > .act-bar a:active {
  color: #ff6600;
}
.papp .fl-post > .fl-head > .act-bar a.active:link,
.papp .fl-post > .fl-head > .act-bar a.active:visited,
.papp .fl-post > .fl-head > .act-bar a.active:hover,
.papp .fl-post > .fl-head > .act-bar a.active:active {
  color: #ff6600;
}
.papp .fl-post > .fl-head > .info {
  font-size: 14px;
}
.papp .fl-post .body {
  padding: 10px;
}
.papp .fl-post .body img {
  max-width: 640px;
}
.papp .fl-post .body p {
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-device-width : 767px) {
  .papp .fl-post {
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid #eeeeee;
    padding: 0;
  }
  .papp .fl-post .act-bar a {
    font-size: 18px;
    margin: 0 5px;
  }
  .papp .fl-post .main-pic {
    display: none;
  }
  .papp .fl-post .pics {
    float: none;
    width: 100%;
    height: 200px !important;
    border: 0px solid #eeeeee !important;
    overflow-x: scroll !important;
    padding: 10px !important;
    margin-bottom: 10px;
  }
  .papp .fl-post .pics ul {
    margin: 0 !important;
    padding: 0 !important;
    float: left !important;
    margin-right: -999em !important;
    white-space: nowrap !important;
    list-style: none !important;
    height: 180px !important;
    width: auto !important;
  }
  .papp .fl-post .pics ul li {
    margin: 0 10px 0 0 !important;
    padding: 0 !important;
    float: left !important;
    display: inline !important;
    height: 100% !important;
    width: auto !important;
  }
  .papp .fl-post .pics ul li img {
    width: auto !important;
    height: 100% !important;
  }
  .papp .fl-post .body img {
    max-width: 100%;
  }
}
.papp.fl .main-nav {
  background-color: #3d8077;
  border-top: 1px solid #2d5d57;
}
.papp.fl .tab-nav-search-2 .main > ul > li.active {
  border-top-color: #3d8077;
}
.papp.fl .tab-nav-search-2 .sub > ul > li.active a {
  background-color: #59b0a4;
}
.papp.fl .tab-nav-search-2 .search-box .input-group .btn {
  background: #3d8077;
}
.papp.fl .cat-select-wrapper > .cat-select > ul > li.active a {
  background: #59b0a4;
}
.papp.fl .sub-nav-with-search > ul > li.active a {
  background: #59b0a4;
}
.papp.fl .mobile.tab-action {
  border-bottom: 2px solid #3c8f7c;
}
.papp.fl .mobile.tab-action > ul > li {
  width: 20%;
}
.papp.fl .mobile-line-box .select-box.pull-left {
  margin-right: 20px;
}
@media only screen and (max-device-width : 767px) {
  .papp.fl-list .cat-select-wrapper > .cat-select {
    padding-left: 62px;
  }
  .papp.fl-list .fl-item {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.papp {
  /*----点评主题列表项----*/
}
.papp .dp-subject-list > ul:before,
.papp .dp-subject-list > ul:after {
  content: " ";
  display: table;
}
.papp .dp-subject-list > ul:after {
  clear: both;
}
.papp .dp-subject-list > ul > li {
  border-bottom: 1px solid #eeeeee;
  padding: 10px 0;
}
@media only screen and (max-device-width : 767px) {
  .papp .dp-subject-list > ul > li {
    padding: 10px 10px;
  }
}
.papp .dp-subject-list-one > .pic {
  float: right;
  margin-left: 20px;
  width: 100px;
  height: 100px;
  overflow: hidden;
}
.papp .dp-subject-list-one > .pic img {
  width: 100%;
}
.papp .dp-subject-list-one > .body {
  overflow: hidden;
  position: relative;
}
.papp .dp-subject-list-one > .body > h4.title {
  line-height: 22px;
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 8px;
}
.papp .dp-subject-list-one > .body > h4.title a:link,
.papp .dp-subject-list-one > .body > h4.title a:visited {
  color: #4040bf;
}
.papp .dp-subject-list-one > .body > h4.title a:hover,
.papp .dp-subject-list-one > .body > h4.title a:active {
  color: #ff6600;
}
.papp .dp-subject-list-one > .body > h4.title a:link,
.papp .dp-subject-list-one > .body > h4.title a:visited,
.papp .dp-subject-list-one > .body > h4.title a:hover,
.papp .dp-subject-list-one > .body > h4.title a:active {
  text-decoration: underline;
}
.papp .dp-subject-list-one > .body > h4.title a.nounder:link,
.papp .dp-subject-list-one > .body > h4.title a.nounder:visited,
.papp .dp-subject-list-one > .body > h4.title a.nounder:hover,
.papp .dp-subject-list-one > .body > h4.title a.nounder:active {
  text-decoration: none;
}
.papp .dp-subject-list-one > .body > .slogan {
  font-size: 16px;
  line-height: 20px;
  color: red;
}
.papp .dp-subject-list-one > .body > .info-list > ul {
  margin-right: 0;
}
.papp .dp-subject-list-one > .body > .act-bar {
  color: #ababab;
  overflow: hidden;
  line-height: 22px;
  font-size: 14px;
}
.papp .dp-subject-list-one > .body > .act-bar a {
  line-height: 20px;
  font-size: 14px;
}
.papp .dp-subject-list-one > .body > .act-bar a:link,
.papp .dp-subject-list-one > .body > .act-bar a:visited {
  color: #ababab;
}
.papp .dp-subject-list-one > .body > .act-bar a:hover,
.papp .dp-subject-list-one > .body > .act-bar a:active {
  color: #ff6600;
}
.papp .dp-subject-list-one > .body > .act-bar .action {
  display: inline-block;
}
.papp .dp-subject-show {
  border: 1px solid #ababab;
  border-top: 2px solid #ff6600;
}
.papp .dp-subject-show.nobottom {
  border-bottom: 0;
}
.papp .dp-subject-show > .body {
  margin: 10px 0;
  padding: 0 10px;
  padding-top: 10px;
}
.papp .dp-subject-show > .body p {
  font-size: 16px;
  line-height: 28px;
}
.papp .dp-subject-show > .body img {
  max-width: 600px;
  display: block;
  margin: 0 auto;
}
.papp .dp-subject-show > .article {
  border: 0;
}
.papp .dp-subject-show > .sub-header {
  padding: 10px;
  background: #eeeeee;
  border-bottom: 1px solid #cccccc;
}
.papp .dp-subject-show > .sub-header:before,
.papp .dp-subject-show > .sub-header:after {
  content: " ";
  display: table;
}
.papp .dp-subject-show > .sub-header:after {
  clear: both;
}
.papp .dp-subject-show > .sub-header h4 {
  font-weight: normal;
  font-size: 16px;
  color: #ff6600;
  float: left;
  display: block;
}
.papp .dp-subject-show > .sub-header span {
  display: block;
  float: right;
}
.papp .dp-subject-show > .sub-header span a {
  font-size: 12px;
}
.papp .subject-tabs {
  padding: 0 10px;
  margin-top: 10px;
  background: #eeeeee;
  width: 100%;
  list-style: none;
  border-bottom: 1px solid #cccccc;
  height: 40px;
}
.papp .subject-tabs ul {
  overflow: hidden;
  margin: 0;
}
.papp .subject-tabs ul:before,
.papp .subject-tabs ul:after {
  content: " ";
  display: table;
}
.papp .subject-tabs ul:after {
  clear: both;
}
.papp .subject-tabs ul li {
  display: block;
  float: left;
  height: 40px;
  line-height: 40px;
  border-right: 1px solid #cccccc;
}
.papp .subject-tabs ul li.active {
  background: white;
  border-top: 2px solid #ff6600;
  border-bottom: 1px solid white;
  line-height: 38px;
}
.papp .subject-tabs ul li.active:first-of-type {
  border-left: 1px solid #cccccc;
}
.papp .subject-tabs ul li.active a:link,
.papp .subject-tabs ul li.active a:visited {
  color: #ff6600;
}
.papp .subject-tabs ul li.active a:hover,
.papp .subject-tabs ul li.active a:active {
  color: #ff6600;
}
.papp .subject-tabs ul li a {
  padding: 10px;
}
@media only screen and (max-device-width : 767px) {
  .papp .dp-subject-show {
    border: 0;
    padding: 0;
    /*      
      >.head-row {
        .pics {
          float: none;
          width: 100%;
          height: 200px !important;
          .make-pics-scroll() !important;
        }
      }
*/
  }
  .papp .dp-subject-show > .common-subject-head {
    border-top: 2px solid #ff6600;
    background: #fef0ee;
  }
  .papp .dp-subject-show > .common-subject-head > .act-bar {
    margin-bottom: 0;
  }
  .papp .dp-subject-show > .common-subject-head > .act-bar a {
    font-size: 18px;
    margin: 0 5px;
  }
  .papp .dp-subject-show > .subject-tabs {
    margin-top: 0;
    background: #eeeeee;
    width: 100%;
    list-style: none;
    border-bottom: 1px solid #ff6600;
    height: 40px;
    background: #fcd6d2;
  }
  .papp .dp-subject-show > .subject-tabs ul {
    overflow: hidden;
    margin: 0;
  }
  .papp .dp-subject-show > .subject-tabs ul:before,
  .papp .dp-subject-show > .subject-tabs ul:after {
    content: " ";
    display: table;
  }
  .papp .dp-subject-show > .subject-tabs ul:after {
    clear: both;
  }
  .papp .dp-subject-show > .subject-tabs ul li {
    display: block;
    float: left;
    height: 40px;
    line-height: 40px;
    border-right: 1px solid #ff6600;
  }
  .papp .dp-subject-show > .subject-tabs ul li.active {
    background: white;
    border-top: 2px solid #ff6600;
    border-bottom: 1px solid white;
    line-height: 38px;
  }
  .papp .dp-subject-show > .subject-tabs ul li.active:first-of-type {
    border-left: 1px solid #ff6600;
  }
  .papp .dp-subject-show > .subject-tabs ul li.active a:link,
  .papp .dp-subject-show > .subject-tabs ul li.active a:visited {
    color: #ff6600;
  }
  .papp .dp-subject-show > .subject-tabs ul li.active a:hover,
  .papp .dp-subject-show > .subject-tabs ul li.active a:active {
    color: #ff6600;
  }
  .papp .dp-subject-show > .subject-tabs ul li a {
    padding: 10px;
  }
  .papp .dp-subject-show .main-pic {
    display: none;
  }
  .papp .dp-subject-show > .body img {
    max-width: 600px;
  }
  .papp .dp-subject-show > .article {
    padding: 10px;
  }
}
.papp.dp .main-nav {
  background-color: #ff6600;
  border-top: 1px solid #cc5200;
}
.papp.dp .section-head-underline {
  padding: 0 10px;
}
.papp.dp .section-head-underline h4 {
  border-bottom-color: #ff6600;
  color: #ff6600;
}
.papp.dp .section-head-underline span a:link,
.papp.dp .section-head-underline span a:visited,
.papp.dp .section-head-underline span a:hover,
.papp.dp .section-head-underline span a:active {
  color: #ff6600;
}
.papp.dp .cat-select-light > .one-cat > span i.fa-caret-right {
  color: #ff8533;
}
.papp.dp .cat-select-light > .one-cat > ul > li.active a {
  background: #ff8533;
}
.papp.dp .tab-nav-search .main ul li.active {
  border-top: 2px solid #ff6600;
}
.papp.dp .tab-nav-search .main ul li.active a:link,
.papp.dp .tab-nav-search .main ul li.active a:visited {
  color: #ff6600;
}
.papp.dp .tab-nav-search .main ul li.active a:hover,
.papp.dp .tab-nav-search .main ul li.active a:active {
  color: #ff6600;
}
.papp.dp .tab-nav-search .main .search-box .input-group .btn {
  background: #ff6600;
}
.papp.dp .tab-nav-search .sub ul li.active a {
  background: #ff6600;
}
@media only screen and (max-device-width : 767px) {
  .papp.dp .dp-subject .act-bar a {
    margin: 0 5px !important;
    font-size: 16px;
  }
}
.papp.forum .g-search-box {
  background: #e6e6e6;
  padding: 10px;
  width: 100%;
}
.papp.forum .g-search-box .search-bar {
  width: 500px;
}
@media only screen and (max-device-width : 767px) {
  .papp.forum .g-search-box .search-bar {
    width: 100%;
  }
}
.papp.forum .g-search-result > ul > li {
  margin: 15px 10px;
  width: 600px;
}
@media only screen and (max-device-width : 767px) {
  .papp.forum .g-search-result > ul > li {
    width: auto;
  }
}
.papp.forum .g-search-result-one .title {
  font-size: 16px;
}
.papp.forum .g-search-result-one .title a:link,
.papp.forum .g-search-result-one .title a:visited,
.papp.forum .g-search-result-one .title a:hover,
.papp.forum .g-search-result-one .title a:active {
  color: #0000cc;
}
.papp.forum .g-search-result-one .info {
  font-size: 14px;
  color: #777777;
}
.papp.forum .g-search-result-one .info .src {
  color: green;
}
.papp.forum .g-search-result-one .summary {
  font-size: 14px;
  color: #555555;
}
.papp.forum .main-nav {
  background-color: #d4d4a6;
  border-top: 1px solid #b3b361;
  border-left: 1px solid #b3b361;
  border-right: 1px solid #b3b361;
}
.papp.forum .main-nav li a:link,
.papp.forum .main-nav li a:visited,
.papp.forum .main-nav li a:hover,
.papp.forum .main-nav li a:active {
  color: black;
}
.papp.forum .sub-nav > ul > li > a:link,
.papp.forum .sub-nav > ul > li > .btn-group > a:link,
.papp.forum .sub-nav > ul > li > a:visited,
.papp.forum .sub-nav > ul > li > .btn-group > a:visited,
.papp.forum .sub-nav > ul > li > a:hover,
.papp.forum .sub-nav > ul > li > .btn-group > a:hover,
.papp.forum .sub-nav > ul > li > a:active,
.papp.forum .sub-nav > ul > li > .btn-group > a:active {
  color: #3c3c3c;
}
.papp.forum .sub-nav .search-box {
  width: 120px;
}
.papp.forum .sub-nav .search-box .search-btn {
  background: #777777;
}
.papp.forum .crumb-search-bar {
  border: 1px solid #cfcfbb;
  background: #efefef;
}
.papp.forum .logo-bar .ad {
  float: left;
}
.papp.forum .ad-frame-market {
  width: 100%;
  height: 1580px;
  overflow: hidden;
}
.papp.forum .ad-frame-market iframe {
  width: 100%;
  height: 1580px;
}
.papp.forum .ad-frame3 {
  width: 100%;
  overflow: hidden;
}
.papp.forum .ad-frame3 iframe {
  width: 100%;
}
.papp.forum .ad-frame2 {
  width: 100%;
  height: 60px;
  overflow: hidden;
}
.papp.forum .ad-frame2 iframe {
  width: 100%;
  height: 60px;
}
.papp.forum .fedex-bar h4 {
  height: 28px;
  line-height: 28px;
  border: 1px solid #cfcfbb;
  background: #dedebb;
  font-size: 14px;
  padding: 0 10px;
  margin-top: 10px;
}
.papp.forum .fedex-bar h4 span {
  float: right;
}
.papp.forum .fedex-bar > ul > li {
  font-size: 12px;
  line-height: 20px;
  border-bottom: 1px dashed #cccccc;
  padding: 5px;
}
.papp.forum .fedex-bar > ul > li a {
  font-family: Tahoma, Helvetica, "SimSun", sans-serif, FontAwesome, simple-line-icons;
}
.papp.forum .forum-head {
  border: 1px solid #cfcfbb;
  padding: 10px;
}
.papp.forum .forum-head * {
  font-family: Tahoma, Helvetica, "SimSun", sans-serif, FontAwesome, simple-line-icons;
}
.papp.forum .forum-head .head-line {
  line-height: 22px;
}
.papp.forum .forum-head .head-line:before,
.papp.forum .forum-head .head-line:after {
  content: " ";
  display: table;
}
.papp.forum .forum-head .head-line:after {
  clear: both;
}
.papp.forum .forum-head .head-line h1.title {
  display: inline-block;
}
.papp.forum .forum-head .head-line h1.title .info {
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
}
.papp.forum .forum-head .head-line h1.title .info span {
  color: #ff6600;
}
.papp.forum .forum-head .head-line .action {
  float: right;
}
.papp.forum .forum-head .head-line .action a {
  margin-left: 8px;
}
.papp.forum .forum-head .head-line .action a i {
  color: #ff6600;
}
.papp.forum .forum-head .info-line {
  line-height: 22px;
  font-size: 12px;
}
.papp.forum .forum-pic-box {
  border: 1px solid #cfcfbb;
  padding: 6px 6px 0;
  background: color-forum-gray-light;
  height: 156px;
  overflow: hidden;
}
.papp.forum .forum-pic-box:before,
.papp.forum .forum-pic-box:after {
  content: " ";
  display: table;
}
.papp.forum .forum-pic-box:after {
  clear: both;
}
.papp.forum .forum-pic-box > ul {
  word-wrap: break-word;
}
.papp.forum .forum-pic-box > ul > li {
  display: block;
  float: left;
  width: 120px;
  margin-right: 10px;
}
.papp.forum .forum-pic-box > ul > li .pic {
  border: 1px solid #cccccc;
  width: 120px;
  height: 120px;
  padding: 2px;
  overflow: hidden;
}
.papp.forum .forum-pic-box > ul > li .pic img {
  width: 100%;
  height: 100%;
}
.papp.forum .forum-pic-box > ul > li p {
  width: 120px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ' ';
}
.papp.forum .forum-pic-box > ul > li p a {
  font-size: 12px;
}
.papp.forum .thread-types * {
  font-family: Tahoma, Helvetica, "SimSun", sans-serif, FontAwesome, simple-line-icons;
}
.papp.forum .thread-types:before,
.papp.forum .thread-types:after {
  content: " ";
  display: table;
}
.papp.forum .thread-types:after {
  clear: both;
}
.papp.forum .thread-types > ul > li {
  font-size: 12px;
  border: 1px solid #cccccc;
  display: block;
  float: left;
  margin-right: 8px;
  margin-bottom: 8px;
  padding: 4px 6px;
}
.papp.forum .thread-types > ul > li.active {
  background: #d8e7f2;
}
.papp.forum .quote {
  width: 100%;
  background: #eff0eb;
  margin-bottom: 10px;
}
.papp.forum .quote blockquote {
  display: inline-block;
  font-size: 14px !important;
  color: #555555;
  border: 0;
  margin: 0;
  padding: 10px 30px;
  position: relative;
}
.papp.forum .quote blockquote i.fa {
  color: #777777;
  color: #cdcfc0;
  color: #93d1c3;
}
.papp.forum .quote blockquote i.fa-quote-left {
  position: absolute;
  left: 5px;
  top: 5px;
}
.papp.forum .quote blockquote i.fa-quote-right {
  position: absolute;
  right: 5px;
  bottom: 5px;
}
.papp.forum .reply-box-oneline {
  max-width: 600px;
  width: 100%;
}
.papp.forum .reply-box-oneline:before,
.papp.forum .reply-box-oneline:after {
  content: " ";
  display: table;
}
.papp.forum .reply-box-oneline:after {
  clear: both;
}
.papp.forum .reply-box-oneline > form {
  /*
      >input {
        float: left;
        margin-left:10px;
      }*/
}
.papp.forum .reply-box-oneline > form > .input-group {
  max-width: 500px;
  width: 100%;
  float: left;
}
.papp.forum .quick-post {
  padding-left: 160px;
}
.papp.forum .score-box .action {
  line-height: 28px;
}
.papp.forum .score-box .action a:link,
.papp.forum .score-box .action a:visited,
.papp.forum .score-box .action a:hover,
.papp.forum .score-box .action a:active {
  color: #777777;
}
.papp.forum .score-box table {
  margin-bottom: 0px;
}
.papp.forum .score-box table th {
  line-height: 32px;
  border-top-width: 0;
  border-bottom: 1px solid #cccccc;
}
.papp.forum .score-box table th span {
  color: #ff6600;
  font-weight: normal;
}
.papp.forum .score-box table th.user {
  width: 180px;
  overflow: hidden;
}
.papp.forum .score-box table th.credit {
  width: 80px;
  text-align: center;
}
.papp.forum .score-box table td {
  border-top-width: 0;
  border-bottom: 1px solid #cccccc;
  line-height: 32px;
}
.papp.forum .score-box table td.user .avatar {
  display: inline-block;
  margin-right: 6px;
  width: 24px;
  height: 24px;
}
.papp.forum .score-box table td.user .avatar img {
  width: 100%;
  height: 100%;
}
.papp.forum .score-box table td.user .username {
  display: inline-block;
}
.papp.forum .score-box table td.user .username a {
  font-weight: bold;
  font-size: 12px;
}
.papp.forum .score-box table td.credit {
  color: #ff6600;
  text-align: center;
}
@media only screen and (max-device-width : 767px) {
  .papp.forum .score-box table th.user {
    width: 100px;
  }
  .papp.forum .score-box table th.credit {
    width: 50px;
  }
  .papp.forum .score-box table td.user .avatar {
    display: none;
  }
}
.papp.forum .score-bar {
  display: block;
  float: left;
  width: 100%;
  height: 32px;
  line-height: 32px;
  padding: 5px;
}
.papp.forum .score-bar a:link,
.papp.forum .score-bar a:visited,
.papp.forum .score-bar a:hover,
.papp.forum .score-bar a:active {
  color: #555555;
}
.papp.forum .score-bar a span {
  color: #ff6600;
  font-weight: normal;
}
.papp.forum .score-bar a .fa-chevron-right {
  color: #cccccc;
  display: block;
  line-height: 32px;
  float: right;
}
.papp.forum .waterfall .waterfall-pic-txt {
  width: 160px;
  height: 220px;
  margin: 5px;
  border: 1px solid #cccccc;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
.papp.forum .waterfall .waterfall-pic-txt > .pic {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 120px;
}
.papp.forum .waterfall .waterfall-pic-txt > .pic img {
  width: 100%;
}
.papp.forum .waterfall .waterfall-pic-txt > .txt {
  border-top: 1px solid #cccccc;
  background: white;
  height: 100px;
  overflow: hidden;
  padding: 10px;
  line-height: 20px;
}
@media only screen and (max-device-width : 767px) {
  .papp.forum .waterfall {
    min-width: 340px;
  }
}
.papp.forum .topic-list {
  padding: 10px;
}
.papp.forum .topic-list > ul > li {
  background: url(mc_images/icon_01.gif) no-repeat -5px 8px;
  padding-left: 10px;
}
.papp.forum .topic-list > ul > li .title {
  display: inline;
  font-size: 14px;
  line-height: 30px;
  font-style: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ' ';
}
.papp.forum .topic-list > ul > li .info {
  display: inline;
}
.papp.forum .topic-list > ul > li .info a:link,
.papp.forum .topic-list > ul > li .info a:visited,
.papp.forum .topic-list > ul > li .info a:hover,
.papp.forum .topic-list > ul > li .info a:active {
  color: #0000cc;
}
.papp.forum .topic-list > ul > li .info span {
  font-size: 12px;
  color: #777777;
}
.papp.forum .topic-list > ul > li.dash {
  border-bottom: 1px dashed #777777;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
@media only screen and (max-device-width : 767px) {
  .papp.forum .topic-list > ul > li .title {
    display: block;
  }
  .papp.forum .topic-list > ul > li .info {
    display: block;
  }
}
.papp.forum .comment-list {
  display: block;
  max-width: 600px;
}
.papp.forum .comment-list > ul > li {
  border-bottom: 1px solid #cccccc;
}
.papp.forum .comment-list > ul > li:last-of-type {
  border-bottom: 0;
}
@media only screen and (max-device-width : 767px) {
  .papp.forum .comment-list {
    width: 100%;
    overflow: hidden;
    float: left;
    margin-bottom: 10px;
  }
}
.papp.forum .comment-one {
  display: block;
  width: 100%;
  padding: 10px 10px 10px 44px;
  position: relative;
}
.papp.forum .comment-one > .comment-left {
  position: absolute;
  left: 10px;
  top: 10px;
}
.papp.forum .comment-one > .comment-left > .avatar {
  width: 24px;
  height: 24px;
  overflow: hidden;
}
.papp.forum .comment-one > .comment-left > .avatar img {
  width: 100%;
  height: 100%;
}
.papp.forum .comment-one .comment-main {
  display: block;
  width: 100%;
}
.papp.forum .comment-one .comment-main:before,
.papp.forum .comment-one .comment-main:after {
  content: " ";
  display: table;
}
.papp.forum .comment-one .comment-main:after {
  clear: both;
}
.papp.forum .comment-one .comment-main .username {
  display: inline;
  margin-right: 5px;
  font-size: 12px;
  font-weight: bold;
}
.papp.forum .comment-one .comment-main > .commentbody {
  display: inline;
}
.papp.forum .comment-one .comment-main .commenttime {
  display: inline;
  font-size: 12px;
  color: #777777;
}
.papp.forum .postbody {
  padding: 10px 0;
  display: block;
  width: 100%;
}
.papp.forum .postbody br {
  margin-bottom: 5px;
}
.papp.forum .postbody .quote {
  background: #f9f9f9;
}
.papp.forum .postbody .quote blockquote i.fa {
  color: #b2cfe5;
}
.papp.forum .postbody i.pstatus {
  display: block;
  color: #777777;
  text-align: center;
  margin-bottom: 10px;
  font-style: normal;
  font-size: 12px;
}
.papp.forum .postbody img {
  display: block;
  max-width: 600px;
  margin: 10px 0;
}
.papp.forum .postbody img.smiley {
  display: inline;
  font-size: 16px;
  margin: 0;
  max-width: 48px;
  max-height: 48px;
}
.papp.forum .postbody a:link,
.papp.forum .postbody a:visited,
.papp.forum .postbody a:hover,
.papp.forum .postbody a:active {
  color: #336699;
}
.papp.forum .postbody a:link,
.papp.forum .postbody a:visited,
.papp.forum .postbody a:hover,
.papp.forum .postbody a:active {
  text-decoration: underline;
}
.papp.forum .postbody a.dummy {
  font-size: 12px;
}
.papp.forum .postbody a.dummy:link,
.papp.forum .postbody a.dummy:visited,
.papp.forum .postbody a.dummy:hover,
.papp.forum .postbody a.dummy:active {
  color: #555555;
}
.papp.forum .postbody a.dummy:link,
.papp.forum .postbody a.dummy:visited,
.papp.forum .postbody a.dummy:hover,
.papp.forum .postbody a.dummy:active {
  text-decoration: none;
}
@media only screen and (max-device-width : 767px) {
  .papp.forum .postbody {
    width: 100%;
  }
  .papp.forum .postbody img {
    max-width: 98%;
  }
}
.papp.forum .sub-banner {
  display: block;
  background: #fff8de;
  color: #ff6600;
  line-height: 30px;
  padding-left: 10px;
  margin-left: -20px;
  font-weight: bold;
  width: 500px;
}
.papp.forum .sub-banner:before,
.papp.forum .sub-banner:after {
  content: " ";
  display: table;
}
.papp.forum .sub-banner:after {
  clear: both;
}
@media only screen and (max-device-width : 767px) {
  .papp.forum .sub-banner {
    padding-left: 20px;
    float: left;
  }
}
@media only screen and (min-device-width : 768px) {
  .papp.forum .ad-frame-market.affix {
    position: fixed;
    bottom: -700px;
  }
  .papp.forum .post-area {
    position: relative;
    width: 100%;
    padding-left: 160px;
  }
  .papp.forum .post-area .avatar {
    position: absolute;
    left: 0;
    top: 0;
    width: 80px;
    height: 80px;
    overflow: hidden;
  }
  .papp.forum .post-area .avatar img {
    width: 100%;
  }
  .papp.forum .post-area .post-box {
    display: block;
  }
  .papp.forum .title-block {
    background: #eeeeee;
    border: 1px solid #b3b361;
  }
  .papp.forum .title-block:before,
  .papp.forum .title-block:after {
    content: " ";
    display: table;
  }
  .papp.forum .title-block:after {
    clear: both;
  }
  .papp.forum .title-block .head {
    background-color: #d4d4a6;
    padding: 5px 15px;
  }
  .papp.forum .title-block .head h1 {
    color: black;
    display: inline-block;
  }
  .papp.forum .title-block .head .closeit {
    float: right;
  }
  .papp.forum .board-group {
    background: #eeeeee;
  }
  .papp.forum .board-group:before,
  .papp.forum .board-group:after {
    content: " ";
    display: table;
  }
  .papp.forum .board-group:after {
    clear: both;
  }
  .papp.forum .board-group .head {
    border: 1px solid #b3b361;
    background-color: #d4d4a6;
    padding: 5px 15px;
  }
  .papp.forum .board-group .head h1 {
    color: black;
    display: inline-block;
  }
  .papp.forum .board-group .head .closeit {
    float: right;
  }
  .papp.forum .board-group.as-top-box {
    border-left: 1px solid #b3b361;
    border-right: 1px solid #b3b361;
  }
  .papp.forum .board-group .board-list {
    border-left: 1px solid #b3b361;
  }
  .papp.forum .board-group .board-list:before,
  .papp.forum .board-group .board-list:after {
    content: " ";
    display: table;
  }
  .papp.forum .board-group .board-list:after {
    clear: both;
  }
  .papp.forum .board-group .board-list > ul {
    display: block;
  }
  .papp.forum .board-group .board-list > ul > li {
    display: block;
    float: left;
    width: 50%;
    border-right: 1px solid #b3b361;
    border-bottom: 1px solid #b3b361;
    height: 80px;
    overflow: hidden;
  }
  .papp.forum .board-group .board-list > ul .new-post {
    display: none;
    padding-left: 70px;
  }
  .papp.forum .board-group .board-list > ul .new-post i {
    color: #ff6600;
  }
  .papp.forum .board-group .board-one {
    margin: 10px;
    position: relative;
    padding-left: 60px;
  }
  .papp.forum .board-group .board-one a:link,
  .papp.forum .board-group .board-one a:visited,
  .papp.forum .board-group .board-one a:hover,
  .papp.forum .board-group .board-one a:active {
    color: #333333;
  }
  .papp.forum .board-group .board-one .pic {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 48px;
    opacity: 0.7;
  }
  .papp.forum .board-group .board-one .title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ' ';
  }
  .papp.forum .board-group .board-one .title h3 {
    display: inline-block;
    font-size: 16px;
  }
  .papp.forum .board-group .board-one .title span.today {
    display: inline-block;
    color: red;
  }
  .papp.forum .board-group .board-one .summary {
    color: #777777;
    font-size: 12px;
    position: absolute;
    right: 0;
    top: 0;
  }
  .papp.forum .board-group .board-one .desc {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ' ';
    margin-top: 5px;
  }
  .papp.forum .board-group .board-list.as-icon-list {
    border: 1px solid #b3b361;
    padding-top: 10px;
  }
  .papp.forum .board-group .board-list.as-icon-list:before,
  .papp.forum .board-group .board-list.as-icon-list:after {
    content: " ";
    display: table;
  }
  .papp.forum .board-group .board-list.as-icon-list:after {
    clear: both;
  }
  .papp.forum .board-group .board-list.as-icon-list > ul {
    display: block;
  }
  .papp.forum .board-group .board-list.as-icon-list > ul > li {
    display: block;
    float: left;
    width: 112px;
    border: 0;
  }
  .papp.forum .board-group .board-list.as-icon-list > ul > li .new-post {
    display: none;
  }
  .papp.forum .board-group .board-list.as-icon-list .board-one {
    height: 80px;
    width: 112px;
    overflow: hidden;
    position: relative;
    padding-left: 0;
    margin: 0;
  }
  .papp.forum .board-group .board-list.as-icon-list .board-one a:link,
  .papp.forum .board-group .board-list.as-icon-list .board-one a:visited,
  .papp.forum .board-group .board-list.as-icon-list .board-one a:hover,
  .papp.forum .board-group .board-list.as-icon-list .board-one a:active {
    color: #005750;
  }
  .papp.forum .board-group .board-list.as-icon-list .board-one .pic {
    display: block;
    position: relative;
    width: 48px;
    height: 48px;
    margin: 0 auto;
    opacity: 0.7;
  }
  .papp.forum .board-group .board-list.as-icon-list .board-one .title {
    display: block;
    position: relative;
    margin: 0 auto;
    text-align: center;
  }
  .papp.forum .board-group .board-list.as-icon-list .board-one .title h3 {
    display: inline;
    font-size: 14px;
    color: black;
  }
  .papp.forum .board-group .board-list.as-icon-list .board-one .title span.today {
    display: none;
  }
  .papp.forum .board-group .board-list.as-icon-list .board-one .summary {
    display: none;
  }
  .papp.forum .board-group .board-list.as-icon-list .board-one .desc {
    display: none;
  }
  .papp.forum .top-action-pager {
    display: block;
    margin: 10px 0;
    height: 40px;
    line-height: 40px;
  }
  .papp.forum .top-action-pager > .action {
    float: left;
  }
  .papp.forum .top-action-pager > .action a {
    background-color: #d4d4a6;
    border: 1px solid #b3b361;
    font-weight: bold;
    font-size: 14px;
  }
  .papp.forum .top-action-pager > .action a:link,
  .papp.forum .top-action-pager > .action a:visited,
  .papp.forum .top-action-pager > .action a:hover,
  .papp.forum .top-action-pager > .action a:active {
    color: black;
  }
  .papp.forum .top-action-pager > .pager-one {
    float: right;
  }
  .papp.forum .thread-list {
    width: 100%;
    display: block;
    border-left: 1px solid #cfcfbb;
    border-top: 1px solid #cfcfbb;
    background: #eeeeee;
  }
  .papp.forum .thread-list * {
    font-family: Tahoma, Helvetica, "SimSun", sans-serif, FontAwesome, simple-line-icons;
  }
  .papp.forum .thread-list > ul {
    margin: 0;
    padding: 0;
  }
  .papp.forum .post-list {
    width: 100%;
    display: block;
    border: 1px solid #cfcfbb;
    background: #eeeeee;
  }
  .papp.forum .post-main:hover .action-bar {
    opacity: 1;
  }
  .papp.forum .action-bar {
    opacity: 0.5;
    width: 100%;
    padding-right: 40px;
    display: block;
    height: 40px;
    line-height: 40px;
    position: absolute;
    left: 20px;
    bottom: 0;
  }
  .papp.forum .action-bar > ul {
    border-top: 1px dashed #cfcfbb;
  }
  .papp.forum .action-bar > ul > li {
    display: inline-block;
    margin-right: 10px;
    font-family: "Microsoft YaHei", Arial, "宋体", FontAwesome, simple-line-icons;
  }
  .papp.forum .action-bar > ul > li a {
    font-family: "Microsoft YaHei", Arial, "宋体", FontAwesome, simple-line-icons;
  }
  .papp.forum .action-bar > ul > li a i {
    color: #7982a4;
  }
  .papp.forum .action-bar > ul > li input {
    margin: 0;
    padding: 0;
  }
  .papp.forum .post-head {
    display: table-row;
    padding-left: 160px;
    position: relative;
    width: 100%;
    line-height: 40px;
  }
  .papp.forum .post-head * {
    font-family: Tahoma, Helvetica, "SimSun", sans-serif, FontAwesome, simple-line-icons;
  }
  .papp.forum .post-head > .info {
    display: table-cell;
    width: 160px;
    text-align: center;
    font-size: 12px;
    color: #777777;
  }
  .papp.forum .post-head > .info span {
    color: #ff6666;
  }
  .papp.forum .post-head > .title {
    display: table-cell;
    border-left: 1px solid #cfcfbb;
    padding: 0px 20px ;
    position: relative;
  }
  .papp.forum .post-head > .title h1 {
    line-height: 28px;
  }
  .papp.forum .thread-head-bar {
    display: block;
    width: 100%;
    background: #dedebb;
    border: 1px solid #cfcfbb;
    height: 48px;
  }
  .papp.forum .thread-head-bar * {
    font-family: Tahoma, Helvetica, "SimSun", sans-serif, FontAwesome, simple-line-icons;
  }
  .papp.forum .thread-head-bar .action > ul {
    border: 0;
    margin: 0;
  }
  .papp.forum .thread-head-bar .action > ul > li {
    display: inline-block;
    line-height: 48px;
    margin-left: 10px;
  }
  .papp.forum .thread-head-bar .action > ul > li .btn-group {
    line-height: 48px;
    margin: 0;
    padding: 0;
    margin-top: -4px;
  }
  .papp.forum .thread-head-bar .action > ul > li.active a {
    font-weight: bold;
  }
  .papp.forum .thread-head-bar .th-txt {
    display: block;
    width: 151px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    float: right;
    border-left: 1px solid #cfcfbb;
  }
  .papp.forum .thread-head-bar .th-txt.lastpost {
    width: 131px;
  }
  .papp.forum .thread-head-bar .th-txt.authortime {
    width: 131px;
  }
  .papp.forum .thread-head-bar .th-txt.postcount {
    width: 91px;
  }
  .papp.forum .thread-one {
    display: table-row;
  }
  .papp.forum .thread-one .cell {
    display: table-cell;
    border-right: 1px solid #cfcfbb;
    border-bottom: 1px solid #cfcfbb;
    vertical-align: top;
    line-height: 28px;
    padding: 5px;
    text-align: center;
  }
  .papp.forum .thread-one .cell-main {
    width: 100%;
  }
  .papp.forum .thread-one .batch {
    width: 20px;
  }
  .papp.forum .thread-one .info {
    width: 80px;
  }
  .papp.forum .thread-one .title {
    width: 100%;
    text-align: left;
  }
  .papp.forum .thread-one .title .thread-class a {
    font-size: 14px;
  }
  .papp.forum .thread-one .title .thread-class a:link,
  .papp.forum .thread-one .title .thread-class a:visited,
  .papp.forum .thread-one .title .thread-class a:hover,
  .papp.forum .thread-one .title .thread-class a:active {
    color: #2d89ef;
  }
  .papp.forum .thread-one .title h4 {
    line-height: 24px;
    font-size: 14px;
    font-weight: normal;
    display: inline-block;
    margin: 0;
    padding: 0;
  }
  .papp.forum .thread-one .title h4 img.title-icon {
    max-width: 24px;
    max-height: 24px;
    display: inline-block;
  }
  .papp.forum .thread-one .title .pager-min-dz {
    line-height: 24px;
    font-size: 12px;
    display: inline-block;
    margin: 0;
    padding: 0;
  }
  .papp.forum .thread-one .title .pager-min-dz > ul > li {
    color: #88abc3;
  }
  .papp.forum .thread-one .title .pager-min-dz > ul > li a:link,
  .papp.forum .thread-one .title .pager-min-dz > ul > li a:visited,
  .papp.forum .thread-one .title .pager-min-dz > ul > li a:hover,
  .papp.forum .thread-one .title .pager-min-dz > ul > li a:active {
    color: #555555;
  }
  .papp.forum .thread-one .title .authorinfo {
    font-size: 14px;
    line-height: 20px;
  }
  .papp.forum .thread-one .title .authorinfo .username {
    display: inline-block;
  }
  .papp.forum .thread-one .title .authorinfo .username a:link,
  .papp.forum .thread-one .title .authorinfo .username a:visited {
    color: #777777;
  }
  .papp.forum .thread-one .title .authorinfo .username a:hover,
  .papp.forum .thread-one .title .authorinfo .username a:active {
    color: #ff6600;
  }
  .papp.forum .thread-one .title .authorinfo .threadtime {
    display: inline-block;
    color: #777777;
  }
  .papp.forum .thread-one .title .authorinfo .read-reply {
    display: inline-block;
    color: #777777;
    font-size: 12px;
    color: #ffb380;
  }
  .papp.forum .thread-one .authortime {
    width: 120px;
    font-size: 12px;
    line-height: 18px;
  }
  .papp.forum .thread-one .authortime .threadtime {
    color: #777777;
  }
  .papp.forum .thread-one .postcount {
    width: 80px;
    font-size: 12px;
    line-height: 18px;
  }
  .papp.forum .thread-one .lastpost {
    width: 120px;
    font-size: 12px;
    line-height: 18px;
  }
  .papp.forum .thread-one .lastpost .threadtime {
    color: #777777;
  }
  .papp.forum .pager-min-dz > ul {
    margin: 0;
    padding: 0;
  }
  .papp.forum .pager-min-dz > ul > li {
    display: inline-block;
  }
  .papp.forum .post-one {
    display: table-row;
    padding-left: 160px;
    position: relative;
    width: 100%;
  }
  .papp.forum .post-one * {
    font-family: Tahoma, Helvetica, "SimSun", sans-serif, FontAwesome, simple-line-icons;
  }
  .papp.forum .post-one > .post-left {
    display: table-cell;
    border-top: 4px solid #cfcfbb;
    width: 160px;
    padding: 0px 15px;
  }
  .papp.forum .post-one > .post-left > .username {
    font-size: 12px;
    font-weight: bold;
  }
  .papp.forum .post-one > .post-left > .avatar {
    width: 130px;
    border: 5px solid white;
    overflow: hidden;
    box-shadow: 1px 1px 1px 1px #cccccc;
    border-radius: 2px;
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .papp.forum .post-one > .post-left > .avatar img {
    width: 100%;
  }
  .papp.forum .post-one > .post-left > .avatar2 {
    width: 130px;
    overflow: hidden;
    box-shadow: 1px 1px 1px 1px #cccccc;
    border-radius: 2px;
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .papp.forum .post-one > .post-left > .avatar2 img {
    width: 100%;
  }
  .papp.forum .post-one > .post-left > .usertitle {
    color: #ff6600;
    font-size: 12px;
  }
  .papp.forum .post-one > .post-left > .userstar i.fa-star {
    position: relative;
    color: yellow;
  }
  .papp.forum .post-one > .post-left > .userstar i.fa-star:after {
    content: "\f006";
    color: orange;
    position: absolute;
    left: 0;
  }
  .papp.forum .post-one > .post-left > .userstar i.fa-star-o {
    color: orange;
  }
  .papp.forum .post-one > .post-left > .info {
    margin-bottom: 10px;
  }
  .papp.forum .post-one > .post-left > .info > ul > li {
    font-size: 12px;
  }
  .papp.forum .post-one > .post-left > .medal > ul > li {
    display: inline-block;
    margin-bottom: 10px;
  }
  .papp.forum .post-one > .post-left > .socialbox > ul {
    width: 100%;
  }
  .papp.forum .post-one > .post-left > .socialbox > ul > li {
    display: inline-block;
    padding: 5px;
  }
  .papp.forum .post-one > .post-left > .socialbox > ul > li a {
    font-size: 16px;
    line-height: 16px;
  }
  .papp.forum .post-one > .post-left > .socialbox > ul > li a:link,
  .papp.forum .post-one > .post-left > .socialbox > ul > li a:visited {
    color: #777777;
  }
  .papp.forum .post-one > .post-left > .socialbox > ul > li a:hover,
  .papp.forum .post-one > .post-left > .socialbox > ul > li a:active {
    color: #ff6600;
  }
  .papp.forum .post-one > .post-main {
    display: table-cell;
    width: 100%;
    border-top: 4px solid #e1e1dd;
    border-left: 1px solid #cfcfbb;
    padding: 0px 20px 48px 20px;
    position: relative;
  }
  .papp.forum .post-one > .post-main > .info {
    border-bottom: 1px dashed #cfcfbb;
    height: 40px;
    line-height: 40px;
    display: block;
  }
  .papp.forum .post-one > .post-main > .info > .posttime {
    display: inline-block;
    font-size: 12px;
  }
  .papp.forum .post-one > .post-main > .info > .floorbox {
    display: block;
    float: right;
    height: 40px;
  }
  .papp.forum .post-one > .post-main > .info > .floorbox .floor {
    display: inline-block;
  }
  .papp.forum .post-one > .post-main > .info > .floorbox .jump {
    display: inline-block;
  }
  .papp.forum .post-one > .post-main > .info > .floorbox .jump input {
    width: 40px;
    height: 20px;
  }
  .papp.forum .post-one > .post-main > .info > .floorbox .jump a:link,
  .papp.forum .post-one > .post-main > .info > .floorbox .jump a:visited {
    color: #777777;
  }
  .papp.forum .post-one > .post-main > .info > .floorbox .jump a:hover,
  .papp.forum .post-one > .post-main > .info > .floorbox .jump a:active {
    color: #ff6600;
  }
  .papp.forum .post-one > .post-main > .signature {
    display: block;
    background: url("../mc_images/sigline.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    line-height: 1.6em;
    margin: 20px 0;
    overflow: hidden;
    padding-top: 10px;
    font-size: 12px;
    line-height: 16px;
    max-height: 300px;
    maxHeightIE: 300px;
  }
}
@media only screen and (max-device-width : 767px) {
  .papp.forum {
    /*  
		.mini-nav {
			padding-bottom: 10px;
			border-bottom: 1px solid @color-forum-m-green-bg;
			
			>ul {
				width: 100%;
				height: 24px;
				
				>li {
					width: 20%;
					display: block;
					float: left;
					line-height: 24px;
					a {
						display: block;
						text-align: center;
						font-size: 16px;
					}
				}
			}
		}
*/
    /*
    .forum-head {
      .head-line {
        h1.title {
          .info {
          }
        }
        .action {
          display: block;
          float: left;
          a {
            margin-left: 0;
            
          }
        }
      }
    }
  */
    /*		
    .post-head-mobile {
      display: block;
      width: 100%;
      line-height: 22px;
      margin: 5px 0 0 0;
      background: @gray-lighter;
      padding: 5px;
      >.posttitle {
        font-size: 16px;
        border-bottom: 1px solid @gray-lighter;
      }
      >.postinfo{
        font-size: 14px;
        span {
          color: red;
        }
      }
      >.action {
        ul {
          li {
            a {
              display: block;
              float: left;
              margin-right: 10px;
            }
          }
        }
      }

    }
		*/
    /*    
    .comment-one {
      display:block;
      width: 100%;
      //padding-left: 50px;
      position: relative;
      //padding: 0;
			border-left: 3px solid lighten(@color-forum-m-green-bg, 30%);
      background: lighten(@color-forum-m-beige-bg, 5%);
			//border-top: 1px solid @gray-lighter;
			padding: 6px;
			margin-top: 10px;

      >.comment-left {
        display:none;
      }
			
      .comment-main {
        display: block;
        width: 100%;
        >.info {
          display: block;
          width: 100%;
					margin-bottom: 5px;
          //background: lighten(@color-blue1, 20%);
          //padding: 0 5px;
          .clearfix();
          .username {
            //display: inline-block;
            //font-weight: bold;
            //float: left;
            display: inline;
            margin-right: 5px;
						a {
							.a-color(@color-forum-m-green-fg);
						}
          }
          .commenttime {
            display: block;
            float: right;
            color: @gray-light;
            font-size: 12px;

          } 
        } 
        >.commentbody {
          display:block;
        }
      }
    }
    */
  }
  .papp.forum .crumb-search-bar {
    margin: 0;
    background: white;
    border: 0;
    /*      
      li:last-of-type {
        display: inline !important;
      }
*/
  }
  .papp.forum .board-group {
    border-top: 1px solid #b3b361;
  }
  .papp.forum .board-group:before,
  .papp.forum .board-group:after {
    content: " ";
    display: table;
  }
  .papp.forum .board-group:after {
    clear: both;
  }
  .papp.forum .board-group .head {
    padding: 0px 15px;
    background: #45b6af;
    height: 32px;
    line-height: 32px;
  }
  .papp.forum .board-group .head h1 {
    color: white;
    display: inline-block;
  }
  .papp.forum .board-group .head .closeit {
    float: right;
    font-size: 20px;
  }
  .papp.forum .board-group .head .closeit:link,
  .papp.forum .board-group .head .closeit:visited,
  .papp.forum .board-group .head .closeit:hover,
  .papp.forum .board-group .head .closeit:active {
    color: white;
  }
  .papp.forum .board-group .board-list {
    padding-bottom: 10px;
  }
  .papp.forum .board-group .board-list:before,
  .papp.forum .board-group .board-list:after {
    content: " ";
    display: table;
  }
  .papp.forum .board-group .board-list:after {
    clear: both;
  }
  .papp.forum .board-group .board-list > ul {
    display: block;
    margin-right: 10px;
  }
  .papp.forum .board-group .board-list > ul > li {
    display: block;
    float: left;
    width: 33.3%;
  }
  .papp.forum .board-group .board-list > ul > li .new-post {
    display: none;
  }
  .papp.forum .board-group .board-one {
    background: #e4e5dd;
    padding: 8px 0;
    height: 80px;
    margin-left: 10px;
    margin-top: 10px;
    box-shadow: 1px 2px 2px #d8d8d8;
    overflow: hidden;
    position: relative;
  }
  .papp.forum .board-group .board-one.color1 {
    background: #f0fff0;
  }
  .papp.forum .board-group .board-one.color2 {
    background: #faeccf;
  }
  .papp.forum .board-group .board-one.color3 {
    background: #ffe5f5;
  }
  .papp.forum .board-group .board-one.color4 {
    background: #fffcf3;
  }
  .papp.forum .board-group .board-one.color5 {
    background: #ebf4fd;
  }
  .papp.forum .board-group .board-one.color6 {
    background: #deffff;
  }
  .papp.forum .board-group .board-one.color7 {
    background: #f0deef;
  }
  .papp.forum .board-group .board-one.color8 {
    background: #fccfcf;
  }
  .papp.forum .board-group .board-one a:link,
  .papp.forum .board-group .board-one a:visited,
  .papp.forum .board-group .board-one a:hover,
  .papp.forum .board-group .board-one a:active {
    color: #005750;
  }
  .papp.forum .board-group .board-one .pic {
    display: block;
    width: 48px;
    height: 48px;
    margin: 0 auto;
    opacity: 0.7;
  }
  .papp.forum .board-group .board-one .title {
    display: block;
    margin: 0 auto;
    text-align: center;
  }
  .papp.forum .board-group .board-one .title h3 {
    display: inline;
    font-size: 14px;
    color: black;
  }
  .papp.forum .board-group .board-one .title span.today {
    position: absolute;
    right: 2px;
    top: 14px;
    display: block;
    width: 5px;
    height: 5px;
    background: red;
    overflow: hidden;
    border-radius: 5px;
  }
  .papp.forum .board-group .board-one .summary {
    display: none;
  }
  .papp.forum .board-group .board-one .desc {
    display: none;
  }
  .papp.forum .board-group .board-one.nopic {
    height: 32px;
  }
  .papp.forum .board-group .board-one.nopic .pic {
    display: none;
  }
  .papp.forum .mobile-forum-head .name-line {
    background: #3c8f7c;
    padding: 10px;
    height: 40px;
  }
  .papp.forum .mobile-forum-head .name-line:before,
  .papp.forum .mobile-forum-head .name-line:after {
    content: " ";
    display: table;
  }
  .papp.forum .mobile-forum-head .name-line:after {
    clear: both;
  }
  .papp.forum .mobile-forum-head .name-line .btn-group {
    display: block;
    float: left;
  }
  .papp.forum .mobile-forum-head .name-line .btn-group > a {
    font-size: 16px;
  }
  .papp.forum .mobile-forum-head .name-line .btn-group > a:link,
  .papp.forum .mobile-forum-head .name-line .btn-group > a:visited,
  .papp.forum .mobile-forum-head .name-line .btn-group > a:hover,
  .papp.forum .mobile-forum-head .name-line .btn-group > a:active {
    color: white;
  }
  .papp.forum .mobile-forum-head .name-line > a {
    margin-left: 10px;
  }
  .papp.forum .mobile-forum-head .name-line > a:link,
  .papp.forum .mobile-forum-head .name-line > a:visited,
  .papp.forum .mobile-forum-head .name-line > a:hover,
  .papp.forum .mobile-forum-head .name-line > a:active {
    color: white;
  }
  .papp.forum .mobile-forum-head .action-line {
    background: #e6e6e6;
    height: 40px;
    padding: 0 10px;
    line-height: 38px;
  }
  .papp.forum .mobile-forum-head .action-line > span {
    display: inline-block;
  }
  .papp.forum .mobile-forum-head .action-line .btn-group {
    margin-top: -2px;
  }
  .papp.forum .mobile-forum-head .action-line a i {
    color: #777777;
  }
  .papp.forum .mobile-forum-head .action-line > a {
    margin-right: 10px;
  }
  .papp.forum .thread-list {
    width: 100%;
    display: block;
    float: left;
    border-top: 2px solid #d4d4a6;
  }
  .papp.forum .thread-list > ul {
    width: 100%;
  }
  .papp.forum .thread-list > ul > li {
    width: 100%;
    border-bottom: 1px solid #007167;
    padding: 5px 10px;
  }
  .papp.forum .post-list {
    width: 100%;
    display: block;
    float: left;
  }
  .papp.forum .post-list:before,
  .papp.forum .post-list:after {
    content: " ";
    display: table;
  }
  .papp.forum .post-list:after {
    clear: both;
  }
  .papp.forum .post-list > ul {
    width: 100%;
  }
  .papp.forum .post-list > ul > li {
    width: 100%;
    border-bottom: 1px solid #3c8f7c;
  }
  .papp.forum .mobile-thread-head .name-line {
    background: #3c8f7c;
    padding: 10px;
  }
  .papp.forum .mobile-thread-head .name-line a:link,
  .papp.forum .mobile-thread-head .name-line a:visited,
  .papp.forum .mobile-thread-head .name-line a:hover,
  .papp.forum .mobile-thread-head .name-line a:active {
    color: white;
  }
  .papp.forum .mobile-thread-head .name-line h1 {
    display: inline-block;
    line-height: 22px;
    font-weight: normal;
    font-size: 16px;
  }
  .papp.forum .mobile-thread-head .name-line h1 span {
    color: white;
    font-size: 12px;
    display: inline-block;
  }
  .papp.forum .mobile-thread-head .action-line {
    border-bottom: 1px solid #3c8f7c;
    border-top: 1px solid #3c8f7c;
    height: 40px;
    padding: 0 10px;
    line-height: 38px;
  }
  .papp.forum .mobile-thread-head .action-line a i {
    color: #777777;
  }
  .papp.forum .mobile-thread-head .action-line > a {
    margin-right: 10px;
  }
  .papp.forum .thread-one {
    display: block;
  }
  .papp.forum .thread-one:before,
  .papp.forum .thread-one:after {
    content: " ";
    display: table;
  }
  .papp.forum .thread-one:after {
    clear: both;
  }
  .papp.forum .thread-one .cell {
    display: none;
  }
  .papp.forum .thread-one .cell.cell-main {
    display: block;
    float: left;
    width: 100%;
  }
  .papp.forum .thread-one .title {
    width: 100%;
    text-align: left;
  }
  .papp.forum .thread-one .title h4 {
    width: 100%;
    line-height: 20px;
    font-size: 14px;
    font-weight: normal;
    display: block;
    float: left;
    margin: 0;
    padding: 0;
  }
  .papp.forum .thread-one .title h4 a:link,
  .papp.forum .thread-one .title h4 a:visited,
  .papp.forum .thread-one .title h4 a:hover,
  .papp.forum .thread-one .title h4 a:active {
    color: black;
  }
  .papp.forum .thread-one .title h4 img.title-icon {
    display: none;
  }
  .papp.forum .thread-one .title .pager-min-dz {
    display: none;
  }
  .papp.forum .thread-one .title .authorinfo {
    font-size: 12px;
    line-height: 20px;
    color: #3c8f7c;
  }
  .papp.forum .thread-one .title .authorinfo .username {
    display: block;
    float: left;
    margin-right: 10px;
  }
  .papp.forum .thread-one .title .authorinfo .username a:link,
  .papp.forum .thread-one .title .authorinfo .username a:visited {
    color: #3c8f7c;
  }
  .papp.forum .thread-one .title .authorinfo .username a:hover,
  .papp.forum .thread-one .title .authorinfo .username a:active {
    color: #ff6600;
  }
  .papp.forum .thread-one .title .authorinfo .threadtime {
    display: block;
    float: left;
    color: #777777;
  }
  .papp.forum .thread-one .title .read-reply {
    display: block;
    float: left;
    color: #3c8f7c;
  }
  .papp.forum .post-head {
    position: relative;
    width: 100%;
    padding: 5px 10px;
    border-bottom: 1px solid #3c8f7c;
  }
  .papp.forum .post-head > .info {
    color: #777777;
  }
  .papp.forum .post-head > .info a {
    margin-left: 10px;
  }
  .papp.forum .post-head > .info a:link,
  .papp.forum .post-head > .info a:visited,
  .papp.forum .post-head > .info a:hover,
  .papp.forum .post-head > .info a:active {
    color: #777777;
  }
  .papp.forum .post-head > .title {
    margin-bottom: 10px;
  }
  .papp.forum .post-head > .title h1 {
    line-height: 28px;
  }
  .papp.forum .post-one {
    position: relative;
    width: 100%;
    margin-top: 10px;
    padding: 5px 10px;
  }
  .papp.forum .post-one:before,
  .papp.forum .post-one:after {
    content: " ";
    display: table;
  }
  .papp.forum .post-one:after {
    clear: both;
  }
  .papp.forum .post-one > .mobile-post-head {
    position: relative;
    padding-left: 60px;
    width: 100%;
    min-height: 48px;
    margin-bottom: 10px;
  }
  .papp.forum .post-one > .mobile-post-head .avatar {
    position: absolute;
    left: 0;
    top: 0;
    width: 48px;
    height: 48px;
    overflow: hidden;
  }
  .papp.forum .post-one > .mobile-post-head .avatar img {
    width: 100%;
  }
  .papp.forum .post-one > .mobile-post-head .username a {
    font-size: 16px;
  }
  .papp.forum .post-one > .mobile-post-head .username a:link,
  .papp.forum .post-one > .mobile-post-head .username a:visited,
  .papp.forum .post-one > .mobile-post-head .username a:hover,
  .papp.forum .post-one > .mobile-post-head .username a:active {
    color: #005750;
  }
  .papp.forum .post-one > .mobile-post-head .posttime {
    color: #777777;
    font-size: 12px;
  }
  .papp.forum .post-one > .mobile-post-head .more-action {
    position: absolute;
    right: 0;
    top: 0;
  }
  .papp.forum .post-one > .mobile-post-head .more-action .btn-group > a:link,
  .papp.forum .post-one > .mobile-post-head .more-action .btn-group > a:visited,
  .papp.forum .post-one > .mobile-post-head .more-action .btn-group > a:hover,
  .papp.forum .post-one > .mobile-post-head .more-action .btn-group > a:active {
    color: #00bdae;
  }
  .papp.forum .post-one > .mobile-post-head .more-action .btn-group > a i {
    font-size: 18px;
  }
  .papp.forum .post-one > .mobile-post-head .more-action ul.dropdown-menu {
    right: 0px;
    left: auto;
    max-width: 100px;
    min-width: 80px;
  }
  .papp.forum .post-one > .post-main {
    width: 100%;
    /*        
        >.postbody {
					.clearfix();
          display: block;
          float: left;
          width: 100%;
          >br {
            margin-bottom: 5px;
          }
          i.pstatus {
						display: block;
            color: @gray-light;
            text-align: center;
						margin-bottom: 10px;
            font-size: 12px;
          }
					img {
						display: block;
						max-width: 240px;
						margin: 10px 0;
					}
        } */
  }
}
.papp.forum-home .wrapper {
  width: 1004px;
  margin: 0 auto;
}
.papp.forum-home .wrapper-inner {
  width: 100%;
  position: relative;
  padding-right: 160px;
}
.papp.forum-home .right-content {
  width: 150px;
  position: absolute;
  top: 0;
  right: 0;
}
.papp.forum .tab-nav-button {
  position: relative;
}
.papp.forum .tab-nav-button > ul {
  height: 32px;
  display: block;
  border-bottom: 1px solid #dedebb;
}
.papp.forum .tab-nav-button > ul > li {
  display: block;
  float: left;
  height: 32px;
  line-height: 32px;
  border: 1px solid #cfcfbb;
  background: #dedebb;
  margin-left: 5px;
}
.papp.forum .tab-nav-button > ul > li a {
  font-family: Tahoma, Helvetica, "SimSun", sans-serif, FontAwesome, simple-line-icons;
  font-size: 12px;
  padding: 0 10px;
}
.papp.forum .tab-nav-button > ul > li.active {
  border-bottom: 1px solid white;
  background: white;
}
.papp.forum .tab-nav-button > a.btn {
  position: absolute;
  right: 10px;
  bottom: 5px;
}
.papp.forum .txt-flow > ul > li {
  display: inline-block;
  line-height: 24px;
}
.papp.forum .txt-flow > ul > li a {
  font-family: Tahoma, Helvetica, "SimSun", sans-serif, FontAwesome, simple-line-icons;
}
.papp.forum .slider {
  width: 100%;
  height: 234px;
  overflow: hidden;
}
.papp.forum .slider .flexslider {
  margin-bottom: 0px;
}
.papp.forum .slider .flex-control-nav {
  top: 180px;
}
.papp.forum .slider p.flex-caption {
  position: absolute;
  top: 200px;
  color: white;
  font-weight: bold;
  background-color: rgba(0, 0, 0, 0.3);
  height: 30px;
  line-height: 26px;
  width: 345px;
  text-align: center;
}
@media only screen and (max-device-width : 767px) {
  .papp.forum .slider {
    height: auto;
  }
  .papp.forum .slider .flex-control-nav {
    top: 40px;
    bottom: auto;
  }
  .papp.forum .slider p.flex-caption {
    top: 0;
    width: 100%;
    text-align: left;
    padding-left: 5px;
  }
}
.papp.forum .ads-bar {
  margin-bottom: 6px;
}
.papp.forum .forum-title-block {
  border-bottom: 1px dashed #cccccc;
  margin-bottom: 10px;
}
.papp.forum .forum-title-block .forum-icon {
  float: left;
  margin-right: 10px;
  margin-top: 8px;
  width: 64px;
  height: 80px;
}
.papp.forum .forum-title-block .forum-icon .pic-frame {
  width: 58px;
  height: 58px;
  border: 1px solid #cccccc;
  padding: 4px;
}
.papp.forum .forum-title-block .forum-icon .pic-frame .pic {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.papp.forum .forum-title-block .forum-icon .pic-frame .pic img {
  height: 150%;
}
.papp.forum .forum-title-block .forum-icon .pic-frame .pic img {
  width: 48px;
  height: 48px;
}
.papp.forum .forum-title-block .forum-icon .txt {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ' ';
  font-weight: bold;
}
.papp.forum .forum-title-block .forum-icon .txt a:link,
.papp.forum .forum-title-block .forum-icon .txt a:visited,
.papp.forum .forum-title-block .forum-icon .txt a:hover,
.papp.forum .forum-title-block .forum-icon .txt a:active {
  color: #9f3f17;
}
.papp.forum .pic-title-block .pic-frame {
  width: 110px;
  height: 110px;
  border: 1px solid #cccccc;
  padding: 4px;
}
.papp.forum .pic-title-block .pic-frame .pic {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.papp.forum .pic-title-block .pic-frame .pic img {
  height: 150%;
}
.papp.forum .pic-title-block .pic-frame {
  float: left;
  margin-right: 10px;
  margin-top: 5px;
}
.papp.forum .title-list > li {
  font-size: 14px;
  line-height: 30px;
  font-style: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ' ';
  background: url(mc_images/icon_01.gif) no-repeat -5px 8px;
  padding-left: 10px;
  margin-left: 5px;
}
.papp.forum .title-list > li a {
  font-family: Tahoma, Helvetica, "SimSun", sans-serif, FontAwesome, simple-line-icons;
}
.papp.forum .title-list > li a.board-name:link,
.papp.forum .title-list > li a.board-name:visited,
.papp.forum .title-list > li a.board-name:hover,
.papp.forum .title-list > li a.board-name:active {
  color: #0000cc;
}
.papp.forum .title-list > li span {
  font-size: 12px;
  color: #777777;
}
.papp.forum .title-list > li.dash {
  border-bottom: 1px dashed #777777;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.papp.forum .fl-list > ul > li {
  width: 400px;
  margin-right: 16px;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ' ';
  line-height: 28px;
  font-size: 14px;
}
.papp.forum .fl-list > ul > li em {
  color: #777777;
  margin-left: 5px;
}
.papp.forum .fl-list > ul > li a {
  font-family: Tahoma, Helvetica, "SimSun", sans-serif, FontAwesome, simple-line-icons;
  margin-right: 5px;
}
.papp.forum .fl-list > ul > li a:first-of-type:link,
.papp.forum .fl-list > ul > li a:first-of-type:visited,
.papp.forum .fl-list > ul > li a:first-of-type:hover,
.papp.forum .fl-list > ul > li a:first-of-type:active {
  color: #62af00;
}
.papp.forum .top-titles > ul > li {
  display: block;
  height: 80px;
  width: 100%;
  overflow: hidden;
}
.papp.forum .top-titles > ul > li h2 {
  display: block;
  line-height: 28px;
}
.papp.forum .top-titles > ul > li h2 a {
  font-size: 16px;
  font-weight: bold;
  color: #9f3f17;
}
.papp.forum .top-titles > ul > li p {
  width: 100%;
  height: 48px;
  font-size: 12px;
  color: #ababab;
  line-height: 24px;
  white-space: wrap;
  font-family: Tahoma, Helvetica, "SimSun", sans-serif, FontAwesome, simple-line-icons;
}
.papp.forum .main-content {
  width: 840px;
}
.papp.forum .main-content .sec1 {
  position: relative;
}
.papp.forum .main-content .sec1 .sec1-left {
  width: 100px;
  float: left;
  display: block;
  margin-right: 10px;
}
.papp.forum .main-content .sec1 .sec1-main {
  width: 730px;
  display: block;
  float: left;
}
.papp.forum .main-content .sec1 .sec1-main .top-line {
  display: block;
  margin-bottom: 5px;
  float: left;
}
.papp.forum .main-content .sec1 .sec1-main .top-line:before,
.papp.forum .main-content .sec1 .sec1-main .top-line:after {
  content: " ";
  display: table;
}
.papp.forum .main-content .sec1 .sec1-main .top-line:after {
  clear: both;
}
.papp.forum .main-content .sec1 .sec1-main .top-line .top-pics {
  height: 240px;
  border: 1px solid #cccccc;
  width: 355px;
  margin-right: 20px;
  display: block;
  float: left;
}
.papp.forum .main-content .sec1 .sec1-main .top-line .top-titles {
  width: 355px;
  margin-right: 0;
  display: block;
  float: left;
}
.papp.forum .main-content .sec1 .sec1-main .top-news {
  width: 355px;
  margin-right: 20px;
  display: block;
  float: left;
}
.papp.forum .main-content .sec1 .sec1-main .top-threads {
  width: 355px;
  margin-right: 0;
  display: block;
  float: left;
}
.papp.forum .main-content .sec2 .secleft {
  width: 410px;
  margin-right: 20px;
  display: block;
  float: left;
}
.papp.forum .main-content .sec2 .secright {
  width: 410px;
  margin-right: 0;
  display: block;
  float: left;
}
.papp.forum .main-content .sec2 .secfull {
  width: 840px;
  margin-right: 0;
  display: block;
  float: left;
}
.papp.forum .main-content .sec2 .pic-line > ul > li {
  display: block;
  float: left;
  margin: 0 4px 10px 4px;
  width: 160px;
  height: 140px;
  overflow: hidden;
}
.papp.forum .main-content .sec2 .pic-line > ul > li .pic-frame {
  width: 160px;
  height: 120px;
  border: 1px solid #cccccc;
  padding: 4px;
}
.papp.forum .main-content .sec2 .pic-line > ul > li .pic-frame .pic {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.papp.forum .main-content .sec2 .pic-line > ul > li .pic-frame .pic img {
  height: 150%;
}
.papp.forum .main-content .sec2 .pic-line > ul > li .txt {
  height: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ' ';
  text-align: center;
}
.papp.forum .main-content .sec3 .secleft {
  width: 410px;
  margin-right: 20px;
  display: block;
  float: left;
}
.papp.forum .main-content .sec3 .secright {
  width: 410px;
  margin-right: 0;
  display: block;
  float: left;
}
.papp.forum .main-content .sec3 .pic-line {
  margin-top: 10px;
}
.papp.forum .main-content .sec3 .pic-line > ul > li {
  display: block;
  float: left;
  margin: 0 4px 10px 4px;
  width: 128px;
  height: 170px;
  overflow: hidden;
}
.papp.forum .main-content .sec3 .pic-line > ul > li .pic-frame {
  width: 128px;
  height: 150px;
  border: 1px solid #cccccc;
  padding: 4px;
}
.papp.forum .main-content .sec3 .pic-line > ul > li .pic-frame .pic {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.papp.forum .main-content .sec3 .pic-line > ul > li .pic-frame .pic img {
  height: 150%;
}
.papp.forum .main-content .sec3 .pic-line > ul > li .txt {
  height: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ' ';
  text-align: center;
}
.papp.forum .main-content .sec4 .secfull {
  width: 840px;
  margin-right: 0;
  display: block;
  float: left;
}
@media only screen and (max-device-width : 767px) {
  .papp.forum .wrapper {
    width: 96%;
  }
  .papp.forum .wrapper.full {
    width: 100%;
  }
  .papp.forum .wrapper .wrapper-inner {
    width: 100%;
    padding: 0;
  }
  .papp.forum .main-content {
    width: 100% !important;
  }
  .papp.forum .main-content .sec1 {
    width: 100% !important;
  }
  .papp.forum .main-content .sec1 .sec1-main {
    width: 100% !important;
  }
  .papp.forum .main-content .sec1 .sec1-main .top-line {
    width: 100% !important;
  }
  .papp.forum .main-content .sec1 .sec1-main .top-line .top-pics {
    width: 100% !important;
    height: auto !important;
    margin: 0;
  }
  .papp.forum .main-content .sec1 .sec1-main .top-line .top-titles {
    width: 100% !important;
  }
  .papp.forum .main-content .sec1 .sec1-main .top-news {
    width: 100% !important;
  }
  .papp.forum .main-content .sec1 .sec1-main .top-threads {
    width: 100% !important;
  }
  .papp.forum .main-content .sec2 {
    width: 100% !important;
  }
  .papp.forum .main-content .sec2 .pic-line > ul > li {
    display: block !important;
    float: left !important;
    margin: 0 4px 10px 4px !important;
    width: 140px !important;
    height: 130px !important;
    overflow: hidden !important;
  }
  .papp.forum .main-content .sec2 .pic-line > ul > li .pic-frame {
    width: 140px !important;
    height: 110px !important;
    border: 1px solid #cccccc !important;
    padding: 4px !important;
  }
  .papp.forum .main-content .sec2 .pic-line > ul > li .pic-frame .pic {
    width: 100% !important;
    height: 100% !important;
    overflow: hidden !important;
  }
  .papp.forum .main-content .sec2 .pic-line > ul > li .pic-frame .pic img {
    height: 150% !important;
  }
  .papp.forum .main-content .sec2 .pic-line > ul > li .txt {
    height: 20px !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ' ' !important;
    text-align: center !important;
  }
  .papp.forum .main-content .sec3 {
    width: 100% !important;
  }
  .papp.forum .main-content .secleft {
    width: 100% !important;
    margin: 0;
  }
  .papp.forum .main-content .secright {
    width: 100% !important;
  }
  .papp.forum .main-content .secfull {
    width: 100% !important;
  }
  .papp.forum .main-content .pic-line {
    width: 100% !important;
  }
  .papp.forum .main-content .pic-line > ul > li {
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 48% !important;
  }
  .papp.forum .main-content .pic-line > ul > li .pic-frame {
    margin: 0 auto;
  }
  .papp.forum .main-content .pic-title-block .pic-frame {
    width: 74px;
    height: 110px;
    border: 1px solid #cccccc;
    padding: 4px;
  }
  .papp.forum .main-content .pic-title-block .pic-frame .pic {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .papp.forum .main-content .pic-title-block .pic-frame .pic img {
    height: 150%;
  }
  .papp.forum .main-content .pic-title-block .pic-frame {
    float: left;
    margin-right: 10px;
    margin-top: 5px;
  }
}
.papp.user-account .biz-card-list > ul > li {
  float: left;
  height: 280px;
  overflow: hidden;
  margin-right: 20px;
}
.papp.user-account .biz-card-list > ul > li:before,
.papp.user-account .biz-card-list > ul > li:after {
  content: " ";
  display: table;
}
.papp.user-account .biz-card-list > ul > li:after {
  clear: both;
}
.papp.user-account .biz-card-list > ul > li .biz-card {
  width: 330px;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}
.papp.user-account .biz-card-list > ul > li .biz-card-manage-box {
  padding: 0 10px;
}
.papp.user-account .biz-card-list > ul > li .biz-card-manage-box .info-block {
  margin: 5px 0;
}
.papp.user-account .biz-card-list > ul > li .biz-card-manage-box .info-block > ul > li {
  font-size: 14px;
  color: #555555;
  line-height: 20px;
}
.papp.user-account .biz-card-list > ul > li .biz-card-manage-box .info-block > ul > li i.warning {
  color: #ee1111;
}
.papp.user-account .biz-card-list > ul > li .biz-card-manage-box .info-block > ul > li i.ok {
  color: #00a300;
}
.papp.user-account .biz-card-list > ul > li .biz-card-manage-box .info-block > ul > li a:link,
.papp.user-account .biz-card-list > ul > li .biz-card-manage-box .info-block > ul > li a:visited {
  color: #555555;
}
.papp.user-account .biz-card-list > ul > li .biz-card-manage-box .info-block > ul > li a:hover,
.papp.user-account .biz-card-list > ul > li .biz-card-manage-box .info-block > ul > li a:active {
  color: #ff6600;
}
.papp.user-account .biz-card-list > ul > li .biz-card-manage-box .btn-bar > ul > li {
  float: left;
  margin-right: 10px;
}
.papp.user-account .biz-card-editor > .biz-card {
  width: 330px;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  float: left;
  margin-right: 20px;
  margin-bottom: 10px;
}
.papp.user-account .biz-card-editor > .biz-card-editor-form {
  float: left;
  width: 400px;
}
@media only screen and (max-device-width : 767px) {
  .papp.user-account .biz-card-editor > .biz-card-editor-form {
    width: 100%;
  }
}
.papp.user-account .admin-edit-form .form-group {
  margin: 0;
  margin-bottom: 10px;
}
.papp.user-account .admin-edit-form .form-group > label > span.required {
  color: #ff6600;
}
.papp.user-account .admin-edit-form .form-group .checkbox-with-text {
  display: block;
  height: 34px;
  line-height: 34px;
}
.papp.user-account .admin-edit-form .form-group .checkbox-with-text input[type="checkbox"] {
  width: auto;
  float: left;
  display: block;
  height: 34px;
  line-height: 34px;
  margin-right: 10px;
  margin-top: 2px;
}
.papp.user-account .admin-edit-form .form-group .checkbox-with-text span {
  float: left;
  display: block;
  height: 34px;
  line-height: 34px;
}
.papp.user-account .admin-edit-form .form-group textarea {
  height: 200px;
}
.papp.user-account .admin-edit-form .form-group .upload-area {
  width: 100%;
}
.papp.user-account .admin-edit-form .form-group .upload-area:before,
.papp.user-account .admin-edit-form .form-group .upload-area:after {
  content: " ";
  display: table;
}
.papp.user-account .admin-edit-form .form-group .upload-area:after {
  clear: both;
}
.papp.user-account .admin-edit-form .form-group .upload-area span.swfupload-button {
  border: 1px solid black;
  margin: 0;
  margin-bottom: 10px;
  margin-right: 10px;
  /*					
					height: 30px;
					line-height: 30px;
					float: left;
					display: block;
					padding: 0;
					object {
						padding: 0;
						width: 48px !important;
						height: 20px !important; 
						line-height: 20px;
						display: block;
						float: left;
					}
					
				}
				.swfupload-progress-bar {
					display: block;
					float: left;
					.clearfix();
				*/
}
.papp.user-account .admin-edit-form .form-group .upload-area .swfupload-attachments:before,
.papp.user-account .admin-edit-form .form-group .upload-area .swfupload-attachments:after {
  content: " ";
  display: table;
}
.papp.user-account .admin-edit-form .form-group .upload-area .swfupload-attachments:after {
  clear: both;
}
.papp.user-account .admin-edit-form .form-group .upload-area .swfupload-attachments .attachment-item {
  float: left;
  width: 66px;
  height: 66px;
  position: relative;
  border: 1px solid #cccccc;
  margin: 0 10px 10px 0;
}
.papp.user-account .admin-edit-form .form-group .upload-area .swfupload-attachments .attachment-item .attachment-picture {
  width: 64px;
  height: 64px;
  overflow: hidden;
}
.papp.user-account .admin-edit-form .form-group .upload-area .swfupload-attachments .attachment-item .attachment-picture img {
  width: 100%;
}
.papp.user-account .admin-edit-form .form-group .upload-area .swfupload-attachments .attachment-item .attachment-actions a.delete-attachment-item {
  position: absolute;
  top: 0;
  right: 0;
  background: #555555;
  width: 10px;
  height: 12px;
  line-height: 10px;
  font-size: 12px;
  text-align: center;
}
.papp.user-account .admin-edit-form .form-group .upload-area .swfupload-attachments .attachment-item .attachment-actions a.delete-attachment-item:link,
.papp.user-account .admin-edit-form .form-group .upload-area .swfupload-attachments .attachment-item .attachment-actions a.delete-attachment-item:visited,
.papp.user-account .admin-edit-form .form-group .upload-area .swfupload-attachments .attachment-item .attachment-actions a.delete-attachment-item:hover,
.papp.user-account .admin-edit-form .form-group .upload-area .swfupload-attachments .attachment-item .attachment-actions a.delete-attachment-item:active {
  color: white;
}
.papp.user-account .admin-edit-form .form-group .upload-area .swfupload-attachments .attachment-item .attachment-actions a.delete-attachment-item:hover {
  background: #ff6600;
}
.papp.user-account .admin-edit-form .form-group-row .form-group {
  padding-left: 8px;
}
.papp.user-account .admin-search-form .panel-body {
  padding-bottom: 5px;
}
.papp.user-account .admin-search-form .one-control {
  float: left;
  width: 50%;
  margin-bottom: 10px;
}
.papp.user-account .admin-search-form .one-control label {
  display: inline-block;
  width: 25%;
  text-align: right;
}
.papp.user-account .admin-search-form .one-control .form-control {
  display: inline-block;
  width: 70%;
}
.papp.user-account .admin-list > table {
  table-layout: fixed;
}
.papp.user-account .admin-list > table th {
  width: 100px;
}
.papp.user-account .admin-list > table th.main {
  width: 100%;
}
.papp.user-account .admin-list > table td .pic {
  width: 80px;
  height: 80px;
  overflow: hidden;
}
.papp.user-account .admin-list > table td .pic img {
  width: 100%;
}
.papp.user-account .admin-list > table td .category {
  display: inline-block;
}
.papp.user-account .admin-list > table td .category i {
  color: gray;
}
.papp.user-account .admin-list > div.pagination > ul {
  float: right;
}
.papp.user-account .pm-index {
  margin-top: 10px;
  width: 100%;
  border: 1px solid #cccccc;
  margin-bottom: 10px;
}
.papp.user-account .pm-index > ul > li {
  border-bottom: 1px solid #cccccc;
  background: #f9f9f9;
  padding-left: 20px;
  position: relative;
}
.papp.user-account .pm-index > ul > li:nth-of-type(even) {
  background: #edecea;
}
.papp.user-account .pm-index > ul > li:last-of-type {
  border-bottom: 0;
}
.papp.user-account .pm-index > ul > li input[type="checkbox"] {
  position: absolute;
  top: 24px;
  left: 10px;
}
.papp.user-account .one-notification-index {
  position: relative;
  padding: 10px 140px 10px 70px;
  min-height: 68px;
}
.papp.user-account .one-notification-index:before,
.papp.user-account .one-notification-index:after {
  content: " ";
  display: table;
}
.papp.user-account .one-notification-index:after {
  clear: both;
}
.papp.user-account .one-notification-index .timestr {
  font-size: 12px;
  position: absolute;
  right: 10px;
  top: 10px;
  color: #777777;
}
.papp.user-account .one-notification-index .avatar {
  position: absolute;
  left: 10px;
  top: 10px;
  width: 48px;
  height: 48px;
  border: 1px solid white;
  box-shadow: 1px 2px 2px #d8d8d8;
}
.papp.user-account .one-notification-index .avatar img {
  width: 100%;
}
.papp.user-account .one-notification-index .summary {
  color: #777777;
  font-size: 12px;
  display: block;
  float: left;
}
.papp.user-account .one-notification-index .summary blockquote {
  font-size: 12px;
}
.papp.user-account .one-notification-index .summary a {
  margin: 0 5px;
}
.papp.user-account .one-notification-index .summary a:link,
.papp.user-account .one-notification-index .summary a:visited {
  color: #2b5797;
}
.papp.user-account .one-notification-index .summary a:hover,
.papp.user-account .one-notification-index .summary a:active {
  color: #ff6600;
}
.papp.user-account .one-notification-index .summary a.action {
  font-weight: bold;
  margin: 0 10px;
}
.papp.user-account .one-pm-index {
  position: relative;
  padding: 10px 10px 10px 70px;
}
.papp.user-account .one-pm-index:before,
.papp.user-account .one-pm-index:after {
  content: " ";
  display: table;
}
.papp.user-account .one-pm-index:after {
  clear: both;
}
.papp.user-account .one-pm-index a:link,
.papp.user-account .one-pm-index a:visited,
.papp.user-account .one-pm-index a:hover,
.papp.user-account .one-pm-index a:active {
  color: black;
}
.papp.user-account .one-pm-index .timestr {
  font-size: 14px;
  position: absolute;
  right: 10px;
  top: 10px;
  color: #777777;
}
.papp.user-account .one-pm-index .avatar {
  position: absolute;
  left: 10px;
  top: 10px;
  width: 48px;
  height: 48px;
  border: 1px solid white;
  box-shadow: 1px 2px 2px #d8d8d8;
}
.papp.user-account .one-pm-index .avatar img {
  width: 100%;
}
.papp.user-account .one-pm-index .isnew {
  position: absolute;
  left: 48px;
  top: 8px;
  background: red;
  color: white;
  padding: 2px;
  font-size: 10px;
  border-radius: 8px;
  width: 16px;
  height: 16px;
  line-height: 12px;
  text-align: center;
}
.papp.user-account .one-pm-index .user .username {
  display: inline-block;
  font-size: 16px;
}
.papp.user-account .one-pm-index .user .count {
  display: inline-block;
  font-size: 14px;
  color: #777777;
}
.papp.user-account .one-pm-index .user .count span {
  color: red;
}
.papp.user-account .one-pm-index .summary {
  margin-top: 10px;
  color: #777777;
  font-size: 12px;
  display: block;
  float: left;
}
.papp.user-account .pm-list-classic {
  width: 100%;
  border: 1px solid #cccccc;
  border-top: 0;
}
.papp.user-account .pm-list-classic > ul {
  margin-top: 10px;
}
.papp.user-account .pm-list-classic > ul > li {
  border-top: 1px solid #cccccc;
  padding: 10px;
}
.papp.user-account .one-pm-classic {
  position: relative;
  padding-left: 58px;
}
.papp.user-account .one-pm-classic:before,
.papp.user-account .one-pm-classic:after {
  content: " ";
  display: table;
}
.papp.user-account .one-pm-classic:after {
  clear: both;
}
.papp.user-account .one-pm-classic .avatar {
  position: absolute;
  left: 0;
  top: 0;
  width: 48px;
  height: 48px;
  border: 1px solid white;
  box-shadow: 1px 2px 2px #d8d8d8;
}
.papp.user-account .one-pm-classic .avatar img {
  width: 100%;
}
.papp.user-account .one-pm-classic .pm-body .username {
  font-size: 12px;
  color: #777777;
}
.papp.user-account .one-pm-classic .pm-body .username a {
  font-weight: bold;
}
.papp.user-account .one-pm-classic .pm-body .username a:link,
.papp.user-account .one-pm-classic .pm-body .username a:visited {
  color: #2b5797;
}
.papp.user-account .one-pm-classic .pm-body .username a:hover,
.papp.user-account .one-pm-classic .pm-body .username a:active {
  color: #ff6600;
}
.papp.user-account .one-pm-classic .pm-body .msg img {
  max-width: 200px;
}
.papp.user-account .one-pm-classic .pm-body .msg .quote {
  font-size: 12px;
}
.papp.user-account .one-pm-classic .pm-body .msg .quote blockquote {
  font-size: 14px;
}
.papp.user-account .one-pm-classic .info {
  color: #777777;
  font-size: 12px;
}
.papp.user-account .pm-list {
  width: 100%;
  border: 1px solid #cccccc;
}
.papp.user-account .pm-list > ul {
  margin-top: 10px;
}
.papp.user-account .pm-list > ul > li {
  margin-bottom: 10px;
}
.papp.user-account .load-more-pm {
  width: 100%;
  text-align: center;
}
.papp.user-account .load-more-pm a:link,
.papp.user-account .load-more-pm a:visited {
  color: #2b5797;
}
.papp.user-account .load-more-pm a:hover,
.papp.user-account .load-more-pm a:active {
  color: #ff6600;
}
.papp.user-account .one-pm {
  width: 100%;
  text-align: center;
  padding: 0 10px;
  min-height: 80px;
}
.papp.user-account .one-pm:before,
.papp.user-account .one-pm:after {
  content: " ";
  display: table;
}
.papp.user-account .one-pm:after {
  clear: both;
}
.papp.user-account .one-pm .time-line {
  width: 100%;
  text-align: center;
  height: 20px;
  margin-bottom: 10px;
}
.papp.user-account .one-pm .time-line span {
  display: inline-block;
  margin: 0 auto;
  width: 130px;
  color: #777777;
  font-size: 12px;
}
.papp.user-account .one-pm .avatar {
  width: 48px;
  height: 48px;
  border: 1px solid white;
  box-shadow: 1px 2px 2px #d8d8d8;
}
.papp.user-account .one-pm .avatar img {
  width: 100%;
}
.papp.user-account .one-pm .msg {
  display: inline-block;
  min-width: 100px;
  background: #eeeeee;
  border: 1px solid #555555;
  border-radius: 5px;
  padding: 10px;
  text-align: left;
  box-shadow: 1px 2px 2px #d8d8d8;
  word-wrap: break-word;
}
.papp.user-account .one-pm .msg a {
  word-wrap: break-word;
}
.papp.user-account .one-pm.pm-you .pm-body {
  padding-left: 72px;
  position: relative;
  display: block;
}
.papp.user-account .one-pm.pm-you .avatar {
  position: absolute;
  left: 0;
  top: 0;
}
.papp.user-account .one-pm.pm-you .msg {
  display: inline-block;
  float: left;
  margin-right: 20%;
  min-width: 200px;
  position: relative;
  background: #fedee5;
  border-color: #ff88cb;
}
.papp.user-account .one-pm.pm-you .msg:before,
.papp.user-account .one-pm.pm-you .msg:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-left: 0;
}
.papp.user-account .one-pm.pm-you .msg:before {
  left: -10px;
  top: 10px;
  border-right-color: #ff3baa;
  border-width: 10px;
}
.papp.user-account .one-pm.pm-you .msg:after {
  left: -9px;
  top: 11px;
  border-right-color: #fedee5;
  border-width: 9px;
}
.papp.user-account .one-pm.pm-you .msg img {
  width: 100%;
  max-width: 300px;
}
.papp.user-account .one-pm.pm-me .pm-body {
  padding-right: 72px;
  position: relative;
  display: block;
}
.papp.user-account .one-pm.pm-me .avatar {
  position: absolute;
  right: 0;
  top: 0;
}
.papp.user-account .one-pm.pm-me .msg {
  display: inline-block;
  float: right;
  margin-left: 20%;
  min-width: 200px;
  position: relative;
  background: #cde8f5;
  border-color: #777777;
}
.papp.user-account .one-pm.pm-me .msg:before,
.papp.user-account .one-pm.pm-me .msg:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-right: 0;
}
.papp.user-account .one-pm.pm-me .msg:before {
  right: -10px;
  top: 10px;
  border-left-color: #515151;
  border-width: 10px;
}
.papp.user-account .one-pm.pm-me .msg:after {
  right: -9px;
  top: 11px;
  border-left-color: #cde8f5;
  border-width: 9px;
}
.papp.user-account .one-pm.pm-me .msg img {
  width: 100%;
  max-width: 300px;
}
.papp.user-account .pm-sender {
  width: 100%;
  border: 1px solid #cccccc;
  border-top: 0;
  padding: 10px;
}
.papp.user-account .pm-sender:before,
.papp.user-account .pm-sender:after {
  content: " ";
  display: table;
}
.papp.user-account .pm-sender:after {
  clear: both;
}
.papp.user-account .pm-sender .username {
  margin-bottom: 5px;
  line-height: 24px;
  height: 24px;
  position: relative;
  padding-left: 60px;
}
.papp.user-account .pm-sender .username:before,
.papp.user-account .pm-sender .username:after {
  content: " ";
  display: table;
}
.papp.user-account .pm-sender .username:after {
  clear: both;
}
.papp.user-account .pm-sender .username label {
  color: #555555;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  margin-right: 10px;
}
.papp.user-account .pm-sender .username input {
  display: block;
  height: 24px;
  float: left;
  width: 100%;
  max-width: 300px;
}
.papp.user-account .pm-sender .input-box {
  width: 100%;
  margin-bottom: 5px;
}
.papp.user-account .pm-sender .input-box textarea {
  width: 100%;
}
.papp.user-account .pm-sender .act-bar {
  float: left;
}
.papp.user-account .pm-sender .act-bar a {
  margin-right: 10px;
}
.papp.user-account .pm-sender .act-bar a i {
  font-size: 20px;
}
.papp.user-account .pm-sender .send-button {
  float: right;
}
.papp.user-account .pm-sender .send-button .btn {
  font-size: 14px;
}
.papp.user-account .account-item-list {
  margin: 10px 0;
  border: 1px solid #cccccc;
  border-bottom: 0;
  width: 100%;
}
.papp.user-account .account-item-list > ul > li {
  border-bottom: 1px solid #cccccc;
  position: relative;
  padding: 0 10px;
}
.papp.user-account .one-account-item {
  position: relative;
}
.papp.user-account .one-account-item:before,
.papp.user-account .one-account-item:after {
  content: " ";
  display: table;
}
.papp.user-account .one-account-item:after {
  clear: both;
}
.papp.user-account .one-account-item .checkbox,
.papp.user-account .one-account-item .pic,
.papp.user-account .one-account-item .body,
.papp.user-account .one-account-item .act-bar {
  display: block;
  padding: 10px 5px;
}
.papp.user-account .one-account-item .checkbox {
  float: left;
  width: 30px;
}
.papp.user-account .one-account-item .checkbox input[type="checkbox"] {
  margin: 0;
  padding: 0;
}
.papp.user-account .one-account-item .pic {
  float: left;
  width: 60px;
}
.papp.user-account .one-account-item .pic img {
  width: 48px;
  height: 48px;
}
.papp.user-account .one-account-item .act-bar {
  float: right;
  width: 120px;
  text-align: right;
}
.papp.user-account .one-account-item .body {
  overflow: hidden;
  float: left;
  width: 610px;
}
.papp.user-account .one-account-item .body .title .reply {
  background: #f2f2f2;
  padding: 5px;
  margin: 5px 0;
  border-radius: 5px;
}
.papp.user-account .one-account-item .body .info {
  font-size: 12px;
}
.papp.user-account .one-account-item .body .info .txt-gray {
  color: gray;
}
.papp.user-account .one-account-item .body .info .txt-red {
  color: red;
}
.papp.user-account .one-account-item .body .info .txt-green {
  color: green;
}
.papp.user-account .one-account-item .body .info .txt-blue {
  color: blue;
}
.papp.user-account .one-account-item.with-check .body {
  width: 580px;
}
.papp.user-account .one-account-item.with-pic .body {
  width: 550px;
}
.papp.user-account .one-account-item.with-check-pic .body {
  width: 520px;
}
@media only screen and (max-device-width : 767px) {
  .papp.user-account .pm-index {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .papp.user-account .pm-index > ul > li {
    padding-left: 0;
  }
  .papp.user-account .pm-index > ul > li input[type="checkbox"] {
    display: none;
  }
  .papp.user-account .one-notification-index {
    padding: 10px 0px 10px 70px;
  }
  .papp.user-account .one-notification-index .timestr {
    display: block;
    float: left;
    position: relative;
    top: auto;
    right: auto;
  }
  .papp.user-account .one-notification-index .summary {
    font-size: 12px;
    line-height: 28px;
  }
  .papp.user-account .one-notification-index .summary a:link,
  .papp.user-account .one-notification-index .summary a:visited,
  .papp.user-account .one-notification-index .summary a:hover,
  .papp.user-account .one-notification-index .summary a:active {
    color: #005750;
  }
  .papp.user-account .one-notification-index .summary a.action {
    background: #3c8f7c;
    color: white;
    border-radius: 5px;
    padding: 2px 5px;
    font-weight: normal;
  }
  .papp.user-account .one-notification-index .summary img {
    max-width: 20px;
    max-height: 20px;
  }
  .papp.user-account .one-pm-index {
    overflow: hidden;
    /*		
			.timestr {
				display: block;
				float: left;
				position: relative;
				top: auto;
				right: auto;
			}
			.summary {
				display: none;
			}*/
  }
  .papp.user-account .one-pm-index .timestr {
    font-size: 12px;
    line-height: 24px;
  }
  .papp.user-account .one-pm-index .summary {
    margin-top: 5px;
    height: 24px;
    line-height: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ' ';
  }
  .papp.user-account .one-pm-index .user .username {
    font-size: 14px;
    line-height: 24px;
  }
  .papp.user-account .one-pm .msg {
    max-width: 200px;
  }
  .papp.user-account .account-item-list {
    border: 0;
    margin: 0;
  }
  .papp.user-account .account-item-list > ul > li {
    border-bottom: 1px solid #3c8f7c;
  }
  .papp.user-account .account-item-list > ul > li:last-of-type {
    border-bottom: 0;
  }
  .papp.user-account .one-account-item {
    padding-right: 60px;
  }
  .papp.user-account .one-account-item .more-action {
    position: absolute;
    right: 10px;
    top: 10px;
  }
  .papp.user-account .one-account-item .more-action ul.dropdown-menu {
    left: auto;
    right: 0;
    max-width: 100px;
    min-width: 80px;
  }
  .papp.user-account .one-account-item .body {
    width: auto !important;
  }
  .papp.user-account .admin-edit-form .panel-heading,
  .papp.user-account .admin-edit-form .panel-body,
  .papp.user-account .admin-edit-form .panel-footer {
    padding-left: 10px;
    padding-right: 10px;
  }
  .papp.user-account .admin-edit-form .form-group {
    padding-left: 0;
    padding-right: 0;
  }
  .papp.user-account .admin-edit-form .form-group label,
  .papp.user-account .admin-edit-form .form-group .col-md-1,
  .papp.user-account .admin-edit-form .form-group .col-md-2,
  .papp.user-account .admin-edit-form .form-group .col-md-3,
  .papp.user-account .admin-edit-form .form-group .col-md-4,
  .papp.user-account .admin-edit-form .form-group .col-md-5,
  .papp.user-account .admin-edit-form .form-group .col-md-6,
  .papp.user-account .admin-edit-form .form-group .col-md-7,
  .papp.user-account .admin-edit-form .form-group .col-md-8,
  .papp.user-account .admin-edit-form .form-group .col-md-9,
  .papp.user-account .admin-edit-form .form-group .col-md-10,
  .papp.user-account .admin-edit-form .form-group .col-md-11,
  .papp.user-account .admin-edit-form .form-group .col-md-12 {
    padding-left: 0;
    padding-right: 0;
  }
  .papp.user-account .admin-edit-form .form-group textarea {
    height: 100px;
  }
  .papp.user-account .admin-edit-form .form-group-row .form-group {
    padding-left: 0;
  }
}
.papp .app-list {
  width: 100%;
}
.papp .app-list > ul {
  width: 100%;
}
.papp .app-list > ul > li {
  padding: 10px 0;
  list-style: none;
  float: left;
  width: 25%;
  text-align: center;
}
.papp .app-list .app .icon img {
  width: 64px;
  height: 64px;
}
.papp .app-list .app .txt a {
  font-size: 14px;
  font-weight: bold;
}
.papp .app-list .app .txt a:link,
.papp .app-list .app .txt a:visited,
.papp .app-list .app .txt a:hover,
.papp .app-list .app .txt a:active {
  color: #555555;
}
.papp .app-list .app .round-icon {
  width: 64px;
  height: 64px;
  border-radius: 32px;
  position: relative;
  margin: 0 auto;
}
.papp .app-list .app .round-icon img {
  width: 48px;
  height: 48px;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
/*----响应式设计，目前仅仅用800px来区分手机和桌面版/tab ----*/
@media only screen and (min-device-width : 768px) {
  .papp .mobile {
    display: none !important;
  }
  .papp .wrapper {
    width: 1004px;
    margin: 0 auto;
  }
}
@media only screen and (max-device-width : 767px) {
  .papp .desktop {
    display: none !important;
  }
  .papp .wrapper {
    width: 100%;
    margin: 0 auto ;
    position: relative;
  }
  .papp div.pagination {
    text-align: center;
  }
  .papp div.pagination > ul.pagination > li {
    display: none;
  }
  .papp div.pagination > ul.pagination > li.prev,
  .papp div.pagination > ul.pagination > li.next,
  .papp div.pagination > ul.pagination > li.active {
    display: inline;
  }
}
/*----layout0 ----*/
.papp.layout0 .wrapper {
  width: 1004px;
  margin: 0 auto;
}
.papp.layout0 .wrapper:before,
.papp.layout0 .wrapper:after {
  content: " ";
  display: table;
}
.papp.layout0 .wrapper:after {
  clear: both;
}
@media only screen and (max-device-width : 767px) {
  .papp.layout0 .wrapper {
    width: 100% !important;
    min-width: 300px;
  }
  .papp.layout0 .main-content {
    width: 100%;
    padding: 0;
  }
}
.papp.layout-sidebar .wrapper {
  width: 1004px;
  margin: 0 auto;
  position: relative;
}
.papp.layout-sidebar .wrapper:before,
.papp.layout-sidebar .wrapper:after {
  content: " ";
  display: table;
}
.papp.layout-sidebar .wrapper:after {
  clear: both;
}
.papp.layout-sidebar .main-content {
  width: 980px;
  min-height: 500px;
  padding-left: 220px;
}
.papp.layout-sidebar .left-bar {
  width: 200px;
  position: absolute;
  left: 0;
  top: 0;
}
@media only screen and (max-device-width : 767px) {
  .papp.layout-sidebar .wrapper {
    width: 100% !important;
    min-width: 300px;
  }
  .papp.layout-sidebar .main-content {
    width: 100%;
    padding: 0;
  }
  .papp.layout-sidebar .left-bar {
    width: 100%;
    position: relative;
    left: auto;
    top: auto;
  }
}
.papp.layout-dl .wrapper {
  width: 1004px;
  margin: 0 auto;
}
.papp.layout-dl .wrapper:before,
.papp.layout-dl .wrapper:after {
  content: " ";
  display: table;
}
.papp.layout-dl .wrapper:after {
  clear: both;
}
.papp.layout-dl .main-content {
  width: 760px;
}
.papp.layout-dl .right-content {
  width: 220px;
}
@media only screen and (max-device-width : 767px) {
  .papp.layout-dl .wrapper {
    width: 96%;
    min-width: 300px;
  }
  .papp.layout-dl .main-content {
    width: 100%;
  }
  .papp.layout-dl .right-content {
    display: none;
  }
}
/*-----layout1 -----*/
.papp.layout1 .wrapper {
  width: 1004px;
  margin: 0 auto;
}
.papp.layout1 .wrapper:before,
.papp.layout1 .wrapper:after {
  content: " ";
  display: table;
}
.papp.layout1 .wrapper:after {
  clear: both;
}
.papp.layout1 .main-content {
  width: 660px;
}
.papp.layout1 .right-content {
  width: 320px;
  position: relative;
}
@media only screen and (max-device-width : 767px) {
  .papp.layout1 .wrapper {
    width: 96%;
    min-width: 300px;
  }
  .papp.layout1 .main-content {
    width: 100%;
  }
  .papp.layout1 .right-content {
    display: none;
  }
}
.papp.layout1_1 .wrapper {
  width: 1004px;
  margin: 0 auto;
}
.papp.layout1_1 .wrapper:before,
.papp.layout1_1 .wrapper:after {
  content: " ";
  display: table;
}
.papp.layout1_1 .wrapper:after {
  clear: both;
}
.papp.layout1_1 .main-content {
  width: 660px;
}
.papp.layout1_1 .right-content {
  width: 320px;
  position: relative;
}
@media only screen and (max-device-width : 767px) {
  .papp.layout1_1 .wrapper {
    width: 100% !important;
    min-width: 300px;
  }
  .papp.layout1_1 .main-content {
    width: 100%;
  }
  .papp.layout1_1 .right-content {
    display: none;
  }
}
/*-----layout2 -----*/
.papp.layout2 .wrapper {
  width: 1004px;
  margin: 0 auto;
}
.papp.layout2 .wrapper:before,
.papp.layout2 .wrapper:after {
  content: " ";
  display: table;
}
.papp.layout2 .wrapper:after {
  clear: both;
}
.papp.layout2 .main-content {
  width: 716px;
}
.papp.layout2 .right-content {
  width: 288px;
}
.papp.layout2 row-content {
  width: 100%;
}
.papp.layout2 .main-left {
  position: relative;
  float: left;
  display: block;
  width: 340px;
  margin-right: 24px;
}
.papp.layout2 .main-right {
  position: relative;
  float: left;
  display: block;
  width: 340px;
}
@media only screen and (max-device-width : 767px) {
  .papp.layout2 .wrapper {
    width: 96%;
  }
  .papp.layout2 .main-content {
    width: 100%;
  }
  .papp.layout2 .right-content {
    display: none;
    width: 100%;
  }
  .papp.layout2 .main-left {
    width: 100%;
  }
  .papp.layout2 .main-right {
    width: 100%;
  }
  .papp.layout2.show-right .right-content {
    display: block;
  }
}
@media only screen and (max-device-width : 767px) {
  .papp.layout2.nopadding .wrapper {
    width: 100%;
  }
}
@media only screen and (min-device-width : 768px) {
  .papp.layout-f1 .wrapper {
    min-width: 1004px;
    width: 98%;
    margin: 0 auto;
  }
  .papp.layout-f1 .wrapper:before,
  .papp.layout-f1 .wrapper:after {
    content: " ";
    display: table;
  }
  .papp.layout-f1 .wrapper:after {
    clear: both;
  }
  .papp.layout-f1 .wrapper-inner {
    width: 100%;
    position: relative;
    padding-left: 172px;
  }
  .papp.layout-f1 .main-content {
    position: relative;
    overflow: hidden;
    width: 100%;
  }
  .papp.layout-f1 .left-content {
    width: 160px;
    position: absolute;
    top: 0;
    left: 0;
  }
  .papp.layout-f1 row-content {
    width: 100%;
  }
}
@media only screen and (min-device-width : 768px) {
  .papp.layout-f1.fix .wrapper {
    width: 1004px;
  }
}
@media only screen and (max-device-width : 767px) {
  .papp.layout-f1 .wrapper {
    width: 100% !important;
    min-width: 300px;
  }
  .papp.layout-f1 .wrapper-inner {
    padding: 0;
  }
  .papp.layout-f1 .main-content {
    position: relative;
    overflow: hidden;
    width: 100%;
  }
  .papp.layout-f1 .left-content {
    display: none;
  }
}
/*----layout 相关的部件 ----*/
.papp {
  /*----常见的灰色右侧栏，包含标题列表，单行图片，广告位 ---*/
}
.papp .right-column {
  background-color: #f7f7f7;
  overflow: hidden;
}
.papp .right-column .dot-txt {
  padding: 0 10px;
}
.papp .right-column .pic-list {
  padding: 0 10px;
}
.papp .right-column .ads-right {
  width: 100%;
  display: block;
  padding: 10px;
}
.papp .right-column .ads-right iframe {
  width: 100%;
  height: 240px;
  border: 0;
  overflow: hidden;
}
.papp .mgrid-700-300 > .col1 {
  display: block;
  float: left;
  width: 700px;
}
.papp .mgrid-700-300 > .col2 {
  display: block;
  float: right;
  width: 300px;
}
@media only screen and (max-device-width : 767px) {
  .papp .mgrid-700-300 > .col1,
  .papp .mgrid-700-300 > .col2 {
    width: 100%;
  }
}
.papp .mgrid-345-345:before,
.papp .mgrid-345-345:after {
  content: " ";
  display: table;
}
.papp .mgrid-345-345:after {
  clear: both;
}
.papp .mgrid-345-345 > .col1 {
  display: block;
  float: left;
  width: 345px;
}
.papp .mgrid-345-345 > .col2 {
  display: block;
  float: right;
  width: 345px;
}
@media only screen and (max-device-width : 767px) {
  .papp .mgrid-345-345 > .col1,
  .papp .mgrid-345-345 > .col2 {
    width: 100%;
  }
}
.papp .mbar-700x48 {
  display: block;
  float: left;
  width: 700px;
  height: 48px;
  margin-bottom: 10px;
}
.papp .mbar-700x48:before,
.papp .mbar-700x48:after {
  content: " ";
  display: table;
}
.papp .mbar-700x48:after {
  clear: both;
}
.papp .title-box {
  border: 1px solid #cccccc;
  margin-bottom: 10px;
}
.papp .title-box > .title-bar {
  background: #f2f2f2;
  height: 40px;
  padding: 0 10px;
}
.papp .title-box > .title-bar h4 {
  display: block;
  float: left;
  line-height: 38px;
  margin: 0;
  font-size: 18px;
  font-weight: bold;
}
.papp .title-box > .title-bar span {
  display: block;
  float: right;
}
.papp .title-box > .title-bar span a {
  font-size: 12px;
  line-height: 38px;
}
.papp .title-box > .content {
  padding: 10px;
}
.papp .title-box.color-saddlebrown > .title-bar {
  border-bottom: 2px solid #b85b19;
}
.papp .title-box.color-saddlebrown > .title-bar h4 {
  color: saddlebrown;
}
.papp .title-box.color-saddlebrown > .title-bar span a i {
  color: saddlebrown;
}
@media only screen and (max-device-width : 767px) {
  .papp .title-box {
    border: 0;
  }
}
.papp .avatar-txt-list:before,
.papp .avatar-txt-list:after {
  content: " ";
  display: table;
}
.papp .avatar-txt-list:after {
  clear: both;
}
.papp .avatar-txt-list > ul > li {
  display: block;
  float: left;
  width: 112px;
  height: 160px;
  margin-right: 12px;
  overflow: hidden;
}
.papp .avatar-txt-list > ul > li:last-of-type {
  margin-right: 0;
}
.papp .avatar-txt-one {
  height: 100%;
}
.papp .avatar-txt-one .pic {
  width: 112px;
  height: 112px;
  border: 1px solid #cccccc;
}
.papp .avatar-txt-one .pic img {
  width: 100%;
  height: 100%;
}
.papp .avatar-txt-one p {
  width: 100%;
  padding: 5px;
  font-weight: bold;
  text-align: center;
}
.papp .avatar-txt-one p a:link,
.papp .avatar-txt-one p a:visited,
.papp .avatar-txt-one p a:hover,
.papp .avatar-txt-one p a:active {
  color: #555555;
}
.papp ul.dot-txt.link-blue a:link,
.papp ul.dot-txt.link-blue a:visited,
.papp ul.dot-txt.link-blue a:hover,
.papp ul.dot-txt.link-blue a:active {
  color: #000099;
}
.papp .block-large-pic-bottom-txt {
  width: 100%;
  height: 148px;
  margin-bottom: 6px;
  overflow: hidden;
  position: relative;
  border: 1px solid #cccccc;
}
.papp .block-large-pic-bottom-txt .pic img {
  width: 100%;
}
.papp .block-large-pic-bottom-txt .txt {
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 2px 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ' ';
  background: black;
  opacity: 0.8;
  text-align: center;
}
.papp .block-large-pic-bottom-txt .txt a {
  font-weight: bold;
}
.papp .block-large-pic-bottom-txt .txt a:link,
.papp .block-large-pic-bottom-txt .txt a:visited,
.papp .block-large-pic-bottom-txt .txt a:hover,
.papp .block-large-pic-bottom-txt .txt a:active {
  color: white;
}
.papp .block-dot-title-summary {
  width: 100%;
  height: 68px;
}
.papp .block-dot-title-summary .title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ' ';
  background: url(mc_images/icon_01.gif) no-repeat -5px 6px;
  padding-left: 10px;
  font-weight: bold;
  font-size: 16px;
  line-height: 30px;
}
.papp .block-dot-title-summary .pic {
  display: none;
}
.papp .block-dot-title-summary .summary {
  padding-left: 10px;
  font-size: 12px;
  color: #555555;
}
.papp .block-dot-title-summary.dash {
  border-bottom: 1px dashed #777777;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.papp .block-dot-title-summary.link-orange a:link,
.papp .block-dot-title-summary.link-orange a:visited,
.papp .block-dot-title-summary.link-orange a:hover,
.papp .block-dot-title-summary.link-orange a:active {
  color: #ff6600;
}
.papp .block-pic-left-title-summary {
  width: 100%;
  height: 68px;
  position: relative;
  padding-left: 110px;
  overflow: hidden;
}
.papp .block-pic-left-title-summary .pic {
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100px;
  height: 60px;
}
.papp .block-pic-left-title-summary .pic img {
  width: 100%;
}
.papp .block-pic-left-title-summary .title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ' ';
  font-weight: bold;
  font-size: 16px;
  line-height: 30px;
}
.papp .block-pic-left-title-summary .summary {
  font-size: 12px;
  color: #555555;
}
.papp .block-pic-left-title-summary.link-blue a:link,
.papp .block-pic-left-title-summary.link-blue a:visited,
.papp .block-pic-left-title-summary.link-blue a:hover,
.papp .block-pic-left-title-summary.link-blue a:active {
  color: #000099;
}
.papp .block-pic-left-title-summary.link-orange a:link,
.papp .block-pic-left-title-summary.link-orange a:visited,
.papp .block-pic-left-title-summary.link-orange a:hover,
.papp .block-pic-left-title-summary.link-orange a:active {
  color: #ff6600;
}
.papp .block-pic-left-title-summary.dash {
  border-bottom: 1px dashed #777777;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.papp .block-toolbox {
  padding: 10px;
}
.papp .block-toolbox:before,
.papp .block-toolbox:after {
  content: " ";
  display: table;
}
.papp .block-toolbox:after {
  clear: both;
}
.papp .block-toolbox > ul > li {
  width: 33%;
  display: block;
  float: left;
  padding: 3px;
}
.papp .block-toolbox.dash {
  border-bottom: 1px dashed #777777;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.papp .block-toolbox-one {
  border: 1px solid #b85b19;
  text-align: center;
  padding: 2px 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ' ';
}
.papp .block-toolbox-one a {
  font-weight: bold;
}
.papp.immigration-index ul.dot-txt {
  margin-bottom: 0;
}
.papp.longweibo .wrapper {
  width: 440px;
  margin: 0 auto;
}
.papp.longweibo .wrapper:before,
.papp.longweibo .wrapper:after {
  content: " ";
  display: table;
}
.papp.longweibo .wrapper:after {
  clear: both;
}
.papp.longweibo .main-content {
  width: 100%;
}
.papp.longweibo .article h1 {
  font-size: 18px;
  line-height: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ababab;
}
.papp.longweibo .article .info {
  display: none;
}
.papp.longweibo .article .body p span.image {
  margin: 0 auto;
}
.papp.longweibo .article .body p span.image img {
  max-width: 100%;
}
.papp.longweibo .ninepic {
  width: 440px;
  border: 1px solid #cccccc;
  box-shadow: 1px 2px 2px #d8d8d8;
}
.papp.longweibo .ninepic:before,
.papp.longweibo .ninepic:after {
  content: " ";
  display: table;
}
.papp.longweibo .ninepic:after {
  clear: both;
}
.papp.longweibo .ninepic > ul {
  margin: 5px 0 0 5px;
}
.papp.longweibo .ninepic > ul > li {
  display: block;
  float: left;
  width: 139.33333333px;
  height: 139.33333333px;
  overflow: hidden;
  margin: 0 5px 5px 0;
  border: 1px solid #cccccc;
  box-shadow: 1px 2px 2px #d8d8d8;
}
.papp.longweibo .ninepic > ul > li img {
  max-width: 200px;
}
.papp .txt-logo-bar {
  height: 80px;
  border: 1px solid #555555;
  position: relative;
}
.papp .txt-logo-bar:before,
.papp .txt-logo-bar:after {
  content: " ";
  display: table;
}
.papp .txt-logo-bar:after {
  clear: both;
}
.papp .txt-logo-bar .logo {
  border: 1px solid #555555;
  border-radius: 15px;
  background: white;
  opacity: 0.85;
  width: 240px;
  height: 60px;
  position: absolute;
  left: 10px;
  top: 10px;
  float: left;
}
.papp .txt-logo-bar .logo .name {
  font-size: 24px;
  font-weight: bold;
  color: #4a516d;
  text-align: center;
}
.papp .txt-logo-bar .logo .name span {
  color: #ff6600;
}
.papp .txt-logo-bar .logo .siteurl {
  opacity: 1;
  width: 240px;
  font-size: 16px;
  color: #555555;
  text-align: center;
}
.papp .txt-logo-bar .logo .siteurl span {
  background: white;
  padding: 0 10px;
}
.papp .txt-logo-bar .banner {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.papp .txt-logo-bar .banner img {
  width: 100%;
}
.papp .cat-list-out > ul > li {
  border-bottom: 1px dashed #777777;
  padding: 5px 0 ;
  font-size: 14px;
}
.papp .cat-list-out > ul > li > .cat > span {
  height: 28px;
  line-height: 28px;
}
.papp .cat-list-out > ul > li > .cat > span > a:link,
.papp .cat-list-out > ul > li > .cat > span > a:visited,
.papp .cat-list-out > ul > li > .cat > span > a:hover,
.papp .cat-list-out > ul > li > .cat > span > a:active {
  color: #0086c7;
}
.papp .cat-list-out > ul > li > .cat > ul > li {
  display: inline-block;
  margin-right: 5px;
}
.papp .wide-box {
  border: 1px solid #fd9927;
  background: #fff8f1;
}
.papp .wide-box:before,
.papp .wide-box:after {
  content: " ";
  display: table;
}
.papp .wide-box:after {
  clear: both;
}
.papp .wide-box.boldtop {
  border-top: 2px solid #ff6600;
}
.papp .wide-box > .title-plain {
  padding: 5px 10px;
  font-size: 18px;
  color: #ff6600;
}
.papp .wide-box > .title-bar {
  padding: 5px 10px;
  padding-right: 80px;
  border-bottom: 2px solid #ff6600;
  position: relative;
}
.papp .wide-box > .title-bar:before,
.papp .wide-box > .title-bar:after {
  content: " ";
  display: table;
}
.papp .wide-box > .title-bar:after {
  clear: both;
}
.papp .wide-box > .title-bar > .title {
  display: block;
  float: left;
  font-size: 18px;
  color: #ff6600;
}
.papp .wide-box > .title-bar > .title:before,
.papp .wide-box > .title-bar > .title:after {
  content: " ";
  display: table;
}
.papp .wide-box > .title-bar > .title:after {
  clear: both;
}
.papp .wide-box > .title-bar > .title span {
  color: #b3b3b3;
  font-size: 14px;
  padding-left: 10px;
}
.papp .wide-box > .title-bar > .action {
  display: block;
  float: right;
  margin-top: 2px;
}
.papp .wide-box > .title-bar > .more {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 12px;
}
.papp .wide-box > .box-content {
  padding: 10px 10px;
  background: white;
}
.papp .wide-box > .box-content > .search-box {
  display: block;
  max-width: 300px;
  margin: 10px 0;
}
.papp .wide-box-set1:before,
.papp .wide-box-set1:after {
  content: " ";
  display: table;
}
.papp .wide-box-set1:after {
  clear: both;
}
.papp .wide-box-set1 > .gray-box {
  background: #f2f2f2;
  display: block;
  float: right;
  padding: 10px;
  width: 320px;
}
.papp .wide-box-set1 > .gray-box > h4 {
  font-size: 14px;
  line-height: 20px;
  color: #555555;
}
.papp .wide-box-set1 > .white-box {
  display: block;
  float: left;
  width: 660px;
}
.papp .wide-box-set1 > .white-box > h4 {
  font-size: 14px;
  line-height: 20px;
  color: #555555;
}
.papp .lister-4x2 {
  width: 100%;
}
.papp .lister-4x2 > ul {
  width: 100%;
}
.papp .lister-4x2 > ul > li {
  display: block;
  float: left;
  width: 25%;
  padding: 5px;
}
.papp .pic-over-txt {
  width: 100%;
  max-width: 160px;
  height: 130px;
  display: block;
  float: left;
  padding-right: 10px;
}
.papp .pic-over-txt .pic {
  width: 100%;
  height: 100px;
  overflow: hidden;
}
.papp .pic-over-txt .pic img {
  width: 100%;
}
.papp .pic-over-txt span {
  width: 100%;
  display: inline-block;
  text-align: center;
  line-height: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ' ';
}
.papp .title-list > ol {
  list-style-type: none;
  counter-reset: ol-counter;
}
.papp .title-list > ol > li {
  position: relative;
  line-height: 28px;
  padding-left: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ' ';
}
.papp .title-list > ol > li:before {
  position: absolute;
  left: 0;
  top: 6px;
  width: 15px;
  height: 15px;
  text-align: center;
  line-height: 15px;
  font-size: 12px;
  background: #cccccc;
  border-radius: 5px;
  content: counter(ol-counter);
  counter-increment: ol-counter;
}
.papp .title-list > ol > li a {
  font-size: 14px;
}
.papp .title-list > ol > li:nth-of-type(1):before {
  background: #f36a5b;
}
.papp .title-list > ol > li:nth-of-type(2):before {
  background: #5c9bd1;
}
.papp .title-list > ol > li:nth-of-type(3):before {
  background: #45b6af;
}
.papp .title-list > ul {
  list-style-type: none;
}
.papp .title-list > ul > li {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ' ';
  position: relative;
  line-height: 28px;
  padding-left: 10px;
  background: url(mc_images/icon_01.gif) no-repeat -5px 6px;
}
.papp .cat-list-out-full.divider {
  border-top: 1px solid #eeeeee;
}
.papp .cat-list-out-full > ul {
  display: table;
  width: 100%;
}
.papp .cat-list-out-full > ul > li {
  display: inline-table;
  width: 33%;
  font-size: 14px;
}
.papp .cat-list-out-full > ul > li > .cat {
  padding: 10px;
  border: 1px solid transparent;
  border-top: 2px solid transparent;
}
@media only screen and (min-device-width : 768px) {
  .papp .cat-list-out-full > ul > li > .cat:hover {
    background: #fefefe;
    border: 1px solid #cccccc;
    border-top: 2px solid #ee1111;
  }
}
.papp .cat-list-out-full > ul > li > .cat > .cat-head {
  display: block;
  height: 37px;
}
.papp .cat-list-out-full > ul > li > .cat > .cat-head img {
  margin: 0;
  display: block;
  float: left;
  margin-right: 10px;
}
.papp .cat-list-out-full > ul > li > .cat > .cat-head span {
  font-size: 20px;
  line-height: 37px;
  display: block;
  float: left;
}
.papp .cat-list-out-full > ul > li > .cat > span {
  height: 28px;
  line-height: 28px;
}
.papp .cat-list-out-full > ul > li > .cat > span > a {
  font-size: 15px;
  font-weight: bold;
}
.papp .cat-list-out-full > ul > li > .cat > span > a:link,
.papp .cat-list-out-full > ul > li > .cat > span > a:visited,
.papp .cat-list-out-full > ul > li > .cat > span > a:hover,
.papp .cat-list-out-full > ul > li > .cat > span > a:active {
  color: black;
}
.papp .cat-list-out-full > ul > li > .cat > ul > li {
  display: inline-block;
  margin-right: 10px;
  line-height: 26px;
}
.papp .cat-list-out-full > ul > li > .cat > ul > li:last-of-type {
  margin-right: 0;
}
.papp .section-head-underline-with-tab > h4 {
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  font-weight: normal;
  color: #4a516d;
  border-bottom: solid 2px #4a516d;
}
.papp .section-head-underline-with-tab > h4 span {
  font-size: 13px;
  float: right;
}
.papp .section-head-underline-with-tab > ul {
  border-bottom: solid 1px #bfbfbf;
  height: 36px;
  line-height: 36px;
  font-size: 15px;
  background: #fafafa;
}
.papp .section-head-underline-with-tab > ul > li {
  display: inline-block;
  padding: 0 10px;
  height: 36px;
}
.papp .section-head-underline-with-tab > ul > li.active {
  border-left: solid 1px #bfbfbf;
  border-right: solid 1px #bfbfbf;
  background: white;
}
.papp .section-head-underline2 {
  border-bottom: 2px solid #cccccc;
  height: 30px;
}
.papp .section-head-underline2:before,
.papp .section-head-underline2:after {
  content: " ";
  display: table;
}
.papp .section-head-underline2:after {
  clear: both;
}
.papp .section-head-underline2 > h4 {
  font-size: 16px;
  line-height: 28px;
  font-weight: normal;
  color: #4a516d;
  border-bottom: 2px solid #4a516d;
  display: block;
  float: left;
  padding-right: 10px;
}
.papp .section-head-underline2 > span {
  font-size: 13px;
  display: block;
  float: right;
  line-height: 36px;
  font-weight: normal;
}
.papp .left-pic-title-txt {
  margin: 10px 0 0 0;
  position: relative;
  padding-left: 130px;
  border-bottom: 1px dashed #cccccc;
  min-height: 100px;
}
.papp .left-pic-title-txt > .pic {
  position: absolute;
  left: 0;
  top: 0;
  width: 120px;
  height: 90px;
  overflow: hidden;
}
.papp .left-pic-title-txt > .pic img {
  width: 100%;
}
.papp .left-pic-title-txt > h4 {
  font-weight: normal;
  font-size: 16px;
}
.papp .left-pic-title-txt > h4 a:link,
.papp .left-pic-title-txt > h4 a:visited {
  color: #4a516d;
}
.papp .left-pic-title-txt > h4 a:hover,
.papp .left-pic-title-txt > h4 a:active {
  color: #ff6600;
}
.papp .left-pic-title-txt > p {
  color: #777777;
}
.papp .left-pic-title-txt.square {
  padding-left: 100px;
}
.papp .left-pic-title-txt.square > .pic {
  width: 90px;
}
.papp .left-pic-title-txt.square > .pic img {
  height: 100%;
  width: auto;
}
@media only screen and (max-device-width : 767px) {
  .papp .lister-4x2 > ul > li {
    width: 50%;
  }
  .papp .wide-box-set1 > .gray-box {
    width: 100%;
    background: none;
    padding: 0;
  }
  .papp .wide-box-set1 > .white-box {
    width: 100%;
    padding: 0;
  }
  .papp .wide-box {
    border: none;
    background: none;
  }
  .papp .wide-box > .title-bar > .action {
    float: left;
  }
  .papp .cat-list-out-full > ul {
    display: block;
    width: 100%;
  }
  .papp .cat-list-out-full > ul > li {
    display: block;
    width: 100%;
    border-bottom: 1px solid #e6e6e6;
  }
  .papp .cat-list-out-full > ul > li:before,
  .papp .cat-list-out-full > ul > li:after {
    content: " ";
    display: table;
  }
  .papp .cat-list-out-full > ul > li:after {
    clear: both;
  }
}
.papp .wei-post {
  padding: 0 10px;
}
@media only screen and (max-device-width : 767px) {
  .papp .wei-post {
    padding: 0;
  }
}
.papp .wei-post > .title-line {
  border-bottom: 1px solid #88abc3;
  padding: 10px 0;
}
@media only screen and (max-device-width : 767px) {
  .papp .wei-post > .title-line {
    padding: 10px;
  }
}
.papp .wei-post > .title-line h1 {
  font-size: 18px;
  line-height: 22px;
  color: #333333;
}
.papp .wei-post > .title-line .info {
  font-size: 12px;
  color: #555555;
  padding-top: 10px;
}
.papp .wei-post .author-line {
  margin-top: 10px;
  padding-bottom: 10px;
  position: relative;
  padding-left: 50px;
  min-height: 50px;
}
.papp .wei-post .author-line .avatar {
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  overflow: hidden;
}
.papp .wei-post .author-line .avatar img {
  width: 100%;
  height: 100%;
}
.papp .wei-post .author-line .username a {
  font-size: 12px;
  font-weight: bold;
}
.papp .wei-post .author-line .username a:link,
.papp .wei-post .author-line .username a:visited {
  color: #006393;
}
.papp .wei-post .author-line .username a:hover,
.papp .wei-post .author-line .username a:active {
  color: #ff6600;
}
.papp .wei-post .author-line .posttime {
  font-size: 12px;
  color: #777777;
}
.papp .wei-post .author-line .more-action {
  position: absolute;
  right: 0;
  top: 0;
}
.papp .wei-post .author-line .more-action .btn-group > a:link,
.papp .wei-post .author-line .more-action .btn-group > a:visited {
  color: #006393;
}
.papp .wei-post .author-line .more-action .btn-group > a:hover,
.papp .wei-post .author-line .more-action .btn-group > a:active {
  color: #ff6600;
}
.papp .wei-post .author-line .more-action ul.dropdown-menu {
  right: 0px;
  left: auto;
  max-width: 100px;
  min-width: 80px;
}
@media only screen and (max-device-width : 767px) {
  .papp .wei-post .author-line {
    padding-left: 60px;
    padding-right: 10px;
  }
  .papp .wei-post .author-line .avatar {
    left: 10px;
  }
  .papp .wei-post .author-line .more-action {
    right: 10px;
  }
}
.papp .wei-post .post-body.size-small p {
  font-size: 14px;
  line-height: 24px;
}
.papp .wei-post .post-body.size-middle p {
  font-size: 16px;
  line-height: 26px;
}
.papp .wei-post .post-body.size-large p {
  font-size: 18px;
  line-height: 28px;
}
.papp .wei-post .post-body p img {
  max-width: 600px;
}
@media only screen and (max-device-width : 767px) {
  .papp .wei-post .post-body {
    padding: 0 10px;
  }
  .papp .wei-post .post-body img {
    width: 100%;
  }
}
.papp .wei-post .section-head {
  margin-top: 10px;
  border-bottom: 1px solid #88abc3;
  height: 38px;
  line-height: 38px;
}
.papp .wei-post .section-head h4 {
  display: block;
  float: left;
  font-weight: normal;
  line-height: 38px;
  font-size: 14px;
}
.papp .wei-post .section-head h4 span {
  color: #777777;
}
.papp .wei-post .section-head button {
  margin: 0;
}
@media only screen and (max-device-width : 767px) {
  .papp .wei-post .section-head {
    padding: 0 10px;
  }
}
.papp .wei-post .wei-title-box {
  border: 1px solid #cccccc;
}
.papp .wei-post .wei-title-box > .title {
  background: rgba(0, 134, 199, 0.6);
  color: white;
  font-weight: bold;
  padding: 10px;
}
.papp .wei-post .related-lister:before,
.papp .wei-post .related-lister:after {
  content: " ";
  display: table;
}
.papp .wei-post .related-lister:after {
  clear: both;
}
.papp .wei-post .related-lister > ul > li {
  width: 50%;
  display: block;
  float: left;
  padding: 10px;
}
@media only screen and (max-device-width : 767px) {
  .papp .wei-post .related-lister {
    border: 0;
    border-top: 1px solid #cccccc;
  }
  .papp .wei-post .related-lister > ul > li {
    width: 100%;
  }
}
.papp .list-one.wei-list-one h4 a:link,
.papp .list-one.wei-list-one h4 a:visited {
  color: #006393;
}
.papp .list-one.wei-list-one h4 a:hover,
.papp .list-one.wei-list-one h4 a:active {
  color: #ff6600;
}
.papp .list-one.wei-list-one.haspic {
  padding-right: 58px;
  min-height: 48px;
}
.papp .list-one.wei-list-one.haspic > .main {
  height: 48px;
}
.papp .list-one.wei-list-one.haspic > .pic {
  position: absolute;
  right: 0;
  top: 0;
  width: 48px;
  height: 48px;
  overflow: hidden;
}
.papp .list-one.wei-list-one.haspic > .pic img {
  width: 100%;
  height: 100%;
}
@media only screen and (max-device-width : 767px) {
  .papp .list-one.wei-list-one.haspic {
    padding-right: 58px;
  }
  .papp .list-one.wei-list-one.haspic > main {
    height: 48px;
  }
  .papp .list-one.wei-list-one.haspic > .pic {
    width: 48px;
    height: 48px;
  }
}
.papp .wei-comment-list > ul > li {
  border-bottom: 1px solid #88abc3;
}
.papp .wei-comment-box {
  padding-left: 50px;
  position: relative;
}
.papp .wei-comment-box .avatar {
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  overflow: hidden;
}
.papp .wei-comment-box .avatar img {
  width: 100%;
  height: 100%;
}
@media only screen and (max-device-width : 767px) {
  .papp .wei-comment-box .avatar {
    left: 10px;
  }
}
.papp .fat-top-bar .top-bar-fix {
  height: 48px;
  position: fixed;
  background: #f2f2f2;
  z-index: 10000;
  top: 0;
  left: 0;
  width: 100%;
}
.papp .fat-top-bar .top-bar-gap {
  margin-top: 48px;
}
.fa.active {
  color: #ff6600!important;
}
.isloading-wrapper.isloading-right {
  margin-left: 10px;
}
.isloading-overlay {
  position: relative;
  text-align: center;
}
.isloading-overlay .isloading-wrapper {
  background: #FFFFFF;
  -webkit-border-radius: 7px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 7px;
  -moz-background-clip: padding;
  border-radius: 7px;
  background-clip: padding-box;
  display: inline-block;
  margin: 0 auto;
  padding: 10px 20px;
  top: 10%;
  z-index: 100000;
}
.fieldWithErrors,
.field_with_errors {
  border-bottom: 1px solid #DD5555;
  padding: 0px!important;
}
#errorExplanation {
  width: 70%;
  padding: 7px;
  padding-bottom: 12px;
  margin: 20px 40px;
}
#errorExplanation h2 {
  display: none;
}
#errorExplanation p {
  margin-bottom: 0;
  padding: 5px;
  display: none;
}
#errorExplanation ul li {
  font-size: 12px;
  list-style: decimal;
  margin-left: 30px;
  color: red;
}
.papp #toTop {
  bottom: 2px;
}
.papp.forum .main-content .sec1 .sec1-main .top-news {
  width: 410px;
}
.papp.forum .main-content .sec1 .sec1-main .top-threads {
  width: 410px;
}
.papp.forum .main-content .sec1 .sec1-left {
  display: none;
}
.papp.forum .main-content .sec1 .sec1-main {
  width: 840px;
}
.papp.forum .main-content .sec1 .sec1-main .top-line .top-pics {
  width: 410px;
}
.papp.forum .main-content .sec1 .sec1-main .top-line .top-titles {
  width: 410px;
}
.main-content .ads-bar {
  display: none;
}
