@charset "utf-8";

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
* {
  border-color: #e1e1e1;
  border-style: solid;
  border-width: 0;
  zoom: 1;
  -webkit-tap-highlight-color:rgba(0,0,0,0);
}
*:focus {
  outline: none !important;
}
html,
body {
  height: 100%;
}
body {
  // font-family: 'Arimo', sans-serif;
  // font-family: 'SimSun';
  font-family: '微软雅黑';
  height: 100%;
  line-height: 1.6;
  -webkit-appearance: none;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
input,
button,
select,
textarea {
  font-family: 'Arimo', sans-serif;
}
.page-box {
  min-height: 100%;
  height: auto !important;
  height: 100%;
}
.page-box-content {
  padding-bottom: 310px;
}
img {
  max-width: 100%;
  height: auto;
}
a {
  color: #2e5481;
}
a:visited {
  color: #7996b7;
}
a:active {
  color: #000;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  line-height: 1.3;
  margin: 0 0 22px;
  text-rendering: optimizelegibility;
}
.light {
  font-weight: normal;
}
h1 {
  font-size: 48px;
}
h2 {
  font-size: 40px;
}
h3 {
  font-size: 32px;
}
h4 {
  font-size: 26px;
}
h5 {
  font-size: 20px;
}
h6 {
  font-size: 16px;
}
p {
  margin-bottom: 22px;
}
p:last-child {
  margin-bottom: 0;
}
address {
  font-size: 13px;
}
.white,
.icon.white {
  color: #fff;
}
.muted,
.icon.muted {
  color: #555;
}
.text-warning,
.text-warning:visited,
a.text-warning:hover,
.icon.text-warning {
  color: #f89406;
}
.text-error,
.text-error:visited,
a.text-error:hover,
.icon.text-error {
  color: #c10841;
}
.text-info,
.text-info:visited,
a.text-info:hover,
.icon.text-info {
  color: #0098ca;
}
.text-success,
.text-success:visited,
a.text-success:hover,
.icon.text-success {
  color: #738d00;
}
hr {
  border: 0;
  border-top: 1px solid #e1e1e1;
  border-top: 1px solid rgba(0,0,0,.1);
  border-bottom: 0 none;
  margin: 40px 0;
}
hr.dotted {
  border-style: dotted;
  border-top-width: 1px;
}
hr.dashed {
  border-style: dashed;
  border-top-width: 1px;
}
/* hr.double {
  border-style: double;
  border-top-width: 3px;
} */
hr.shadow {
  border: 0 none;
  margin-bottom: 30px;
  overflow: hidden;
  padding-top: 10px;
  position: relative;
}
hr.shadow:after {
  bottom: 10px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.8);
  box-shadow: 0 0 10px rgba(0,0,0,0.8);
  content: "";
  height: 20px;
  left: 5%;
  position: absolute;
  right: 5%;
  z-index: -1;
}
hr.margin-bottom {
  margin-top: 0;
}
hr.margin-top {
  margin-bottom: 0;
}
ul,
ol {
  padding: 0 0 0 60px;
  margin: 0 0 22px 0;
}
.lead {
  margin-bottom: 26px;
  font-size: 16px;
  line-height: 24px;
}
.label-success,
.badge-success {
  background-color: #8aa902;
}
.label-primary,
.badge-primary {
  background-color: #048ce2;
}
.label-info,
.badge-info {
  background-color: #02a9e0;
}
.label-warning,
.badge-warning {
  background-color: #f89406;
}
.help-block {
  margin-top: -10px;
  margin-bottom: 15px;
}
.caret {
  color: #777;
  border: 0 none;
  height: 6px;
  width: 9px;
}
.caret:before {
  content: "\f107";
  display: block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 6px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 6px;
  position: absolute;
  width: 9px;
}
.open .caret {
  color: #777;
}
.btn .caret {
  margin: -2px 0 0;
}
.btn-group .caret {
  color: #fff;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border: 0 none;
}
.dropup .caret:before,
.navbar-fixed-bottom .dropdown .caret:before {
  content: "\f106";
}
.btn.dropdown-toggle, 
.btn.dropdown-toggle:hover,
.btn.dropdown-toggle:focus {
  outline: none;
}
nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.close,
.close:visited {
  float: none;
  font-size: 16px;
  font-weight: normal;
  line-height: 16px;
  color: #7f7f7f;
  position: relative;
  text-shadow: none;
  opacity: 1;
  filter: alpha(opacity=100);
  vertical-align: top;
  -webkit-transition: color .2s linear;
  transition: color .2s linear;
}
.close:hover,
.close:focus {
  color: #1e1e1e;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: color .2s linear;
  transition: color .2s linear;
}
.close span {
  display: inline-block;
  font-size: 12px;
  font-family: Arial;
  line-height: 12px;
  margin-top: 2px;
  vertical-align: top;
}
a.edit {
  color: #707070;
  font-size: 12px;
  text-decoration: none;
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
}
a.edit:hover {
  color: #707070;
  opacity: 0.8;
  filter: alpha(opacity=80);
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
}
a.edit i:before {
  font-style: italic;
  line-height: 9px;
  margin: 0;
}
/* Alert */
.alert {
  background-color: #555;
  border: 0 none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #fff;
  min-height: 34px;
  margin-bottom: 22px;
  overflow: hidden;
  padding: 20px;
  position: relative;
  text-shadow: none;
  -webkit-transition: opacity .3s linear;
  transition: opacity .3s linear;
}
.alert-success {
  background-color: #738d00;
}
.alert-danger {
  background-color: #c10841;
}
.alert-info {
  background-color: #0098ca;
}
.alert-warning {
  background-color: #f89406;
}
.alert .close {
  color: #fff;
  line-height: 22px;
  position: absolute;
  right: 10px;
  top: 9px;
}
.alert .alert-icon {
  display: block;
  float: left;
  margin: 0 20px 0 0;
}
.alert .alert-icon:before {
  font-size: 34px;
}
/* Tooltip */
.tooltip.left {
  margin-left: -12px;
}
#tooltip {
  border: 1px solid #e1e1e1;
  background-color: #f7f7f7;
  padding: 5px;
  position: absolute;
  z-index: 3000;
}
#tooltip h3,
#tooltip div {
  margin: 0;
}
/* Popover */
.popover {
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,.15);
  -moz-box-shadow: 0 0 5px rgba(0,0,0,.15);
  box-shadow: 0 0 5px rgba(0,0,0,.15);
}
/* List Group */
a.list-group-item,
a.list-group-item:hover,
a.list-group-item:focus {
  -webkit-transition: background-color .3s linear, color .3s linear;
  transition: background-color .3s linear, color .3s linear;
}
/* Forms */
form {
  margin-bottom: 22px;
}
label {
  font-weight: bold;
  margin: 0 0 3px;
}
.required {
  color: #c3293a;
  display: inline-block;
  font-size: 14px;
}
.selectBox,
.form-control {
  border: 1px solid #e1e1e1;
  -webkit-box-shadow: 0 1px #fff, inset 0 1px 4px rgba(0,0,0,.15);
  -moz-box-shadow: 0 1px #fff, inset 0 1px 4px rgba(0,0,0,.15);
  box-shadow: 0 1px #fff, inset 0 1px 4px rgba(0,0,0,.15);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 12px;
  height: 40px;
  line-height: 22px;
  margin-bottom: 22px;
  min-height: 40px;
  padding: 8px 12px;
  /*-webkit-appearance: none;*/
  width: 100%;
}
.selectBox:hover,
.form-control:hover {
  border-color: #ccc;
  text-decoration: none;
}
.form-control:focus {
  -webkit-box-shadow: 0 0 10px rgba(46,84,129,.3);
  -moz-box-shadow: 0 0 10px rgba(46,84,129,.3);
  box-shadow: 0 0 10px rgba(46,84,129,.3);
  border: solid 1px #839bb7;
  outline: none;
  -webkit-transition:
    border linear .2s,
    box-shadow linear .2s;
  -moz-transition:
    border linear .2s,
    box-shadow linear .2s;
  transition:
    border linear .2s, box-shadow linear .2s;
}
textarea.form-control {
  height: 100px;
  max-width: 100%;
}
.selectBox {
  max-width: 100%;
  width: 100% !important;
}
.radio,
.checkbox {
  font-weight: normal;
  margin: 0 0 8px;
  min-height: 18px;
  padding-left: 20px;
}
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
  cursor: pointer;
  height: 100%;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  vertical-align: top;
  width: 100%;
}
.form-search .radio,
.form-search .checkbox,
.form-inline .radio,
.form-inline .checkbox {
  padding-left: 20px;
}
.form-search .radio input[type="radio"],
.form-search .checkbox input[type="checkbox"],
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
  margin-left: -20px;
}

.selectBox::-webkit-scrollbar,
.selectBox-dropdown-menu::-webkit-scrollbar {
  background: #f2f2f2;
  width: 10px;
}
.selectBox::-webkit-scrollbar-thumb,
.selectBox-dropdown-menu::-webkit-scrollbar-thumb {
  border-width: 1px 1px 1px 2px;
  background-color: #839bb7;
  width: 5px;
}
.selectBox {
  background: #fff;
  cursor: pointer;
  position: relative;
  text-decoration: none;
}
.selectBox:hover,
.selectBox:focus,
button {
  outline: none;
  text-decoration: none;
}
.selectBox-label {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  color: #555;
  display: block;
  max-width: 100%;
  padding: 0 25px 0 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: default;
}
fieldset[disabled] select,
fieldset[disabled] .selectBox,
fieldset[disabled] .selectBox .selectBox-label,
.selectBox.selectBox-disabled,
.selectBox.selectBox-disabled .selectBox-label {
  color: #999;
}
fieldset[disabled] .selectBox .selectBox-arrow,
.selectBox.selectBox-disabled .selectBox-arrow {
  opacity: .3;
  filter: alpha(opacity=30);
}
.form-inline .control-label,
.form-inline .form-control,
.form-horizontal .form-group .form-control {
  margin-bottom: 0;
}
/* Form size */
.input-lg {
  border-radius: 4px;
  font-size: 18px;
  height: 46px;
  line-height: 1.33;
  padding-top: 10px;
  padding-bottom: 10px;
}
.input-sm {
  border-radius: 2px;
  font-size: 12px;
  height: 30px;
  line-height: 1.5;
  min-height: inherit !important;
  padding-top: 5px;
  padding-bottom: 5px;
}
.alignleft {
  float: left;
  margin: 0 25px 25px 0;
}
.caption {
  color: #7f7f7f;
  display: inline-block;
  font-size: 12px;
  font-style: italic;
  line-height: 18px;
  margin-bottom: 22px;
  max-width: 100%;
}
.caption img {
  display: block;
  margin: 0 auto 10px;
}
.img-rounded {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
/* Video */
embed,
iframe,
object,
video,
audio {
  max-width: 100%;
}
/* Nav Bar */
.navbar-inverse .brand,
.navbar-inverse .nav > li > a {
  color: #7b7b7b;
  text-shadow: none;
}
.btn-group .dropdown-toggle,
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.dropdown-menu {
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,.15);
  -moz-box-shadow: 0 0 5px rgba(0,0,0,.15);
  box-shadow: 0 0 5px rgba(0,0,0,.15);
  min-width: 156px;
  padding: 0;
  z-index: 800;
}
.open > .dropdown-menu {
  -webkit-animation: fadeIn 0.4s;
  animation: fadeIn 0.4s;
}
/* Button */
.btn,
.btn:visited {
  background: #1e1e1e;
  border: 0 none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #fff;
  line-height: 22px;
  outline: none;
  padding: 9px 20px;
  text-shadow: none;
  filter: none;
  -webkit-transition:
    background .2s linear,
    color .2s linear;
  transition:
    background .2s linear,
    color .2s linear;
  white-space: normal;
}
.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled],
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background: #565656;
  *background: #565656;
  color: #fff;
  outline: none;
  -webkit-transition:
    background .2s linear,
    color .2s linear;
  transition:
    background .2s linear,
    color .2s linear;
}
.btn:active,
.btn.active,
.btn-group.open .btn.dropdown-toggle {
  background: #1e1e1e;
  background-color: rgba(30,30,30,.75);
  -webkit-box-shadow: inset 0px 5px 0px rgba(0,0,0,0.12);
  -moz-box-shadow: inset 0px 5px 0px rgba(0,0,0,0.12);
  box-shadow: inset 0px 5px 0px rgba(0,0,0,0.12);
  outline: none;
}
.btn-group.open .btn.dropdown-toggle {
  background: #1e1e1e;
  background-color: rgba(30,30,30,.75);
  -webkit-box-shadow: inset 0px 5px 0px rgba(0,0,0,0.12);
  -moz-box-shadow: inset 0px 5px 0px rgba(0,0,0,0.12);
  box-shadow: inset 0px 5px 0px rgba(0,0,0,0.12);
}
.btn.btn-inverse,
.btn.btn-inverse:visited {
  background: #ccc;
  background: rgba(30,30,30,.3);
}
.btn.btn-inverse:hover,
.btn.btn-inverse:focus,
.btn.btn-inverse:active,
.btn.btn-inverse.active,
.btn.btn-inverse.disabled,
.btn.btn-inverse[disabled] {
  color: #efefef;
  background-color: #000;
}
.btn.btn-inverse:active,
.btn.btn-inverse.active,
.btn-group.open .btn.dropdown-toggle.btn-inverse {
  background-color: #ccc;
}
.btn.btn-primary,
.btn.btn-primary:visited {
  background: #037ac5;
}
.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn.btn-primary:active,
.btn.btn-primary.active,
.btn.btn-primary.disabled,
.btn.btn-primary[disabled] {
  color: #ffffff;
  background-color: #048ce2;
}
.btn.btn-primary:active,
.btn.btn-primary.active,
.btn-group.open .btn.dropdown-toggle.btn-primary {
  background-color: #048ce2;
}
.btn.btn-warning,
.btn.btn-warning:visited {
  background: #f89406;
}
.btn.btn-warning:hover,
.btn.btn-warning:focus,
.btn.btn-warning:active,
.btn.btn-warning.active,
.btn.btn-warning.disabled,
.btn.btn-warning[disabled] {
  color: #ffffff;
  background-color: #fda425;
}
.btn.btn-warning:active,
.btn.btn-warning.active,
.btn-group.open .btn.dropdown-toggle.btn-warning {
  background-color: #fda425;
}
.btn.btn-danger,
.btn.btn-danger:visited {
  background: #c10841;
}
.btn.btn-danger:hover,
.btn.btn-danger:focus,
.btn.btn-danger:active,
.btn.btn-danger.active,
.btn.btn-danger.disabled,
.btn.btn-danger[disabled] {
  color: #ffffff;
  background-color: #d70a49;
}
.btn.btn-danger:active,
.btn.btn-danger.active,
.btn-group.open .btn.dropdown-toggle.btn-danger {
  background-color: #d70a49;
}
.btn.btn-success,
.btn.btn-success:visited {
  background: #738d00;
}
.btn.btn-success:hover,
.btn.btn-success:focus,
.btn.btn-success:active,
.btn.btn-success.active,
.btn.btn-success.disabled,
.btn.btn-success[disabled] {
  color: #ffffff;
  background-color: #8aa902;
}
.btn.btn-success:active,
.btn.btn-success.active,
.btn-group.open .btn.dropdown-toggle.btn-success {
  background-color: #8aa902;
}
.btn.btn-info,
.btn.btn-info:visited {
  background: #0098ca;
}
.btn.btn-info:hover,
.btn.btn-info:focus,
.btn.btn-info:active,
.btn.btn-info.active,
.btn.btn-info.disabled,
.btn.btn-info[disabled] {
  color: #ffffff;
  background-color: #02a9e0;
}
.btn.btn-info:active,
.btn.btn-info.active,
.btn-group.open .btn.dropdown-toggle.btn-info {
  background-color: #02a9e0;
}
.btn.btn-link,
.btn.btn-link:active,
.btn.btn-link[disabled] {
  background: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn.btn-link,
.btn.btn-link:visited {
  cursor: pointer;
  color: #2e5481;
}
.btn.btn-link:hover,
.btn.btn-link:focus {
  background: none;
  color: #2e5481;
  text-decoration: underline;
}
.btn.btn-link[disabled]:hover,
.btn.btn-link[disabled]:focus {
  opacity: .8;
  filter: alpha(opacity=80);
}
.btn.disabled,
.btn[disabled] {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; 
}
.btn-group > .btn:first-child {
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-left-radius: 3px;
}
.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  border-bottom-right-radius: 3px;
}
.btn.btn-lg {
  font-size: 14px;
  padding: 16px 45px;
}
.btn.btn-sm {
  font-size: 12px;
  padding: 5px 15px;
}
.btn.btn-xs {
  font-size: 10px;
  padding: 2px 10px;
}
.btn-group > .btn:before,
.btn-group > .btn:after {
  border-left: 1px solid rgba(255,255,255,.2);
  bottom: 0;
  display: inline-block;
  content: "";
  left: 0;
  position: absolute;
  top: 0;
}
.btn-group > .btn.btn-border:before,
.btn-group > .btn.btn-border:after {
  display: none;
}
.btn-group > .btn:after {
  left: auto;
  right: 0;
}
.btn-group > .btn:first-child:before,
.btn-group > .btn:last-child:after,
.btn-group > .btn:only-of-type:after,
.btn-group > .btn:only-of-type:before {
  display: none;
}
/* Tables */
.table {
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 22px;
  text-align: center;
}
th {
  text-align: center;
}

.table.text-left,
.table.text-left th:not(.text-center) {
  text-align: left;
}
.table.text-right,
.table.text-right th:not(.text-center) {
  text-align: right;
}
.table th,
.table td,
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  border-top: 1px solid #e1e1e1;
  line-height: 18px;
  padding: 16px 10px 15px;
}
.table > thead > tr > th {
  border-bottom: 1px solid #e1e1e1;
  font-size: 13px;
}
.table-striped thead th {
  background-color: #f7f7f7;
}
.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
  background: none;
}
.table-bordered {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; 
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 1px;
}
.table-hover tbody tr > td,
.table-hover tbody tr > th {
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
.table-hover tbody tr:hover > td,
.table-hover tbody tr:hover > th {
  background-color: #fffdee;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
.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: 4px 5px;
}
.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: #f89406;
  color: #fff;
}
.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: #738d00;
  color: #fff;
}
.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: #c10841;
  color: #fff;
}
.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: #0098ca;
  color: #fff;
}

/* Quotes */
blockquote {
  padding: 0 0 0 20px;
  margin: 0 0 22px;
  border-left: 2px solid #e1e1e1;
}
blockquote.pull-right {
  border-left: 0;
  border-right: 2px solid #e1e1e1;
  float: right;
  padding-left: 0;
  padding-right: 20px;
}
blockquote p {
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-style: italic;
  font-size: 16px;
  line-height: 1.625;
  margin-bottom: 0;
}
blockquote small {
  line-height: 26px;
}

/* Tabs */
.nav-tabs {
  margin-bottom: 0;
  margin-left: 0;
}
.nav-tabs > li > a {
  -webkit-border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  border-radius: 2px 2px 0 0; 
  color: #1e1e1e;
  font-size: 12px;
  padding: 10px 20px 11px;
  -webkit-transition: background-color .2s linear;
  transition: background-color .2s linear;
}
.nav > li > a:hover,
.nav > li > a:focus {
  background-color: #f7f7f7;
  -webkit-transition: background-color .2s linear;
  transition: background-color .2s linear;
}
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  border-color: #f7f7f7 #f7f7f7 #e1e1e1;
}
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
  border: 1px solid #e1e1e1;
  border-bottom-color: transparent;
  color: #1e1e1e;
  font-weight: bold;
}
.nav-tabs > .active.dropdown > a {
  z-index: 911;
}
.tab-content > .tab-pane,
.pill-content > .pill-pane {
  padding: 36px 0 0;
}
.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
  margin: 0;
}
.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 110px;
  margin-right: 0;
  margin-bottom: 3px;
}
.tabs-left > .nav-tabs {
  border: 0 none;
  border-right: 1px solid #ddd;
  float: left;
  margin: 0 -1px 0 0;
}
.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
  border-color: #f7f7f7 #ddd #f7f7f7 #f7f7f7;
}
.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
  border-color: #ddd transparent #ddd #ddd;
}
.tabs-left > .tab-content {
  border-left: 1px solid #ddd;
  margin: 0;
  overflow: auto;
}
.tabs-left > .tab-content > .tab-pane {
  padding: 0 0 0 20px;
}
.tabs-right > .nav-tabs {
  border: 0 none;
  border-left: 1px solid #ddd;
  float: right;
  margin: 0 0 0 -1px;
}
.tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
  border-color: #f7f7f7 #f7f7f7 #f7f7f7 #ddd;
}
.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover,
.tabs-right > .nav-tabs .active > a:focus {
  border-color: #ddd #ddd #ddd transparent;
}
.tabs-right > .tab-content {
  border-right: 1px solid #ddd;
  margin: 0;
  overflow: auto;
}
.tabs-right > .tab-content > .tab-pane {
  padding: 0 20px 0 0;
}

/* Accordion */
.panel {
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 22px;
}
.panel-heading {
  padding: 9px 20px;
  border: 0 none;
  border-radius: 0;
}
.panel-title {
  font-size: 14px;
}
.panel-body {
  padding: 10px 20px;
}
.list-group-item {
  padding-left: 20px;
  padding-right: 20px;
}
.panel-warning {
  border-color: #f89406;
}
.panel-default > .panel-heading {
  background-color: #f2f2f2;
  color: #1e1e1e;
}
.panel-primary > .panel-heading {
  background-color: #037ac5;
  color: #fff;
}
.panel-success > .panel-heading {
  background-color: #738d00;
  color: #fff;
}
.panel-info > .panel-heading {
  background-color: #0098ca;
  color: #fff;
}
.panel-warning > .panel-heading {
  background-color: #f89406;
  color: #fff;
}
.panel-danger > .panel-heading {
  background-color: #c10841;
  color: #fff;
}
.panel-default {
  border-color: #e1e1e1;
}
.panel-default > .panel-heading {
  background-color: #e1e1e1;
}
.panel-group {
  margin-bottom: 22px;
}
.panel-group .panel {
  background-color: inherit;
  border: 0 none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.panel-group .panel .panel-heading {
  background-color: inherit;
  padding: 0;
  position: relative;
}
.panel-group .panel .panel-heading > .panel-title:before {
  background: #e1e1e1;
  background: rgba(255,255,255,.4);
  bottom: 0;
  content: "";
  display: block;
  left: 45px;
  position: absolute;
  top: 0;
  width: 1px;
  z-index: 1;
}
.panel-group .active.panel .panel-heading > .panel-title:before {
  background: #444;
  background: rgba(255,255,255,.2);
}
.panel-group .panel .panel-heading > .panel-title > a {
  background-color: #f2f2f2;
  color: #1e1e1e;
  display: block;
  line-height: 22px;
  padding: 9px 9px 9px 60px;
  text-decoration: none;
  -webkit-transition: background-color .2s linear;
  transition: background-color .2s linear;
}
.panel-group .panel .panel-heading > .panel-title > a:hover {
  background-color: #e9e9e9;
  -webkit-transition: background-color .2s linear;
  transition: background-color .2s linear;
}
.panel-group .active.panel .panel-heading > .panel-title > a,
.panel-group .active.panel .panel-heading > .panel-title > a:hover {
  background-color: #1e1e1e;
  color: #fff;
  display: block;
  padding: 9px 9px 9px 60px;
  text-decoration: none;
}
.panel-group .panel .panel-heading > .panel-title > a:before,
.panel-group .panel .panel-heading > .panel-title > a:after {
  background: #1e1e1e;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  margin: 19px 0 0 15px;
  position: absolute;
  top: 0;
  width: 16px;
}
.panel-group .panel .panel-heading > .panel-title > a:after {
  height: 16px;
  margin: 12px 0 0 22px;
  width: 2px;
}
.panel-group .active.panel .panel-heading > .panel-title > a:before,
.panel-group .active.panel .panel-heading > .panel-title > a:after {
  background: #fff;
}
.panel-group .active.panel .panel-heading > .panel-title > a:after {
  display: none;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 0 none;
}
.panel-group .panel.e-hidden {
  margin: 0;
  overflow: hidden;
}
.panel-group .panel-default .panel-heading > .panel-title > a {
  background-color: #f2f2f2;
}
.panel-group .panel-default .panel-heading > .panel-title > a:hover {
  background-color: #e9e9e9;
}
.panel-group .panel-primary .panel-heading > .panel-title > a {
  background-color: #037ac5;
  color: #fff;
}
.panel-group .panel-primary .panel-heading > .panel-title > a:hover {
  background-color: rgba(3,122,197,.9);
  color: #fff;
}
.panel-group .panel-success .panel-heading > .panel-title > a {
  background-color: #738d00;
  color: #fff;
}
.panel-group .panel-success .panel-heading > .panel-title > a:hover {
  background-color: rgba(115,141,0,.9);
}
.panel-group .panel-info .panel-heading > .panel-title > a {
  background-color: #0098ca;
  color: #fff;
}
.panel-group .panel-info .panel-heading > .panel-title > a:hover {
  background-color: rgba(0,152,202,.9);
}
.panel-group .panel-warning .panel-heading > .panel-title > a {
  background-color: #f89406;
  color: #fff;
}
.panel-group .panel-warning .panel-heading > .panel-title > a:hover {
  background-color: rgba(248,148,6,.9);
}
.panel-group .panel-danger .panel-heading > .panel-title > a {
  background-color: #c10841;
  color: #fff;
}
.panel-group .panel-danger .panel-heading > .panel-title > a:hover {
  background-color: rgba(193,8,65,.9);
}
.panel-group .panel-primary .panel-heading > .panel-title > a:before,
.panel-group .panel-primary .panel-heading > .panel-title > a:after,
.panel-group .panel-success .panel-heading > .panel-title > a:before,
.panel-group .panel-success .panel-heading > .panel-title > a:after,
.panel-group .panel-info .panel-heading > .panel-title > a:before,
.panel-group .panel-info .panel-heading > .panel-title > a:after,
.panel-group .panel-warning .panel-heading > .panel-title > a:before,
.panel-group .panel-warning .panel-heading > .panel-title > a:after,
.panel-group .panel-danger .panel-heading > .panel-title > a:before,
.panel-group .panel-danger .panel-heading > .panel-title > a:after {
  background-color: #fff;
}
.panel-group.one-open .panel.active .panel-heading > .panel-title > a {
  cursor: default;
}
.panel-group .panel-body {
  padding: 10px 0 10px 1px;
}
.panel.panel-bg .panel-body {
  background: #f7f7f7;
  padding-left: 20px;
  padding-right: 20px;
}

/* Progress */
.progress {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  height: 36px;
}
.progress-bar {
  font-size: 14px;
  background: #1e1e1e;
  filter: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  line-height: 36px;
  text-align: left;
  text-indent: 10px;
  text-shadow: none;
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
.progress-bar-success {
  background-color: #738d00;
}
.progress[data-appear-progress-animation] .progress-bar {
  text-indent: -100%;
}
.progress.hover .progress-bar:hover {
  background: #1e1e1e;
}
.progress.hover .progress-bar-info:hover {
  background: #0098ca;
}
.progress.hover .progress-bar-success:hover {
  background: #738d00;
}
.progress.hover .progress-bar-warning:hover {
  background: #c09853;
}
.progress.hover .progress-bar-danger:hover {
  background: #c10841;
}
/* Pagination */
.pagination {
  margin: 20px 0;
}
.pagination > li > a,
.pagination > li > span {
  background-color: #ccc;
  border: 0 none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  color: #fff;
  float: left;
  font-size: 12px;
  font-weight: bold;
  line-height: 24px;
  margin: 0 5px 0 0;
  min-width: 6px;
  padding: 0 9px;
  text-align: center;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}
.pagination > li > a:hover,
.pagination > li > a:hover {
  background-color: #1e1e1e;
  color: #fff;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > span:hover {
  background-color: #1e1e1e;
  background-color: rgba(30,30,30,.7);
  color: #fff;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span,
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-left-width: 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-size: 15px;
  font-weight: normal;
}
.pagination > .disabled > span,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  background-color: #ccc;
  color: #fff;
}
.pagination + .pagination-text {
  color: #999;
  font-size: 12px;
  float: right;
  line-height: 24px;
  vertical-align: top;
}
/* Icons */
.icon {
  background: none;
  color: #1e1e1e;
  display: inline-block;
  font-size: 20px;
  height: 32px;
  line-height: 32px;
  margin: 0 0 4px 0;
  text-align: center;
  text-decoration: none;
  vertical-align: top;
  width: 32px;
}
.icon.pull-left {
  float: left;
  margin-right: 10px;
}
.icon.pull-right {
  float: right;
  margin-left: 10px;
}
.icon .fa {
  width: 100%;
}
.icon.rounded {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.icon.circle {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.icon.border {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-width: 1px;
}
/* Frames */
.frame {
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.frame > img {
  width: 100%;
}
/* Modal */
.modal {
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,.15);
  -moz-box-shadow: 0 0 5px rgba(0,0,0,.15);
  box-shadow: 0 0 5px rgba(0,0,0,.15);
}
.modal.modal-center .modal-dialog {
  transform: translate(0, 0%) !important;
  -ms-transform: translate(0, 0%) !important;
  -webkit-transform: translate(0, 0%) !important;
}
.modal .close {
  font-size: 26px;
  position: absolute;
  right: 20px;
  top: 20px;
}
.modal .close span {
  line-height: 18px;
  margin-right: 5px;
  margin-top: 0;
  text-transform: uppercase;
}
.modal-header {
  border: 0 none;
  padding: 30px 20px 0;
}
.modal-header .title-box {
  margin-bottom: 20px;
}
.modal-header .title-box .title {
  margin: 0 0 12px 0;
  padding: 0;
}
.modal-body {
  padding: 0 20px 20px;
}
.modal-footer {
  background-color: #f7f7f7;
  border-top: 1px solid #e1e1e1;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  -moz-box-shadow: inset 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff;
  padding: 20px;
}

/* Product */
.product-name a {
  color: #1e1e1e;
  text-decoration: none;
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
}
.product-name a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
}
.product-image {
  background: #f2f2f2;
  display: inline-block;
  line-height: 0;
}
.product-image > img {
  width: 100%;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.product-image:hover > img {
  opacity: .9;
  filter: alpha(opacity=90);
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.rotation .product-image:hover > img {
  opacity: 1;
  filter: alpha(opacity=100);
}
.price-old {
  color: #7f7f7f;
  display: inline-block;
  margin-right: 6px;
  position: relative;
}

.price-old:before {
  background: #f00;
  content: "";
  display: block;
  height: 1px;
  left: 50%;
  margin: 0 0 0 -23px;
  position: absolute;
  top: 50%;
  -webkit-transform: rotate(330deg);
  transform: rotate(330deg);
  width: 46px;
}
.sale {
  border-top: 56px solid #f89406;
  border-right: 56px solid transparent;
  display: block;
  height: 0;
  line-height: 22px;
  position: absolute;
  width: 0;
  z-index: 1;
  -webkit-transform: translateZ(0px);
}
.sale:before {
  color: #fff;
  content: "HOT";
  display: block;
  font-size: 11px;
  font-weight: bold;
  margin: -46px 0 0 5px;
  position: absolute;
  text-transform: uppercase;
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
}
.sale.top {
  border-top: 56px solid #738d00;
}
.sale.top:before {
  content: "Top";
}
.sale.new {
  border-top: 56px solid #c10841;
}
.sale.new:before {
  content: "New";
}
.sale.best {
  border-top: 56px solid #0098ca;
}
.sale.best:before {
  content: "Best";
}
.slim {
  font-weight: normal;
}
.border-radius {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.bg {
  background-color: #f2f2f2;
}
.border {
  border-width: 1px;
}
.width-auto .col-md-1,
.width-auto .col-md-2,
.width-auto .col-md-3,
.width-auto .col-md-4,
.width-auto .col-md-5,
.width-auto .col-md-6,
.width-auto .col-md-7,
.width-auto .col-md-8,
.width-auto .col-md-9,
.width-auto .col-md-10,
.width-auto .col-md-11,
.width-auto .col-md-12 {
  float: left;
  width: auto;
}
.bottom-padding {
  margin-bottom: 80px;
}
#top-box {
  width: 100%;
}
#top-box .top-box-wrapper {
  background: #1e1e1e;
  min-height: 30px;
  padding: 5px 0;
}
/* Language/Currency */
.dropdown-menu > li > a i {
  font-size: 18px;
  margin-right: 10px;
  min-width: 18px;
  vertical-align: middle;
}
#top-box .btn-group.btn-select .dropdown-toggle {
  z-index: 911;
}
#top-box .btn-group.btn-select .dropdown-menu {
  z-index: 910;
}
#top-box .btn-group.btn-select.open .btn.dropdown-toggle:after {
  z-index: 912;
}

/* Menu */
.top-navbar {
  background: none;
  border: 0 none;
  border-radius: 0;
  height: auto;
  margin: 0;
  min-height: 30px;
}
.top-navbar .collapse {
  padding: 0;
}
.top-navbar .nav {
  margin-top: -5px;
  margin-bottom: -5px;
}
.top-navbar .nav > li a {
  font-size: 12px;
  line-height: 22px;
  padding: 9px 15px 9px;
  -webkit-transition:
    background 0.2s linear,
    color 0.2s linear;
  transition:
    background 0.2s linear,
    color 0.2s linear;
}
.top-navbar .nav > li a .fa {
  font-size: 120%;
  margin-right: 4px;
}
.top-navbar .nav > li a .fa.after {
  margin-left: 4px;
  margin-right: 0;
}
.top-navbar .nav > li a .count {
  background: rgba(255,255,255,.1);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  font-size: 110%;
  line-height: 1;
  margin-left: 4px;
  padding: 3px 5px;
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
.top-navbar .nav > li:hover a .count {
  background: rgba(0,0,0,.1);
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
.top-navbar .nav > li:hover > a,
.top-navbar .nav > li > a:hover {
  background: #efefef;
  color: #7b7b7b;
  -webkit-transition:
    background 0.2s linear,
    color 0.2s linear;
  transition:
    background 0.2s linear,
    color 0.2s linear;
}
.header {
  width: 100%;
}
.header-wrapper {
  background: rgba(255,255,255,.97);
  min-height: 100px;
  padding: 2px 0;
}
.header .container {
  position: relative;
}
.header .logo {
  display: table-cell;
  height: 90px;
  max-width: 100%;
  vertical-align: middle;
  width: 100%;
}
.header .logo a {
  display: inline-block;
  max-width: 100%;
}
.header .logo img,
.header .logo .logo-img {
  max-height: 90px;
}
/* Fixed Header */
.fixed-header {
  margin-top: 0;
}
.fixed-header .page-box {
  padding-top: 104px;
}
.fixed-header .header {
  left: 0;
  margin: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 870;
  -webkit-backface-visibility: hidden;
}
.fixed-header.loaded .header {
  -webkit-transition: margin-top 0.2s linear;
  transition: margin-top 0.2s linear;
}
.fixed-header .header-wrapper {
  background: #fff;
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
.fixed-header.background-opacity .header-wrapper {
  background: rgba(255,255,255,.97);
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
.hidden-top.visible-top .header-wrapper:only-child,
.fixed-header.fixed .header-wrapper:only-child {
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,.15);
  -moz-box-shadow: 0 0 5px rgba(0,0,0,.15);
  box-shadow: 0 0 5px rgba(0,0,0,.15);
}

/* Hidden Top Bar */
.hidden-top #top-box {
  left: 0;
  margin-top: -32px;
  position: fixed;
  top: 0;
  z-index: 910;
}
.hidden-top.loaded #top-box {
  -webkit-transition: margin-top 0.2s linear;
  transition: margin-top 0.2s linear;
}
.hidden-top.visible-top #top-box {
  margin-top: 0;
  -webkit-transition: margin-top 0.2s linear;
  transition: margin-top 0.2s linear;
}
.hidden-top.loaded .page-box,
.hidden-top.visible-top.loaded .page-box {
  -webkit-transition: padding-top 0.2s linear;
  transition: padding-top 0.2s linear;
}
.hidden-top .page-box {
  padding-top: 8px;
}
.hidden-top.visible-top .page-box {
  padding-top: 40px;
}

/* Fixed Header/Hidden Top Bar */
.fixed-header.hidden-top .page-box {
  padding-top: 112px;
}
.fixed-header.hidden-top.fixed .page-box {
  padding-top: 104px;
}
.fixed-header.hidden-top.fixed #top-box,
.fixed-header.hidden-top.visible-top.fixed #top-box {
  margin-top: -40px;
  -webkit-transition: margin-top 0.2s linear;
  transition: margin-top 0.2s linear;
}
.fixed-header.hidden-top .header {
  margin-top: 8px;
  top: 0;
}
.fixed-header.hidden-top.visible-top .header {
  margin-top: 40px;
}
.fixed-header.hidden-top.fixed .header {
  margin-top: 0;
  -webkit-transition: margin-top 0.2s linear;
  transition: margin-top 0.2s linear;
}

/* Fixed Top Bar */
.fixed-header.fixed-top #top-box {
  left: 0;
  margin: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 871;
}
.fixed-header.fixed-top .header {
  top: 40px;
}
.fixed-header.fixed-top .page-box {
  padding-top: 144px;
}
.fixed-header.fixed-top.boxed #top-box {
  position: absolute;
}

/* Fixed Double Header */
.fixed-double-header .header {
  margin-bottom: 104px;
}
.fixed-double-header .header .header-wrapper + .header-wrapper {
  margin: 0;
  position: absolute;
  width: 100%;
}

/* Primary Menu */
.header .primary {
  float: left;
  margin-bottom: 10px;
  z-index: 900;
}
.header .primary .navbar {
  background: none;
  border: 0 none;
  margin: 0;
  min-height: 44px;
}
.header .primary .navbar .navbar-collapse {
  padding: 0;
  position: relative;
}
.header .primary .navbar .nav {
  margin: 0;
  position: relative;
}
.header .primary .navbar .nav > li {
  padding: 12px 3px 0;
  position: relative;
}
.header .primary .navbar .nav > li > a,
.header .primary .navbar .nav > li > a:visited {
  background: none;
  border: 1px solid #fff;
  border: 1px solid transparent;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #1e1e1e;
  padding: 11px 13px;
  position: static;
  text-shadow: none;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  z-index: 901;
}
.header .primary .navbar .nav > .selected > a {
  color: #777;
}
.header .primary .navbar .nav a > i {
  margin-right: 2px;
  opacity: .8;
  filter: alpha(opacity=80);
  text-align: center;
  width: 15px;
}
.header .primary .navbar .nav > li:hover > a {
  background: #fff;
  border-color: #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,.15);
  -moz-box-shadow: 0 0 5px rgba(0,0,0,.15);
  box-shadow: 0 0 5px rgba(0,0,0,.15);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.header .primary .navbar .nav .parent {
  position: relative;
}
.header .primary .navbar .nav > li.parent:hover > a {
  background: #fff;
  border-bottom-color: transparent;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.header .primary .navbar .nav > li.parent > a:after {
  background: transparent;
  bottom: 0;
  content: "";
  display: none;
  height: 12px;
  left: 4px;
  margin: 0 0 -6px 0;
  position: absolute;
  right: 4px;
  -webkit-transition: background 0.5s linear;
  transition: background 0.5s linear;
  z-index: 906;
}
.header .primary .navbar .nav > li.parent:hover > a:after {
  background: #fff;
  display: block;
  -webkit-transition: background 0.1s linear;
  transition: background 0.1s linear;
}
.header .primary .navbar .nav > li.parent.megamenu:hover > a:after {
  left: 0;
  right: 0;
}
.header .primary .sub {
  background: #fff;
  border: 1px solid #ccc;
  -webkit-border-radius: 0 3px 3px 3px;
  -moz-border-radius: 0 3px 3px 3px;
  border-radius: 0 3px 3px 3px;
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,.15);
  -moz-box-shadow: 0 0 5px rgba(0,0,0,.15);
  box-shadow: 0 0 5px rgba(0,0,0,.15);
  display: none;
  font-size: 13px;
  line-height: 24px;
  margin: -1px 0 0;
  padding: 15px 20px;
  position: absolute;
  z-index: 905;
}
.header .primary .sub li {
  font-size: 13px;
  line-height: 24px;
}
.header .primary .parent:hover > .sub {
  display: block;
  -webkit-animation: fadeIn 0.4s;
  animation: fadeIn 0.4s;
}
.header .primary .sub a,
.header .primary .sub a:visited {
  color: #1e1e1e;
  display: block;
  text-decoration: none;
  width: 80px;
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
}
.header .primary .sub a:hover {
  opacity: .6;
  filter: alpha(opacity=60);
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
}
.header .primary .sub .sub {
  left: 100%;
  top: 0;
}
.header .primary .navbar .nav .parent .parent > a:after {
  content: "\f105";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  display: block;
  line-height: 1;
  position: absolute;
  right: -10px;
  top: 6px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.header .primary .sub .sub .sub .sub {
  background: none;
  border: 0 none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: block;
  left: 0;
  padding: 0 0 0 10px;
  position: relative;
  -webkit-animation: fadeIn 0;
  animation: fadeIn 0;
}
.header .primary .sub .sub .sub .parent > a {
  background: none !important;
}
.header .primary .sub .sub .sub .parent > a:after {
  display: none;
}
.header .primary .navbar .nav > li.text-success > a {
  color: #738d00;
}
.header .primary .navbar .nav > li.text-info > a {
  color: #0098ca;
}
.header .primary .navbar .nav > li.text-warning > a {
  color: #f89406;
}
.header .primary .navbar .nav > li[class*="item-"]:hover > a,
.header .primary [class*="item-"] .sub {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.header .header-wrapper + .header-wrapper {
  border-bottom: 1px solid #e1e1e1;
  border-top: 1px solid #e1e1e1;
  min-height: 104px;
  padding: 0;
}
.breadcrumb-box {
  background: #f2f2f2;
  overflow: hidden;
}
.breadcrumb {
  background: #f2f2f2;
  color: #7f7f7f;
  font-size: 11px;
  line-height: 18px;
  margin: 0;
  padding: 11px 0;
}
.breadcrumb > li {
  line-height: 18px;
  text-shadow: none;
  font-size: 14px;
}
.breadcrumb > li > a {
 color: #7f7f7f;
 text-decoration: none;
 -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
  font-size: 14px;
}
.breadcrumb > li > a:hover {
  opacity: .8;
  filter: alpha(opacity=80);
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
}
.breadcrumb > li + li:before {
  padding: 0 6px;
  color: #7f7f7f;    
}
.breadcrumb-none {
  height: 10px;
}
.slider {
  background: #f2f2f2;
  padding: 54px 0;
}
.slider > .container {
  position: relative;
}
.slider .slid {
  position: relative;
}
.slider .slid .slid-img {
  max-height: 550px;
  z-index: 1;
}
.content .slider .pagination {
  margin: 5px 0;
}
.slider.rs-slider {
  background: none;
  border: 0 none;
  max-height: 500px;
  overflow: hidden;
  padding: 0;
  position: relative;
}
.slider.load .tp-banner-container {
  visibility: hidden;
}
.slider.rs-slider .container {
  position: relative;
}
.slider.rs-slider .title {
  color: #fff;
  font-size: 40px;
  font-weight: normal;
  margin: 0;
}
.slider.rs-slider .description {
  color: #fff;
  font-size: 17px;
  line-height: 25px;
  margin: 0;
  padding: 0 15px;
  white-space: normal;
}
.slider.rs-slider .btn {
  color: #fff;
}
.slider.rs-slider .btn.orang {
  background: #ea4e16;
}
.slider.rs-slider .btn.cherry {
  background: #752033;
}
.rs-slider ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.tp-bannertimer {
  background: #777 !important;
  background: rgba(0,0,0,0.1) !important;
  height: 5px !important;
}
.tp-leftarrow:before {
  content: '\e824';
}
.tp-rightarrow:before {
  content: '\e825';
}
.layerslider {
  margin: 0 auto;
}

.slider.rs-slider.full-width {
  max-height: inherit;
}
.slider.rs-slider.full-width .title {
  font-size: 60px;
  line-height: 0.9;
}
.slider.rs-slider.full-width .btn-link {
  font-size: 14px !important;
  font-weight: bold;
  line-height: 31px;
  letter-spacing: 1px;
  padding: 0;
  text-decoration: none;
}
.slider.rs-slider.full-width .btn-link .fa {
  border: 2px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  font-size: 180%;
  height: 36px;
  line-height: 32px;
  margin-left: 10px;
  padding: 0 0 0 3px;
  text-align: center;
  vertical-align: middle;
  width: 36px;
}
.slider.rs-slider.full-width .btn-link:hover {
  opacity: .8;
}
.slider.rs-slider.full-width  .tp-rightarrow,
.slider.rs-slider.full-width  .tp-leftarrow {
  display: none !important;
}
.banner {
  display: block;
  text-align: center;
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
}
.banner:hover {
  opacity: .8;
  filter: alpha(opacity=80);
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
}
.sidebar .widget {
  margin: 0 0 10px;
}
.sidebar .widget:last-child {
  margin-bottom: 0;
}
.sidebar .widget ol,
.sidebar .widget ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
.sidebar .widget header,
.sidebar .widget .title-block,
.product-bottom .related-products header {
  border-bottom: 1px solid #e1e1e1;
  border-left: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
  padding: 0 0 27px;
  position: relative;
}
.sidebar .course header, .sidebar .free header {
	padding: 0 !important;
}
.sidebar .course header h3, .sidebar .free header h3 {
  padding: 13px 15px !important;
  background-color: #F6F6F6 !important;
}
.sidebar .course:before {
  background: #97CB3B;
  bottom: 0px;
  content: "";
  display: block;
  height: 2px;
}
.sidebar .free {
	border-width: 0px;
	border-top-width: 1px;
}
.sidebar .free header:after {
	background: #97CB3B;
	left: 10px;
	content: "";
	display: block;
	position: absolute;
	height: 2px;
	width: 84px;
}
.sidebar .free .panel-heading {
	background-color: white !important;
	padding: 13px 10px;
}
.sidebar .free .panel-default {
	margin-bottom: 0;
	border-top-width: 0px;
}
.sidebar .free .panel-st {
	font-size: 14px;
	padding-left: 0px !important;
	width: 265px;
}
.sidebar .free .panel-st1 {
	width: 18px;
	height: 18px;
}
.sidebar .course header:before, .sidebar .free header:before {
  display: none !important;
}
.sidebar .course header .title, .sidebar .free header .title {
  color: black !important;
  font-weight: bold !important;
}
.sidebar .course .panel-course {
  margin-top: 0px !important;
}
.sidebar .course .panel-group .panel .panel-heading > .panel-title > a:before,.sidebar .course .panel-group .panel .panel-heading > .panel-title:before,.sidebar .course .panel-group .panel .panel-heading > .panel-title > a:after {
  display:none !important;
}
.sidebar .course .panel-group .panel .panel-heading > .panel-title > a, .sidebar .course .panel-group .panel .panel-heading > .panel-title > a:hover {
  color:black !important;
  padding:12px 15px !important;
  background-color:white !important;
}
.sidebar .course .panel-group .panel .panel-heading > .panel-title {
  border-left:1px solid #E1E1E1 !important;
  border-right:1px solid #E1E1E1 !important;
  border-bottom:1px solid #E1E1E1 !important;
  background-color:white !important;
}
.sidebar .course .panel-group .panel .panel-collapse > .panel-body {
  border-left:1px solid #E1E1E1 !important;
  border-right:1px solid #E1E1E1 !important;
  border-bottom:1px solid #E1E1E1 !important;
  border-top:0px;
  text-align: center;
}
.sidebar .course .active .silder-down {
  display: block !important;
  float: right;
  right: 20px;
}
.sidebar .course .silder-down {
  display: none;
  float: right;
  right: 20px;
}
.sidebar .course .active .silder-right {
  display: none !important;
  float: right;
  right: 20px;
}
.sidebar .course .silder-right {
  display: block;
  float: right;
  right: 20px;
}
.sidebar .course .panel-group .panel .panel-collapse > .panel-body .tc {
  padding: 0px 15px;
  margin-left: 5px;
  margin-bottom: 2px;
  float: left;
  border-radius: 14px;
  background-color: white;
  line-height: 2;
  border: 1px solid #96CA3A;
}
.sidebar .course .panel-group .panel .panel-collapse > .panel-body .tc a {
  color: black;
  text-decoration: blink;
}
.sidebar .course .panel-group .panel .panel-collapse > .panel-body .tc:hover {
  background-color: #96CA3A;
  color: white;
  cursor: pointer;
  text-decoration: blink;
}
.sidebar .course .panel-group .panel .panel-collapse > .panel-body .tc:hover a {
  color: white;
  text-decoration: blink;
}
.sidebar .course .panel-group .panel.active .course-heading:before {
	border: 8px solid transparent;
	border-bottom-color: #e1e1e1;
	top: 31px;
	left: 40px;
	content: "";
	display: block;
	height: 0;
	width: 0;
	position: absolute;
}
.sidebar .course .panel-group .panel.active .course-heading:after {
	border: 7px solid transparent;
	border-bottom-color: white;
	top: 33px;
	left: 41px;
	content: "";
	display: block;
	height: 0;
	width: 0;
	position: absolute;
}
.sidebar .hot header {
  padding: 0 !important;
}
.sidebar .hot header h3 {
  padding: 13px 15px !important;
  background-color: #F6F6F6 !important;
}
.sidebar .hot:before {
  background: #97CB3B;
  bottom: 0px;
  content: "";
  display: block;
  height: 2px;
}
.sidebar .hot header:before {
  display: none !important;
}
.sidebar .hot header .title {
  color: black !important;
  font-weight: bold !important;
}
.sidebar .hot .first {
  background-color: #E23842;
}
.sidebar .hot .second {
  background-color: #EF9945;
}
.sidebar .hot .thrid {
  background-color: #79C336;
}
.sidebar .hot .other {
  background-color: #7D7D7D;
}
.sidebar .hot .number {
  padding: 2px 4px;
  font-size: 12px;
  color: white;
  text-align: center;
  border-radius: 10px;
}
.sidebar .hot img {
  margin: 2px 4px 0px 5%;
}
.sidebar .hot .pricediv {
  margin: 15px 0 5px 0;
  font-weight: bold;
  font-size: 20px;
  color: #DD3D54;
}
.sidebar .hot .price {
  margin-left: 20px;
}
.sidebar .hot .num {
  font-size: 18px;
  color: #DD3D54;
}
.sidebar .hot .panel-hot {
  margin-top: 0px !important;
}
.sidebar .hot .panel-group .panel .panel-heading > .panel-title > a:before,.sidebar .hot .panel-group .panel .panel-heading > .panel-title:before,.sidebar .hot .panel-group .panel .panel-heading > .panel-title > a:after {
  display:none !important;
}
.sidebar .hot .panel-group .panel .panel-heading > .panel-title > a, .sidebar .hot .panel-group .panel .panel-heading > .panel-title > a:hover {
  color:#767676 !important;
  padding:12px 15px !important;
  background-color:white !important;
}
.sidebar .hot .panel-group .panel .panel-heading > .panel-title {
  border-bottom:1px solid #E1E1E1 !important;
  border-left:1px solid #E1E1E1 !important;
  border-right:1px solid #E1E1E1 !important;
  background-color:white !important;
}
.sidebar .hot .panel-group .panel .panel-collapse > .panel-body .btn-exchange {
  text-decoration: none;
  cursor:pointer;
}
.sidebar .hot .panel-group .panel .panel-collapse > .panel-body {
  border-bottom:1px solid #E1E1E1 !important;
  border-left:1px solid #E1E1E1 !important;
  border-right:1px solid #E1E1E1 !important;
  border-top:0px;
}
.sidebar .widget.hot .panel-group {
  margin-bottom: 0px;
}
.sidebar .hot  .panel-group .active.panel .panel-heading > .panel-title > a, .sidebar .hot  .panel-group .active.panel .panel-heading > .panel-title > a:hover{
  color:#DD3D54 !important;
}
.sidebar .audition {
	text-align: center;
	background: url('../img/content/ad/audition-bg.png') no-repeat center center;
	background-size: cover;
}
.sidebar .audition .div {
	margin:10px auto;
	line-height: 1.5;
}
.sidebar .audition .top {
	padding-top: 20px;
}
.sidebar .audition .topfont {
	font-size: 22px;
	color: #ffffff;
	font-weight: bold;
	font-family: "FZBlack";
}
.sidebar .audition .big {
	font-size: 30px;
}
.sidebar .audition .audio {
	margin: 10px 20px;
}
.sidebar .audition .audio .screen {
	background-color: #323E1A;
	text-align: center;
}
.sidebar .audition .audio .info {
	text-align: center;
	font-size: 18px;
	color: #C8DEA1;
	background: black;
	font-weight: normal;
	padding: 30px 0 0;
	line-height: 1.8;
}
.sidebar .audition .audio .buttons {
	background: url('../img/content/ad/buttons.png') no-repeat top;
	background-size: cover;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/content/ad/buttons.png', sizingMethod='scale');
	width:100%;
	height: 20px;
}
.sidebar .audition .audio button {
	margin: 15px 0;
	color: white;
	width: 60px;
}
.sidebar .audition .audio .button1 {
	background-color: #E2B208;
}
.sidebar .audition .audio .button2 {
	background-color: #0EB2EF;
}
.sidebar .audition .audio .circle {
	margin-top: 30px;
	margin-left: 28%;
	position: absolute;
	-webkit-border-radius:40px;
	-moz-border-radius:40px;
	border-radius:40px;
	border:1px #C8DEA1 solid;
	cursor:pointer;
	width: 68px;
	height: 68px;
}
.sidebar .audition .audio .triangleRight {
	margin: 19px;
	width: 0;
	height: 0;
	border-left: 30px solid #FFF;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	-webkit-transform:scale(0.6,1.2);
	-moz-transform:scale(0.6,1.2);
	transform:scale(0.6,1.2);
}
.sidebar .audition .yy {
	padding: 0 20px;
	color: #EFFBE8;
	font-size: 13px;
	text-align: left;
	word-break: break-all;
	word-wrap: break-word;
}
.sidebar .audition .phone {
	height: 44px;
}
.sidebar .audition .phone .big {
	text-align: left;
	font-size: 16px;
	color: #EFFBE8;
	font-weight: bold;
	line-height: 1.5;
}
.sidebar .audition .phone .sm {
	text-align: left;
	font-size: 12px;
	color: #EFFBE8;
	font-weight: normal;
	line-height: 1.5;
}
.sidebar .audition ,.sidebar .free {
	margin-top: 10px;
}
.sidebar .tiku {
	text-align: center;
	margin-top: 10px;
	height: 420px;
	background: url('../img/content/ad/tiku-bg.png') no-repeat center center;
	background-size: cover;
	// filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/content/ad/tiku-bg.png', sizingMethod='scale');
}
.sidebar .tiku .div {
	line-height: 1.5;
	color: #ffffff;
}
.sidebar .tiku .top {
	font-family: "FZBlack";
	font-size: 24px;
	line-height: 2.8;
	font-weight: 900;
}
.sidebar .tiku .left {
	margin: 0 5% 0;
	float: left;
	text-align: center;
	width: 30%;
	line-height: 2;
	font-size: 14px;
	font-weight: normal;
}
.sidebar .tiku .left .qcode {
	width: 100%;
	height: 100%;
}
.sidebar .tiku .right {
	font-family: "FZBlack";
	margin-right: 5%;
	float: right;
	font-size: 28px;
	line-height: 1.6;
	font-weight: 900;
}
.sidebar .tiku .bottom {
	background: url('../img/content/ad/tiku.png') no-repeat top;
	background-size: cover;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/content/ad/tiku.png', sizingMethod='scale');
	width: 100%;
	height: 210px;
}
.sidebar .student-evaluation .left {
	margin: 0;
	padding: 5px 10px;
	font-size: 16px;
	border: 1px solid #e1e1e1;
	border-top-width: 0px;
}
.sidebar .student-evaluation .latest-posts li {
	padding: 8px 0;
}
.sidebar .student-evaluation:before {
	background: #97CB3B;
	bottom: 0px;
	content: "";
	display: block;
	height: 2px;
}
.sidebar .student-evaluation .latest-posts li a {
	color: #7f7f7f;
}

.panel-group .active.panel .panel-heading > .panel-title > a:hover,.panel-group .active.panel .panel-heading > .panel-title > a {
   background-color:#f2f2f2;
}
.sidebar .widget header:before,
.sidebar .widget .title-block:before,
.product-bottom .related-products header:before {
  background: #1e1e1e;
  bottom: 0px;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  margin: 0 0 -1px;
  position: absolute;
  width: 40px;  
}
.sidebar .widget header .title,
.sidebar .widget .title-block .title,
.product-bottom .related-products header h3 {
  color: #7f7f7f;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  margin: 0;
}
.sidebar .widget .subtitle {
  font-size: 14px;
  line-height: 1;
  margin: 0 0 25px;
}
.sidebar .carousel-box header .title {
  line-height: 40px;
}
.sidebar .carousel-box .product {
  display: block;
  float: left;
  margin: 40px 15px;
}
.sidebar .action {
  overflow: hidden;
}
.sidebar .action .btn {
  float: right;
}
.sidebar .more {
  color: #7f7f7f;
  font-size: 12px;
  margin: 5px 0 0;
  text-decoration: none;
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
}
.sidebar .more:hover {
  opacity: .8;
  filter: alpha(opacity=80);
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
  text-decoration: none;
}

/* Menu */
.sidebar .menu li {
  margin: 0 0 3px;
}
.sidebar .menu li a {
  background-color: #f2f2f2;
  background-color: rgba(0,0,0,.05);
  color: #1e1e1e;
  display: block;
  padding: 9px 9px 9px 60px;
  position: relative;
  text-decoration: none;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}
.sidebar .menu li a:before {
  background: #e1e1e1;
  background: rgba(255,255,255,.4);
  bottom: 0;
  content: "";
  display: block;
  left: 45px;
  position: absolute;
  top: 0;
  width: 1px;
}
.sidebar .menu li a:hover {
  background-color: #e9e9e9;
  background-color: rgba(0,0,0,.1);
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}
.sidebar .menu li.active > a {
  background-color: #1e1e1e;
  color: #fff;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}
.sidebar .menu li.active > a:before {
  background: #444;
  background: rgba(255,255,255,.2);
}
.sidebar .menu li.parent > a .open-sub {
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  top: 0;
  width: 45px;
}
.sidebar .menu li.parent > a .open-sub:before,
.sidebar .menu li.parent > a .open-sub:after {
  background: #1e1e1e;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  margin: 19px 0 0 15px;
  position: absolute;
  top: 0;
  width: 16px;
}
.sidebar .menu li.parent > a .open-sub:after {
  height: 16px;
  margin: 12px 0 0 22px;
  width: 2px;
}
.sidebar .menu li.parent.active > a .open-sub:before,
.sidebar .menu li.parent.active > a .open-sub:after {
  background: #fff;
}
.sidebar .menu li.parent.active > a .open-sub:after {
  display: none;
}
.sidebar .menu .sub {
  background-color: #f2f2f2;
  background-color: rgba(0,0,0,.05);
  padding: 7px 0 4px 5px;
}
.sidebar .menu .sub li {
  margin: 0;
}
.sidebar .menu .sub a {
  background: none;
  color: #7f7f7f;
  margin: 0;
  padding: 4px 9px 4px 60px;
}
.sidebar .menu .sub a:before {
  display: none;
}
.sidebar .menu .sub a:hover {
  background-color: #e9e9e9;
  background-color: rgba(0,0,0,.05);
}
.sidebar .menu .sub .active > a {
  background: none;
  color: #000;
}
.sidebar .menu .sub .sub {
  background: none;
}
.sidebar .menu .sub li.parent > a .open-sub {
  left: 10px;
}
.sidebar .menu .sub li.parent > a .open-sub:before,
.sidebar .menu .sub li.parent > a .open-sub:after {
  background: #7f7f7f;
  margin: 14px 0 0 22px;
  width: 12px;
}
.sidebar .menu .sub li.parent > a .open-sub:after {
  height: 12px;
  margin: 9px 0 0 27px;
  width: 2px;
}
.sidebar .menu li > a .item-icon {
  left: 15px;
  position: absolute;
  top: 13px;
}
.sidebar .menu li:not(.active) > a .item-icon {
  opacity: .5;
  filter: alpha(opacity=50);
}

/* Shop By */
.sidebar .section + .section{
  border-top-width: 1px;
  margin: 20px 0 0;
  padding: 20px 0 0;
}
.sidebar .section li {
  line-height: 18px;
}
.sidebar .section li + li {
  margin: 12px 0 0;
}
.sidebar .section li > a,
.sidebar .section li > a:visited {
  color: #1e1e1e;
}
.sidebar .section li .fa {
  color: #7f7f7f;
}
.sidebar .section .selected li {
  background: url("../img/point.png")/*tpa=http://template.progressive.itembridge.com/2.2.4/img/point.png*/ right 13px repeat-x #fff;
  margin: 0 0 8px;
  padding: 0 16px 0 0;
  position: relative;
}
.sidebar .section li > span {
  background: #fff;
  color: #7f7f7f;
}
.sidebar .section li span span {
  color: #1e1e1e;
}
.sidebar .section .selected .close {
  background: #fff;
  color: #7f7f7f;
  font-size: 20px;
  padding: 0 2px;
  position: absolute;
  right: 0px;
  top: 3px;
}
.sidebar .section .selected .close:hover {
  color: #1e1e1e;
}

/* List */
.sidebar .list ul {
  margin-bottom: 0;
}
.sidebar .list li {
  padding: 4px 0;
}
.sidebar .list li a {
  color: #1e1e1e;
}
.sidebar .list li span {
  color: #7f7f7f;
}
/* Community Poll */
.sidebar .poll strong {
  display: block;
  margin-bottom: 21px;
}
.sidebar .poll ul {
  margin: 0;
  padding: 0 0 27px;
}
.sidebar .poll li {
  margin-bottom: 11px;
}
/* Newsletter */
.sidebar .newsletter form {
  margin: 5px 0 0;
  position: relative;
}
.sidebar .newsletter input {
  margin: 0;
  padding-right: 43px;  
}
.sidebar .newsletter .submit {
  background: none;
  color: #ccc;
  height: 38px;
  outline: none;
  padding: 0;
  position: absolute;
  right: 1px;
  top: 1px;
  width: 38px;
}
.sidebar .newsletter .submit .glyphicon {
  line-height: 20px;
}
.sidebar .newsletter input:focus + .submit {
  color: #000;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}
/* Tags */
.sidebar .tags ul {
  margin: 0;
}
.sidebar .tags li {
  float: left;
  margin: 0 3px 3px 0;
}
.sidebar .tags a {
  background: #1e1e1e;
  background: rgba(30,30,30,.7);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  color: #fff;
  display: block;
  font-size: 12px;
  height: 24px;
  line-height: 24px;
  padding: 0 5px;
  text-decoration: none;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}
.sidebar .tags a:hover {
  background: #1e1e1e;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}
/* Links */
.sidebar .links li {
  line-height: 21px;
}
.sidebar .links a,
.sidebar .links a:visited {
  color: #7f7f7f;
  text-decoration: none;
  -webkit-transition: color .2s linear;
  transition: color .2s linear;
}
.sidebar .links a:hover {
  color: #000;
  -webkit-transition: color .2s linear;
  transition: color .2s linear;
}
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled],
.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
  background: #037ac5;
}
.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled:hover[disabled],
.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
  background: #f89406;
  color: #fff;
}
#main {
  padding: 10px 0 !important;
}
#main.no-padding {
  padding: 0;
}
.page-header {
  border-bottom: 1px solid #e1e1e1;
  margin: 0 0 80px;
  padding: 0;
}
.page-header .title {
  font-weight: normal;
  margin: -4px 0 18px;
  padding: 0;
  position: relative;
}
.page-header .container {
  position: relative;
}
.page-header .container:before {
  background: #1e1e1e;
  bottom: 0px;
  content: "";
  display: block;
  height: 1px;
  left: 15px;
  margin: 0 0 -1px;
  position: absolute;
  width: 40px;
}
.page-header .page-description {
  padding: 0 0 18px;
}
.title-box {
  border-bottom-width: 1px;
  margin-bottom: 15px;
  position: relative;
}
.title-box:before {
  background: #97CB3B;
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  margin: 0 0 -1px;
  position: absolute;
  width: 40px;
}
.title-box.text-right:before {
  left: auto;
  right: 0;
}
.title-box.text-center:before {
  left: 50%;
  margin-left: -20px;
}
.title-box .title {
  color: #7f7f7f;
  font-size: 18px;
  font-weight: normal;
  margin: 0 0 12px 0;
  padding: 14px 0 0;
}
.title-box h1.title,
.title-box .h1.title {
  font-size: 24px;
}
.title-box .btn {
  font-size: 12px;
  padding-left: 15px;
  padding-right: 15px;
  position: absolute;
  right: 0;
  top: 0;
}
.title-box .btn .glyphicon {
  margin: -1px 0 0 3px;
}
.title-box.title-white,
.page-header.white {
  border-color: rgba(255,255,255,.3);
}
.title-box.title-white:before,
.page-header.white .container:before {
  background: #fff;
}
/* Packages */
.package {
  background: #f7f7f7;
  margin: 0 auto 40px;
  max-width: 370px;
}
.package .title {
  line-height: 32px;
  padding: 20px 20px 15px;
}
.package .title a {
  color: #1e1e1e;
  font-size: 28px;
  font-weight: bold;
  line-height: 32px;
  text-decoration: none;
}
.package .price-box {
  font-size: 12px;
  line-height: 18px;
  overflow: hidden;
  padding: 0 20px 20px;
}
.package .price-box .icon {
  color: #505050;
  height: 96px;
  text-align: center;
  width: 96px;
}
.package .price-box .icon i {
  background: none;
  font-size: 50px;
  height: auto;
  line-height: 100px;
  margin: 0;
  width: auto;
}
.package .price-box .description {
  margin: 0 120px 17px 0;
}
.package .price-box .price {
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
  margin: 7px 0 0;
}
.package .price-box .price span {
  font-size: 12px;
}
/* Services */
.service .icon {
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  color: #1e1e1e;
  display: block;
  height: 70px;
  float: left;
  margin: 0 30px 0 0;
  text-align: center;
  text-decoration: none;
  width: 70px;
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
}
.service .icon:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
}
.service .icon i:before {
  font-size: 30px;
  line-height: 70px;
}
.service .title {
  margin: 2px 0 17px;
}
.service a:not(.btn),
.big-services-box a:not(.btn),
.features-block a:not(.btn) {
  color: #1e1e1e;
  display: inline-block;
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
}
.service a:hover,
.big-services-box a:hover,
.features-block a:hover {
  text-decoration: none;
  opacity: 0.8;
  filter: alpha(opacity=80);
  text-decoration: none;
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
}
.white .service a,
.white .big-services-box a {
  color: #fff;
}
/* Latest Posts */
.latest-posts {
  list-style: none;
  margin: 0;
  padding: 0;
}
.latest-posts li {
  overflow: hidden;
  padding: 22px 0;
}
.latest-posts li + li {
  border-top-width: 1px;
}
.latest-postst li:first-child {
  padding-top: 0;
}
.latest-posts li:last-child {
  padding-bottom: 0;
}
.latest-posts li .image {
  float: left;
  height: 84px;
  margin: 0 25px 0 0;
  width: 84px;
}
.latest-posts li .meta {
  color: black;
  font-size: 13px;
  line-height: 18px;
  margin: 0 0 10px;
}
.latest-posts li .description {
  overflow: hidden;
  min-width: 15%;
}
.latest-posts li a {
  color: #1e1e1e;
  font-size: 12px;
  line-height: 18px;
  margin: 0;
}
.carousel .col-sm-1,
.carousel .col-sm-2,
.carousel .col-sm-3,
.carousel .col-sm-4,
.carousel .col-sm-5,
.carousel .col-sm-6,
.carousel .col-sm-7,
.carousel .col-sm-8,
.carousel .col-sm-9,
.carousel .col-sm-10,
.carousel .col-sm-11,
.carousel .col-sm-12 {
  display: block;
  float: left;
}
.carousel .col-md-1 {
  max-width: 80px;
}
.carousel .col-md-2 {
  max-width: 161px;
}
.carousel .col-md-3 {
  max-width: 242px;
}
.carousel .col-md-4 {
  max-width: 323px;
}
.carousel .col-md-5 {
  max-width: 404px;
}
.carousel .col-md-6 {
  max-width: 485px;
}
.carousel .col-md-7 {
  max-width: 565px;
}
.carousel .col-md-8 {
  max-width: 646px;
}
.carousel .col-md-9 {
  max-width: 727px;
}
.carousel .col-md-10 {
  max-width: 808px;
}
.carousel .col-md-11 {
  max-width: 889px;
}
.carousel .col-md-12 {
  max-width: 970px;
}
.carousel [class*="span"].pull-right {
  float: right;
}
.load.carousel-box {
  background-image: url("../img/svg/loader.svg")/*tpa=http://template.progressive.itembridge.com/2.2.4/img/svg/loader.svg*/, none;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 40px;
}
.load.carousel-box > * {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
}
.carousel-box > * {
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
}
.load.carousel-box .carousel > a + a,
.load.carousel-box .carousel > div + div {
  visibility: hidden;
}
.carousel-box .next,
.carousel-box .prev {
  background-color: #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #fbfbfb;
  display: block;
  float: right;
  height: 40px;
  line-height: 40px;
  margin: 0 0 0 10px;
  text-align: center;
  text-decoration: none;
  width: 40px;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}
.carousel-box .next:hover,
.carousel-box .prev:hover {
  background-color: #000;
  color: #efefef;
  text-decoration: none;
  -webkit-transition:
    color .2s linear,
    background-color .2s linear;
  transition:
    color .2s linear,
    background-color .2s linear;
}
.carousel-box .next:hover polygon,
.carousel-box .prev:hover polygon {
  fill: #efefef;
}
.carousel-box .next svg {
  margin-left: 2px;
}
.carousel-box .prev svg {
  margin-right: 2px;
}
.carousel-box .next *,
.carousel-box .prev * {
  vertical-align: middle;
}
.carousel-box .pagination {
  margin-bottom: 0;
  text-align: center;
  width: 100%;
}
.carousel-box.no-pagination .pagination {
  display: none;
}
.overflow {
  overflow: hidden;
}
.carousel-box .pagination a {
  background: #ececec;
}
.carousel-box .pagination a:hover {
  background: #000;
}
.carousel-box .pagination a.selected {
  background: #ccc;
  background: rgba(0,0,0,.3);
}
.product {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  float: none;
  //margin: 0 0 40px;
  padding: 10px 0;
  min-width: 240px;
  overflow: hidden;
  position: relative;
  text-align: left;
  vertical-align: top;
  background-color: #F6F6F6;
}
.product.rotation,
.employee.rotation {
  overflow: visible;
}
.carousel .product.rotation {
  margin-top: 40px;
}
.carousel .double-product .product.rotation + .product.rotation {
  margin-top: 0;
}
.product .default {
  background: #f7f7f7;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
  position: relative;
}
.product .product-image {
  display: block;
  line-height: 0;
  margin: 0;
}
.products .hover {
  background-color: #F6F6F6 !important;
}
.product .product-name {
  color: #1e1e1e;
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
  margin: 0 0 4px;
}
.product .product-name a {
  text-decoration: none;
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
}
.product .product-name a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
}
.product .btn.btn-success, .product .btn.btn-success:visited {
	background: #A0CF4F;
}
.product .btn.btn-success:hover, .product .btn.btn-success:focus, .product .btn.btn-success:active, .product .btn.btn-success.active, .product .btn.btn-success.disabled, .product .btn.btn-success[disabled] {
color: #ffffff;
background-color: #8aa902;
}
.green-pagination-box .pagination {
	float: right;
}
.green-pagination-box > .pagination > .active > a, .green-pagination-box > .pagination > .active > span, .green-pagination-box > .pagination > .active > span:hover {
	background-color: #9DD04C;
}
.green-pagination-box > .pagination > li > a:hover, .green-pagination-box > .pagination > li > a:focus {
	background-color: #CCCCCC;
	border: 1px solid #9DD04C;
}
.product .actions a {
  background: #fff;
  display: inline-block;
  height: 54px;
  margin: 0 -2px;
  padding-top: 19px;
  text-align: center;
  text-decoration: none;
  vertical-align: top;
  width: 54px;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}
.product .actions a + a {
  border-left-width: 1px;
}
.product .actions a:hover {
  background: #f2f2f2;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}
.product .actions a i {
  color: #1e1e1e;
  line-height: 57px;
}
.product .actions a i:before {
  font-size: 16px;
  width: auto;
}
.rotation {
  background: none;
  -webkit-perspective: 600px;
  -moz-perspective: 600px;
  perspective: 600px;
}
.rotation .default,
.rotation .front-end {
  overflow: hidden;
  position: relative;
  -webkit-transform: rotateX(0deg) rotateY(0deg);
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -moz-transform: rotateX(0deg) rotateY(0deg);
  -moz-transform-style: preserve-3d;
  -moz-backface-visibility: hidden;
  transform: rotateY(0deg);
  -webkit-transition: all .6s ease-in-out;
  -moz-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
  z-index: 24;
}
.rotation .default {
  background: #f7f7f7;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.rotation.hover .default,
.rotation.hover .front-end {
  z-index: 35;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-transition-delay: .2s;
  -moz-transition-delay: .2s;
  transition-delay: .2s;
}
.list .product {
  background: none;
  display: block;
  margin-left: 0;
  margin-right: 0;
  overflow: hidden;
  width: auto;
}
.list .product .product-image {
  background: #f7f7f7;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin: 0;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 100%;
}
.list .product .product-name {
  font-weight: bold;
  line-height: 30px;
  color:#1582C0;
  font-size: 16px;
}
.list .product .author {
  color: #7f7f7f;
  font-size: 12px;
  line-height: 20px;
  margin: 0 0 8px;
}
.list .product .excerpt {
  color: #7f7f7f;
  font-size: 14px;
  line-height: 20px;
  margin: 0 0 12px;
}
.list .product .desc {
  color: #7f7f7f;
  font-size: 14px;
  line-height: 20px;
  margin: 0 0 5px;
}
.list .product .desc-ico{
  padding-right: 10px;
}
.list .product .price-box {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 15px;
}
.list .product .btn-buy{
  padding: 10px 45px;
}
.list .product .price, #exchangeModal .price {
  font-size: 20px;
  color:#E54943;
  font-weight: bold;
}
.list .product .priceunit, #exchangeModal .priceunit {
  font-size: 16px;
  color:#E54943;
  font-weight:normal;
}
.list .product .numunit {
  font-size: 16px;
  font-weight:normal;
}
.list .product .price-old {
  font-size: 18px;
}
.list .product .actions a {
  background: #f2f2f2;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}
.list .product .actions a:hover {
  background: #1e1e1e;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}
.list .product .actions a path {
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}
.list .product .actions a:hover path {
  fill: #fff;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}
.manufactures .make-wrapper {
  float: left;
  height: 100px;
  margin: 0 5px;
  width: 150px;
}
.manufactures .make {
  background: #f7f7f7;
  border: 1px solid #f7f7f7;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  display: table-cell;
  height: 100px;
  line-height: 0;
  max-height: 100%;
  max-width: 150px;
  width: 150px;
  opacity: .6;
  filter: alpha(opacity=60);
  padding: 0 5px;
  text-align: center;
  vertical-align: middle;
  -webkit-transition:
    background .2s linear,
    border .2s linear,
    opacity .2s linear;
  transition:
    background .2s linear,
    border .2s linear,
    opacity .2s linear;
}
.manufactures a.make:hover {
  background: #f2f2f2;
  border: 1px solid #ccc;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition:
    background .2s linear,
    border .2s linear,
    opacity .2s linear;
  transition:
    background .2s linear,
    border .2s linear,
    opacity .2s linear;
}
/*  About Us */
.about-us {
  font-size: 13px;
}
.about-us strong {
  font-size: 14px;
}

/* Clients */
.client {
  background: #f7f7f7;
  border: 1px solid #f7f7f7;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  margin: 0 auto 20px;
  max-width: 100%;
  text-align: center;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
  width: 200px;
}
.client:hover {
  border-color: #e1e1e1;
  -webkit-transition: border-color .2s ease-in;
  transition: border-color .2s ease-in;
}
.client + .tooltip {
  font-size: 14px;
  z-index: 800;
}
.carousel .client {
  margin-bottom: 0;
}
#catalog .products {
  clear: both;
  margin-top: 10px;
}
#catalog .toolbar {
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  padding: 10px 5px;
}
#catalog .products.grid {
  text-align: center;
}
.pagination-box {
  margin: 40px 0 0;
}
.pagination-box .pagination {
  margin: 0 10px 0 0;
}
.product-page .description {
  color: #7f7f7f;
  font-size: 12px;
  line-height: 20px;
  margin: 0 0 32px;
}
.product-page .col-md-7 .price-box {
  border-bottom-width: 1px;
  font-size: 48px;
  line-height: 1;
  margin: 0 0 40px;
  padding: 0 0 35px;
}
.product-page .col-md-7 .price-box .price-old {
  font-size: 30px;
}
.product-page .col-md-7 .actions {
  margin: 0 0 40px;
}
.product-page .col-md-7 .actions a {
  background: #f2f2f2;
  display: inline-block;
  height: 54px;
  margin: 0 -2px;
  padding-top: 19px;
  text-align: center;
  text-decoration: none;
  width: 54px;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}
.product-page .col-md-7 .actions a + a {
  border-left-width: 1px;
}
.product-page .col-md-7 .actions a:hover {
  background: #1e1e1e;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}
.product-page .col-md-7 .actions a path {
  fill: #1e1e1e;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}
.product-page .col-md-7 .actions a:hover path {
  fill: #fff;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}
.product-page .product-tab {
  margin: 80px 0;
}
.product-page .product-tab .tab-pane {
  padding: 36px 0 0;
}
.product-page .product-tab .tab-pane .title {
  margin: 0 0 18px;
}
.commentlist {
  list-style: none;
  margin: 0;
  padding: 0 0 33px;
}
.commentlist li {
  padding:0 0 25px;
}
.commentlist li + li {
  border-top-width: 1px;
  padding: 25px 0 0;
}
.commentlist .meta {
  color: #7f7f7f;
  font-size: 11px;
  line-height: 18px;
  margin: 0 0 4px;
}
.evaluation {
  float: left;
  height: 15px;
  font-size: 12px;
  line-height: 15px;
  margin: 0 10px 14px 0;
}
.evaluation + .evaluation {
  border-left-width: 1px;
  padding-left: 10px;
}
/* About Us */
.employee {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  float: none;
  margin: 0 0 40px;
  min-width: 260px;
  overflow: hidden;
  position: relative;
  text-align: left;
  vertical-align: top;
}
.carousel .employee {
  margin-top: 40px;
}
.employee .image {
  background: #f2f2f2;
  display: block;
  line-height: 0;
  margin: 0;
}
.employee .image > img {
  width: 100%;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.employee .description {
  background: #f2f2f2;
  border-top-width: 1px;
  color: #505050;
  display: table;
  font-size: 13px;
  height: 72px;
  line-height: 18px;
  text-align: center;
  width: 100%;
}
.employee .description .vertical {
  display: table-cell;
  height: 72px;
  padding-left: 5px;
  padding-right: 5px;
  vertical-align: middle;
}
.employee .name {
  color: #1e1e1e;
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
  margin: 0 0 4px;
}
.employee .role {
  font-size: 11px;
}
.employee .employee-hover {
  background: #1e1e1e;
  background: rgba(30,30,30,.9);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  bottom: 0;
  color: #7f7f7f;
  display: none;
  font-size: 12px;
  line-height: 20px;
  left: 15px;
  padding: 16px 20px 90px;
  position: absolute;
  right: 15px;
  top: 0;
}

.employee .employee-hover .name {
  color: #fff;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.4;
  margin: 0 0 7px;
}
.employee .employee-hover .role {
  line-height: 1;
  margin: 0 0 24px;
}
.employee .employee-hover .contact {
  color: #fff;
}
.employee .employee-hover .image {
  background: #f7f7f7;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: block;
  height: 60px;
  float: right;
  line-height: 0;
  margin: 4px 0 0 5px;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 60px;
  z-index: 1;
}
.employee .employee-hover .social {
  bottom: 20px;
  left: 20px;
  position: absolute;
  text-align: center;
}
.rotation .employee-hover {
  display: block;
  height: inherit;
  transform: rotateY(-180deg);
  -webkit-transform: rotateY(-180deg);
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -moz-transform: rotateY(-180deg);
  -moz-transform-style: preserve-3d;
  -moz-backface-visibility: hidden;
  -o-transition: all .6s ease-in-out;
  -ms-transition: all .6s ease-in-out;
  -moz-transition: all .6s ease-in-out;
  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
  z-index: 13;
}
.rotation.hover .employee-hover {
  -moz-transform: rotateX(0deg) rotateY(0deg);
  -moz-transition-delay: .2s;
  -ms-transition-delay: .2s;
  -o-transition-delay: .2s;
  transform: rotateY(0deg);
  transition-delay: .2s;
  -webkit-transform: rotateX(0deg) rotateY(0deg);
  -webkit-transition-delay: .2s;
  z-index: 46;
}
.employee .employee-hover .social .item {
  background: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  float: left;
  margin: 0 10px 0 0;
}
.post {
  margin-bottom: 40px;
  padding: 0;
}
.blog .post {
  margin-top: -3px;
}
.post + .post {
  border-top-width: 1px;
  padding-top: 37px;
}
.post .entry-content {
  margin: 0 0 25px;
}
.post .entry-content p:last-child {
  margin-bottom: 0;
}
.commentlist li .avatar {
  -webkit-border-radius: 42px;
  -moz-border-radius: 42px;
  border-radius: 42px;
  float: left;
  height: 84px;
  margin: 0 25px 0 0;
  width: 84px;
}
.carousel .post {
  border: 0 none;
  float: left;
  line-height: 22px;
  margin: 0 15px;
  padding: 0;
}
/* Posts Variants */
.post.carousel {
  line-height: 22px;
}
.post.carousel .carousel-box.load {
  max-height: 300px;
}
.post.carousel .carousel-box {
  margin-bottom: 42px;
  position: relative;
}
.post.carousel .carousel-box .next,
.post.carousel .carousel-box .prev {
  left: 0;
  margin: -20px 5px 0;
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  top: 50%;
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
}
.post.carousel .carousel-box:hover .next,
.post.carousel .carousel-box:hover .prev {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition:
    opacity .2s linear,
    background-color .2s linear;
  transition:
    opacity .2s linear,
    background-color .2s linear;
}
.post.carousel .carousel-box:hover .next:hover,
.post.carousel .carousel-box:hover .prev:hover {
  -webkit-transition: background-color .2s linear;
  transition: background-color .2s linear;
}
.post.carousel .carousel-box .next {
  left: auto;
  right: 0;
}
.post.carousel .carousel-box .pagination {
  left: 0;
  position: absolute;
  right: 0;
}
/* Sitemap */
.sitemap,
.sitemap ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sitemap ul {
  margin: 0 0 0 15px;
}
.sitemap li {
  background: url("../img/point.png")/*tpa=http://template.progressive.itembridge.com/2.2.4/img/point.png*/ right 13px repeat-x #fff;
}
.sitemap a {
  background: #fff;
  color: #1e1e1e;
  font-size: 12px;
  line-height: 1;
  padding: 0 5px 0 12px;
  position: relative;
  text-decoration: none;
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
}
.sitemap a:hover {
  opacity: .8;
  filter: alpha(opacity=80);
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
}
.sitemap a:before {
  content: "\f105";
  display: block;
  font-family: FontAwesome;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 12px;
  left: 0;
  position: absolute;
  top: 2px;
}
/* Portfolio */
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
.portfolio .work {
  margin-bottom: 40px;
}
.work,
.work:visited {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
  display: block;
  position: relative;
  text-align: center;
  text-shadow: 0 1px #000;
}
.work:hover {
  display: block;
  text-decoration: none;
}
.carousel .work {
  margin: 2px 1px;
}
.work img {
  background-color: #555;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.4);
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,.4);
  box-shadow: 0 1px 2px rgba(0,0,0,.4);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  width: 100%;
}
.work .shadow {
  background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.01) 29%, rgba(0,0,0,0.01) 30%, rgba(0,0,0,0.01) 33%, rgba(0,0,0,0.17) 62%, rgba(0,0,0,0.24) 68%, rgba(0,0,0,0.62) 90%, rgba(0,0,0,0.73) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(29%,rgba(255,255,255,0.01)), color-stop(30%,rgba(0,0,0,0.01)), color-stop(33%,rgba(0,0,0,0.01)), color-stop(62%,rgba(0,0,0,0.17)), color-stop(68%,rgba(0,0,0,0.24)), color-stop(90%,rgba(0,0,0,0.62)), color-stop(100%,rgba(0,0,0,0.73)));
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0.01) 29%,rgba(0,0,0,0.01) 30%,rgba(0,0,0,0.01) 33%,rgba(0,0,0,0.17) 62%,rgba(0,0,0,0.24) 68%,rgba(0,0,0,0.62) 90%,rgba(0,0,0,0.73) 100%);
  background: -o-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0.01) 29%,rgba(0,0,0,0.01) 30%,rgba(0,0,0,0.01) 33%,rgba(0,0,0,0.17) 62%,rgba(0,0,0,0.24) 68%,rgba(0,0,0,0.62) 90%,rgba(0,0,0,0.73) 100%);
  background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0.01) 29%,rgba(0,0,0,0.01) 30%,rgba(0,0,0,0.01) 33%,rgba(0,0,0,0.17) 62%,rgba(0,0,0,0.24) 68%,rgba(0,0,0,0.62) 90%,rgba(0,0,0,0.73) 100%);
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0.01) 29%,rgba(0,0,0,0.01) 30%,rgba(0,0,0,0.01) 33%,rgba(0,0,0,0.17) 62%,rgba(0,0,0,0.24) 68%,rgba(0,0,0,0.62) 90%,rgba(0,0,0,0.73) 100%);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.work .work-title {
  bottom: 37px;
  left: 0;
  margin: 0 0 -17px;
  padding: 0 5px;
  position: absolute;
  right: 0;
  text-align: center;
  -webkit-transition: bottom .2s ease-in;
  transition: bottom .2s ease-in;
}
.work .title {
  bottom: 46px;
  font-size: 13px;
  font-weight: bold;
  line-height: 20px;
  margin: 0 0 6px;
  text-align: center;
}
.work .description {
  font-size: 11px;
  font-style: italic;
  font-family: Georgia;
  line-height: 16px;
  text-align: center;
}
.work .bg-hover {
  background: #fff;
  background: rgba(255,255,255,.9);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  bottom: 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
}
.work:hover {
  text-shadow: none;
}
.work:hover .work-title {
  bottom: 46%;
  color: #1e1e1e;
  -webkit-transition: bottom .2s ease-in;
  transition: bottom .2s ease-in;
}
.work:hover .bg-hover {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
}
/* Respond */
.respond {
  background: none;
  border: 0 none;
}
.respond .description {
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #1e1e1e;
  font-style: italic;
  font-size: 90%;
  line-height: 1.4;
  margin-bottom: 10px;
  padding: 20px;
  position: relative;
}
.respond.bg .description {
  background-color: #a5e573;
}
.respond.border .description {
  border-color: #a5e573;
  border-width: 1px;
}
.respond.bg .description:before,
.respond.border .description:before {
  border: 10px solid transparent;
  border-top-color: #a5e573;
  bottom: -20px;
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
}
.respond.border .description:after {
  border: 10px solid transparent;
  border-top-color: #fff;
  bottom: -18px;
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
}
.respond .name {
  color: #7f7f7f;
  min-height: 22px;
  padding: 5px 5px 5px 5px;
}
.respond.white .name {
  color: #fff;
}
.respond .name .icon {
  color: #7f7f7f;
  font-size: 30px;
  margin: -5px 0 0;
}
.respond.white .name .icon {
  color: #fff;
}
/* Chart */
.chart {
  position: relative;
  text-align: center;
}
/* Livicons */
.livicon {
  display: inline-block;
  line-height: inherit;
  vertical-align: middle;
}
.livicon svg {
  vertical-align: top;
}
.icon .livicon svg {
  top: 25% !important;
}
/* Steps */
.steps {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.steps .step {
  background: #fff;
  border: 1px solid #e1e1e1;
  display: table-cell;
  padding: 15px;
  position: relative;
  vertical-align: middle;
}
.steps .step + .step {
  border-left: 0 none;
}
.steps .step:first-child {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.steps .step:last-child {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
/* Timeline */
.timeline {
  padding: 20px 0;
  position: relative;
}
.timeline:before {
  background-color: #d2d2d2;
  background-color: rgba(0,0,0,.2);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  content: "";
  display: block;
  height: 100%;
  left: 50%;
  margin-left: -2px;
  position: absolute;
  top: 0;
  width: 4px;
}
.timeline .post {
  border: 0 none;
  margin: 0;
  padding: 0 40px 5px 0;
  width: 50%;
}
.timeline .post:last-child,
.timeline .post:nth-child(even):last-child {
  padding-bottom: 0;
}
.timeline .post .timeline-icon {
  background: #1e1e1e;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  color: #fff;
  font-size: 18px;
  height: 40px;
  left: 50%;
  line-height: 40px;
  margin: 22px 0 0 -20px;
  position: absolute;
  text-align: center;
  width: 40px;
}
.timeline .post .timeline-icon .livicon svg {
  left: 0 !important;
}
.timeline .post .timeline-content {
  background: #fff;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 46px;
  position: relative;
}
.timeline .post.no-padding .timeline-content {
  padding: 0;
}
.timeline .post .timeline-content blockquote:last-child {
  margin-bottom: 0;
}
.timeline .post .timeline-content .img-rounded {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.timeline .post .timeline-content:before,
.timeline .post .timeline-content:after {
  border: 15px solid transparent;
  border-left-color: #ccc;
  content: "";
  display: block;
  position: absolute;
  right: -30px;
  top: 26px;
}
.timeline .post .timeline-content:after {
  border: 14px solid transparent;
  border-left-color: #fff;
  right: -28px;
  top: 27px;
}
.timeline .post .timeline-content .entry-content {
  margin: 0;
}
.timeline .post:nth-child(even) {
  margin-left: 50%;
  padding: 0 0 5px 40px;
}
.timeline .post:nth-child(even) .timeline-content:before {
  border: 15px solid transparent;
  border-right-color: #ccc;
  left: -30px;
  right: auto;
}
.timeline .post:nth-child(even) .timeline-content:after {
  border: 14px solid transparent;
  border-right-color: #fff;
  left: -28px;
  right: auto;
}
.timeline .post .timeline-content.bg {
  background: #ccc;
}
.timeline .post:not(.no-padding) .timeline-content.bg:after {
  display: none;
}

.timeline .post .timeline-content.bg,
.timeline .post .timeline-content.bg blockquote footer,
.timeline .post .timeline-content.bg blockquote small,
.timeline .post .timeline-content.bg blockquote .small {
  color: #fff;
}
.services .service,
.services .features-block {
  margin-bottom: 40px;
}
/* Footer */
#footer {
  color: #7f7f7f;
  margin: -310px 0 0 0;
  overflow-x: hidden;
}
#footer .footer-top {
  background: #f2f2f2;
  font-size: 12px;
  line-height: 21px;
  padding: 50px 0 13px;
}
#footer .sidebar .widget {
  margin-bottom: 30px;
}
#footer .sidebar .widget:nth-child(4n+1) {
  clear: left;
}
#footer .sidebar .widget header,
#footer .sidebar .widget .title-block {
  margin: 0 0 15px;
  padding: 0 0 12px;
}
#footer .sidebar .widget header:before,
#footer .sidebar .widget .title-block:before {
  display: none;
}
#footer .sidebar .widget header .title,
#footer .sidebar .widget .title-block .title {
  color: #1e1e1e;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.3;
  text-transform: uppercase;
}
#footer .sidebar .widget .next,
#footer .sidebar .widget .prev {
  height: 26px;
  line-height: 26px;
  width: 26px;
}
#footer .sidebar .widget .next svg,
#footer .sidebar .widget .prev svg {
  height: 14px;
}
#footer .widget p {
  margin: 0 0 16px;
}
#footer .phone,
#footer .address {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 34px;
  position: relative;
}
#footer .up {
  background: #c6c6c6;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: block;
  float: right;
  height: 40px;
  text-align: center;
  width: 40px;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}
#footer .up:hover {
  background: #000;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}
#footer .up .glyphicon {
  color: #fff;
  margin: 14px 0 0 -.5px;
  vertical-align: top;
}
/* Fancybox */
.fancybox-close {
  background: #fff;
  border: 1px solid #7f7f7f;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #1e1e1e;
  font-size: 25px;
  font-weight: normal;
  height: 30px;
  line-height: 29px;
  right: -15px;
  text-align: center;
  text-decoration: none;
  top: -15px;
  width: 30px;
  -webkit-transition: color .2s linear;
  transition: color .2s linear;
}
.fancybox-close:hover {
  color: #7f7f7f;
  text-decoration: none;
  -webkit-transition: color .2s linear;
  transition: color .2s linear;
}
/* Retina */
@media (-webkit-min-device-pixel-ratio: 2) {
  .replace-2x {
    opacity: 0;
  }
  .replace-2x.loaded {
    opacity: 1;
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear;
  }
}
/* Baidu Spread */
.baidu .course-top-kaoyan {
	width: 100%;
	height: 100%;
	opacity: 1;
	visibility: inherit;
	background: url('../img/content/baidu/top-kaoyan.jpg') center top no-repeat;
}
.baidu .course-top-kuaiji {
	width: 100%;
	height: 100%;
	opacity: 1;
	visibility: inherit;
	background: url('../img/content/baidu/top-kuaiji.jpg') center top no-repeat;
}
.baidu .slider.rs-slider {
	background: none;
	border: 0 none;
	max-height: 451px;
	overflow: hidden;
	padding: 0;
	position: relative;
}
.baidu .slider.rs-slider .balloon{
  -moz-animation: revolving 10s 0s infinite;
  -webkit-animation: revolving 10s 0s infinite;
}
@-moz-keyframes revolving{
  0,45%{
    -moz-transform: perspective(700px) translateY(0px);
  }
  50%{
    -moz-transform: perspective(700px) translateY(-100px);
  }
  100%{
    -moz-transform: perspective(700px) translateY(0px);
  }
}
@-webkit-keyframes revolving{
  0,45%{
    -webkit-transform: perspective(700px) translateY(0px);
  }
  50%{
    -webkit-transform: perspective(700px) translateY(-100px);
  }
  100%{
    -webkit-transform: perspective(700px) translateY(0px);
  }
}
.title-box h1.bold, .title-box .h1.bold {
  font-weight: bold;
  font-size: 22px;
  // font-family: "FZBlack";
}
.baidu .title-box:before {
	background: #99C83C;
	bottom: 0;
	display: block;
	height: 3px;
	left: 0;
	margin: 0 0 -1px;
	position: absolute;
	width: 200px;
}
.baidu .vedio-top {
	background: url('../img/content/baidu/div-top.png') left top no-repeat;
	background-size: cover;
	height: 56px;
	position:relative;
}
.baidu .vedio-top-kuaiji {
	background: url('../img/content/baidu/con2-kuaiji.jpg') left top no-repeat;
	background-size: cover;
	height: 705px;
	width: 100%;
	border:#ececec solid 1px;
}
.baidu .vedio-top-kuaijicy {
	background: url('../img/content/baidu/con2-kuaijicy.jpg') left top no-repeat;
	background-size: cover;
	height: 705px;
	width: 100%;
	border:#ececec solid 1px;
}
.baidu .vedio-top-kyxz {
	background: url('../img/content/baidu/con2-kyxz.jpg') left top no-repeat;
	background-size: cover;
	height: 705px;
	width: 100%;
	border:#ececec solid 1px;
}
.content-kuaji{
	font-size:18px;
	line-height:33px;
	margin-top:155px;
	font-weight:300;
	word-spacing:2px;
	text-align:left;
	text-align:Justify;text-justify:inter-ideograph;word-break:break-all;
	}
.content-kuaji span{
	padding:0;
	margin:0;
	}
@media (max-width:1024px){
	.content-kuaji{
		font-size:16px!important;
		line-height:28px!important;
		margin-top:110px!important;
		font-weight:300;
		padding-left:0px!important;
		}
	.baidu .vedio-top-kuaiji {
		background: url('../img/content/baidu/con2-kuaiji.jpg') left top no-repeat;
		background-size: cover;
		height: 590px !important;
		width: 100%;
		border:#ececec solid 1px;
	}
	.baidu .vedio-top-kuaijicy {
		background: url('../img/content/baidu/con2-kuaijicy.jpg') left top no-repeat;
		background-size: cover;
		height: 590px !important;
		width: 100%;
		border:#ececec solid 1px;
	}
	.baidu .vedio-top-kyxz {
		background: url('../img/content/baidu/con2-kyxz.jpg') left top no-repeat;
		background-size: cover;
		height: 590px !important;
		width: 100%;
		border:#ececec solid 1px;
	}
}
.vedio-bottom {
	background: url('../img/content/baidu/div-bottom.png') left top no-repeat;
	background-size: 100% 100%;
	height: 56px;
	width: 100%;
}
.baidu .vedio-title {
	height: 35px;
	padding: 14px;
}
.baidu .vedio-title-bg:before {
	border-bottom: 56px solid white;
	border-right: 56px solid transparent;
	content: "";
	display: block;
	height: 0;
	width: 0;
	position: absolute;
	z-index: 2;
}
.baidu .vedio-title-bg:after {
	border-bottom: 54px solid #96CA3B;
	border-right: 54px solid transparent;
	content: "";
	display: block;
	height: 0;
	width: 0;
	margin: 2px 0 0 0;
	position: absolute;
	z-index: 2;
}
.baidu .vedio-title-bg {
	position: absolute;
	width: 56px;
	height: 56px;
}
.baidu .vedio-title-big {
	color: white;
	font-size: 20px;
	background: #96CA3B;
	position: absolute;
    left: 10px;
    top: 14px;
    z-index: 3;
}
.baidu .vedio-title-sm {
	color: white;
	font-size: 14px;
	position: absolute;
    right: 26px;
    bottom: 10px;
    z-index: 3;
}
.baidu .bottom-padding-small {
	padding-bottom: 20px;
}
.baidu .vedio-content {
	padding: 30px 20px;
	border:1px solid #dfdfdf;
	background-color:#fff;
	height: 420px;
}
.baidu .vedio-content .vedio-player {
	height: 360px;
}
.baidu .vedio-content .price-row {
	padding: 5px 5px 5px 15px;
	margin:0 -15px;
}
.baidu .vedio-content .price-row .price_yj{font-weight:bold;font-size:18px; float:left; display:block; margin-top:18px; padding-left:20px;text-decoration:line-through; color:#aaaaaa;}
.baidu .vedio-content .price {
	font-size: 36px;
	color: #F61715;
	font-weight: bold;
	float: left;
}
.baidu .vedio-content .member-price {
	font-size: 14px;
	color: white;
	background: #F27714;
	float: left;
	margin: 20px 0 0 12px;
	padding: 0 4px;
	border-radius: 4px;
}
.baidu .vedio-content .buy-row {
	padding: 5px 0 10px 35px;
	margin:0 -15px;
	clear:both;
}
.baidu .vedio-content .buy-row .btn-warning {
	font-family: "微软雅黑";
	font-size: 18px;
	font-variant:200;
	background: #F7740C;
	padding: 8px 30px;
}
.baidu .vedio-content .vedio-info .info-row {
	padding: 3px 10px;
	line-height:22px;
	margin-right:-15px;
	margin-left:-15px;
	clear: both;
}
.baidu .vedio-content .right {
	float: left;
	width: 360px;
}
.baidu .vedio-content .left {
	font-size: 14px;
	float: left;
}
.baidu .vedio-content .vedio-info .teachers {
	height: 90px;
	padding: 5px;
}
.baidu .vedio-content .vedio-info .teacher {
	width: 84px;
	height: 80px;
	padding: 0 5px;
	float: left;
}
.baidu .vedio-content .vedio-info .teacher .work .work-title {
	bottom: 37px;
	left: 0;
	margin: 0 0 -17px;
	padding: 0 5px;
	position: absolute;
	right: 0;
	text-align: center;
	-webkit-transition: bottom .2s ease-in;
	transition: bottom .2s ease-in;
}
.baidu .vedio-content .vedio-info .teacher .work:hover .work-title {
	bottom: 90%;
	color: #fff;
	-webkit-transition: bottom .2s ease-in;
	transition: bottom .2s ease-in;
}
.baidu .vedio-content .vedio-info .teacher .work .title {
	bottom: 6px;
	font-size: 13px;
	font-weight: bold;
	line-height: 20px;
	margin: 0 0 -16px 0;
	text-align: center;
}
/* Select Course */
.green-bordered-top {
	border-top: 1px solid #97C93B;
	padding: 0;
	margin: 0;
}
.common-title {
	background: #F6F6F6;
	border-bottom: 1px solid #e1e1e1;
	border-left: 1px solid #e1e1e1;
	border-right: 1px solid #e1e1e1;
	position: relative;
	color: black;
	font-size: 16px;
	font-weight: bold;
	padding: 5px 10px;
}

.select-course .courses td {
	padding: 0;
	margin: 0;
}
.select-course .courses .course-one {
	font-weight: 300;
}
.select-course .courses .course-one{
	color: #090909;
	font-size: 16px;
	padding: 15px 5px;
	height: 50px;
}
.select-course .courses .course-one .num {
	padding: 0px 6px;
	color: black;
	background-color: #E5E5E5;
	text-align: center;
	border-radius: 14px;
}
.select-course .courses .course-one .num:hover,.select-course .courses .course-one .num:active,.select-course .courses .course-one .num.active  {
	color: white;
	background-color: #95CA3C;
}
.select-course .courses .course-name:hover,.select-course .courses .course-one:hover,.select-course .courses .head-active {
	color: #96C93D;
}
.select-course .course-description {
	background: #fff;
	color: #1e1e1e;
	font-size: 14px;
	line-height: 1.4;
	margin-top: 15px;
	padding: 10px;
	position: absolute;
	border: 1px solid #E8E8E8;
	width: 300px;
	max-width: 300px;
	text-align: left;
	z-index: 2;
	border-top: 2px solid #97CC3D;
	right: 0px;
	display: none;
}
@media (min-width:768px) and (max-width: 1100px) {
	.select-course .course-description {
		right: -24px;
	}
}
.select-course .course-description span {
	font-weight: bold;
}
.select-course .course-description:before {
	border: 10px solid transparent;
	border-bottom-color: #97CC3D;
	top: -20px;
	left: 120px;
	content: "";
	display: block;
	height: 0;
	width: 0;
	position: absolute;
}
@media (max-width:768px) {
	.select-course .courses .course-name,/* .select-course .courses .course-one-none, */.select-course .courses .course-one {
		height: 50px;
	}
	.student-evaluation .left {
		padding-left: 5px;
	}
	.select-course .small-left .course-description {
		right: -150px;
	}
	.select-course .small-right .course-description {
		right: 0px;
	}
	.select-course .small-left .course-description:before {
		left: 37px;
	}
	.select-course .small-right .course-description:before {
		left: 186px;
	}
}

.throughput-rate {
	padding-left: 0;
}
.throughput-rate .common-info {
	padding-top: 14px;
	border-bottom: 1px solid #e1e1e1;
	border-left: 1px solid #e1e1e1;
	border-right: 1px solid #e1e1e1;
}
.throughput-rate .processbar-wrapper {
	padding: 0 20px;
}
.student-evaluation .content {
	padding: 0 15px;
	border-bottom: 1px solid #e1e1e1;
	border-left: 1px solid #e1e1e1;
	border-right: 1px solid #e1e1e1;
}
.student-evaluation .right {
	float: right;
}
.student-evaluation .latest-posts li {
	overflow: hidden;
	padding: 16px 0;
}
/* Free Listen */
.frees .year {
	text-align: center;
	font-size: 18px;
}
.frees .months {
	text-align: center;
	font-size: 18px;
}
.frees .months .carousel {
	height: 70px !important;
}
@media (max-width:768px) {
	.frees .months .months-carousel {
		float: left;
		width: 75%;
	}
	.frees .listens .listen {
		padding: 0 !important;
	}
	.frees .listens .listen .lname {
		line-height: 1.4;
		padding-right: 0;
		padding-left: 10px;
	}
	.frees .listens .listen .lplay {
		padding-left: 15px;
	}
}
@media (min-width:768px) and (max-width: 1100px) {
	.frees .months .months-carousel .month-wrapper {
		margin: 0 9px !important;
	}
}
.frees .months .months-carousel .month-wrapper:before {
	border: 2px solid transparent;
	border-bottom-color: #e1e1e1;
	top: 32px;
	left: 40px;
	content: "";
	display: block;
	height: 0;
	width: 60px;
	position: relative;
	z-index: -1;
}
.frees .months .months-carousel .month-wrapper-end:before {
	display: none !important;
}
.frees .months .month-arrow {
	margin-top: 13px;
	float: left;
	background-color: white !important;
}

.frees .months .months-carousel .month-wrapper {
	float: left;
	margin: 0 15px;
	width: 55px;
	height: 70px;
}
.frees .months .months-carousel month-wrapper-end {
	float: left;
	margin: 0;
	width: 55px;
}
.frees .months .months-carousel .month {
	border-radius: 60px;
	font-size: 16px;
	line-height: 3.6;
	padding: 12px 6px;
	color: white;
}
.frees .months .months-carousel .month:hover,  .frees .months .months-carousel .month.active{
	border-radius: 60px;
	font-size: 16px;
	line-height: 4;
	padding: 16px 8px;
	color: white;
}
.frees .months .months-carousel .month:hover:before,  .frees .months .months-carousel .month.active:before{
	position: absolute;
	margin-left: -14px;
	width: 64px;
	height: 64px;
	border-radius: 50%;
	content: '';
}
.frees .months .months-carousel .jan, .frees .months .months-carousel .jan.active, .frees .months .months-carousel .jan:hover{
	background: #E04542;
}
.frees .months .months-carousel .feb, .frees .months .months-carousel .feb.active, .frees .months .months-carousel .feb:hover{
	background: #EC6100;
}
.frees .months .months-carousel .mar, .frees .months .months-carousel .mar.active, .frees .months .months-carousel .mar:hover{
	background: #D0CA1C;
}
.frees .months .months-carousel .apr, .frees .months .months-carousel .apr.active, .frees .months .months-carousel .apr:hover{
	background: #96CB39;
}
.frees .months .months-carousel .may, .frees .months .months-carousel .may.active, .frees .months .months-carousel .may:hover{
	background: #0186ED;
}
.frees .months .months-carousel .jun, .frees .months .months-carousel .jun.active, .frees .months .months-carousel .jun:hover{
	background: #A354C9;
}
.frees .months .months-carousel .jul, .frees .months .months-carousel .jul.active, .frees .months .months-carousel .jul:hover{
	background: #E04543;
}
.frees .months .months-carousel .aug, .frees .months .months-carousel .aug.active, .frees .months .months-carousel .aug:hover{
	background: #EB6100;
}
.frees .months .months-carousel .sep, .frees .months .months-carousel .sep.active, .frees .months .months-carousel .sep:hover{
	background: #D3D42F;
}
.frees .months .months-carousel .oct, .frees .months .months-carousel .oct.active, .frees .months .months-carousel .oct:hover{
	background: #A2CA50;
}
.frees .months .months-carousel .nov, .frees .months .months-carousel .nov.active, .frees .months .months-carousel .nov:hover{
	background: #138DE8;
}
.frees .months .months-carousel .dec, .frees .months .months-carousel .dec.active, .frees .months .months-carousel .dec:hover{
	background: #AB64CD;
}

.frees .months .months-carousel .jan.active:before, .frees .months .months-carousel .jan:hover:before{
	border: 1px solid #E04542;
}
.frees .months .months-carousel .feb.active:before, .frees .months .months-carousel .feb:hover:before{
	border: 1px solid #EC6100;
}
.frees .months .months-carousel .mar.active:before, .frees .months .months-carousel .mar:hover:before{
	border: 1px solid #D0CA1C;
}
.frees .months .months-carousel .apr.active:before, .frees .months .months-carousel .apr:hover:before{
	border: 1px solid #96CB39;
}
.frees .months .months-carousel .may.active:before, .frees .months .months-carousel .may:hover:before{
	border: 1px solid #0186ED;
}
.frees .months .months-carousel .jun.active:before, .frees .months .months-carousel .jun:hover:before{
	border: 1px solid #A354C9;
}
.frees .months .months-carousel .jul.active:before, .frees .months .months-carousel .jul:hover:before{
	border: 1px solid #E04543;
}
.frees .months .months-carousel .aug.active:before, .frees .months .months-carousel .aug:hover:before{
	border: 1px solid #EB6100;
}
.frees .months .months-carousel .sep.active:before, .frees .months .months-carousel .sep:hover:before{
	border: 1px solid #D3D42F;
}
.frees .months .months-carousel .oct.active:before, .frees .months .months-carousel .oct:hover:before{
	border: 1px solid #A2CA50;
}
.frees .months .months-carousel .nov.active:before, .frees .months .months-carousel .nov:hover:before{
	border: 1px solid #138DE8;
}
.frees .months .months-carousel .dec.active:before, .frees .months .months-carousel .dec:hover:before{
	border: 1px solid #AB64CD;
}
.frees .listens header {
	padding: 0;
	border-bottom: 1px solid #e1e1e1;
	border-left: 1px solid #e1e1e1;
	border-right: 1px solid #e1e1e1;
	position: relative;
}
.frees .listens header .title {
	color: black;
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
	margin: 0;
	padding: 13px 15px;
	background-color: #F6F6F6;
}
.frees .listens:before {
	background: #97CB3B;
	bottom: 0px;
	content: "";
	display: block;
	height: 2px;
}
.frees .listens .panel-listen {
	margin-top: 0px !important;
}
.frees .listens .panel-group .panel .panel-heading > .panel-title {
	border-bottom: 1px solid #E1E1E1 !important;
	border-left: 1px solid #E1E1E1 !important;
	border-right: 1px solid #E1E1E1 !important;
	background-color: white !important;
}
.frees .listens .panel-group .panel.active .panel-heading > .panel-title:after {
	border: 8px solid transparent;
	border-bottom-color: #F7F7F7;
	top: 33px;
	left: 60px;
	content: "";
	display: block;
	height: 0;
	width: 0;
	position: absolute;
	z-index: 2;
}
.frees .listens .panel-group .panel .panel-heading > .panel-title > a {
	color: black !important;
	padding: 12px 15px !important;
	background-color: white !important;
	font-size: 16px;
}
.frees .listens .panel-group .panel .panel-heading > .panel-title > a:hover, .frees .listens .panel-group .panel.active .panel-heading > .panel-title > a {
	color: white !important;
	padding: 12px 15px !important;
	background-color: #96CA3A !important;
	font-size: 16px;
}
.frees .listens .active .silder-down {
	display: block !important;
	float: right;
	right: 20px;
}
.frees .listens .active .silder-right {
	display: none !important;
	float: right;
	right: 20px;
}
.frees .listens .silder-right {
	display: block;
	float: right;
	right: 20px;
}
.frees .listens .silder-down {
	display: none;
	float: right;
	right: 20px;
}
.frees .listens .panel-group .panel .panel-collapse > .panel-body {
	padding: 0;
	border-left: 1px solid #E1E1E1 !important;
	border-right: 1px solid #E1E1E1 !important;
	border-bottom: 1px solid #E1E1E1 !important;
	border-top: 0px;
	text-align: center;
	background: #F7F7F7;
}
.frees .listens .panel-group .panel .panel-collapse > .panel-body .tc {
	padding: 4px 15px;
	margin-left: 5px;
	border-radius: 14px;
	background-color: white;
	line-height: 2;
	border: 1px solid #96CA3A;
}
.frees .listens .panel-group .panel .panel-heading > .panel-title > a:before, .frees .listens .panel-group .panel .panel-heading > .panel-title > a:after, .frees .listens .panel-group .panel .panel-heading > .panel-title:before {
	display: none !important;
}
.frees .listens .panel .panel-heading > .panel-title > a .day {
	padding: 1px 3px;
	margin: 0 15px 0 5px;
	font-size: 14px;
	color: white;
	text-align: center;
	border-radius: 10px;
	background-color: #96CA3A;
	color: white;
}
.frees .listens .panel .panel-heading > .panel-title > a:hover .day,.frees .listens .panel.active .panel-heading > .panel-title > a .day {
	background-color: white;
	color: #96CA3A;
}
.frees .listens .listen {
	text-align: left;
	margin: 0;
	padding: 0 6.6%;
	font-size: 16px;
	line-height: 3;
	border-bottom: 1px dashed #e1e1e1;
	color: #6E6E6E;
}
.frees .listens .listen.last {
	border: 0;
}
.frees .listens .listen .lplay {
	color: #96CA3A;
}

/* Common    Header and footer */
.div_up {
	display: none;
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 200;
	opacity: 0.8;
  	filter: alpha(opacity=80);
}
.div_up .up {
  background: #c6c6c6;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: block;
  float: right;
  height: 40px;
  text-align: center;
  width: 40px;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}
.div_up .up:hover {
  background: #000;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}
.div_up .up .glyphicon {
  color: #fff;
  margin: 14px 0 0 -.5px;
  vertical-align: top;
}
.page-box-content {
	padding-bottom: 20px !important;
}
#footer {
	margin: 0 !important;
}
.top-navbar .nav > li a.suba {
	color: black;
}
@media (max-width: 991px) {
	#top-box .top-navbar .nav > li {
		float: left !important;
	}
	#top-box .top-navbar .nav > li > a {
		color: #fff !important;
	}
	.top-navbar .nav > li:hover > a, .top-navbar .nav > li > a:hover {
		background: #96CA3A !important;
	}
	.header-wrapper {
		min-height: 70px;
	}
	.header .logo {
		height: 70px;
	}
}

.top-navbar .nav > li:hover > a, .top-navbar .nav > li > a:hover {
	background: #96CA3A;
	color: #fff;
}
.navbar .nav > li .dropdown-menu {
	margin: 0;
}
.navbar .nav > li:hover .dropdown-menu {
	display: block;
}
.form-control{
   margin-left:15px
}
.ico_s{
  z-index:1000;
  margin-top:10px;
  padding-left:35px;
}
.log_inp {
	border: 1px solid #e1e1e1;
	-webkit-box-shadow: 0 1px #fff, inset 0 1px 4px rgba(0,0,0,.15);
	-moz-box-shadow: 0 1px #fff, inset 0 1px 4px rgba(0,0,0,.15);
	box-shadow: 0 1px #fff, inset 0 1px 4px rgba(0,0,0,.15);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 20px;
	height: 40px;
	line-height: 22px;
	margin-bottom: 22px;
	min-height: 40px;
	padding: 8px 40px;
	/* -webkit-appearance: none; */
	width: 100%;
}

.t_fot{
   color:blue !important;
}
.checkbox{
  algin:center;
}
.page-box-content{
  padding-bottom:0px;
}
.page-box{
  min-height:144px;
}
.header{
	top:40px;
	left: 0; 
	margin: 0; 
	position: fixed;
	right: 0;
	top: 0;
	z-index: 870;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	width: auto;
	-webkit-transition: margin-top 0.2s linear;
	transition: margin-top 0.2s linear;
	display:block;
}
 #top-box .top-box-wrapper{
   background-color:black !important;
}
.header .primary .navbar .nav > li.item-danger.item-bg:hover > a {
	background: white;
	color: #96CA3A;
	border: 0;
}
.header .primary .navbar .nav > li.item-danger.item-bg:hover > a:after {
	background: #96CA3A;
	top: 44px;
	content: "";
	display: block;
	height: 4px;
	position: relative;
}
#sidebar {
	padding-left: 10px;
}

/* Student Courses */
.cont{
	border:1px solid #bce0f9;
	background-color:#fff;
	}
.onebox{ width:18%;}
.onebox .contone{
	background-color:#d6edfe;
	font-size:18px;
	font-weight:600;
	line-height:80px;
	text-align:center;
	border-bottom:1px solid #bce0f9;
	border-right:1px solid #bce0f9;
	}
.onebox .contthree{
	background-color:#f6fbff;
	font-size:16px;
	font-weight:600;
	line-height:287px;
	text-align:center;
	border-right:1px solid #bce0f9;
	border-bottom:1px solid #bce0f9;
	}
.onebox .contthree-one{
	background-color:#f6fbff;
	font-size:16px;
	font-weight:600;
	line-height:430px;
	text-align:center;
	border-right:1px solid #bce0f9;
	}
.onebox .contthree-one-zonghe{
	background-color:#f6fbff;
	font-size:16px;
	font-weight:600;
	line-height:40px;
	text-align:center;
	border-right:1px solid #bce0f9;
	}
.twobox{ width:36%;}
.contfour{
	background-color:#d6edfe;
	font-size:18px;
	font-weight:600;
	line-height:39px;
	text-align:center;
	border-bottom:1px solid #bce0f9;
	border-right:1px solid #bce0f9;
	}
.contfive{
	overflow:hidden;
	border-bottom:1px solid #bce0f9;
	border-right:1px solid #bce0f9;
	background-color:#d6edfe;
	line-height:40px;
	font-size:18px;
	font-weight:600;
	text-align:center;
	}
.contfive .fiveone{
	width:50%;
	float:left;
	font-size:18px;
	font-weight:600;
	line-height:40px;
	text-align:center;
	border-right:1px solid #bce0f9;
	}
.conteight{
	background-color:#fff;
	font-size:16px;
	line-height:40px;
	text-align:center;
	border-right:1px solid #bce0f9;
	border-bottom:1px solid #bce0f9;
	}
.threebox{ width:17%;}
.contnine{
	background-color:#d6edfe;
	font-size:18px;
	font-weight:600;
	line-height:80px;
	text-align:center;
	border-bottom:1px solid #bce0f9;
	border-right:1px solid #bce0f9;
	}
.contten{
	background-color:#fff;
	color:#79ad1c;
	font-size:16px;
	line-height:40px;
	text-align:center;
	border-bottom:1px solid #bce0f9;
	border-right:1px solid #bce0f9;
	}
.fourbox{ width:16%;}
.contele{
	background-color:#d6edfe;
	font-size:18px;
	font-weight:600;
	line-height:80px;
	text-align:center;
	border-bottom:1px solid #bce0f9;
	border-right:1px solid #bce0f9;
	}
.contthree-six{
	background-color:#fff6ed;
	color:#F30;
	font-size:18px;
	line-height:430px;
	text-align:center;
	border-right:1px solid #fde0d8;
	}
.contthree-six-zonghe{
	background-color:#fff6ed;
	color:#F30;
	font-size:18px;
	line-height:40px;
	text-align:center;
	border-right:1px solid #fde0d8;
	}
.fivebox{ width:13%;}
.contthree-seven-zonghe{
	background-color:#fff6ed;
	font-size:18px;
	line-height:40px;
	text-align:center;
	}
.contthree-seven-zonghe a{ border-radius:3px;text-align:center; line-height:25px; color:#fff; background-color:#f7740c; padding:5px 15px; font-size:14px; text-decoration:none;}
.contthree-seven{
	background-color:#fff6ed;
	font-size:18px;
	line-height:204px;
	text-align:center;
	}
.contthree-seven a{ border-radius:3px;text-align:center; line-height:25px; color:#fff; background-color:#f7740c; padding:5px 15px; font-size:14px; text-decoration:none;}
 .onebox,.twobox,.threebox,.fourbox,.fivebox{
	float:left;
	}
.cont{
	overflow:hidden;
	}
.thtop{
	width:1000px;
	margin:0 auto;
	}
.contxt_inner table,.contxt_inner table td{border:1px black solid;border-width:1px;}
div[id^="hm_t_"], div[id^="hm_t_"]>div {
	overflow: visible !important;
}
@media screen and (max-width: 996px) {
	div[id^="hm_t_"] {
		display:none !important;
	}
	#doyoo_panel {
		display:none !important;
	}
}