/*bootstrap.min.css*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}
body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}
audio:not([controls]){display:none;height:0}[hidden],template{display:none}
a{background-color:transparent}
a:active,a:hover{outline:0}
abbr[title]{border-bottom:1px dotted}
b,strong{font-weight:700}dfn{font-style:italic}
h1{margin:.67em 0;font-size:2em}
img{border:0}

/*site.min.css*/
body{ font:14px/1.5 "Segoe UI", "Lucida Grande", Helvetica, Arial, "Microsoft YaHei", FreeSans, Arimo, "Droid Sans","wenquanyi micro hei","Hiragino Sans GB", "Hiragino Sans GB W3", Roboto, Arial,sans-serif; }
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{font-family:"Lucida Grande", Helvetica, Arial, "Microsoft YaHei", FreeSans, Arimo, "Droid Sans","wenquanyi micro hei","Hiragino Sans GB", "Hiragino Sans GB W3", Roboto, Arial,sans-serif; }
.site-navbar {
  background-color: #62a8ea;
}
.site-navbar .navbar-header {
  color: #fff;
  background-color: transparent;
}
.site-navbar .navbar-header .navbar-toggle {
  color: #fff;
}
.site-navbar .navbar-header .hamburger:before,
.site-navbar .navbar-header .hamburger:after,
.site-navbar .navbar-header .hamburger .hamburger-bar {
  background-color: #fff;
}
.site-navbar .navbar-header .navbar-brand {
  font-family: "Roboto", sans-serif;
  color: #fff;
  cursor: pointer;
}
@media (min-width: 768px) {
  .site-navbar .navbar-header {
    width: 260px;
  }
}
.site-navbar .navbar-container {
  background-color: #fff;
}
@media (min-width: 768px) {
  .site-navbar .navbar-container {
    margin-left: 260px;
  }
}
.site-navbar.navbar-inverse .navbar-container {
  background-color: transparent;
}
html,
body {
  height: 100%;
}
body {
  padding-top: 0px;
}
.site-menubar {
  position: fixed;
  top: 66px;
  z-index: 1400;
  height: 100%;
  height: -webkit-calc(100% - 66px);
  height:         calc(100% - 66px);
  font-family: "Roboto", sans-serif;
  color: rgba(163, 175, 183, .9);
  background: #263238;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .08);
          box-shadow: 0 2px 4px rgba(0, 0, 0, .08);
}
.site-menubar-body {
  height: 100%;
  height: -webkit-calc(100% - 76px);
  height:         calc(100% - 76px);
}
.site-menubar ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.site-menubar a {
  outline: none;
}
.site-menubar a:hover,
.site-menubar a:focus {
  text-decoration: none;
}
.site-menubar.site-menubar-light {
  background: #fff;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .08);
          box-shadow: 0 2px 4px rgba(0, 0, 0, .08);
}
.site-menubar.site-menubar-light .scrollable-inverse.scrollable .scrollable-bar-handle {
  background: rgba(163, 175, 183, .6);
}
.site-menubar-section {
  padding: 0 30px;
  margin-top: 50px;
  margin-bottom: 50px;
}
.site-menubar-section > h4,
.site-menubar-section > h5 {
  color: #76838f;
}
.site-menubar-section .progress:last-child {
  margin-bottom: 0;
}
.site-menubar-footer {
  position: fixed;
  bottom: 0;
  z-index: 1400;
  display: block;
}
.site-menubar-footer > a {
  display: block;
  float: left;
  width: 33.33333333%;
  height: 76px;
  padding: 26px 0;
  font-size: 16px;
  color: #76838f;
  text-align: center;
  background-color: #21292e;
}
.site-menubar-footer > a:hover,
.site-menubar-footer > a:focus {
  background-color: #1e2427;
}
.site-menubar-light .site-menubar-footer > a {
  background-color: #e4eaec;
}
.site-menubar-light .site-menubar-footer > a:hover,
.site-menubar-light .site-menubar-footer > a:focus {
  background-color: #d5dee1;
}
.site-menu {
  padding-bottom: 20px;
  overflow-y: hidden;
  font-size: 14px;
}
.site-menu-item > a {
  white-space: nowrap;
  cursor: pointer;
}
.site-menu-icon {
  display: inline-block;
  width: 1em;
  text-align: center;
}
.site-menu-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
}
.site-menu-arrow {
  position: relative;
  display: inline-block;
  font-family: 'Web Icons';
  font-style: normal;
  font-weight: normal;
  -webkit-transition: -webkit-transform .15s;
       -o-transition:      -o-transform .15s;
          transition:         transform .15s;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);

  text-rendering: auto;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.site-menu-arrow:before {
  content: '\f17f';
}
.site-menu-arrow,
.site-menu-badge,
.site-menu-label {
  position: absolute;
  right: 30px;
  display: inline-block;
  vertical-align: middle;
}
.site-menu .badge,
.site-menu .label {
  padding: 2px 5px 3px;
  font-size: 12px;
  font-weight: 300;
}
.site-menu-item {
  position: relative;
  white-space: nowrap;
}
.site-menu-item a {
  display: block;
  color: rgba(163, 175, 183, .9);
}
.site-menu-item.is-hidden {
  opacity: 0;
}
.site-menu-item.is-shown {
  opacity: 1;
}
.site-menu > .site-menu-item {
  padding: 0;
}
.site-menu > .site-menu-item.open {
  background: #242f35;
}
.site-menu > .site-menu-item.open > a {
  color: #fff;
  background: transparent;
}
.site-menu > .site-menu-item.open.hover > a {
  background: transparent;
}
.site-menu > .site-menu-item.hover > a,
.site-menu > .site-menu-item:hover > a {
  color: rgba(255, 255, 255, .8);
  background-color: rgba(255, 255, 255, .02);
}
.site-menu > .site-menu-item.active {
  background: #242f35;
  border-top: 1px solid rgba(0, 0, 0, .04);
  border-bottom: 1px solid rgba(0, 0, 0, .04);
}
.site-menu > .site-menu-item.active > a {
  color: #fff;
  background: transparent;
}
.site-menu > .site-menu-item.active.hover > a {
  background: transparent;
}
.site-menu .site-menu-sub {
  padding: 5px 0;
  margin: 0;
  font-size: 14px;
  background: transparent;
}
.site-menu .site-menu-sub .site-menu-item {
  line-height: 34px;
  color: rgba(163, 175, 183, .9);
  background: transparent;
}
.site-menu .site-menu-sub .site-menu-item.has-sub {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
}
.site-menu .site-menu-sub .site-menu-item > a {
  padding: 0 30px;
}
.site-menu .site-menu-sub .site-menu-item.open {
  background: rgba(0, 0, 0, .06);
}
.site-menu .site-menu-sub .site-menu-item.open > a {
  color: #fff;
}
.site-menu .site-menu-sub .site-menu-item.open.hover > a {
  background-color: transparent;
}
.site-menu .site-menu-sub .site-menu-item.hover > a,
.site-menu .site-menu-sub .site-menu-item:hover > a {
  color: rgba(255, 255, 255, .8);
  background-color: rgba(255, 255, 255, .02);
}
.site-menu .site-menu-sub .site-menu-item.active {
  background: rgba(0, 0, 0, .06);
}
.site-menu .site-menu-sub .site-menu-item.active > a {
  color: #fff;
}
.site-menu .site-menu-sub .site-menu-item.active.hover > a {
  background-color: transparent;
}
.site-menubar-light .site-menu-item a {
  color: rgba(118, 131, 143, .9);
}
.site-menubar-light .site-menu-item.hover > a,
.site-menubar-light .site-menu-item:hover > a {
  background: transparent;
}
.site-menubar-light .site-menu > .site-menu-item.open {
  background: rgba(53, 131, 202, .05);
}
.site-menubar-light .site-menu > .site-menu-item.open > a {
  color: #62a8ea;
}
.site-menubar-light .site-menu > .site-menu-item.hover,
.site-menubar-light .site-menu > .site-menu-item:hover {
  background-color: rgba(53, 131, 202, .05);
}
.site-menubar-light .site-menu > .site-menu-item.hover > a,
.site-menubar-light .site-menu > .site-menu-item:hover > a {
  color: #62a8ea;
}
.site-menubar-light .site-menu > .site-menu-item.active {
  background: rgba(53, 131, 202, .05);
}
.site-menubar-light .site-menu > .site-menu-item.active > a {
  color: #62a8ea;
}
.site-menubar-light .site-menu .site-menu-sub .site-menu-item.open {
  background: rgba(53, 131, 202, .03);
}
.site-menubar-light .site-menu .site-menu-sub .site-menu-item.open > a {
  color: #62a8ea;
}
.site-menubar-light .site-menu .site-menu-sub .site-menu-item.hover,
.site-menubar-light .site-menu .site-menu-sub .site-menu-item:hover {
  background-color: rgba(53, 131, 202, .03);
}
.site-menubar-light .site-menu .site-menu-sub .site-menu-item.hover > a,
.site-menubar-light .site-menu .site-menu-sub .site-menu-item:hover > a {
  color: #62a8ea;
}
.site-menubar-light .site-menu .site-menu-sub .site-menu-item.hover.open,
.site-menubar-light .site-menu .site-menu-sub .site-menu-item:hover.open {
  background-color: rgba(53, 131, 202, .03);
}
.site-menubar-light .site-menu .site-menu-sub .site-menu-item.active {
  background: rgba(53, 131, 202, .03);
}
.site-menubar-light .site-menu .site-menu-sub .site-menu-item.active > a {
  color: #62a8ea;
}
.site-gridmenu {
  position: fixed;
  top: 66px;
  bottom: 0;
  z-index: 1500;
  padding: 20px 0;
  visibility: hidden;
  background-color: #263238;
  opacity: 0;
}
.js > .site-gridmenu {
  -webkit-transition: opacity .5s ease 0s, visibility 0s;
       -o-transition: opacity .5s ease 0s, visibility 0s;
          transition: opacity .5s ease 0s, visibility 0s;
}
.site-gridmenu-active > .site-gridmenu {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity .5s ease 0s;
       -o-transition: opacity .5s ease 0s;
          transition: opacity .5s ease 0s;
}
.site-gridmenu-active > .site-gridmenu ul {
  opacity: 1;
  -webkit-transform: rotateX(0deg);
          transform: rotateX(0deg);
}
.site-gridmenu ul {
  padding: 0;
  margin: 0;
  list-style: none;
  opacity: .4;
  -webkit-transition: -webkit-transform .5s ease 0s, opacity .5s ease 0s;
       -o-transition:      -o-transform .5s ease 0s, opacity .5s ease 0s;
          transition:         transform .5s ease 0s, opacity .5s ease 0s;
  -webkit-transform: translateY(-25%) rotateX(35deg);
          transform: translateY(-25%) rotateX(35deg);
}
.site-gridmenu li {
  float: left;
  width: 50%;
  text-align: center;
}
.site-gridmenu li > a {
  display: block;
  padding: 30px 15px;
  color: #a3afb7;
}
.site-gridmenu li .icon {
  display: block;
  margin-bottom: 10px;
  font-size: 32px;
}
.site-gridmenu li:hover > a {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  background-color: rgba(255, 255, 255, .02);
}
body.site-gridmenu-active {
  overflow: hidden;
}
.site-gridmenu-toggle:after {
  position: relative;
  top: -1px;
  right: -3px;
  display: inline-block;
  font-family: 'Web Icons';
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  content: '\f183';
  opacity: 0;
  -webkit-transition: opacity .15s;
       -o-transition: opacity .15s;
          transition: opacity .15s;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);

  text-rendering: auto;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.site-gridmenu-active .site-gridmenu-toggle:after {
  opacity: 1;
}
.site-sidebar {
  z-index: 1210;
}
.site-sidebar.slidePanel {
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, .2);
          box-shadow: 0 0 8px 0 rgba(0, 0, 0, .2);
}
.site-sidebar.slidePanel.slidePanel-right,
.site-sidebar.slidePanel.slidePanel-left {
  width: 300px;
  overflow: hidden;
}
.site-sidebar-content {
  height: 100%;
}
.site-sidebar-nav.nav-tabs > li {
  display: table-cell;
  width: 1%;
}
.site-sidebar-nav.nav-tabs > li > a {
  padding: 0;
  font-size: 16px;
  line-height: 90px;
}
.site-sidebar-tab-content {
  height: 100%;
  height: -webkit-calc(100% - 90px);
  height:         calc(100% - 90px);
}
.site-sidebar-tab-content > .tab-pane {
  height: 100%;
  padding: 20px 30px;
}
.site-sidebar-tab-content > .tab-pane.scrollable {
  padding: 0;
}
.site-sidebar-tab-content > .tab-pane .scrollable-content {
  padding: 20px 30px;
}
.site-sidebar-tab-content > .tab-pane .list-group {
  margin-right: -30px;
  margin-left: -30px;
}
.site-sidebar-tab-content > .tab-pane .list-group > .list-group-item {
  padding-right: 30px;
  padding-left: 30px;
}
.site-sidebar .conversation {
  position: absolute;
  top: 0;
  right: -100%;
  z-index: 1700;
  width: 100%;
  height: 100%;
  background-color: #fff;
  -webkit-transition: all .3s;
       -o-transition: all .3s;
          transition: all .3s;
}
.site-sidebar .conversation.active {
  right: 0;
}
.site-sidebar .conversation-header {
  border-bottom: 1px solid #e4eaec;
}
.site-sidebar .conversation-header > * {
  padding: 0 30px;
  margin: 0;
  line-height: 90px;
}
.site-sidebar .conversation-more,
.site-sidebar .conversation-return {
  color: rgba(55, 71, 79, .4);
  cursor: pointer;
}
.site-sidebar .conversation-more:hover,
.site-sidebar .conversation-return:hover,
.site-sidebar .conversation-more:focus,
.site-sidebar .conversation-return:focus {
  color: rgba(55, 71, 79, .6);
}
.site-sidebar .conversation-more:active,
.site-sidebar .conversation-return:active {
  color: #37474f;
}
.site-sidebar .conversation-title {
  position: relative;
  top: 1px;
  z-index: -1;
  color: #37474f;
  text-align: center;
}
.site-sidebar .conversation-content {
  padding: 30px 15px;
}
.site-sidebar .conversation-reply {
  position: absolute;
  bottom: 0;
  padding: 10px 0;
  border-top: 1px solid #e4eaec;
}
.site-sidebar .conversation-reply .form-control {
  border: none;
  border-right: 1px solid #e4eaec;
}
@media (max-width: 767px) {
  .site-sidebar.slidePanel.slidePanel-right,
  .site-sidebar.slidePanel.slidePanel-left {
    width: 100%;
  }
}
.site-action {
  position: fixed;
  right: 32px;
  bottom: 55px;
  z-index: 1290;
  -webkit-animation-duration: 3s;
       -o-animation-duration: 3s;
          animation-duration: 3s;
}
.site-action input {
  display: none;
}
.site-action .btn {
  -webkit-box-shadow: 0 10px 10px 0 rgba(60, 60, 60, .1);
          box-shadow: 0 10px 10px 0 rgba(60, 60, 60, .1);
}
.site-action .front-icon {
  display: block;
}
.site-action .back-icon {
  display: none;
}
.site-action-buttons {
  position: absolute;
  bottom: 56px;
  left: 0;
  display: none;
  width: 100%;
  text-align: center;
}
.site-action-buttons .btn {
  display: block;
  margin: 0 auto;
  margin-bottom: 10px;
  -webkit-animation-delay: 100ms;
       -o-animation-delay: 100ms;
          animation-delay: 100ms;
}
.site-action.active .front-icon {
  display: none;
}
.site-action.active .back-icon {
  display: block;
}
.site-action.active .site-action-buttons {
  display: block;
}
@media (max-width: 767px) {
  .site-action .btn-floating {
    width: 46px;
    height: 46px;
    padding: 0;
    font-size: 16px;
    -webkit-box-shadow: 0 6px 6px 0 rgba(60, 60, 60, .1);
            box-shadow: 0 6px 6px 0 rgba(60, 60, 60, .1);
  }
  .site-action-buttons {
    bottom: 46px;
  }
}
.page {
  position: relative;
  min-height: -webkit-calc(100% - 44px);
  min-height:         calc(100% - 44px);
  background: #f1f4f5;
}
.page-dark.layout-full {
  color: #fff;
}
.page-dark.layout-full:before {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: '';
  background-position: center top;
  -webkit-background-size: cover;
          background-size: cover;
}
.page-dark.layout-full:after {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: '';
  background-color: rgba(38, 50, 56, .6);
}
.page-dark.layout-full .brand {
  margin-bottom: 22px;
}
.page-dark.layout-full .brand-text {
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
}
.page-nav-tabs {
  padding: 0 30px;
}
.page-content {
  padding: 30px 30px;
}
.page-content-actions {
  padding: 0 30px 30px;
}
.page-content-actions .dropdown {
  display: inline-block;
}
.page-content-actions:before,
.page-content-actions:after {
  display: table;
  content: " ";
}
.page-content-actions:after {
  clear: both;
}
.page-content-table {
  max-width: 100%;
  padding: 0;
  overflow-x: auto;
}
.page-content-table .table > thead > tr > th,
.page-content-table .table > tbody > tr > th,
.page-content-table .table > thead > tr > td,
.page-content-table .table > tbody > tr > td {
  padding-top: 20px;
  padding-bottom: 20px;
}
.page-content-table .table > thead > tr > th:first-child,
.page-content-table .table > tbody > tr > th:first-child,
.page-content-table .table > thead > tr > td:first-child,
.page-content-table .table > tbody > tr > td:first-child {
  padding-left: 30px;
}
.page-content-table .table > thead > tr > th:last-child,
.page-content-table .table > tbody > tr > th:last-child,
.page-content-table .table > thead > tr > td:last-child,
.page-content-table .table > tbody > tr > td:last-child {
  padding-right: 30px;
}
.page-content-table .table > tbody > tr:hover > td {
  background-color: #f3f7f9;
}
.page-content-table .table > tbody > tr > td {
  cursor: pointer;
}
.page-content-table .table > tbody > tr:last-child td {
  border-bottom: 1px solid #e4eaec;
}
.page-content-table .table.is-indent > thead > tr > th.pre-cell,
.page-content-table .table.is-indent > tbody > tr > th.pre-cell,
.page-content-table .table.is-indent > thead > tr > td.pre-cell,
.page-content-table .table.is-indent > tbody > tr > td.pre-cell,
.page-content-table .table.is-indent > thead > tr > th.suf-cell,
.page-content-table .table.is-indent > tbody > tr > th.suf-cell,
.page-content-table .table.is-indent > thead > tr > td.suf-cell,
.page-content-table .table.is-indent > tbody > tr > td.suf-cell {
  width: 30px;
  padding: 0;
  border-top: none;
  border-bottom: none;
}
.page-content-table .table.is-indent > tbody > tr:first-child td {
  border-top: none;
}
.page-content-table .table.is-indent > tbody > tr:last-child td.pre-cell,
.page-content-table .table.is-indent > tbody > tr:last-child td.suf-cell {
  border-bottom: none;
}
.page-content-table .table.is-indent > tfoot > tr > td {
  border-top: none;
}
.page-content-table .pagination {
  margin-right: 30px;
  margin-left: 30px;
}
.page-copyright {
  margin-top: 60px;
  font-size: 12px;
  color: #37474f;
  letter-spacing: 1px;
}
.page-copyright .social a {
  margin: 0 10px;
  text-decoration: none;
}
.page-copyright .social .icon {
  font-size: 16px;
  color: rgba(55, 71, 79, .6);
}
.page-copyright .social .icon:hover,
.page-copyright .social .icon:focus {
  color: rgba(55, 71, 79, .8);
}
.page-copyright .social .icon.active,
.page-copyright .social .icon:active {
  color: #37474f;
}
.page-copyright-inverse {
  color: #fff;
}
.page-copyright-inverse .social .icon {
  color: #fff;
}
.page-copyright-inverse .social .icon:hover,
.page-copyright-inverse .social .icon:active {
  color: rgba(255, 255, 255, .8);
}
@media (max-width: 767px) {
  .page {
    min-height: -webkit-calc(100% - 66px);
    min-height:         calc(100% - 66px);
  }
}
.page-header + .page-content {
  padding-top: 0;
}
.page-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
}
.page-title > .icon {
  margin-right: .3em;
}
.page-description {
  color: #a3afb7;
}
.page-header {
  position: relative;
  padding: 30px 30px;
  margin-top: 0;
  margin-bottom: 0;
  background: transparent;
  border-bottom: none;
}
.page-header-actions {
  position: absolute;
  top: 50%;
  right: 30px;
  margin: auto;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
.page-header-actions .btn-icon {
  margin-left: 6px;
}
.page-header-actions > * {
  margin-bottom: 0;
}
.page-header .breadcrumb {
  padding: 0;
  margin: 0;
}
.page-header-bordered {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 30px;
  background-color: #fff;
  border-bottom: 1px solid transparent;
}
.page-header-tabs {
  padding-bottom: 0;
}
.page-header-tabs .nav-tabs-line {
  margin-top: 5px;
  border-bottom-color: transparent;
}
.page-header-tabs .nav-tabs-line > li > a {
  padding: 5px 20px;
}
.page-aside {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 230px;
  overflow-y: hidden;
  background: #fff;
  border-right: 1px solid #e4eaec;
  -webkit-transition: visibility .1s ease, top .3s ease, left .5s ease;
       -o-transition: visibility .1s ease, top .3s ease, left .5s ease;
          transition: visibility .1s ease, top .3s ease, left .5s ease;
}
.page-aside + .page-main {
  margin-left: 230px;
}
.page-aside .list-group-item.active,
.page-aside .list-group-item.active:focus,
.page-aside .list-group-item.active:hover {
  z-index: 0;
}
.page-aside-fixed .page-aside {
  position: fixed;
  top: 66px;
  height: -webkit-calc(100% -  66px);
  height:         calc(100% -  66px);
}
.page-aside-fixed .page-aside-inner {
  height: 100%;
  overflow-y: scroll;
}
.page-aside-fixed .site-footer {
  margin-left: 260px;
}
.page-aside-section {
  position: relative;
}
.page-aside-section:first-child {
  padding-top: 22px;
}
.page-aside-section:last-child {
  margin-bottom: 22px;
}
.page-aside-section:after {
  position: relative;
  display: block;
  margin: 22px;
  content: '';
  border-bottom: 1px solid #e4eaec;
}
.page-aside-section:last-child:after {
  display: none;
}
.page-aside-switch {
  position: absolute;
  top: -webkit-calc(50% - 25px);
  top:         calc(50% - 25px);
  left: -webkit-calc(100% - 1px);
  left:         calc(100% - 1px);
  display: none;
  padding: 15px 8px 15px 4px;
  line-height: 1;
  cursor: pointer;
  background-color: white;
  border-radius: 0 100px 100px 0;
  -webkit-box-shadow: 1px 0 3px rgba(0, 0, 0, .2);
          box-shadow: 1px 0 3px rgba(0, 0, 0, .2);
}
.page-aside-switch .wb-chevron-right {
  display: inline;
}
.page-aside-switch .wb-chevron-left {
  display: none;
}
.page-aside-title {
  padding: 10px 30px;
  margin: 20px 0 10px;
  overflow: hidden;
  font-weight: 500;
  color: #526069;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: default;
}
.page-aside .list-group {
  margin-bottom: 22px;
}
.page-aside .list-group-item {
  padding: 13px 30px;
  margin-bottom: 1px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border: none;
}
.page-aside .list-group-item .icon {
  color: #a3afb7;
}
.page-aside .list-group-item .item-right {
  float: right;
}
.page-aside .list-group-item:hover,
.page-aside .list-group-item:focus {
  color: #62a8ea;
  background-color: #f3f7f9;
  border: none;
}
.page-aside .list-group-item:hover > .icon,
.page-aside .list-group-item:focus > .icon {
  color: #62a8ea;
}
.page-aside .list-group-item.active {
  color: #62a8ea;
  background-color: transparent;
}
.page-aside .list-group-item.active > .icon {
  color: #62a8ea;
}
.page-aside .list-group-item.active:hover,
.page-aside .list-group-item.active:focus {
  color: #62a8ea;
  background-color: #f3f7f9;
  border: none;
}
.page-aside .list-group-item.active:hover > .icon,
.page-aside .list-group-item.active:focus > .icon {
  color: #62a8ea;
}
.page-aside .list-group.has-actions .list-group-item {
  padding-top: 6px;
  padding-bottom: 6px;
  line-height: 36px;
  cursor: pointer;
}
.page-aside .list-group.has-actions .list-group-item .list-editable {
  position: relative;
  display: none;
}
.page-aside .list-group.has-actions .list-group-item .list-editable .input-editable-close {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  -webkit-appearance: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
  outline: none;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
.page-aside .list-group.has-actions .list-group-item .list-editable .form-group {
  margin: 0;
}
.page-aside .list-group.has-actions .list-group-item .item-actions {
  position: absolute;
  top: 6px;
  right: 20px;
  display: none;
}
.page-aside .list-group.has-actions .list-group-item .item-actions .btn-icon {
  padding-right: 2px;
  padding-left: 2px;
  background-color: transparent;
}
.page-aside .list-group.has-actions .list-group-item .item-actions .btn-icon:hover .icon {
  color: #62a8ea;
}
.page-aside .list-group.has-actions .list-group-item .item-actions .icon {
  margin: 0;
}
.page-aside .list-group.has-actions .list-group-item:hover .item-right {
  display: none;
}
.page-aside .list-group.has-actions .list-group-item:hover .item-actions {
  display: block;
}
.page-aside .list-group.has-actions .list-group-item:hover .item-actions .icon {
  color: #76838f;
}
@media (max-width: 1199px) {
  .page-aside {
    width: 220px;
  }
  .page-aside + .page-main {
    margin-left: 220px;
  }
  .page-aside-fixed .site-footer {
    margin-left: 220px;
  }
}
@media (max-width: 767px) {
  .page-aside {
    position: fixed;
    top: 66px;
    left: -260px;
    z-index: 1100;
    width: 260px;
    height: -webkit-calc(100% -  66px);
    height:         calc(100% -  66px);
    overflow-y: visible;
    visibility: visible;
    border-color: transparent;
  }
  .site-navbar-collapse-show .page-aside {
    top: 132px;
    height: -webkit-calc(100% -  132px);
    height:         calc(100% -  132px);
  }
  .site-menubar-changing .page-aside,
  .site-menubar-open .page-aside {
    height: 100%;
  }
  .page-aside .page-aside-inner {
    height: 100%;
    background-color: white;
    border-right: 1px solid #e4eaec;
  }
  .page-aside.open {
    left: 0;
  }
  .site-menubar-changing .page-aside.open,
  .site-menubar-open .page-aside.open {
    visibility: hidden;
  }
  .page-aside.open .page-aside-switch .wb-chevron-right {
    display: none;
  }
  .page-aside.open .page-aside-switch .wb-chevron-left {
    display: inline;
  }
  .page-aside + .page-main {
    margin-left: 0;
  }
  .page-aside-fixed .page-aside {
    left: -260px !important;
  }
  .page-aside-fixed .page-aside.open {
    left: 0 !important;
  }
  .page-aside-fixed .site-footer {
    margin-left: 0 !important;
  }
  .page-aside-switch {
    display: block;
  }
}
.site-footer {
  height: 44px;
  padding: 10px 30px;
  background-color: rgba(0, 0, 0, .02);
  border-top: 1px solid #e4eaec;
}
.site-footer:before,
.site-footer:after {
  display: table;
  content: " ";
}
.site-footer:after {
  clear: both;
}
.site-footer-legal {
  float: left;
}
.site-footer-actions {
  float: right;
}
.site-footer-right {
  float: right;
}
.site-footer .scroll-to-top {
  color: #76838f;
}
.site-footer .scroll-to-top,
.site-footer .scroll-to-top:hover,
.site-footer .scroll-to-top:active {
  text-decoration: none;
}
@media (max-width: 480px) {
  .site-footer {
    height: 66px;
  }
}
@media (max-width: 480px) {
  .site-footer-legal,
  .site-footer-right,
  .site-footer-actions {
    display: block;
    float: none;
    text-align: center;
  }
}
.layout-full {
  height: 100%;
}
body.layout-full {
  padding-top: 0;
}
.layout-full .page {
  height: 100%;
  padding: 0;
  margin: 0 !important;
  background-color: transparent;
}
.layout-full > .loader {
  margin-left: 0 !important;
}
@media (min-width: 1200px) {
  .layout-boxed {
    background: #e4eaec;
  }
  .layout-boxed,
  .layout-boxed .site-navbar {
    max-width: 1320px;
    margin-right: auto;
    margin-left: auto;
  }
}
.layout-boxed .slidePanel-right,
.layout-boxed .slidePanel-left {
  top: 0;
  z-index: 1510;
}
.site-print {
  padding-top: 0;
}
.site-print .site-navbar,
.site-print .site-menubar,
.site-print .site-gridmenu,
.site-print .site-footer {
  display: none;
}
.site-print .page {
  margin: 0 !important;
}
.site-menubar-fold .page,
.site-menubar-fold .site-footer {
  margin-left: 90px;
}
.site-menubar-fold.page-aside-fixed .page-aside {
  left: 90px;
}
.site-menubar-fold.page-aside-fixed .site-footer {
  margin-left: 350px;
}
@media (min-width: 768px) {
  .site-menubar-fold .site-navbar .navbar-header {
    width: 90px;
  }
}
@media (min-width: 768px) {
  .site-menubar-fold .site-navbar .navbar-container {
    margin-left: 90px;
  }
}
.site-menubar-fold .site-navbar .navbar-brand {
  float: none;
  text-align: center;
}
.site-menubar-fold .site-navbar .navbar-brand-text {
  display: none;
}
.site-menubar-fold .site-menu {
  overflow: visible;
}
.site-menubar-fold .site-menu-category {
  height: 2px;
  margin: 0;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background: #242f35;
}
.site-menubar-fold .site-menu-category:first-child {
  visibility: hidden;
}
.site-menubar-fold .site-menu > .site-menu-item {
  font-size: 14px;
}
.site-menubar-fold .site-menu > .site-menu-item > a {
  height: 60px;
  line-height: 60px;
}
.site-menubar-fold .site-menu > .site-menu-item > a .site-menu-title,
.site-menubar-fold .site-menu > .site-menu-item > a .site-menu-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 90px;
  text-align: center;
  -webkit-transition: visibility .25s, opacity .25s;
       -o-transition: visibility .25s, opacity .25s;
          transition: visibility .25s, opacity .25s;
}
.site-menubar-fold .site-menu > .site-menu-item > a .site-menu-arrow {
  visibility: hidden;
  -webkit-transition: visibility 0;
       -o-transition: visibility 0;
          transition: visibility 0;
}
.site-menubar-fold .site-menu > .site-menu-item > a .site-menu-title {
  visibility: hidden;
  opacity: 0;
}
.site-menubar-fold .site-menu > .site-menu-item > a .site-menu-icon {
  margin-right: 0;
  font-size: 24px;
  visibility: visible;
  opacity: 1;
}
.site-menubar-fold .site-menu > .site-menu-item > a .site-menu-badge {
  top: -15px;
  left: 50px;
}
.site-menubar-fold .site-menu > .site-menu-item > a .site-menu-label {
  display: none;
}
.site-menubar-fold .site-menu > .site-menu-item.active {
  border-top: none;
  border-bottom: none;
}
.site-menubar-fold .site-menu > .site-menu-item.hover > a .site-menu-icon,
.site-menubar-fold .site-menu > .site-menu-item.active > a .site-menu-icon,
.site-menubar-fold .site-menu > .site-menu-item.open > a .site-menu-icon {
  visibility: hidden;
  opacity: 0;
}
.site-menubar-fold .site-menu > .site-menu-item.hover > a .site-menu-title,
.site-menubar-fold .site-menu > .site-menu-item.active > a .site-menu-title,
.site-menubar-fold .site-menu > .site-menu-item.open > a .site-menu-title {
  visibility: visible;
  opacity: 1;
}
.site-menubar-fold .site-menu > .site-menu-item.hover > a .site-menu-badge,
.site-menubar-fold .site-menu > .site-menu-item.active > a .site-menu-badge,
.site-menubar-fold .site-menu > .site-menu-item.open > a .site-menu-badge {
  display: none;
}
.site-menubar-fold .site-menu .site-menu-sub .site-menu-sub {
  display: none;
}
.site-menubar-fold .site-menu .site-menu-sub .site-menu-item.open > a .site-menu-arrow {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
}
.site-menubar-fold .site-menu .site-menu-sub .site-menu-item.open > .site-menu-sub {
  display: block;
}
.site-menubar-fold .site-menu .site-menu-sub .site-menu-item:not(.open) > a .site-menu-arrow {
  -webkit-transform: none;
      -ms-transform: none;
       -o-transform: none;
          transform: none;
}
.site-menubar-fold .site-menu .site-menu-sub .site-menu-item:not(.open) > .site-menu-sub {
  display: none;
}
.site-menubar-fold .site-menu > .site-menu-item > .site-menu-sub {
  position: absolute;
  top: 0;
  left: 90px;
  width: 240px;
  overflow-y: auto;
  visibility: hidden;
  background: #242f35;
  opacity: 0;
  -webkit-transition: visibility .25s, opacity .25s;
       -o-transition: visibility .25s, opacity .25s;
          transition: visibility .25s, opacity .25s;
}
.site-menubar-fold .site-menu > .site-menu-item > .site-menu-sub-up {
  top: auto;
  bottom: 0;
}
.site-menubar-fold .site-menu > .site-menu-item > .site-menu-sub .site-menu-item > a {
  padding: 0 30px;
}
.site-menubar-fold .site-menu > .site-menu-item > .site-menu-sub .site-menu-icon {
  margin-right: .5em;
}
.site-menubar-fold .site-menu > .site-menu-item.hover > .site-menu-sub {
  visibility: visible;
  opacity: 1;
}
.site-menubar-fold .site-menubar-light .site-menu-category {
  background: rgba(53, 131, 202, .05);
}
.site-menubar-fold .site-menubar-light .site-menu > .site-menu-item > .site-menu-sub {
  background: #f3f8fb;
  -webkit-box-shadow: 2px 1px 2px rgba(0, 0, 0, .08);
          box-shadow: 2px 1px 2px rgba(0, 0, 0, .08);
}
.site-menubar-fold .site-menubar {
  width: 90px;
}
.site-menubar-fold .site-menubar-section {
  padding: 30px;
  margin-top: 0;
  border-top: 2px solid #242f35;
  border-bottom: 2px solid #242f35;
}
.site-menubar-fold .site-menubar-section > h4,
.site-menubar-fold .site-menubar-section > h5 {
  display: none;
}
.site-menubar-fold .site-menubar-light .site-menubar-section {
  border-top: 2px solid rgba(53, 131, 202, .05);
  border-bottom: 2px solid rgba(53, 131, 202, .05);
}
.site-menubar-fold .site-gridmenu {
  width: 90px;
}
.site-menubar-fold .site-gridmenu li {
  float: none;
  width: 100%;
}
.site-menubar-fold .site-gridmenu li > a {
  padding: 15px 0;
}
.site-menubar-fold .site-gridmenu-toggle:after {
  display: none;
}
.site-menubar-fold .site-menubar-footer {
  width: 90px;
}
.site-menubar-fold .site-menubar-footer > a {
  display: none;
}
.site-menubar-fold .site-menubar-footer > a.fold-show {
  display: block;
  float: none;
  width: 100%;
}
.site-menubar-fold.site-menubar-changing .site-menu > .site-menu-item > .site-menu-sub {
  display: none;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .css-menubar .page,
  .css-menubar .site-footer {
    margin-left: 90px;
  }
  .css-menubar.page-aside-fixed .page-aside {
    left: 90px;
  }
  .css-menubar.page-aside-fixed .site-footer {
    margin-left: 350px;
  }
  .css-menubar .site-navbar .navbar-brand {
    float: none;
    text-align: center;
  }
  .css-menubar .site-navbar .navbar-brand-text {
    display: none;
  }
  .css-menubar .site-menu {
    overflow: visible;
  }
  .css-menubar .site-menu-category {
    height: 2px;
    margin: 0;
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background: #242f35;
  }
  .css-menubar .site-menu-category:first-child {
    visibility: hidden;
  }
  .css-menubar .site-menu > .site-menu-item {
    font-size: 14px;
  }
  .css-menubar .site-menu > .site-menu-item > a {
    height: 60px;
    line-height: 60px;
  }
  .css-menubar .site-menu > .site-menu-item > a .site-menu-title,
  .css-menubar .site-menu > .site-menu-item > a .site-menu-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 90px;
    text-align: center;
    -webkit-transition: visibility .25s, opacity .25s;
         -o-transition: visibility .25s, opacity .25s;
            transition: visibility .25s, opacity .25s;
  }
  .css-menubar .site-menu > .site-menu-item > a .site-menu-arrow {
    visibility: hidden;
    -webkit-transition: visibility 0;
         -o-transition: visibility 0;
            transition: visibility 0;
  }
  .css-menubar .site-menu > .site-menu-item > a .site-menu-title {
    visibility: hidden;
    opacity: 0;
  }
  .css-menubar .site-menu > .site-menu-item > a .site-menu-icon {
    margin-right: 0;
    font-size: 24px;
    visibility: visible;
    opacity: 1;
  }
  .css-menubar .site-menu > .site-menu-item > a .site-menu-badge {
    top: -15px;
    left: 50px;
  }
  .css-menubar .site-menu > .site-menu-item > a .site-menu-label {
    display: none;
  }
  .css-menubar .site-menu > .site-menu-item.active {
    border-top: none;
    border-bottom: none;
  }
  .css-menubar .site-menu > .site-menu-item.hover > a .site-menu-icon,
  .css-menubar .site-menu > .site-menu-item.active > a .site-menu-icon,
  .css-menubar .site-menu > .site-menu-item.open > a .site-menu-icon {
    visibility: hidden;
    opacity: 0;
  }
  .css-menubar .site-menu > .site-menu-item.hover > a .site-menu-title,
  .css-menubar .site-menu > .site-menu-item.active > a .site-menu-title,
  .css-menubar .site-menu > .site-menu-item.open > a .site-menu-title {
    visibility: visible;
    opacity: 1;
  }
  .css-menubar .site-menu > .site-menu-item.hover > a .site-menu-badge,
  .css-menubar .site-menu > .site-menu-item.active > a .site-menu-badge,
  .css-menubar .site-menu > .site-menu-item.open > a .site-menu-badge {
    display: none;
  }
  .css-menubar .site-menu .site-menu-sub .site-menu-sub {
    display: none;
  }
  .css-menubar .site-menu .site-menu-sub .site-menu-item.open > a .site-menu-arrow {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
         -o-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .css-menubar .site-menu .site-menu-sub .site-menu-item.open > .site-menu-sub {
    display: block;
  }
  .css-menubar .site-menu .site-menu-sub .site-menu-item:not(.open) > a .site-menu-arrow {
    -webkit-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none;
  }
  .css-menubar .site-menu .site-menu-sub .site-menu-item:not(.open) > .site-menu-sub {
    display: none;
  }
  .css-menubar .site-menu > .site-menu-item > .site-menu-sub {
    position: absolute;
    top: 0;
    left: 90px;
    width: 240px;
    overflow-y: auto;
    visibility: hidden;
    background: #242f35;
    opacity: 0;
    -webkit-transition: visibility .25s, opacity .25s;
         -o-transition: visibility .25s, opacity .25s;
            transition: visibility .25s, opacity .25s;
  }
  .css-menubar .site-menu > .site-menu-item > .site-menu-sub-up {
    top: auto;
    bottom: 0;
  }
  .css-menubar .site-menu > .site-menu-item > .site-menu-sub .site-menu-item > a {
    padding: 0 30px;
  }
  .css-menubar .site-menu > .site-menu-item > .site-menu-sub .site-menu-icon {
    margin-right: .5em;
  }
  .css-menubar .site-menu > .site-menu-item.hover > .site-menu-sub {
    visibility: visible;
    opacity: 1;
  }
  .css-menubar .site-menubar-light .site-menu-category {
    background: rgba(53, 131, 202, .05);
  }
  .css-menubar .site-menubar-light .site-menu > .site-menu-item > .site-menu-sub {
    background: #f3f8fb;
    -webkit-box-shadow: 2px 1px 2px rgba(0, 0, 0, .08);
            box-shadow: 2px 1px 2px rgba(0, 0, 0, .08);
  }
  .css-menubar .site-menubar {
    width: 90px;
  }
  .css-menubar .site-menubar-section {
    padding: 30px;
    margin-top: 0;
    border-top: 2px solid #242f35;
    border-bottom: 2px solid #242f35;
  }
  .css-menubar .site-menubar-section > h4,
  .css-menubar .site-menubar-section > h5 {
    display: none;
  }
  .css-menubar .site-menubar-light .site-menubar-section {
    border-top: 2px solid rgba(53, 131, 202, .05);
    border-bottom: 2px solid rgba(53, 131, 202, .05);
  }
  .css-menubar .site-gridmenu {
    width: 90px;
  }
  .css-menubar .site-gridmenu li {
    float: none;
    width: 100%;
  }
  .css-menubar .site-gridmenu li > a {
    padding: 15px 0;
  }
  .css-menubar .site-gridmenu-toggle:after {
    display: none;
  }
  .css-menubar .site-menubar-footer {
    width: 90px;
  }
  .css-menubar .site-menubar-footer > a {
    display: none;
  }
  .css-menubar .site-menubar-footer > a.fold-show {
    display: block;
    float: none;
    width: 100%;
  }
  .css-menubar .site-menu > .site-menu-item:hover > a .site-menu-icon {
    visibility: hidden;
    opacity: 0;
  }
  .css-menubar .site-menu > .site-menu-item:hover > a .site-menu-title {
    visibility: visible;
    opacity: 1;
  }
  .css-menubar .site-menu > .site-menu-item:hover > a .site-menu-badge {
    display: none;
  }
  .css-menubar .site-menu-item:hover > .site-menu-sub {
    visibility: visible;
    opacity: 1;
  }
  .site-menubar-fold.page-aside-fixed .site-footer {
    margin-left: 310px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) and (min-width: 768px) {
  .css-menubar .site-navbar .navbar-header {
    width: 90px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) and (min-width: 768px) {
  .css-menubar .site-navbar .navbar-container {
    margin-left: 90px;
  }
}
.site-menubar-fold.site-menubar-fold-alt .site-menu > .site-menu-item.hover > a,
.site-menubar-fold.site-menubar-fold-alt .site-menu > .site-menu-item:hover > a {
  background-color: transparent;
}
.site-menubar-fold.site-menubar-fold-alt .site-menu > .site-menu-item.active,
.site-menubar-fold.site-menubar-fold-alt .site-menu > .site-menu-item.open,
.site-menubar-fold.site-menubar-fold-alt .site-menu > .site-menu-item.hover {
  background: #37474f;
}
.site-menubar-fold.site-menubar-fold-alt .site-menu > .site-menu-item.active > a .site-menu-icon,
.site-menubar-fold.site-menubar-fold-alt .site-menu > .site-menu-item.open > a .site-menu-icon,
.site-menubar-fold.site-menubar-fold-alt .site-menu > .site-menu-item.hover > a .site-menu-icon {
  visibility: visible;
  opacity: 1;
}
.site-menubar-fold.site-menubar-fold-alt .site-menu > .site-menu-item.active > a .site-menu-badge,
.site-menubar-fold.site-menubar-fold-alt .site-menu > .site-menu-item.open > a .site-menu-badge,
.site-menubar-fold.site-menubar-fold-alt .site-menu > .site-menu-item.hover > a .site-menu-badge {
  display: inline-block;
}
.site-menubar-fold.site-menubar-fold-alt .site-menu > .site-menu-item.active > a .site-menu-title,
.site-menubar-fold.site-menubar-fold-alt .site-menu > .site-menu-item.open > a .site-menu-title {
  visibility: hidden;
  opacity: 0;
}
.site-menubar-fold.site-menubar-fold-alt .site-menu > .site-menu-item.hover > a .site-menu-title {
  visibility: visible;
  opacity: 1;
}
.site-menubar-fold.site-menubar-fold-alt .site-menu > .site-menu-item > a .site-menu-title {
  left: 90px;
  width: 240px;
  padding: 0 30px;
  font-size: 14px;
  text-align: left;
  background: #37474f;
  -webkit-transition: visibility 0, opacity 0;
       -o-transition: visibility 0, opacity 0;
          transition: visibility 0, opacity 0;
}
.site-menubar-fold.site-menubar-fold-alt .site-menu > .site-menu-item > .site-menu-sub {
  top: 60px;
}
.site-menubar-fold.site-menubar-fold-alt .site-menu > .site-menu-item > .site-menu-sub-up {
  top: auto;
  bottom: 60px;
}
.site-menubar-fold.site-menubar-fold-alt .site-menubar-light .site-menu > .site-menu-item.active,
.site-menubar-fold.site-menubar-fold-alt .site-menubar-light .site-menu > .site-menu-item.open,
.site-menubar-fold.site-menubar-fold-alt .site-menubar-light .site-menu > .site-menu-item.hover {
  background: #e8f1f8;
}
.site-menubar-fold.site-menubar-fold-alt .site-menubar-light .site-menu > .site-menu-item > a .site-menu-title {
  background: #e8f1f8;
}
.site-menubar-fold.site-menubar-fold-alt .site-menubar-light .site-menu > .site-menu-item > .site-menu-sub {
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media screen and (max-width: 767px), screen and (min-width: 1200px) {
  .css-menubar .site-menu-category {
    padding: 0 24px;
    margin-top: 20px;
    font-size: 15px;
    line-height: 38px;
    color: #76838f;
    text-transform: uppercase;
    -webkit-transition: all .25s, font .1s .15s, color .1s .15s;
         -o-transition: all .25s, font .1s .15s, color .1s .15s;
            transition: all .25s, font .1s .15s, color .1s .15s;
  }
  .css-menubar .site-menu > .site-menu-item > a .site-menu-title {
    font-size: 14px;
  }
  .css-menubar .site-menu-icon {
    margin-right: 14px;
  }
  .css-menubar .site-menu-title {
    display: inline-block;
    max-width: 160px;
  }
  .css-menubar .site-menu-title:first-child {
    margin-left: 28px;
  }
  .css-menubar .site-menu .site-menu-sub {
    display: none;
  }
  .css-menubar .site-menu-item {
    line-height: 34px;
    -webkit-transition: -webkit-transform .1s, all .25s, border 0;
         -o-transition:      -o-transform .1s, all .25s, border 0;
            transition:         transform .1s, all .25s, border 0;
  }
  .css-menubar .site-menu-item.open > a .site-menu-arrow {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
         -o-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .css-menubar .site-menu-item.open > .site-menu-sub {
    display: block;
  }
  .css-menubar .site-menu-item:not(.open) > a .site-menu-arrow {
    -webkit-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none;
  }
  .css-menubar .site-menu-item:not(.open) > .site-menu-sub {
    display: none;
  }
  .css-menubar .site-menu > .site-menu-item > a {
    padding: 0 30px;
    line-height: 38px;
  }
  .css-menubar.site-menubar-native .site-menubar-body {
    overflow-y: scroll;
  }
  .css-menubar .site-menubar {
    width: 260px;
  }
  .css-menubar .site-gridmenu {
    width: 260px;
  }
  .css-menubar .site-menubar-footer {
    width: 260px;
  }
  .css-menubar [data-toggle="menubar"] .hamburger-arrow-left {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
         -o-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .css-menubar [data-toggle="menubar"] .hamburger-arrow-left:before {
    width: .6em;
    -webkit-transform: translate3d(.45em, .1em, 0) rotate(45deg);
            transform: translate3d(.45em, .1em, 0) rotate(45deg);
  }
  .css-menubar [data-toggle="menubar"] .hamburger-arrow-left .hamburger-bar {
    border-radius: .2em;
  }
  .css-menubar [data-toggle="menubar"] .hamburger-arrow-left:after {
    width: .6em;
    -webkit-transform: translate3d(.45em, -.1em, 0) rotate(-45deg);
            transform: translate3d(.45em, -.1em, 0) rotate(-45deg);
  }
  .css-menubar .site-menu-item:hover > .site-menu-sub {
    display: block;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px), screen and (min-width: 1200px) and (min-width: 768px) {
  .css-menubar .site-navbar .navbar-header {
    width: 260px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px), screen and (min-width: 1200px) and (min-width: 768px) {
  .css-menubar .site-navbar .navbar-container {
    margin-left: 260px;
  }
}
@media screen and (min-width: 1200px) {
  .css-menubar .page,
  .css-menubar .site-footer {
    margin-left: 260px;
  }
  .css-menubar.page-aside-fixed .page-aside {
    left: 260px;
  }
  .css-menubar.page-aside-fixed .site-footer {
    margin-left: 520px;
  }
}
.site-menubar-unfold .page,
.site-menubar-unfold .site-footer {
  margin-left: 260px;
}
.site-menubar-unfold.page-aside-fixed .page-aside {
  left: 260px;
}
.site-menubar-unfold.page-aside-fixed .site-footer {
  margin-left: 520px;
}
@media (min-width: 768px) {
  .site-menubar-unfold .site-navbar .navbar-header {
    width: 260px;
  }
}
@media (min-width: 768px) {
  .site-menubar-unfold .site-navbar .navbar-container {
    margin-left: 260px;
  }
}
.site-menubar-unfold .site-menu-category {
  padding: 0 24px;
  margin-top: 20px;
  font-size: 15px;
  line-height: 38px;
  color: #76838f;
  text-transform: uppercase;
  -webkit-transition: all .25s, font .1s .15s, color .1s .15s;
       -o-transition: all .25s, font .1s .15s, color .1s .15s;
          transition: all .25s, font .1s .15s, color .1s .15s;
}
.site-menubar-unfold .site-menu > .site-menu-item > a .site-menu-title {
  font-size: 14px;
}
.site-menubar-unfold .site-menu-icon {
  margin-right: 14px;
}
.site-menubar-unfold .site-menu-title {
  display: inline-block;
  max-width: 160px;
}
.site-menubar-unfold .site-menu-title:first-child {
  margin-left: 28px;
}
.site-menubar-unfold .site-menu .site-menu-sub {
  display: none;
}
.site-menubar-unfold .site-menu-item {
  line-height: 34px;
  -webkit-transition: -webkit-transform .1s, all .25s, border 0;
       -o-transition:      -o-transform .1s, all .25s, border 0;
          transition:         transform .1s, all .25s, border 0;
}
.site-menubar-unfold .site-menu-item.open > a .site-menu-arrow {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
}
.site-menubar-unfold .site-menu-item.open > .site-menu-sub {
  display: block;
}
.site-menubar-unfold .site-menu-item:not(.open) > a .site-menu-arrow {
  -webkit-transform: none;
      -ms-transform: none;
       -o-transform: none;
          transform: none;
}
.site-menubar-unfold .site-menu-item:not(.open) > .site-menu-sub {
  display: none;
}
.site-menubar-unfold .site-menu > .site-menu-item > a {
  padding: 0 30px;
  line-height: 38px;
}
.site-menubar-unfold.site-menubar-native .site-menubar-body {
  overflow-y: scroll;
}
.site-menubar-unfold .site-menubar {
  width: 260px;
}
.site-menubar-unfold .site-gridmenu {
  width: 260px;
}
.site-menubar-unfold .site-menubar-footer {
  width: 260px;
}
.site-menubar-unfold [data-toggle="menubar"] .hamburger-arrow-left {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}
.site-menubar-unfold [data-toggle="menubar"] .hamburger-arrow-left:before {
  width: .6em;
  -webkit-transform: translate3d(.45em, .1em, 0) rotate(45deg);
          transform: translate3d(.45em, .1em, 0) rotate(45deg);
}
.site-menubar-unfold [data-toggle="menubar"] .hamburger-arrow-left .hamburger-bar {
  border-radius: .2em;
}
.site-menubar-unfold [data-toggle="menubar"] .hamburger-arrow-left:after {
  width: .6em;
  -webkit-transform: translate3d(.45em, -.1em, 0) rotate(-45deg);
          transform: translate3d(.45em, -.1em, 0) rotate(-45deg);
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .site-menubar-unfold.page-aside-fixed .site-footer {
    margin-left: 480px;
  }
}
@media (max-width: 767px) {
  .site-menubar-unfold .page,
  .site-menubar-unfold .site-footer {
    margin-left: auto;
  }
  .site-menubar-open .page,
  .site-menubar-open .site-footer {
    -webkit-transform: translate3d(260px, 0, 0);
        -ms-transform: translate(260px, 0);
        -ms-transform: translate3d(260px, 0, 0);
            transform: translate3d(260px, 0, 0);
  }
  .site-menubar-changing {
    overflow: hidden;
  }
  .site-menubar-changing .page,
  .site-menubar-changing .site-footer {
    -webkit-transition: -webkit-transform .25s;
         -o-transition:      -o-transform .25s;
            transition:         transform .25s;
  }
  .site-gridmenu {
    width: 100% !important;
    background: rgba(38, 50, 56, .9);
  }
  .site-menubar-hide .site-menubar,
  .site-menubar-open .site-menubar {
    -webkit-transition: -webkit-transform .25s, top .35s, height .35s;
         -o-transition:      -o-transform .25s, top .35s, height .35s;
            transition:         transform .25s, top .35s, height .35s;
  }
  .site-menubar-open .site-menubar {
    -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate(0, 0);
        -ms-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@media (max-width: 767px) {
  .site-navbar-collapsing {
    -webkit-transition: padding-top .35s;
         -o-transition: padding-top .35s;
            transition: padding-top .35s;
  }
  body.site-navbar-collapse-show {
    padding-top: 132px;
  }
  .site-navbar-collapse-show .slidePanel.slidePanel-right,
  .site-navbar-collapse-show .slidePanel.slidePanel-left {
    top: 132px;
    -webkit-transition: top .35s;
         -o-transition: top .35s;
            transition: top .35s;
  }
}
body.site-navbar-small {
  padding-top: 60px;
}
.site-navbar-small .site-navbar {
  height: 60px;
  min-height: 60px;
}
.site-navbar-small .site-navbar .navbar-brand {
  height: 60px;
  padding: 19px 20px;
}
.site-navbar-small .site-navbar .navbar-nav {
  margin: 9.5px -15px;
}
@media (min-width: 768px) {
  .site-navbar-small .site-navbar .navbar-nav > li > a {
    padding-top: 19px;
    padding-bottom: 19px;
  }
}
.site-navbar-small .site-navbar .navbar-toggle {
  height: 60px;
  padding: 19px 15px;
}
.site-navbar-small .site-navbar .navbar-toolbar > li > a {
  padding-top: 19px;
  padding-bottom: 19px;
}
.site-navbar-small .site-navbar .navbar-nav > li > a.navbar-avatar,
.site-navbar-small .site-navbar .navbar-toolbar > li > a.navbar-avatar {
  padding-top: 15px;
  padding-bottom: 15px;
}
.site-navbar-small .site-navbar .navbar-search-overlap .form-control {
  height: 60px !important;
}
.site-navbar-small .site-menubar {
  top: 60px;
  height: -webkit-calc(100% - 60px);
  height:         calc(100% - 60px);
}
.site-navbar-small .site-gridmenu {
  top: 60px;
}
@media (max-width: 767px) {
  body.site-navbar-collapse-show.site-navbar-small {
    padding-top: 120px;
  }
  .site-navbar-small .site-menubar {
    top: 60px;
  }
  .site-navbar-collapse-show .site-navbar-small .site-menubar {
    top: 120px;
    height: -webkit-calc(100% - 120px);
    height:         calc(100% - 120px);
  }
  .site-navbar-small .page-aside {
    top: 60px;
  }
  .site-navbar-collapse-show .site-navbar-small .page-aside {
    top: 120px;
  }
}
@media (max-width: 767px) {
  .site-navbar .brand {
    display: none;
  }
  .site-navbar .brand-mobile {
    display: block;
  }
  .site-menubar {
    top: 66px;
    height: -webkit-calc(100% - 66px);
    height:         calc(100% - 66px);
    -webkit-transform: translate3d(-260px, 0, 0);
        -ms-transform: translate(-260px, 0);
        -ms-transform: translate3d(-260px, 0, 0);
            transform: translate3d(-260px, 0, 0);

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-perspective: 1000;
            perspective: 1000;
  }
  .site-navbar-collapse-show .site-menubar {
    top: 132px;
    height: -webkit-calc(100% - 132px);
    height:         calc(100% - 132px);
  }
  .site-menubar-footer {
    visibility: hidden;
  }
  .site-menubar-open .site-menubar-footer {
    visibility: visible;
  }
  .disable-scrolling {
    height: 100%;
    overflow: hidden;
  }
  body.site-menubar-open {
    height: 100%;
    overflow: hidden;
  }
  body.site-menubar-open .page {
    height: 100%;
    overflow: hidden;
    pointer-events: none;
  }
}
@media (min-width: 768px) {
  .site-menubar-flipped .navbar-header {
    float: right;
  }
}
.site-menubar-flipped .site-menubar,
.site-menubar-flipped .site-menubar-footer {
  right: 0;
  left: auto;
}
.site-menubar-flipped .site-gridmenu {
  right: 0;
  left: auto;
}
.site-menubar-flipped .hamburger-arrow-left.collapsed:before,
.site-menubar-flipped .hamburger-arrow-left.unfolded:before {
  -webkit-transform: translateX(-.1em) translateY(.1em) rotate(135deg);
      -ms-transform: translateX(-.1em) translateY(.1em) rotate(135deg);
       -o-transform: translateX(-.1em) translateY(.1em) rotate(135deg);
          transform: translateX(-.1em) translateY(.1em) rotate(135deg);
}
.site-menubar-flipped .hamburger-arrow-left.collapsed:after,
.site-menubar-flipped .hamburger-arrow-left.unfolded:after {
  -webkit-transform: translateX(-.1em) translateY(-.1em) rotate(45deg);
      -ms-transform: translateX(-.1em) translateY(-.1em) rotate(45deg);
       -o-transform: translateX(-.1em) translateY(-.1em) rotate(45deg);
          transform: translateX(-.1em) translateY(-.1em) rotate(45deg);
}
@media screen and (max-width: 767px) and (min-width: 768px), screen and (min-width: 1200px) and (min-width: 768px) {
  .css-menubar .site-menubar-flipped .site-navbar .navbar-container {
    margin-right: 260px;
    margin-left: 0;
  }
}
@media screen and (min-width: 1200px) {
  .css-menubar .site-menubar-flipped .page,
  .css-menubar .site-menubar-flipped .site-footer {
    margin-right: 260px;
    margin-left: 0;
  }
}
.site-menubar-unfold.site-menubar-flipped .page,
.site-menubar-unfold.site-menubar-flipped .site-footer {
  margin-right: 260px;
  margin-left: 0;
}
@media (min-width: 768px) {
  .site-menubar-unfold.site-menubar-flipped .site-navbar .navbar-container {
    margin-right: 260px;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .site-menubar-flipped.site-menubar-unfold .page,
  .site-menubar-flipped.site-menubar-unfold .site-footer {
    margin-right: auto;
    margin-left: 0;
  }
  .site-menubar-flipped.site-menubar-open .page,
  .site-menubar-flipped.site-menubar-open .site-footer {
    -webkit-transform: translate3d(-260px, 0, 0);
        -ms-transform: translate(-260px, 0);
        -ms-transform: translate3d(-260px, 0, 0);
            transform: translate3d(-260px, 0, 0);
  }
  .site-menubar-flipped.site-menubar-open .site-menubar {
    -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate(0, 0);
        -ms-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .css-menubar .site-menubar-flipped .page,
  .css-menubar .site-menubar-flipped .site-footer {
    margin-right: 90px;
    margin-left: 0;
  }
  .css-menubar .site-menubar-flipped .site-menu > .site-menu-item > .site-menu-sub {
    right: 90px;
    left: auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) and (min-width: 768px) {
  .css-menubar .site-menubar-flipped .site-navbar .navbar-container {
    margin-right: 90px;
    margin-left: 0;
  }
}
.site-menubar-fold.site-menubar-flipped .page,
.site-menubar-fold.site-menubar-flipped .site-footer {
  margin-right: 90px;
  margin-left: 0;
}
@media (min-width: 768px) {
  .site-menubar-fold.site-menubar-flipped .site-navbar .navbar-container {
    margin-right: 90px;
    margin-left: 0;
  }
}
.site-menubar-fold.site-menubar-flipped .site-menu > .site-menu-item > .site-menu-sub {
  right: 90px;
  left: auto;
}
@media (max-width: 767px) {
  .site-menubar-flipped .site-menubar {
    -webkit-transform: translate3d(260px, 0, 0);
        -ms-transform: translate(260px, 0);
        -ms-transform: translate3d(260px, 0, 0);
            transform: translate3d(260px, 0, 0);
  }
}
.radio-custom,
.checkbox-custom {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio-custom label,
.checkbox-custom label {
  min-height: 22px;
  margin-bottom: 0;
  font-weight: 300;
  cursor: pointer;
}
.radio-custom input[type="radio"],
.checkbox-custom input[type="checkbox"] {
  position: absolute;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: -20px;
}
.radio-custom.disabled label,
.checkbox-custom.disabled label,
fieldset[disabled] .radio-custom label,
fieldset[disabled] .checkbox-custom label {
  cursor: not-allowed;
}
.input-group-addon .radio-custom,
.input-group-addon .checkbox-custom {
  margin: 0;
}
.checkbox-custom {
  padding-left: 20px;
}
.checkbox-custom label {
  position: relative;
  display: inline-block;
  padding-left: 10px;
  vertical-align: middle;
}
.checkbox-custom label:empty {
  padding-left: 0;
}
.checkbox-custom label::before {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: -20px;
  content: "";
  background-color: #fff;
  border: 1px solid #e4eaec;
  border-radius: 3px;
  -webkit-transition: all .3s ease-in-out 0s;
       -o-transition: all .3s ease-in-out 0s;
          transition: all .3s ease-in-out 0s;
}
.checkbox-custom label::after {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 20px;
  height: 20px;
  padding-top: 1px;
  margin-left: -20px;
  font-size: 12px;
  line-height: 20px;
  color: #76838f;
  text-align: center;
}
.checkbox-custom input[type="checkbox"],
.checkbox-custom input[type="radio"] {
  z-index: 1;
  width: 20px;
  height: 20px;
  opacity: 0;
}
.checkbox-custom input[type="checkbox"]:focus + label::before,
.checkbox-custom input[type="radio"]:focus + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.checkbox-custom input[type="checkbox"]:checked + label::before,
.checkbox-custom input[type="radio"]:checked + label::before {
  border-color: #e4eaec;
  border-width: 10px;
  -webkit-transition: all 300ms ease-in-out 0s;
       -o-transition: all 300ms ease-in-out 0s;
          transition: all 300ms ease-in-out 0s;
}
.checkbox-custom input[type="checkbox"]:checked + label::after,
.checkbox-custom input[type="radio"]:checked + label::after {
  font-family: "Web Icons";
  content: "\f192";
}
.checkbox-custom input[type="checkbox"]:disabled + label,
.checkbox-custom input[type="radio"]:disabled + label {
  opacity: .65;
}
.checkbox-custom input[type="checkbox"]:disabled + label::before,
.checkbox-custom input[type="radio"]:disabled + label::before {
  cursor: not-allowed;
  background-color: #f3f7f9;
  border-color: #e4eaec;
  border-width: 1px;
}
.checkbox-custom.checkbox-circle label::before {
  border-radius: 50%;
}
.checkbox-custom.checkbox-inline {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0;
}
.checkbox-inline + .checkbox-inline {
  margin-left: 20px;
}
.checkbox-default input[type="checkbox"]:checked + label::before,
.checkbox-default input[type="radio"]:checked + label::before {
  background-color: #fff;
  border-color: #e4eaec;
  border-width: 1px;
}
.checkbox-default input[type="checkbox"]:checked + label::after,
.checkbox-default input[type="radio"]:checked + label::after {
  color: #62a8ea;
}
.checkbox-primary input[type="checkbox"]:checked + label::before,
.checkbox-primary input[type="radio"]:checked + label::before {
  background-color: #62a8ea;
  border-color: #62a8ea;
}
.checkbox-primary input[type="checkbox"]:checked + label::after,
.checkbox-primary input[type="radio"]:checked + label::after {
  color: #fff;
}
.checkbox-danger input[type="checkbox"]:checked + label::before,
.checkbox-danger input[type="radio"]:checked + label::before {
  background-color: #f96868;
  border-color: #f96868;
}
.checkbox-danger input[type="checkbox"]:checked + label::after,
.checkbox-danger input[type="radio"]:checked + label::after {
  color: #fff;
}
.checkbox-info input[type="checkbox"]:checked + label::before,
.checkbox-info input[type="radio"]:checked + label::before {
  background-color: #57c7d4;
  border-color: #57c7d4;
}
.checkbox-info input[type="checkbox"]:checked + label::after,
.checkbox-info input[type="radio"]:checked + label::after {
  color: #fff;
}
.checkbox-warning input[type="checkbox"]:checked + label::before,
.checkbox-warning input[type="radio"]:checked + label::before {
  background-color: #f2a654;
  border-color: #f2a654;
}
.checkbox-warning input[type="checkbox"]:checked + label::after,
.checkbox-warning input[type="radio"]:checked + label::after {
  color: #fff;
}
.checkbox-success input[type="checkbox"]:checked + label::before,
.checkbox-success input[type="radio"]:checked + label::before {
  background-color: #46be8a;
  border-color: #46be8a;
}
.checkbox-success input[type="checkbox"]:checked + label::after,
.checkbox-success input[type="radio"]:checked + label::after {
  color: #fff;
}
.checkbox-sm {
  padding-left: 18px;
}
.checkbox-sm label {
  padding-left: 8px;
}
.checkbox-sm label:empty {
  padding-left: 0;
}
.checkbox-sm label::before,
.checkbox-sm label::after {
  width: 18px;
  height: 18px;
  margin-left: -18px;
}
.checkbox-sm label::after {
  font-size: 10px;
  line-height: 18px;
}
.checkbox-sm input[type="checkbox"],
.checkbox-sm input[type="radio"] {
  width: 18px;
  height: 18px;
}
.checkbox-sm input[type="checkbox"]:checked + label::before,
.checkbox-sm input[type="radio"]:checked + label::before {
  border-width: 9px;
}
.checkbox-lg {
  padding-left: 24px;
}
.checkbox-lg label {
  padding-left: 12px;
}
.checkbox-lg label:empty {
  padding-left: 0;
}
.checkbox-lg label::before,
.checkbox-lg label::after {
  width: 24px;
  height: 24px;
  margin-left: -24px;
}
.checkbox-lg label::after {
  font-size: 14px;
  line-height: 24px;
}
.checkbox-lg input[type="checkbox"],
.checkbox-lg input[type="radio"] {
  width: 24px;
  height: 24px;
}
.checkbox-lg input[type="checkbox"]:checked + label::before,
.checkbox-lg input[type="radio"]:checked + label::before {
  border-width: 12px;
}
.radio-custom {
  padding-left: 20px;
}
.radio-custom label {
  position: relative;
  display: inline-block;
  padding-left: 10px;
  vertical-align: middle;
}
.radio-custom label:empty {
  padding-left: 0;
}
.radio-custom label::before {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: -20px;
  content: "";
  background-color: #fff;
  border: 1px solid #e4eaec;
  border-radius: 50%;
  -webkit-transition: border 300ms ease-in-out 0s, color 300ms ease-in-out 0s;
       -o-transition: border 300ms ease-in-out 0s, color 300ms ease-in-out 0s;
          transition: border 300ms ease-in-out 0s, color 300ms ease-in-out 0s;
}
.radio-custom label::after {
  position: absolute;
  top: 7px;
  left: 7px;
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-left: -20px;
  content: " ";
  background-color: transparent;
  border: 2px solid #76838f;
  border-radius: 50%;
  -webkit-transform: scale(0, 0);
      -ms-transform: scale(0, 0);
       -o-transform: scale(0, 0);
          transform: scale(0, 0);

  transition-transform: .1s cubic-bezier(.8, -.33, .2, 1.33);
}
.radio-custom input[type="radio"] {
  z-index: 1;
  width: 20px;
  height: 20px;
  opacity: 0;
}
.radio-custom input[type="radio"]:focus + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.radio-custom input[type="radio"]:checked + label::before {
  border-color: #e4eaec;
  border-width: 10px;
}
.radio-custom input[type="radio"]:checked + label::after {
  -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
       -o-transform: scale(1, 1);
          transform: scale(1, 1);
}
.radio-custom input[type="radio"]:disabled + label {
  opacity: .65;
}
.radio-custom input[type="radio"]:disabled + label::before {
  cursor: not-allowed;
}
.radio-custom.radio-inline {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0;
}
.radio-inline + .radio-inline {
  margin-left: 20px;
}
.radio-default input[type="radio"]:checked + label::before {
  background-color: #fff;
  border-color: #e4eaec;
  border-width: 1px;
}
.radio-default input[type="radio"]:checked + label::after {
  border-color: #62a8ea;
}
.radio-primary input[type="radio"]:checked + label::before {
  border-color: #62a8ea;
}
.radio-primary input[type="radio"]:checked + label::after {
  border-color: #fff;
}
.radio-danger input[type="radio"]:checked + label::before {
  border-color: #f96868;
}
.radio-danger input[type="radio"]:checked + label::after {
  border-color: #fff;
}
.radio-info input[type="radio"]:checked + label::before {
  border-color: #57c7d4;
}
.radio-info input[type="radio"]:checked + label::after {
  border-color: #fff;
}
.radio-warning input[type="radio"]:checked + label::before {
  border-color: #f2a654;
}
.radio-warning input[type="radio"]:checked + label::after {
  border-color: #fff;
}
.radio-success input[type="radio"]:checked + label::before {
  border-color: #46be8a;
}
.radio-success input[type="radio"]:checked + label::after {
  border-color: #fff;
}
.radio-sm {
  padding-left: 18px;
}
.radio-sm label {
  padding-left: 8px;
}
.radio-sm label:empty {
  padding-left: 0;
}
.radio-sm label::before {
  width: 18px;
  height: 18px;
  margin-left: -20px;
}
.radio-sm label::after {
  top: 7px;
  left: 7px;
  width: 4px;
  height: 4px;
  margin-left: -20px;
  border-width: 2px;
}
.radio-sm input[type="radio"] {
  width: 18px;
  height: 18px;
}
.radio-sm input[type="radio"]:checked + label::before {
  border-width: 9px;
}
.radio-lg {
  padding-left: 24px;
}
.radio-lg label {
  padding-left: 12px;
}
.radio-lg label:empty {
  padding-left: 0;
}
.radio-lg label::before {
  width: 24px;
  height: 24px;
  margin-left: -20px;
}
.radio-lg label::after {
  top: 8px;
  left: 8px;
  width: 8px;
  height: 8px;
  margin-left: -20px;
  border-width: 2px;
}
.radio-lg input[type="radio"] {
  width: 24px;
  height: 24px;
}
.radio-lg input[type="radio"]:checked + label::before {
  border-width: 12px;
}
@media (min-width: 768px) {
  .form-inline .radio-custom,
  .form-inline .checkbox-custom {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio-custom label,
  .form-inline .checkbox-custom label {
    padding-left: 0;
  }
  .form-inline .radio-custom input[type="radio"],
  .form-inline .checkbox-custom input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .radio-custom label {
    padding-left: 10px;
  }
  .form-inline .checkbox-custom label {
    padding-left: 10px;
  }
  .form-inline .checkbox-custom input[type="checkbox"] {
    position: absolute;
    margin-left: -20px;
  }
  .form-inline .radio-custom input[type="radio"] {
    position: absolute;
    margin-left: -20px;
  }
}
.form-horizontal .radio-custom,
.form-horizontal .checkbox-custom {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .radio-custom,
.form-horizontal .checkbox-custom {
  min-height: 29px;
}
.form-horizontal .input-group-addon .radio-custom,
.form-horizontal .input-group-addon .checkbox-custom {
  padding-top: 0;
}
.form-horizontal .input-group-addon .radio-custom,
.form-horizontal .input-group-addon .checkbox-custom {
  min-height: 22px;
}
.form-material {
  position: relative;
}
.form-material.floating {
  margin-top: 20px;
  margin-bottom: 20px;
}
.form-material.floating + .form-material.floating {
  margin-top: 40px;
}
.form-material .form-control {
  padding: 0;
  background-color: transparent;
  background-color: rgba(0, 0, 0, 0);
  background-repeat: no-repeat;
  background-position: center bottom, center -webkit-calc(100% - 1px);
  background-position: center bottom, center calc(100% - 1px);
  -webkit-background-size: 0 2px, 100% 1px;
          background-size: 0 2px, 100% 1px;
  -webkit-transition: background 0s ease-out;
       -o-transition: background 0s ease-out;
          transition: background 0s ease-out;
}
.form-material .form-control,
.form-material .form-control:focus,
.form-material .form-control.focus {
  float: none;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#62a8ea), to(#62a8ea)), -webkit-gradient(linear, left top, left bottom, from(#e4eaec), to(#e4eaec));
  background-image: -webkit-linear-gradient(#62a8ea, #62a8ea), -webkit-linear-gradient(#e4eaec, #e4eaec);
  background-image:      -o-linear-gradient(#62a8ea, #62a8ea), -o-linear-gradient(#e4eaec, #e4eaec);
  background-image:         linear-gradient(#62a8ea, #62a8ea), linear-gradient(#e4eaec, #e4eaec);
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.no-cssgradients .form-material .form-control {
  border-bottom: 2px solid #e4eaec;
}
.form-material .form-control::-webkit-input-placeholder {
  color: #a3afb7;
}
.form-material .form-control::-moz-placeholder {
  color: #a3afb7;
}
.form-material .form-control:-ms-input-placeholder {
  color: #a3afb7;
}
.form-material .form-control:disabled::-webkit-input-placeholder {
  color: #ccd5db;
}
.form-material .form-control:disabled::-moz-placeholder {
  color: #ccd5db;
}
.form-material .form-control:disabled:-ms-input-placeholder {
  color: #ccd5db;
}
.form-material .form-control:focus,
.form-material .form-control.focus {
  -webkit-background-size: 100% 2px, 100% 1px;
          background-size: 100% 2px, 100% 1px;
  outline: none;
  -webkit-transition-duration: .3s;
       -o-transition-duration: .3s;
          transition-duration: .3s;
}
.no-cssgradients .form-material .form-control:focus,
.no-cssgradients .form-material .form-control.focus {
  background: transparent;
  border-bottom: 2px solid #62a8ea;
}
.form-material .form-control:disabled,
.form-material .form-control[disabled],
fieldset[disabled] .form-material .form-control {
  background: transparent;
  background: rgba(0, 0, 0, 0);
  border-bottom: 1px dashed #ccd5db;
}
.form-material .form-control:disabled ~ .floating-label,
.form-material .form-control[disabled] ~ .floating-label,
fieldset[disabled] .form-material .form-control ~ .floating-label {
  color: #ccd5db;
}
.form-material .control-label {
  margin-bottom: 0;
  font-weight: 500;
}
.form-material .floating-label {
  position: absolute;
  left: 0;
  font-size: 14px;
  color: #76838f;
  pointer-events: none;
  -webkit-transition: .3s ease all;
       -o-transition: .3s ease all;
          transition: .3s ease all;
}
.form-material .floating-label.floating-label-static {
  position: relative;
  top: auto;
  display: block;
}
.form-material [class*="col-"] > .floating-label {
  left: 15px;
}
.form-material .form-control ~ .floating-label {
  top: 7.99999998px;
  font-size: 14px;
}
.form-material .form-control:focus ~ .floating-label,
.form-material .form-control.focus ~ .floating-label,
.form-material .form-control:not(.empty) ~ .floating-label {
  top: -11.2px;
  font-size: 11.2px;
}
.form-material .form-control:-webkit-autofill ~ .floating-label {
  top: -11.2px;
  font-size: 11.2px;
}
.form-material .form-control.input-sm ~ .floating-label {
  top: 6px;
  font-size: 12px;
}
.form-material .form-control.input-sm:focus ~ .floating-label,
.form-material .form-control.input-sm.focus ~ .floating-label,
.form-material .form-control.input-sm:not(.empty) ~ .floating-label {
  top: -9.6px;
  font-size: 9.6px;
}
.form-material .form-control.input-sm:-webkit-autofill ~ .floating-label {
  top: -9.6px;
  font-size: 9.6px;
}
.form-material .form-control.input-lg ~ .floating-label {
  top: 5.9999994px;
  font-size: 18px;
}
.form-material .form-control.input-lg:focus ~ .floating-label,
.form-material .form-control.input-lg.focus ~ .floating-label,
.form-material .form-control.input-lg:not(.empty) ~ .floating-label {
  top: -14.4px;
  font-size: 14.4px;
}
.form-material .form-control.input-lg:-webkit-autofill ~ .floating-label {
  top: -14.4px;
  font-size: 14.4px;
}
.form-material .form-control:focus ~ .floating-label,
.form-material .form-control.focus ~ .floating-label,
.form-material .form-control:not(.empty) ~ .floating-label {
  font-weight: 500;
}
.form-material .form-control:-webkit-autofill ~ .floating-label {
  font-weight: 500;
}
.form-material .form-control:focus ~ .floating-label,
.form-material .form-control.focus ~ .floating-label {
  color: #62a8ea;
}
.form-material textarea.form-control {
  padding-bottom: 6px;
  resize: none;
}
.form-material.floating textarea.form-control {
  padding-top: 6px;
}
.form-material select.form-control {
  border: 0;
  border-radius: 0;
}
.form-material:not(.floating) .control-label + select[multiple] {
  margin-top: 5px;
}
.form-material .hint {
  position: absolute;
  display: none;
  font-size: 80%;
}
.form-material .form-control:focus ~ .hint,
.form-material .form-control.focus ~ .hint {
  display: block;
}
.form-material .form-control:not(.empty):invalid ~ .floating-label,
.form-material .form-control.focus:invalid ~ .floating-label {
  color: #f96868;
}
.form-material .form-control:invalid {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f96868), to(#f96868)), -webkit-gradient(linear, left top, left bottom, from(#e4eaec), to(#e4eaec));
  background-image: -webkit-linear-gradient(#f96868, #f96868), -webkit-linear-gradient(#e4eaec, #e4eaec);
  background-image:      -o-linear-gradient(#f96868, #f96868), -o-linear-gradient(#e4eaec, #e4eaec);
  background-image:         linear-gradient(#f96868, #f96868), linear-gradient(#e4eaec, #e4eaec);
}
.form-material.form-group.has-warning .form-control:focus,
.form-material.form-group.has-warning .form-control.focus,
.form-material.form-group.has-warning .form-control:not(.empty) {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f2a654), to(#f2a654)), -webkit-gradient(linear, left top, left bottom, from(#e4eaec), to(#e4eaec));
  background-image: -webkit-linear-gradient(#f2a654, #f2a654), -webkit-linear-gradient(#e4eaec, #e4eaec);
  background-image:      -o-linear-gradient(#f2a654, #f2a654), -o-linear-gradient(#e4eaec, #e4eaec);
  background-image:         linear-gradient(#f2a654, #f2a654), linear-gradient(#e4eaec, #e4eaec);
}
.no-cssgradients .form-material.form-group.has-warning .form-control:focus,
.no-cssgradients .form-material.form-group.has-warning .form-control.focus,
.no-cssgradients .form-material.form-group.has-warning .form-control:not(.empty) {
  background: transparent;
  border-bottom: 2px solid #f2a654;
}
.form-material.form-group.has-warning .form-control:-webkit-autofill {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f2a654), to(#f2a654)), -webkit-gradient(linear, left top, left bottom, from(#e4eaec), to(#e4eaec));
  background-image: -webkit-linear-gradient(#f2a654, #f2a654), -webkit-linear-gradient(#e4eaec, #e4eaec);
  background-image:         linear-gradient(#f2a654, #f2a654), linear-gradient(#e4eaec, #e4eaec);
}
.no-cssgradients .form-material.form-group.has-warning .form-control:-webkit-autofill {
  background: transparent;
  border-bottom: 2px solid #f2a654;
}
.form-material.form-group.has-warning .form-control:not(.empty) {
  -webkit-background-size: 100% 2px, 100% 1px;
          background-size: 100% 2px, 100% 1px;
}
.form-material.form-group.has-warning .control-label {
  color: #f2a654;
}
.form-material.form-group.has-warning .form-control:focus ~ .floating-label,
.form-material.form-group.has-warning .form-control.focus ~ .floating-label,
.form-material.form-group.has-warning .form-control:not(.empty) ~ .floating-label {
  color: #f2a654;
}
.form-material.form-group.has-warning .form-control:-webkit-autofill ~ .floating-label {
  color: #f2a654;
}
.form-material.form-group.has-error .form-control:focus,
.form-material.form-group.has-error .form-control.focus,
.form-material.form-group.has-error .form-control:not(.empty) {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f96868), to(#f96868)), -webkit-gradient(linear, left top, left bottom, from(#e4eaec), to(#e4eaec));
  background-image: -webkit-linear-gradient(#f96868, #f96868), -webkit-linear-gradient(#e4eaec, #e4eaec);
  background-image:      -o-linear-gradient(#f96868, #f96868), -o-linear-gradient(#e4eaec, #e4eaec);
  background-image:         linear-gradient(#f96868, #f96868), linear-gradient(#e4eaec, #e4eaec);
}
.no-cssgradients .form-material.form-group.has-error .form-control:focus,
.no-cssgradients .form-material.form-group.has-error .form-control.focus,
.no-cssgradients .form-material.form-group.has-error .form-control:not(.empty) {
  background: transparent;
  border-bottom: 2px solid #f96868;
}
.form-material.form-group.has-error .form-control:-webkit-autofill {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f96868), to(#f96868)), -webkit-gradient(linear, left top, left bottom, from(#e4eaec), to(#e4eaec));
  background-image: -webkit-linear-gradient(#f96868, #f96868), -webkit-linear-gradient(#e4eaec, #e4eaec);
  background-image:         linear-gradient(#f96868, #f96868), linear-gradient(#e4eaec, #e4eaec);
}
.no-cssgradients .form-material.form-group.has-error .form-control:-webkit-autofill {
  background: transparent;
  border-bottom: 2px solid #f96868;
}
.form-material.form-group.has-error .form-control:not(.empty) {
  -webkit-background-size: 100% 2px, 100% 1px;
          background-size: 100% 2px, 100% 1px;
}
.form-material.form-group.has-error .control-label {
  color: #f96868;
}
.form-material.form-group.has-error .form-control:focus ~ .floating-label,
.form-material.form-group.has-error .form-control.focus ~ .floating-label,
.form-material.form-group.has-error .form-control:not(.empty) ~ .floating-label {
  color: #f96868;
}
.form-material.form-group.has-error .form-control:-webkit-autofill ~ .floating-label {
  color: #f96868;
}
.form-material.form-group.has-success .form-control:focus,
.form-material.form-group.has-success .form-control.focus,
.form-material.form-group.has-success .form-control:not(.empty) {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#46be8a), to(#46be8a)), -webkit-gradient(linear, left top, left bottom, from(#e4eaec), to(#e4eaec));
  background-image: -webkit-linear-gradient(#46be8a, #46be8a), -webkit-linear-gradient(#e4eaec, #e4eaec);
  background-image:      -o-linear-gradient(#46be8a, #46be8a), -o-linear-gradient(#e4eaec, #e4eaec);
  background-image:         linear-gradient(#46be8a, #46be8a), linear-gradient(#e4eaec, #e4eaec);
}
.no-cssgradients .form-material.form-group.has-success .form-control:focus,
.no-cssgradients .form-material.form-group.has-success .form-control.focus,
.no-cssgradients .form-material.form-group.has-success .form-control:not(.empty) {
  background: transparent;
  border-bottom: 2px solid #46be8a;
}
.form-material.form-group.has-success .form-control:-webkit-autofill {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#46be8a), to(#46be8a)), -webkit-gradient(linear, left top, left bottom, from(#e4eaec), to(#e4eaec));
  background-image: -webkit-linear-gradient(#46be8a, #46be8a), -webkit-linear-gradient(#e4eaec, #e4eaec);
  background-image:         linear-gradient(#46be8a, #46be8a), linear-gradient(#e4eaec, #e4eaec);
}
.no-cssgradients .form-material.form-group.has-success .form-control:-webkit-autofill {
  background: transparent;
  border-bottom: 2px solid #46be8a;
}
.form-material.form-group.has-success .form-control:not(.empty) {
  -webkit-background-size: 100% 2px, 100% 1px;
          background-size: 100% 2px, 100% 1px;
}
.form-material.form-group.has-success .control-label {
  color: #46be8a;
}
.form-material.form-group.has-success .form-control:focus ~ .floating-label,
.form-material.form-group.has-success .form-control.focus ~ .floating-label,
.form-material.form-group.has-success .form-control:not(.empty) ~ .floating-label {
  color: #46be8a;
}
.form-material.form-group.has-success .form-control:-webkit-autofill ~ .floating-label {
  color: #46be8a;
}
.form-material.form-group.has-info .form-control:focus,
.form-material.form-group.has-info .form-control.focus,
.form-material.form-group.has-info .form-control:not(.empty) {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#57c7d4), to(#57c7d4)), -webkit-gradient(linear, left top, left bottom, from(#e4eaec), to(#e4eaec));
  background-image: -webkit-linear-gradient(#57c7d4, #57c7d4), -webkit-linear-gradient(#e4eaec, #e4eaec);
  background-image:      -o-linear-gradient(#57c7d4, #57c7d4), -o-linear-gradient(#e4eaec, #e4eaec);
  background-image:         linear-gradient(#57c7d4, #57c7d4), linear-gradient(#e4eaec, #e4eaec);
}
.no-cssgradients .form-material.form-group.has-info .form-control:focus,
.no-cssgradients .form-material.form-group.has-info .form-control.focus,
.no-cssgradients .form-material.form-group.has-info .form-control:not(.empty) {
  background: transparent;
  border-bottom: 2px solid #57c7d4;
}
.form-material.form-group.has-info .form-control:-webkit-autofill {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#57c7d4), to(#57c7d4)), -webkit-gradient(linear, left top, left bottom, from(#e4eaec), to(#e4eaec));
  background-image: -webkit-linear-gradient(#57c7d4, #57c7d4), -webkit-linear-gradient(#e4eaec, #e4eaec);
  background-image:         linear-gradient(#57c7d4, #57c7d4), linear-gradient(#e4eaec, #e4eaec);
}
.no-cssgradients .form-material.form-group.has-info .form-control:-webkit-autofill {
  background: transparent;
  border-bottom: 2px solid #57c7d4;
}
.form-material.form-group.has-info .form-control:not(.empty) {
  -webkit-background-size: 100% 2px, 100% 1px;
          background-size: 100% 2px, 100% 1px;
}
.form-material.form-group.has-info .control-label {
  color: #57c7d4;
}
.form-material.form-group.has-info .form-control:focus ~ .floating-label,
.form-material.form-group.has-info .form-control.focus ~ .floating-label,
.form-material.form-group.has-info .form-control:not(.empty) ~ .floating-label {
  color: #57c7d4;
}
.form-material.form-group.has-info .form-control:-webkit-autofill ~ .floating-label {
  color: #57c7d4;
}
.form-material .input-group .form-control-wrap {
  margin-right: 5px;
  margin-left: 5px;
}
.form-material .input-group .form-control-wrap .form-control {
  float: none;
}
.form-material .input-group .input-group-addon {
  background: transparent;
  border: 0;
}
.form-material .input-group .input-group-btn .btn {
  margin: 0;
  border-radius: 4px;
}
.form-material input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.form-control-wrap {
  position: relative;
}
.loader {
  position: relative;
  display: inline-block;
  margin: 0 auto;
  font-size: 40px;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
      -ms-transform: translateZ(0);
          transform: translateZ(0);
}
.loader.loader-default {
  width: 1em;
  height: 1em;
  background-color: #a3afb7;
  border-radius: 100%;
  -webkit-animation: loader-default 1s infinite ease-in-out;
       -o-animation: loader-default 1s infinite ease-in-out;
          animation: loader-default 1s infinite ease-in-out;
}
.loader.loader-grill {
  width: .25em;
  height: .5em;
  background: #a3afb7;
  -webkit-animation: default-grill 1s infinite ease-in-out;
       -o-animation: default-grill 1s infinite ease-in-out;
          animation: default-grill 1s infinite ease-in-out;
  -webkit-animation-delay: -.16s;
       -o-animation-delay: -.16s;
          animation-delay: -.16s;
}
.loader.loader-grill:before,
.loader.loader-grill:after {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: #a3afb7;
  -webkit-animation: default-grill 1s infinite ease-in-out;
       -o-animation: default-grill 1s infinite ease-in-out;
          animation: default-grill 1s infinite ease-in-out;
}
.loader.loader-grill:before {
  left: -.375em;
  -webkit-animation-delay: -.32s;
       -o-animation-delay: -.32s;
          animation-delay: -.32s;
}
.loader.loader-grill:after {
  left: .375em;
}
.loader.loader-circle {
  width: 1em;
  height: 1em;
  border-top: .125em solid rgba(163, 175, 183, .5);
  border-right: .125em solid rgba(163, 175, 183, .5);
  border-bottom: .125em solid rgba(163, 175, 183, .5);
  border-left: .125em solid #a3afb7;
  border-radius: 50%;
  -webkit-animation: loader-circle 1.1s infinite linear;
       -o-animation: loader-circle 1.1s infinite linear;
          animation: loader-circle 1.1s infinite linear;
}
.loader.loader-round-circle {
  width: 1em;
  height: 1em;
  font-size: 10px;
  border-radius: 50%;
  -webkit-animation: loader-round-circle 1.3s infinite linear;
       -o-animation: loader-round-circle 1.3s infinite linear;
          animation: loader-round-circle 1.3s infinite linear;
}
.loader.loader-tadpole {
  width: 1em;
  height: 1em;
  border-radius: 50%;
  -webkit-animation: loader-tadpole 1.7s infinite ease;
       -o-animation: loader-tadpole 1.7s infinite ease;
          animation: loader-tadpole 1.7s infinite ease;
}
.loader.loader-ellipsis {
  width: .625em;
  height: .625em;
  border-radius: 50%;
  -webkit-animation: loader-ellipsis 1.8s infinite ease-in-out;
       -o-animation: loader-ellipsis 1.8s infinite ease-in-out;
          animation: loader-ellipsis 1.8s infinite ease-in-out;
  -webkit-animation-delay: -.16s;
       -o-animation-delay: -.16s;
          animation-delay: -.16s;

  -webkit-animation-fill-mode: both;
       -o-animation-fill-mode: both;
          animation-fill-mode: both;
}
.loader.loader-ellipsis:before,
.loader.loader-ellipsis:after {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  content: '';
  border-radius: 50%;
  -webkit-animation: loader-ellipsis 1.8s infinite ease-in-out;
       -o-animation: loader-ellipsis 1.8s infinite ease-in-out;
          animation: loader-ellipsis 1.8s infinite ease-in-out;

  -webkit-animation-fill-mode: both;
       -o-animation-fill-mode: both;
          animation-fill-mode: both;
}
.loader.loader-ellipsis:before {
  left: -.875em;
  -webkit-animation-delay: -.32s;
       -o-animation-delay: -.32s;
          animation-delay: -.32s;
}
.loader.loader-ellipsis:after {
  left: .875em;
}
.loader.loader-dot {
  width: 2em;
  height: 2em;
  -webkit-animation: loader-dot-rotate 2s infinite linear;
       -o-animation: loader-dot-rotate 2s infinite linear;
          animation: loader-dot-rotate 2s infinite linear;
}
.loader.loader-dot:before,
.loader.loader-dot:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 60%;
  height: 60%;
  content: '';
  background: #a3afb7;
  border-radius: 100%;
  -webkit-animation: loader-dot-bounce 2s infinite ease-in-out;
       -o-animation: loader-dot-bounce 2s infinite ease-in-out;
          animation: loader-dot-bounce 2s infinite ease-in-out;
}
.loader.loader-dot:after {
  top: auto;
  bottom: 0;
  -webkit-animation-delay: -1s;
       -o-animation-delay: -1s;
          animation-delay: -1s;
}
.loader.loader-bounce {
  width: 1.5em;
  height: 1.5em;
}
.loader.loader-bounce:before,
.loader.loader-bounce:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: #a3afb7;
  border-radius: 50%;
  opacity: .6;
  -webkit-animation: loader-bounce 2s infinite ease-in-out;
       -o-animation: loader-bounce 2s infinite ease-in-out;
          animation: loader-bounce 2s infinite ease-in-out;
}
.loader.loader-bounce:after {
  -webkit-animation-delay: -1s;
       -o-animation-delay: -1s;
          animation-delay: -1s;
}
.side-panel-loading,
body > .loader {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -20px;
}
.site-menubar-unfold > .loader {
  margin-left: 130px;
}
.site-menubar-fold > .loader {
  margin-left: 45px;
}
.site-menubar-hide.site-menubar-unfold > .loader {
  margin-left: 0;
}
@-webkit-keyframes loader-default {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-o-keyframes loader-default {
  0% {
    -webkit-transform: scale(0);
         -o-transform: scale(0);
            transform: scale(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes loader-default {
  0% {
    -webkit-transform: scale(0);
         -o-transform: scale(0);
            transform: scale(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes default-grill {
  0%,
  80%,
  100% {
    height: 1em;
    -webkit-box-shadow: 0 0 #a3afb7;
            box-shadow: 0 0 #a3afb7;
  }
  40% {
    height: 1.2em;
    -webkit-box-shadow: 0 -.25em #a3afb7;
            box-shadow: 0 -.25em #a3afb7;
  }
}
@-o-keyframes default-grill {
  0%,
  80%,
  100% {
    height: 1em;
    box-shadow: 0 0 #a3afb7;
  }
  40% {
    height: 1.2em;
    box-shadow: 0 -.25em #a3afb7;
  }
}
@keyframes default-grill {
  0%,
  80%,
  100% {
    height: 1em;
    -webkit-box-shadow: 0 0 #a3afb7;
            box-shadow: 0 0 #a3afb7;
  }
  40% {
    height: 1.2em;
    -webkit-box-shadow: 0 -.25em #a3afb7;
            box-shadow: 0 -.25em #a3afb7;
  }
}
@-webkit-keyframes loader-circle {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-o-keyframes loader-circle {
  0% {
    -webkit-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
         -o-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes loader-circle {
  0% {
    -webkit-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
         -o-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes loader-round-circle {
  0%,
  100% {
    -webkit-box-shadow: 0 -3em 0 .2em #a3afb7, 2em -2em 0 0 #a3afb7, 3em 0 0 -.5em #a3afb7, 2em 2em 0 -.5em #a3afb7, 0 3em 0 -.5em #a3afb7, -2em 2em 0 -.5em #a3afb7, -3em 0 0 -.5em #a3afb7, -2em -2em 0 0 #a3afb7;
            box-shadow: 0 -3em 0 .2em #a3afb7, 2em -2em 0 0 #a3afb7, 3em 0 0 -.5em #a3afb7, 2em 2em 0 -.5em #a3afb7, 0 3em 0 -.5em #a3afb7, -2em 2em 0 -.5em #a3afb7, -3em 0 0 -.5em #a3afb7, -2em -2em 0 0 #a3afb7;
  }
  12.5% {
    -webkit-box-shadow: 0 -3em 0 0 #a3afb7, 2em -2em 0 .2em #a3afb7, 3em 0 0 0 #a3afb7, 2em 2em 0 -.5em #a3afb7, 0 3em 0 -.5em #a3afb7, -2em 2em 0 -.5em #a3afb7, -3em 0 0 -.5em #a3afb7, -2em -2em 0 -.5em #a3afb7;
            box-shadow: 0 -3em 0 0 #a3afb7, 2em -2em 0 .2em #a3afb7, 3em 0 0 0 #a3afb7, 2em 2em 0 -.5em #a3afb7, 0 3em 0 -.5em #a3afb7, -2em 2em 0 -.5em #a3afb7, -3em 0 0 -.5em #a3afb7, -2em -2em 0 -.5em #a3afb7;
  }
  25% {
    -webkit-box-shadow: 0 -3em 0 -.5em #a3afb7, 2em -2em 0 0 #a3afb7, 3em 0 0 .2em #a3afb7, 2em 2em 0 0 #a3afb7, 0 3em 0 -.5em #a3afb7, -2em 2em 0 -.5em #a3afb7, -3em 0 0 -.5em #a3afb7, -2em -2em 0 -.5em #a3afb7;
            box-shadow: 0 -3em 0 -.5em #a3afb7, 2em -2em 0 0 #a3afb7, 3em 0 0 .2em #a3afb7, 2em 2em 0 0 #a3afb7, 0 3em 0 -.5em #a3afb7, -2em 2em 0 -.5em #a3afb7, -3em 0 0 -.5em #a3afb7, -2em -2em 0 -.5em #a3afb7;
  }
  37.5% {
    -webkit-box-shadow: 0 -3em 0 -.5em #a3afb7, 2em -2em 0 -.5em #a3afb7, 3em 0 0 0 #a3afb7, 2em 2em 0 .2em #a3afb7, 0 3em 0 0 #a3afb7, -2em 2em 0 -.5em #a3afb7, -3em 0 0 -.5em #a3afb7, -2em -2em 0 -.5em #a3afb7;
            box-shadow: 0 -3em 0 -.5em #a3afb7, 2em -2em 0 -.5em #a3afb7, 3em 0 0 0 #a3afb7, 2em 2em 0 .2em #a3afb7, 0 3em 0 0 #a3afb7, -2em 2em 0 -.5em #a3afb7, -3em 0 0 -.5em #a3afb7, -2em -2em 0 -.5em #a3afb7;
  }
  50% {
    -webkit-box-shadow: 0 -3em 0 -.5em #a3afb7, 2em -2em 0 -.5em #a3afb7, 3em 0 0 -.5em #a3afb7, 2em 2em 0 0 #a3afb7, 0 3em 0 .2em #a3afb7, -2em 2em 0 0 #a3afb7, -3em 0 0 -.5em #a3afb7, -2em -2em 0 -.5em #a3afb7;
            box-shadow: 0 -3em 0 -.5em #a3afb7, 2em -2em 0 -.5em #a3afb7, 3em 0 0 -.5em #a3afb7, 2em 2em 0 0 #a3afb7, 0 3em 0 .2em #a3afb7, -2em 2em 0 0 #a3afb7, -3em 0 0 -.5em #a3afb7, -2em -2em 0 -.5em #a3afb7;
  }
  62.5% {
    -webkit-box-shadow: 0 -3em 0 -.5em #a3afb7, 2em -2em 0 -.5em #a3afb7, 3em 0 0 -.5em #a3afb7, 2em 2em 0 -.5em #a3afb7, 0 3em 0 0 #a3afb7, -2em 2em 0 .2em #a3afb7, -3em 0 0 0 #a3afb7, -2em -2em 0 -.5em #a3afb7;
            box-shadow: 0 -3em 0 -.5em #a3afb7, 2em -2em 0 -.5em #a3afb7, 3em 0 0 -.5em #a3afb7, 2em 2em 0 -.5em #a3afb7, 0 3em 0 0 #a3afb7, -2em 2em 0 .2em #a3afb7, -3em 0 0 0 #a3afb7, -2em -2em 0 -.5em #a3afb7;
  }
  75% {
    -webkit-box-shadow: 0 -3em 0 -.5em #a3afb7, 2em -2em 0 -.5em #a3afb7, 3em 0 0 -.5em #a3afb7, 2em 2em 0 -.5em #a3afb7, 0 3em 0 -.5em #a3afb7, -2em 2em 0 0 #a3afb7, -3em 0 0 .2em #a3afb7, -2em -2em 0 0 #a3afb7;
            box-shadow: 0 -3em 0 -.5em #a3afb7, 2em -2em 0 -.5em #a3afb7, 3em 0 0 -.5em #a3afb7, 2em 2em 0 -.5em #a3afb7, 0 3em 0 -.5em #a3afb7, -2em 2em 0 0 #a3afb7, -3em 0 0 .2em #a3afb7, -2em -2em 0 0 #a3afb7;
  }
  87.5% {
    -webkit-box-shadow: 0 -3em 0 0 #a3afb7, 2em -2em 0 -.5em #a3afb7, 3em 0 0 -.5em #a3afb7, 2em 2em 0 -.5em #a3afb7, 0 3em 0 -.5em #a3afb7, -2em 2em 0 0 #a3afb7, -3em 0 0 0 #a3afb7, -2em -2em 0 .2em #a3afb7;
            box-shadow: 0 -3em 0 0 #a3afb7, 2em -2em 0 -.5em #a3afb7, 3em 0 0 -.5em #a3afb7, 2em 2em 0 -.5em #a3afb7, 0 3em 0 -.5em #a3afb7, -2em 2em 0 0 #a3afb7, -3em 0 0 0 #a3afb7, -2em -2em 0 .2em #a3afb7;
  }
}
@-o-keyframes loader-round-circle {
  0%,
  100% {
    box-shadow: 0 -3em 0 .2em #a3afb7, 2em -2em 0 0 #a3afb7, 3em 0 0 -.5em #a3afb7, 2em 2em 0 -.5em #a3afb7, 0 3em 0 -.5em #a3afb7, -2em 2em 0 -.5em #a3afb7, -3em 0 0 -.5em #a3afb7, -2em -2em 0 0 #a3afb7;
  }
  12.5% {
    box-shadow: 0 -3em 0 0 #a3afb7, 2em -2em 0 .2em #a3afb7, 3em 0 0 0 #a3afb7, 2em 2em 0 -.5em #a3afb7, 0 3em 0 -.5em #a3afb7, -2em 2em 0 -.5em #a3afb7, -3em 0 0 -.5em #a3afb7, -2em -2em 0 -.5em #a3afb7;
  }
  25% {
    box-shadow: 0 -3em 0 -.5em #a3afb7, 2em -2em 0 0 #a3afb7, 3em 0 0 .2em #a3afb7, 2em 2em 0 0 #a3afb7, 0 3em 0 -.5em #a3afb7, -2em 2em 0 -.5em #a3afb7, -3em 0 0 -.5em #a3afb7, -2em -2em 0 -.5em #a3afb7;
  }
  37.5% {
    box-shadow: 0 -3em 0 -.5em #a3afb7, 2em -2em 0 -.5em #a3afb7, 3em 0 0 0 #a3afb7, 2em 2em 0 .2em #a3afb7, 0 3em 0 0 #a3afb7, -2em 2em 0 -.5em #a3afb7, -3em 0 0 -.5em #a3afb7, -2em -2em 0 -.5em #a3afb7;
  }
  50% {
    box-shadow: 0 -3em 0 -.5em #a3afb7, 2em -2em 0 -.5em #a3afb7, 3em 0 0 -.5em #a3afb7, 2em 2em 0 0 #a3afb7, 0 3em 0 .2em #a3afb7, -2em 2em 0 0 #a3afb7, -3em 0 0 -.5em #a3afb7, -2em -2em 0 -.5em #a3afb7;
  }
  62.5% {
    box-shadow: 0 -3em 0 -.5em #a3afb7, 2em -2em 0 -.5em #a3afb7, 3em 0 0 -.5em #a3afb7, 2em 2em 0 -.5em #a3afb7, 0 3em 0 0 #a3afb7, -2em 2em 0 .2em #a3afb7, -3em 0 0 0 #a3afb7, -2em -2em 0 -.5em #a3afb7;
  }
  75% {
    box-shadow: 0 -3em 0 -.5em #a3afb7, 2em -2em 0 -.5em #a3afb7, 3em 0 0 -.5em #a3afb7, 2em 2em 0 -.5em #a3afb7, 0 3em 0 -.5em #a3afb7, -2em 2em 0 0 #a3afb7, -3em 0 0 .2em #a3afb7, -2em -2em 0 0 #a3afb7;
  }
  87.5% {
    box-shadow: 0 -3em 0 0 #a3afb7, 2em -2em 0 -.5em #a3afb7, 3em 0 0 -.5em #a3afb7, 2em 2em 0 -.5em #a3afb7, 0 3em 0 -.5em #a3afb7, -2em 2em 0 0 #a3afb7, -3em 0 0 0 #a3afb7, -2em -2em 0 .2em #a3afb7;
  }
}
@keyframes loader-round-circle {
  0%,
  100% {
    -webkit-box-shadow: 0 -3em 0 .2em #a3afb7, 2em -2em 0 0 #a3afb7, 3em 0 0 -.5em #a3afb7, 2em 2em 0 -.5em #a3afb7, 0 3em 0 -.5em #a3afb7, -2em 2em 0 -.5em #a3afb7, -3em 0 0 -.5em #a3afb7, -2em -2em 0 0 #a3afb7;
            box-shadow: 0 -3em 0 .2em #a3afb7, 2em -2em 0 0 #a3afb7, 3em 0 0 -.5em #a3afb7, 2em 2em 0 -.5em #a3afb7, 0 3em 0 -.5em #a3afb7, -2em 2em 0 -.5em #a3afb7, -3em 0 0 -.5em #a3afb7, -2em -2em 0 0 #a3afb7;
  }
  12.5% {
    -webkit-box-shadow: 0 -3em 0 0 #a3afb7, 2em -2em 0 .2em #a3afb7, 3em 0 0 0 #a3afb7, 2em 2em 0 -.5em #a3afb7, 0 3em 0 -.5em #a3afb7, -2em 2em 0 -.5em #a3afb7, -3em 0 0 -.5em #a3afb7, -2em -2em 0 -.5em #a3afb7;
            box-shadow: 0 -3em 0 0 #a3afb7, 2em -2em 0 .2em #a3afb7, 3em 0 0 0 #a3afb7, 2em 2em 0 -.5em #a3afb7, 0 3em 0 -.5em #a3afb7, -2em 2em 0 -.5em #a3afb7, -3em 0 0 -.5em #a3afb7, -2em -2em 0 -.5em #a3afb7;
  }
  25% {
    -webkit-box-shadow: 0 -3em 0 -.5em #a3afb7, 2em -2em 0 0 #a3afb7, 3em 0 0 .2em #a3afb7, 2em 2em 0 0 #a3afb7, 0 3em 0 -.5em #a3afb7, -2em 2em 0 -.5em #a3afb7, -3em 0 0 -.5em #a3afb7, -2em -2em 0 -.5em #a3afb7;
            box-shadow: 0 -3em 0 -.5em #a3afb7, 2em -2em 0 0 #a3afb7, 3em 0 0 .2em #a3afb7, 2em 2em 0 0 #a3afb7, 0 3em 0 -.5em #a3afb7, -2em 2em 0 -.5em #a3afb7, -3em 0 0 -.5em #a3afb7, -2em -2em 0 -.5em #a3afb7;
  }
  37.5% {
    -webkit-box-shadow: 0 -3em 0 -.5em #a3afb7, 2em -2em 0 -.5em #a3afb7, 3em 0 0 0 #a3afb7, 2em 2em 0 .2em #a3afb7, 0 3em 0 0 #a3afb7, -2em 2em 0 -.5em #a3afb7, -3em 0 0 -.5em #a3afb7, -2em -2em 0 -.5em #a3afb7;
            box-shadow: 0 -3em 0 -.5em #a3afb7, 2em -2em 0 -.5em #a3afb7, 3em 0 0 0 #a3afb7, 2em 2em 0 .2em #a3afb7, 0 3em 0 0 #a3afb7, -2em 2em 0 -.5em #a3afb7, -3em 0 0 -.5em #a3afb7, -2em -2em 0 -.5em #a3afb7;
  }
  50% {
    -webkit-box-shadow: 0 -3em 0 -.5em #a3afb7, 2em -2em 0 -.5em #a3afb7, 3em 0 0 -.5em #a3afb7, 2em 2em 0 0 #a3afb7, 0 3em 0 .2em #a3afb7, -2em 2em 0 0 #a3afb7, -3em 0 0 -.5em #a3afb7, -2em -2em 0 -.5em #a3afb7;
            box-shadow: 0 -3em 0 -.5em #a3afb7, 2em -2em 0 -.5em #a3afb7, 3em 0 0 -.5em #a3afb7, 2em 2em 0 0 #a3afb7, 0 3em 0 .2em #a3afb7, -2em 2em 0 0 #a3afb7, -3em 0 0 -.5em #a3afb7, -2em -2em 0 -.5em #a3afb7;
  }
  62.5% {
    -webkit-box-shadow: 0 -3em 0 -.5em #a3afb7, 2em -2em 0 -.5em #a3afb7, 3em 0 0 -.5em #a3afb7, 2em 2em 0 -.5em #a3afb7, 0 3em 0 0 #a3afb7, -2em 2em 0 .2em #a3afb7, -3em 0 0 0 #a3afb7, -2em -2em 0 -.5em #a3afb7;
            box-shadow: 0 -3em 0 -.5em #a3afb7, 2em -2em 0 -.5em #a3afb7, 3em 0 0 -.5em #a3afb7, 2em 2em 0 -.5em #a3afb7, 0 3em 0 0 #a3afb7, -2em 2em 0 .2em #a3afb7, -3em 0 0 0 #a3afb7, -2em -2em 0 -.5em #a3afb7;
  }
  75% {
    -webkit-box-shadow: 0 -3em 0 -.5em #a3afb7, 2em -2em 0 -.5em #a3afb7, 3em 0 0 -.5em #a3afb7, 2em 2em 0 -.5em #a3afb7, 0 3em 0 -.5em #a3afb7, -2em 2em 0 0 #a3afb7, -3em 0 0 .2em #a3afb7, -2em -2em 0 0 #a3afb7;
            box-shadow: 0 -3em 0 -.5em #a3afb7, 2em -2em 0 -.5em #a3afb7, 3em 0 0 -.5em #a3afb7, 2em 2em 0 -.5em #a3afb7, 0 3em 0 -.5em #a3afb7, -2em 2em 0 0 #a3afb7, -3em 0 0 .2em #a3afb7, -2em -2em 0 0 #a3afb7;
  }
  87.5% {
    -webkit-box-shadow: 0 -3em 0 0 #a3afb7, 2em -2em 0 -.5em #a3afb7, 3em 0 0 -.5em #a3afb7, 2em 2em 0 -.5em #a3afb7, 0 3em 0 -.5em #a3afb7, -2em 2em 0 0 #a3afb7, -3em 0 0 0 #a3afb7, -2em -2em 0 .2em #a3afb7;
            box-shadow: 0 -3em 0 0 #a3afb7, 2em -2em 0 -.5em #a3afb7, 3em 0 0 -.5em #a3afb7, 2em 2em 0 -.5em #a3afb7, 0 3em 0 -.5em #a3afb7, -2em 2em 0 0 #a3afb7, -3em 0 0 0 #a3afb7, -2em -2em 0 .2em #a3afb7;
  }
}
@-webkit-keyframes loader-tadpole {
  0% {
    -webkit-box-shadow: 0 -.83em 0 -.4em #a3afb7, 0 -.83em 0 -.42em #a3afb7, 0 -.83em 0 -.44em #a3afb7, 0 -.83em 0 -.46em #a3afb7, 0 -.83em 0 -.477em #a3afb7;
            box-shadow: 0 -.83em 0 -.4em #a3afb7, 0 -.83em 0 -.42em #a3afb7, 0 -.83em 0 -.44em #a3afb7, 0 -.83em 0 -.46em #a3afb7, 0 -.83em 0 -.477em #a3afb7;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  5%,
  95% {
    -webkit-box-shadow: 0 -.83em 0 -.4em #a3afb7, 0 -.83em 0 -.42em #a3afb7, 0 -.83em 0 -.44em #a3afb7, 0 -.83em 0 -.46em #a3afb7, 0 -.83em 0 -.477em #a3afb7;
            box-shadow: 0 -.83em 0 -.4em #a3afb7, 0 -.83em 0 -.42em #a3afb7, 0 -.83em 0 -.44em #a3afb7, 0 -.83em 0 -.46em #a3afb7, 0 -.83em 0 -.477em #a3afb7;
  }
  10%,
  59% {
    -webkit-box-shadow: 0 -.83em 0 -.4em #a3afb7, -.087em -.825em 0 -.42em #a3afb7, -.173em -.812em 0 -.44em #a3afb7, -.256em -.789em 0 -.46em #a3afb7, -.297em -.775em 0 -.477em #a3afb7;
            box-shadow: 0 -.83em 0 -.4em #a3afb7, -.087em -.825em 0 -.42em #a3afb7, -.173em -.812em 0 -.44em #a3afb7, -.256em -.789em 0 -.46em #a3afb7, -.297em -.775em 0 -.477em #a3afb7;
  }
  20% {
    -webkit-box-shadow: 0 -.83em 0 -.4em #a3afb7, -.338em -.758em 0 -.42em #a3afb7, -.555em -.617em 0 -.44em #a3afb7, -.671em -.488em 0 -.46em #a3afb7, -.749em -.34em 0 -.477em #a3afb7;
            box-shadow: 0 -.83em 0 -.4em #a3afb7, -.338em -.758em 0 -.42em #a3afb7, -.555em -.617em 0 -.44em #a3afb7, -.671em -.488em 0 -.46em #a3afb7, -.749em -.34em 0 -.477em #a3afb7;
  }
  38% {
    -webkit-box-shadow: 0 -.83em 0 -.4em #a3afb7, -.377em -.74em 0 -.42em #a3afb7, -.645em -.522em 0 -.44em #a3afb7, -.775em -.297em 0 -.46em #a3afb7, -.82em -.09em 0 -.477em #a3afb7;
            box-shadow: 0 -.83em 0 -.4em #a3afb7, -.377em -.74em 0 -.42em #a3afb7, -.645em -.522em 0 -.44em #a3afb7, -.775em -.297em 0 -.46em #a3afb7, -.82em -.09em 0 -.477em #a3afb7;
  }
  100% {
    -webkit-box-shadow: 0 -.83em 0 -.4em #a3afb7, 0 -.83em 0 -.42em #a3afb7, 0 -.83em 0 -.44em #a3afb7, 0 -.83em 0 -.46em #a3afb7, 0 -.83em 0 -.477em #a3afb7;
            box-shadow: 0 -.83em 0 -.4em #a3afb7, 0 -.83em 0 -.42em #a3afb7, 0 -.83em 0 -.44em #a3afb7, 0 -.83em 0 -.46em #a3afb7, 0 -.83em 0 -.477em #a3afb7;
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-o-keyframes loader-tadpole {
  0% {
    box-shadow: 0 -.83em 0 -.4em #a3afb7, 0 -.83em 0 -.42em #a3afb7, 0 -.83em 0 -.44em #a3afb7, 0 -.83em 0 -.46em #a3afb7, 0 -.83em 0 -.477em #a3afb7;
    -webkit-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  5%,
  95% {
    box-shadow: 0 -.83em 0 -.4em #a3afb7, 0 -.83em 0 -.42em #a3afb7, 0 -.83em 0 -.44em #a3afb7, 0 -.83em 0 -.46em #a3afb7, 0 -.83em 0 -.477em #a3afb7;
  }
  10%,
  59% {
    box-shadow: 0 -.83em 0 -.4em #a3afb7, -.087em -.825em 0 -.42em #a3afb7, -.173em -.812em 0 -.44em #a3afb7, -.256em -.789em 0 -.46em #a3afb7, -.297em -.775em 0 -.477em #a3afb7;
  }
  20% {
    box-shadow: 0 -.83em 0 -.4em #a3afb7, -.338em -.758em 0 -.42em #a3afb7, -.555em -.617em 0 -.44em #a3afb7, -.671em -.488em 0 -.46em #a3afb7, -.749em -.34em 0 -.477em #a3afb7;
  }
  38% {
    box-shadow: 0 -.83em 0 -.4em #a3afb7, -.377em -.74em 0 -.42em #a3afb7, -.645em -.522em 0 -.44em #a3afb7, -.775em -.297em 0 -.46em #a3afb7, -.82em -.09em 0 -.477em #a3afb7;
  }
  100% {
    box-shadow: 0 -.83em 0 -.4em #a3afb7, 0 -.83em 0 -.42em #a3afb7, 0 -.83em 0 -.44em #a3afb7, 0 -.83em 0 -.46em #a3afb7, 0 -.83em 0 -.477em #a3afb7;
    -webkit-transform: rotate(360deg);
         -o-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes loader-tadpole {
  0% {
    -webkit-box-shadow: 0 -.83em 0 -.4em #a3afb7, 0 -.83em 0 -.42em #a3afb7, 0 -.83em 0 -.44em #a3afb7, 0 -.83em 0 -.46em #a3afb7, 0 -.83em 0 -.477em #a3afb7;
            box-shadow: 0 -.83em 0 -.4em #a3afb7, 0 -.83em 0 -.42em #a3afb7, 0 -.83em 0 -.44em #a3afb7, 0 -.83em 0 -.46em #a3afb7, 0 -.83em 0 -.477em #a3afb7;
    -webkit-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  5%,
  95% {
    -webkit-box-shadow: 0 -.83em 0 -.4em #a3afb7, 0 -.83em 0 -.42em #a3afb7, 0 -.83em 0 -.44em #a3afb7, 0 -.83em 0 -.46em #a3afb7, 0 -.83em 0 -.477em #a3afb7;
            box-shadow: 0 -.83em 0 -.4em #a3afb7, 0 -.83em 0 -.42em #a3afb7, 0 -.83em 0 -.44em #a3afb7, 0 -.83em 0 -.46em #a3afb7, 0 -.83em 0 -.477em #a3afb7;
  }
  10%,
  59% {
    -webkit-box-shadow: 0 -.83em 0 -.4em #a3afb7, -.087em -.825em 0 -.42em #a3afb7, -.173em -.812em 0 -.44em #a3afb7, -.256em -.789em 0 -.46em #a3afb7, -.297em -.775em 0 -.477em #a3afb7;
            box-shadow: 0 -.83em 0 -.4em #a3afb7, -.087em -.825em 0 -.42em #a3afb7, -.173em -.812em 0 -.44em #a3afb7, -.256em -.789em 0 -.46em #a3afb7, -.297em -.775em 0 -.477em #a3afb7;
  }
  20% {
    -webkit-box-shadow: 0 -.83em 0 -.4em #a3afb7, -.338em -.758em 0 -.42em #a3afb7, -.555em -.617em 0 -.44em #a3afb7, -.671em -.488em 0 -.46em #a3afb7, -.749em -.34em 0 -.477em #a3afb7;
            box-shadow: 0 -.83em 0 -.4em #a3afb7, -.338em -.758em 0 -.42em #a3afb7, -.555em -.617em 0 -.44em #a3afb7, -.671em -.488em 0 -.46em #a3afb7, -.749em -.34em 0 -.477em #a3afb7;
  }
  38% {
    -webkit-box-shadow: 0 -.83em 0 -.4em #a3afb7, -.377em -.74em 0 -.42em #a3afb7, -.645em -.522em 0 -.44em #a3afb7, -.775em -.297em 0 -.46em #a3afb7, -.82em -.09em 0 -.477em #a3afb7;
            box-shadow: 0 -.83em 0 -.4em #a3afb7, -.377em -.74em 0 -.42em #a3afb7, -.645em -.522em 0 -.44em #a3afb7, -.775em -.297em 0 -.46em #a3afb7, -.82em -.09em 0 -.477em #a3afb7;
  }
  100% {
    -webkit-box-shadow: 0 -.83em 0 -.4em #a3afb7, 0 -.83em 0 -.42em #a3afb7, 0 -.83em 0 -.44em #a3afb7, 0 -.83em 0 -.46em #a3afb7, 0 -.83em 0 -.477em #a3afb7;
            box-shadow: 0 -.83em 0 -.4em #a3afb7, 0 -.83em 0 -.42em #a3afb7, 0 -.83em 0 -.44em #a3afb7, 0 -.83em 0 -.46em #a3afb7, 0 -.83em 0 -.477em #a3afb7;
    -webkit-transform: rotate(360deg);
         -o-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes loader-ellipsis {
  0%,
  80%,
  100% {
    -webkit-box-shadow: 0 .625em 0 -.325em #a3afb7;
            box-shadow: 0 .625em 0 -.325em #a3afb7;
  }
  40% {
    -webkit-box-shadow: 0 .625em 0 0 #a3afb7;
            box-shadow: 0 .625em 0 0 #a3afb7;
  }
}
@-o-keyframes loader-ellipsis {
  0%,
  80%,
  100% {
    box-shadow: 0 .625em 0 -.325em #a3afb7;
  }
  40% {
    box-shadow: 0 .625em 0 0 #a3afb7;
  }
}
@keyframes loader-ellipsis {
  0%,
  80%,
  100% {
    -webkit-box-shadow: 0 .625em 0 -.325em #a3afb7;
            box-shadow: 0 .625em 0 -.325em #a3afb7;
  }
  40% {
    -webkit-box-shadow: 0 .625em 0 0 #a3afb7;
            box-shadow: 0 .625em 0 0 #a3afb7;
  }
}
@-webkit-keyframes loader-dot-rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-o-keyframes loader-dot-rotate {
  0% {
    -webkit-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
         -o-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes loader-dot-rotate {
  0% {
    -webkit-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
         -o-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes loader-dot-bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-o-keyframes loader-dot-bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
         -o-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes loader-dot-bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
         -o-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes loader-bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-o-keyframes loader-bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
         -o-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes loader-bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
         -o-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
  }
}
[class*=animation-] {
  -webkit-animation-duration: .5s;
       -o-animation-duration: .5s;
          animation-duration: .5s;
  -webkit-animation-timing-function: ease-out;
       -o-animation-timing-function: ease-out;
          animation-timing-function: ease-out;

  -webkit-animation-fill-mode: both;
       -o-animation-fill-mode: both;
          animation-fill-mode: both;
}
.animation-hover:not(:hover),
.animation-hover:not(:hover) [class*=animation-],
.touch .animation-hover:not(.hover),
.touch .animation-hover:not(.hover) [class*=animation-] {
  -webkit-animation-name: none;
       -o-animation-name: none;
          animation-name: none;
}
.animation-reverse {
  -webkit-animation-timing-function: ease-in;
       -o-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
  -webkit-animation-direction: reverse;
       -o-animation-direction: reverse;
          animation-direction: reverse;
}
.animation-repeat {
  -webkit-animation-iteration-count: infinite;
       -o-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.animation-fade {
  -webkit-animation-name: fade;
       -o-animation-name: fade;
          animation-name: fade;
  -webkit-animation-duration: .8s;
       -o-animation-duration: .8s;
          animation-duration: .8s;
  -webkit-animation-timing-function: linear;
       -o-animation-timing-function: linear;
          animation-timing-function: linear;
}
.animation-scale {
  -webkit-animation-name: scale-12;
       -o-animation-name: scale-12;
          animation-name: scale-12;
}
.animation-scale-up {
  -webkit-animation-name: fade-scale-02;
       -o-animation-name: fade-scale-02;
          animation-name: fade-scale-02;
}
.animation-scale-down {
  -webkit-animation-name: fade-scale-18;
       -o-animation-name: fade-scale-18;
          animation-name: fade-scale-18;
}
.animation-slide-top {
  -webkit-animation-name: slide-top;
       -o-animation-name: slide-top;
          animation-name: slide-top;
}
.animation-slide-bottom {
  -webkit-animation-name: slide-bottom;
       -o-animation-name: slide-bottom;
          animation-name: slide-bottom;
}
.animation-slide-left {
  -webkit-animation-name: slide-left;
       -o-animation-name: slide-left;
          animation-name: slide-left;
}
.animation-slide-right {
  -webkit-animation-name: slide-right;
       -o-animation-name: slide-right;
          animation-name: slide-right;
}
.animation-shake {
  -webkit-animation-name: shake;
       -o-animation-name: shake;
          animation-name: shake;
}
.animation-duration-10 {
  -webkit-animation-duration: 15s;
       -o-animation-duration: 15s;
          animation-duration: 15s;
}
.animation-duration-9 {
  -webkit-animation-duration: 9s;
       -o-animation-duration: 9s;
          animation-duration: 9s;
}
.animation-duration-8 {
  -webkit-animation-duration: 8s;
       -o-animation-duration: 8s;
          animation-duration: 8s;
}
.animation-duration-7 {
  -webkit-animation-duration: 7s;
       -o-animation-duration: 7s;
          animation-duration: 7s;
}
.animation-duration-6 {
  -webkit-animation-duration: 6s;
       -o-animation-duration: 6s;
          animation-duration: 6s;
}
.animation-duration-5 {
  -webkit-animation-duration: 5s;
       -o-animation-duration: 5s;
          animation-duration: 5s;
}
.animation-duration-4 {
  -webkit-animation-duration: 4s;
       -o-animation-duration: 4s;
          animation-duration: 4s;
}
.animation-duration-3 {
  -webkit-animation-duration: 3s;
       -o-animation-duration: 3s;
          animation-duration: 3s;
}
.animation-duration-2 {
  -webkit-animation-duration: 2s;
       -o-animation-duration: 2s;
          animation-duration: 2s;
}
.animation-duration-1 {
  -webkit-animation-duration: 1s;
       -o-animation-duration: 1s;
          animation-duration: 1s;
}
.animation-delay-100 {
  -webkit-animation-duration: 100ms;
       -o-animation-duration: 100ms;
          animation-duration: 100ms;
}
.animation-duration-250 {
  -webkit-animation-duration: 250ms;
       -o-animation-duration: 250ms;
          animation-duration: 250ms;
}
.animation-duration-300 {
  -webkit-animation-duration: 300ms;
       -o-animation-duration: 300ms;
          animation-duration: 300ms;
}
.animation-duration-500 {
  -webkit-animation-duration: 500ms;
       -o-animation-duration: 500ms;
          animation-duration: 500ms;
}
.animation-duration-750 {
  -webkit-animation-duration: 750ms;
       -o-animation-duration: 750ms;
          animation-duration: 750ms;
}
.animation-delay-1000 {
  -webkit-animation-delay: 1s;
       -o-animation-delay: 1s;
          animation-delay: 1s;
}
.animation-delay-900 {
  -webkit-animation-delay: 900ms;
       -o-animation-delay: 900ms;
          animation-delay: 900ms;
}
.animation-delay-800 {
  -webkit-animation-delay: 800ms;
       -o-animation-delay: 800ms;
          animation-delay: 800ms;
}
.animation-delay-700 {
  -webkit-animation-delay: 700ms;
       -o-animation-delay: 700ms;
          animation-delay: 700ms;
}
.animation-delay-600 {
  -webkit-animation-delay: 600ms;
       -o-animation-delay: 600ms;
          animation-delay: 600ms;
}
.animation-delay-500 {
  -webkit-animation-delay: 500ms;
       -o-animation-delay: 500ms;
          animation-delay: 500ms;
}
.animation-delay-400 {
  -webkit-animation-delay: 400ms;
       -o-animation-delay: 400ms;
          animation-delay: 400ms;
}
.animation-delay-300 {
  -webkit-animation-delay: 300ms;
       -o-animation-delay: 300ms;
          animation-delay: 300ms;
}
.animation-delay-200 {
  -webkit-animation-delay: 200ms;
       -o-animation-delay: 200ms;
          animation-delay: 200ms;
}
.animation-delay-100 {
  -webkit-animation-delay: 100ms;
       -o-animation-delay: 100ms;
          animation-delay: 100ms;
}
.animation-top-left {
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
       -o-transform-origin: 0 0;
          transform-origin: 0 0;
}
.animation-top-center {
  -webkit-transform-origin: 50% 0;
      -ms-transform-origin: 50% 0;
       -o-transform-origin: 50% 0;
          transform-origin: 50% 0;
}
.animation-top-right {
  -webkit-transform-origin: 100% 0;
      -ms-transform-origin: 100% 0;
       -o-transform-origin: 100% 0;
          transform-origin: 100% 0;
}
.animation-middle-left {
  -webkit-transform-origin: 0 50%;
      -ms-transform-origin: 0 50%;
       -o-transform-origin: 0 50%;
          transform-origin: 0 50%;
}
.animation-middle-right {
  -webkit-transform-origin: 100% 50%;
      -ms-transform-origin: 100% 50%;
       -o-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
}
.animation-bottom-left {
  -webkit-transform-origin: 0 100%;
      -ms-transform-origin: 0 100%;
       -o-transform-origin: 0 100%;
          transform-origin: 0 100%;
}
.animation-bottom-center {
  -webkit-transform-origin: 50% 100%;
      -ms-transform-origin: 50% 100%;
       -o-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
}
.animation-bottom-right {
  -webkit-transform-origin: 100% 100%;
      -ms-transform-origin: 100% 100%;
       -o-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}
.animation-easing-easeInOut {
  -webkit-animation-timing-function: cubic-bezier(.42, 0, .58, 1);
       -o-animation-timing-function: cubic-bezier(.42, 0, .58, 1);
          animation-timing-function: cubic-bezier(.42, 0, .58, 1);
}
.animation-easing-easeInQuad {
  -webkit-animation-timing-function: cubic-bezier(.55, .085, .68, .53);
       -o-animation-timing-function: cubic-bezier(.55, .085, .68, .53);
          animation-timing-function: cubic-bezier(.55, .085, .68, .53);
}
.animation-easing-easeInCubic {
  -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
       -o-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
          animation-timing-function: cubic-bezier(.55, .055, .675, .19);
}
.animation-easing-easeInQuart {
  -webkit-animation-timing-function: cubic-bezier(.895, .03, .685, .22);
       -o-animation-timing-function: cubic-bezier(.895, .03, .685, .22);
          animation-timing-function: cubic-bezier(.895, .03, .685, .22);
}
.animation-easing-easeInQuint {
  -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
       -o-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
          animation-timing-function: cubic-bezier(.755, .05, .855, .06);
}
.animation-easing-easeInSine {
  -webkit-animation-timing-function: cubic-bezier(.47, 0, .745, .715);
       -o-animation-timing-function: cubic-bezier(.47, 0, .745, .715);
          animation-timing-function: cubic-bezier(.47, 0, .745, .715);
}
.animation-easing-easeInExpo {
  -webkit-animation-timing-function: cubic-bezier(.95, .05, .795, .035);
       -o-animation-timing-function: cubic-bezier(.95, .05, .795, .035);
          animation-timing-function: cubic-bezier(.95, .05, .795, .035);
}
.animation-easing-easeInCirc {
  -webkit-animation-timing-function: cubic-bezier(.6, .04, .98, .335);
       -o-animation-timing-function: cubic-bezier(.6, .04, .98, .335);
          animation-timing-function: cubic-bezier(.6, .04, .98, .335);
}
.animation-easing-easeInBack {
  -webkit-animation-timing-function: cubic-bezier(.6, -.28, .735, .045);
       -o-animation-timing-function: cubic-bezier(.6, -.28, .735, .045);
          animation-timing-function: cubic-bezier(.6, -.28, .735, .045);
}
.animation-easing-eastOutQuad {
  -webkit-animation-timing-function: cubic-bezier(.25, .46, .45, .94);
       -o-animation-timing-function: cubic-bezier(.25, .46, .45, .94);
          animation-timing-function: cubic-bezier(.25, .46, .45, .94);
}
.animation-easing-easeOutCubic {
  -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
       -o-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
          animation-timing-function: cubic-bezier(.215, .61, .355, 1);
}
.animation-easing-easeOutQuart {
  -webkit-animation-timing-function: cubic-bezier(.165, .84, .44, 1);
       -o-animation-timing-function: cubic-bezier(.165, .84, .44, 1);
          animation-timing-function: cubic-bezier(.165, .84, .44, 1);
}
.animation-easing-easeOutQuint {
  -webkit-animation-timing-function: cubic-bezier(.23, 1, .32, 1);
       -o-animation-timing-function: cubic-bezier(.23, 1, .32, 1);
          animation-timing-function: cubic-bezier(.23, 1, .32, 1);
}
.animation-easing-easeOutSine {
  -webkit-animation-timing-function: cubic-bezier(.39, .575, .565, 1);
       -o-animation-timing-function: cubic-bezier(.39, .575, .565, 1);
          animation-timing-function: cubic-bezier(.39, .575, .565, 1);
}
.animation-easing-easeOutExpo {
  -webkit-animation-timing-function: cubic-bezier(.19, 1, .22, 1);
       -o-animation-timing-function: cubic-bezier(.19, 1, .22, 1);
          animation-timing-function: cubic-bezier(.19, 1, .22, 1);
}
.animation-easing-easeOutCirc {
  -webkit-animation-timing-function: cubic-bezier(.075, .82, .165, 1);
       -o-animation-timing-function: cubic-bezier(.075, .82, .165, 1);
          animation-timing-function: cubic-bezier(.075, .82, .165, 1);
}
.animation-easing-easeOutBack {
  -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1.275);
       -o-animation-timing-function: cubic-bezier(.175, .885, .32, 1.275);
          animation-timing-function: cubic-bezier(.175, .885, .32, 1.275);
}
.animation-easing-easeInOutQuad {
  -webkit-animation-timing-function: cubic-bezier(.455, .03, .515, .955);
       -o-animation-timing-function: cubic-bezier(.455, .03, .515, .955);
          animation-timing-function: cubic-bezier(.455, .03, .515, .955);
}
.animation-easing-easeInOutCubic {
  -webkit-animation-timing-function: cubic-bezier(.645, .045, .355, 1);
       -o-animation-timing-function: cubic-bezier(.645, .045, .355, 1);
          animation-timing-function: cubic-bezier(.645, .045, .355, 1);
}
.animation-easing-easeInOutQuart {
  -webkit-animation-timing-function: cubic-bezier(.77, 0, .175, 1);
       -o-animation-timing-function: cubic-bezier(.77, 0, .175, 1);
          animation-timing-function: cubic-bezier(.77, 0, .175, 1);
}
.animation-easing-easeInOutQuint {
  -webkit-animation-timing-function: cubic-bezier(.86, 0, .07, 1);
       -o-animation-timing-function: cubic-bezier(.86, 0, .07, 1);
          animation-timing-function: cubic-bezier(.86, 0, .07, 1);
}
.animation-easing-easeInOutSine {
  -webkit-animation-timing-function: cubic-bezier(.445, .05, .55, .95);
       -o-animation-timing-function: cubic-bezier(.445, .05, .55, .95);
          animation-timing-function: cubic-bezier(.445, .05, .55, .95);
}
.animation-easing-easeInOutExpo {
  -webkit-animation-timing-function: cubic-bezier(1, 0, 0, 1);
       -o-animation-timing-function: cubic-bezier(1, 0, 0, 1);
          animation-timing-function: cubic-bezier(1, 0, 0, 1);
}
.animation-easing-easeInOutCirc {
  -webkit-animation-timing-function: cubic-bezier(.785, .135, .15, .86);
       -o-animation-timing-function: cubic-bezier(.785, .135, .15, .86);
          animation-timing-function: cubic-bezier(.785, .135, .15, .86);
}
.animation-easing-easeInOutBack {
  -webkit-animation-timing-function: cubic-bezier(.68, -.55, .265, 1.55);
       -o-animation-timing-function: cubic-bezier(.68, -.55, .265, 1.55);
          animation-timing-function: cubic-bezier(.68, -.55, .265, 1.55);
}
.animation-easing-easeInOutElastic {
  -webkit-animation-timing-function: cubic-bezier(1, -.56, 0, 1.455);
       -o-animation-timing-function: cubic-bezier(1, -.56, 0, 1.455);
          animation-timing-function: cubic-bezier(1, -.56, 0, 1.455);
}
@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes scale-12 {
  0% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-o-keyframes scale-12 {
  0% {
    -o-transform: scale(1.2);
       transform: scale(1.2);
  }
  100% {
    -o-transform: scale(1);
       transform: scale(1);
  }
}
@keyframes scale-12 {
  0% {
    -webkit-transform: scale(1.2);
         -o-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes fade-scale-02 {
  0% {
    opacity: 0;
    -webkit-transform: scale(.2);
            transform: scale(.2);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-o-keyframes fade-scale-02 {
  0% {
    opacity: 0;
    -o-transform: scale(.2);
       transform: scale(.2);
  }
  100% {
    opacity: 1;
    -o-transform: scale(1);
       transform: scale(1);
  }
}
@keyframes fade-scale-02 {
  0% {
    opacity: 0;
    -webkit-transform: scale(.2);
         -o-transform: scale(.2);
            transform: scale(.2);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes fade-scale-18 {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.8);
            transform: scale(1.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-o-keyframes fade-scale-18 {
  0% {
    opacity: 0;
    -o-transform: scale(1.8);
       transform: scale(1.8);
  }
  100% {
    opacity: 1;
    -o-transform: scale(1);
       transform: scale(1);
  }
}
@keyframes fade-scale-18 {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.8);
         -o-transform: scale(1.8);
            transform: scale(1.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes slide-top {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@-o-keyframes slide-top {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes slide-top {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes slide-bottom {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@-o-keyframes slide-bottom {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes slide-bottom {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes slide-left {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@-o-keyframes slide-left {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes slide-left {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes slide-right {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@-o-keyframes slide-right {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes slide-right {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes shake {
  0%,
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  10% {
    -webkit-transform: translateX(-9px);
            transform: translateX(-9px);
  }
  20% {
    -webkit-transform: translateX(8px);
            transform: translateX(8px);
  }
  30% {
    -webkit-transform: translateX(-7px);
            transform: translateX(-7px);
  }
  40% {
    -webkit-transform: translateX(6px);
            transform: translateX(6px);
  }
  50% {
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px);
  }
  60% {
    -webkit-transform: translateX(4px);
            transform: translateX(4px);
  }
  70% {
    -webkit-transform: translateX(-3px);
            transform: translateX(-3px);
  }
  80% {
    -webkit-transform: translateX(2px);
            transform: translateX(2px);
  }
  90% {
    -webkit-transform: translateX(-1px);
            transform: translateX(-1px);
  }
}
@-o-keyframes shake {
  0%,
  100% {
    -o-transform: translateX(0);
       transform: translateX(0);
  }
  10% {
    -o-transform: translateX(-9px);
       transform: translateX(-9px);
  }
  20% {
    -o-transform: translateX(8px);
       transform: translateX(8px);
  }
  30% {
    -o-transform: translateX(-7px);
       transform: translateX(-7px);
  }
  40% {
    -o-transform: translateX(6px);
       transform: translateX(6px);
  }
  50% {
    -o-transform: translateX(-5px);
       transform: translateX(-5px);
  }
  60% {
    -o-transform: translateX(4px);
       transform: translateX(4px);
  }
  70% {
    -o-transform: translateX(-3px);
       transform: translateX(-3px);
  }
  80% {
    -o-transform: translateX(2px);
       transform: translateX(2px);
  }
  90% {
    -o-transform: translateX(-1px);
       transform: translateX(-1px);
  }
}
@keyframes shake {
  0%,
  100% {
    -webkit-transform: translateX(0);
         -o-transform: translateX(0);
            transform: translateX(0);
  }
  10% {
    -webkit-transform: translateX(-9px);
         -o-transform: translateX(-9px);
            transform: translateX(-9px);
  }
  20% {
    -webkit-transform: translateX(8px);
         -o-transform: translateX(8px);
            transform: translateX(8px);
  }
  30% {
    -webkit-transform: translateX(-7px);
         -o-transform: translateX(-7px);
            transform: translateX(-7px);
  }
  40% {
    -webkit-transform: translateX(6px);
         -o-transform: translateX(6px);
            transform: translateX(6px);
  }
  50% {
    -webkit-transform: translateX(-5px);
         -o-transform: translateX(-5px);
            transform: translateX(-5px);
  }
  60% {
    -webkit-transform: translateX(4px);
         -o-transform: translateX(4px);
            transform: translateX(4px);
  }
  70% {
    -webkit-transform: translateX(-3px);
         -o-transform: translateX(-3px);
            transform: translateX(-3px);
  }
  80% {
    -webkit-transform: translateX(2px);
         -o-transform: translateX(2px);
            transform: translateX(2px);
  }
  90% {
    -webkit-transform: translateX(-1px);
         -o-transform: translateX(-1px);
            transform: translateX(-1px);
  }
}
.primary-100 {
  color: #e8f1f8 !important;
}
.primary-200 {
  color: #d5e4f1 !important;
}
.primary-300 {
  color: #bcd8f1 !important;
}
.primary-400 {
  color: #a2caee !important;
}
.primary-500 {
  color: #89bceb !important;
}
.primary-600 {
  color: #62a8ea !important;
}
.primary-700 {
  color: #4e97d9 !important;
}
.primary-800 {
  color: #3583ca !important;
}
.red-100 {
  color: #ffeaea !important;
}
.red-200 {
  color: #fad3d3 !important;
}
.red-300 {
  color: #fab4b4 !important;
}
.red-400 {
  color: #fa9898 !important;
}
.red-500 {
  color: #fa7a7a !important;
}
.red-600 {
  color: #f96868 !important;
}
.red-700 {
  color: #e9595b !important;
}
.red-800 {
  color: #d6494b !important;
}
.pink-100 {
  color: #fce4ec !important;
}
.pink-200 {
  color: #ffccde !important;
}
.pink-300 {
  color: #fba9c6 !important;
}
.pink-400 {
  color: #fb8db4 !important;
}
.pink-500 {
  color: #f978a6 !important;
}
.pink-600 {
  color: #f96197 !important;
}
.pink-700 {
  color: #f44c87 !important;
}
.pink-800 {
  color: #e53b75 !important;
}
.purple-100 {
  color: #f6f2ff !important;
}
.purple-200 {
  color: #e3dbf4 !important;
}
.purple-300 {
  color: #d2c5ec !important;
}
.purple-400 {
  color: #bba7e4 !important;
}
.purple-500 {
  color: #a58add !important;
}
.purple-600 {
  color: #926dde !important;
}
.purple-700 {
  color: #7c51d1 !important;
}
.purple-800 {
  color: #6d45bc !important;
}
.indigo-100 {
  color: #edeff9 !important;
}
.indigo-200 {
  color: #dadef5 !important;
}
.indigo-300 {
  color: #bcc5f4 !important;
}
.indigo-400 {
  color: #9daaf3 !important;
}
.indigo-500 {
  color: #8897ec !important;
}
.indigo-600 {
  color: #677ae4 !important;
}
.indigo-700 {
  color: #5166d6 !important;
}
.indigo-800 {
  color: #465bd4 !important;
}
.blue-100 {
  color: #e8f1f8 !important;
}
.blue-200 {
  color: #d5e4f1 !important;
}
.blue-300 {
  color: #bcd8f1 !important;
}
.blue-400 {
  color: #a2caee !important;
}
.blue-500 {
  color: #89bceb !important;
}
.blue-600 {
  color: #62a8ea !important;
}
.blue-700 {
  color: #4e97d9 !important;
}
.blue-800 {
  color: #3583ca !important;
}
.cyan-100 {
  color: #ecf9fa !important;
}
.cyan-200 {
  color: #d3eff2 !important;
}
.cyan-300 {
  color: #baeaef !important;
}
.cyan-400 {
  color: #9ae1e9 !important;
}
.cyan-500 {
  color: #77d6e1 !important;
}
.cyan-600 {
  color: #57c7d4 !important;
}
.cyan-700 {
  color: #47b8c6 !important;
}
.cyan-800 {
  color: #37a9b7 !important;
}
.teal-100 {
  color: #ecfdfc !important;
}
.teal-200 {
  color: #cdf4f1 !important;
}
.teal-300 {
  color: #99e1da !important;
}
.teal-400 {
  color: #79d1c9 !important;
}
.teal-500 {
  color: #56bfb5 !important;
}
.teal-600 {
  color: #3aa99e !important;
}
.teal-700 {
  color: #269b8f !important;
}
.teal-800 {
  color: #178d81 !important;
}
.green-100 {
  color: #e7faf2 !important;
}
.green-200 {
  color: #bfedd8 !important;
}
.green-300 {
  color: #9fe5c5 !important;
}
.green-400 {
  color: #7dd3ae !important;
}
.green-500 {
  color: #5cd29d !important;
}
.green-600 {
  color: #46be8a !important;
}
.green-700 {
  color: #36ab7a !important;
}
.green-800 {
  color: #279566 !important;
}
.light-green-100 {
  color: #f1f7ea !important;
}
.light-green-200 {
  color: #e0ecd1 !important;
}
.light-green-300 {
  color: #cadfb1 !important;
}
.light-green-400 {
  color: #bad896 !important;
}
.light-green-500 {
  color: #acd57c !important;
}
.light-green-600 {
  color: #9ece67 !important;
}
.light-green-700 {
  color: #83b944 !important;
}
.light-green-800 {
  color: #70a532 !important;
}
.yellow-100 {
  color: #fffae7 !important;
}
.yellow-200 {
  color: #f9eec1 !important;
}
.yellow-300 {
  color: #f6e7a9 !important;
}
.yellow-400 {
  color: #f8e59b !important;
}
.yellow-500 {
  color: #f7e083 !important;
}
.yellow-600 {
  color: #f7da64 !important;
}
.yellow-700 {
  color: #f9cd48 !important;
}
.yellow-800 {
  color: #fbc02d !important;
}
.orange-100 {
  color: #fff3e6 !important;
}
.orange-200 {
  color: #ffddb9 !important;
}
.orange-300 {
  color: #fbce9d !important;
}
.orange-400 {
  color: #f6be80 !important;
}
.orange-500 {
  color: #f4b066 !important;
}
.orange-600 {
  color: #f2a654 !important;
}
.orange-700 {
  color: #ec9940 !important;
}
.orange-800 {
  color: #e98f2e !important;
}
.brown-100 {
  color: #fae6df !important;
}
.brown-200 {
  color: #e2bdaf !important;
}
.brown-300 {
  color: #d3aa9c !important;
}
.brown-400 {
  color: #b98e7e !important;
}
.brown-500 {
  color: #a17768 !important;
}
.brown-600 {
  color: #8d6658 !important;
}
.brown-700 {
  color: #7d5b4f !important;
}
.brown-800 {
  color: #715146 !important;
}
.grey-100 {
  color: #fafafa !important;
}
.grey-200 {
  color: #eee !important;
}
.grey-300 {
  color: #e0e0e0 !important;
}
.grey-400 {
  color: #bdbdbd !important;
}
.grey-500 {
  color: #9e9e9e !important;
}
.grey-600 {
  color: #757575 !important;
}
.grey-700 {
  color: #616161 !important;
}
.grey-800 {
  color: #424242 !important;
}
.blue-grey-100 {
  color: #f3f7f9 !important;
}
.blue-grey-200 {
  color: #e4eaec !important;
}
.blue-grey-300 {
  color: #ccd5db !important;
}
.blue-grey-400 {
  color: #a3afb7 !important;
}
.blue-grey-500 {
  color: #76838f !important;
}
.blue-grey-600 {
  color: #526069 !important;
}
.blue-grey-700 {
  color: #37474f !important;
}
.blue-grey-800 {
  color: #263238 !important;
}
.bg-primary-100 {
  background-color: #e8f1f8 !important;
}
.bg-primary-200 {
  background-color: #d5e4f1 !important;
}
.bg-primary-300 {
  background-color: #bcd8f1 !important;
}
.bg-primary-400 {
  background-color: #a2caee !important;
}
.bg-primary-500 {
  background-color: #89bceb !important;
}
.bg-primary-600 {
  background-color: #62a8ea !important;
}
.bg-primary-700 {
  background-color: #4e97d9 !important;
}
.bg-primary-800 {
  background-color: #3583ca !important;
}
.bg-red-100 {
  background-color: #ffeaea !important;
}
.bg-red-200 {
  background-color: #fad3d3 !important;
}
.bg-red-300 {
  background-color: #fab4b4 !important;
}
.bg-red-400 {
  background-color: #fa9898 !important;
}
.bg-red-500 {
  background-color: #fa7a7a !important;
}
.bg-red-600 {
  background-color: #f96868 !important;
}
.bg-red-700 {
  background-color: #e9595b !important;
}
.bg-red-800 {
  background-color: #d6494b !important;
}
.bg-pink-100 {
  background-color: #fce4ec !important;
}
.bg-pink-200 {
  background-color: #ffccde !important;
}
.bg-pink-300 {
  background-color: #fba9c6 !important;
}
.bg-pink-400 {
  background-color: #fb8db4 !important;
}
.bg-pink-500 {
  background-color: #f978a6 !important;
}
.bg-pink-600 {
  background-color: #f96197 !important;
}
.bg-pink-700 {
  background-color: #f44c87 !important;
}
.bg-pink-800 {
  background-color: #e53b75 !important;
}
.bg-purple-100 {
  background-color: #f6f2ff !important;
}
.bg-purple-200 {
  background-color: #e3dbf4 !important;
}
.bg-purple-300 {
  background-color: #d2c5ec !important;
}
.bg-purple-400 {
  background-color: #bba7e4 !important;
}
.bg-purple-500 {
  background-color: #a58add !important;
}
.bg-purple-600 {
  background-color: #926dde !important;
}
.bg-purple-700 {
  background-color: #7c51d1 !important;
}
.bg-purple-800 {
  background-color: #6d45bc !important;
}
.bg-indigo-100 {
  background-color: #edeff9 !important;
}
.bg-indigo-200 {
  background-color: #dadef5 !important;
}
.bg-indigo-300 {
  background-color: #bcc5f4 !important;
}
.bg-indigo-400 {
  background-color: #9daaf3 !important;
}
.bg-indigo-500 {
  background-color: #8897ec !important;
}
.bg-indigo-600 {
  background-color: #677ae4 !important;
}
.bg-indigo-700 {
  background-color: #5166d6 !important;
}
.bg-indigo-800 {
  background-color: #465bd4 !important;
}
.bg-blue-100 {
  background-color: #e8f1f8 !important;
}
.bg-blue-200 {
  background-color: #d5e4f1 !important;
}
.bg-blue-300 {
  background-color: #bcd8f1 !important;
}
.bg-blue-400 {
  background-color: #a2caee !important;
}
.bg-blue-500 {
  background-color: #89bceb !important;
}
.bg-blue-600 {
  background-color: #62a8ea !important;
}
.bg-blue-700 {
  background-color: #4e97d9 !important;
}
.bg-blue-800 {
  background-color: #3583ca !important;
}
.bg-cyan-100 {
  background-color: #ecf9fa !important;
}
.bg-cyan-200 {
  background-color: #d3eff2 !important;
}
.bg-cyan-300 {
  background-color: #baeaef !important;
}
.bg-cyan-400 {
  background-color: #9ae1e9 !important;
}
.bg-cyan-500 {
  background-color: #77d6e1 !important;
}
.bg-cyan-600 {
  background-color: #57c7d4 !important;
}
.bg-cyan-700 {
  background-color: #47b8c6 !important;
}
.bg-cyan-800 {
  background-color: #37a9b7 !important;
}
.bg-teal-100 {
  background-color: #ecfdfc !important;
}
.bg-teal-200 {
  background-color: #cdf4f1 !important;
}
.bg-teal-300 {
  background-color: #99e1da !important;
}
.bg-teal-400 {
  background-color: #79d1c9 !important;
}
.bg-teal-500 {
  background-color: #56bfb5 !important;
}
.bg-teal-600 {
  background-color: #3aa99e !important;
}
.bg-teal-700 {
  background-color: #269b8f !important;
}
.bg-teal-800 {
  background-color: #178d81 !important;
}
.bg-green-100 {
  background-color: #e7faf2 !important;
}
.bg-green-200 {
  background-color: #bfedd8 !important;
}
.bg-green-300 {
  background-color: #9fe5c5 !important;
}
.bg-green-400 {
  background-color: #7dd3ae !important;
}
.bg-green-500 {
  background-color: #5cd29d !important;
}
.bg-green-600 {
  background-color: #46be8a !important;
}
.bg-green-700 {
  background-color: #36ab7a !important;
}
.bg-green-800 {
  background-color: #279566 !important;
}
.bg-light-green-100 {
  background-color: #f1f7ea !important;
}
.bg-light-green-200 {
  background-color: #e0ecd1 !important;
}
.bg-light-green-300 {
  background-color: #cadfb1 !important;
}
.bg-light-green-400 {
  background-color: #bad896 !important;
}
.bg-light-green-500 {
  background-color: #acd57c !important;
}
.bg-light-green-600 {
  background-color: #9ece67 !important;
}
.bg-light-green-700 {
  background-color: #83b944 !important;
}
.bg-light-green-800 {
  background-color: #70a532 !important;
}
.bg-yellow-100 {
  background-color: #fffae7 !important;
}
.bg-yellow-200 {
  background-color: #f9eec1 !important;
}
.bg-yellow-300 {
  background-color: #f6e7a9 !important;
}
.bg-yellow-400 {
  background-color: #f8e59b !important;
}
.bg-yellow-500 {
  background-color: #f7e083 !important;
}
.bg-yellow-600 {
  background-color: #f7da64 !important;
}
.bg-yellow-700 {
  background-color: #f9cd48 !important;
}
.bg-yellow-800 {
  background-color: #fbc02d !important;
}
.bg-orange-100 {
  background-color: #fff3e6 !important;
}
.bg-orange-200 {
  background-color: #ffddb9 !important;
}
.bg-orange-300 {
  background-color: #fbce9d !important;
}
.bg-orange-400 {
  background-color: #f6be80 !important;
}
.bg-orange-500 {
  background-color: #f4b066 !important;
}
.bg-orange-600 {
  background-color: #f2a654 !important;
}
.bg-orange-700 {
  background-color: #ec9940 !important;
}
.bg-orange-800 {
  background-color: #e98f2e !important;
}
.bg-brown-100 {
  background-color: #fae6df !important;
}
.bg-brown-200 {
  background-color: #e2bdaf !important;
}
.bg-brown-300 {
  background-color: #d3aa9c !important;
}
.bg-brown-400 {
  background-color: #b98e7e !important;
}
.bg-brown-500 {
  background-color: #a17768 !important;
}
.bg-brown-600 {
  background-color: #8d6658 !important;
}
.bg-brown-700 {
  background-color: #7d5b4f !important;
}
.bg-brown-800 {
  background-color: #715146 !important;
}
.bg-grey-100 {
  background-color: #fafafa !important;
}
.bg-grey-200 {
  background-color: #eee !important;
}
.bg-grey-300 {
  background-color: #e0e0e0 !important;
}
.bg-grey-400 {
  background-color: #bdbdbd !important;
}
.bg-grey-500 {
  background-color: #9e9e9e !important;
}
.bg-grey-600 {
  background-color: #757575 !important;
}
.bg-grey-700 {
  background-color: #616161 !important;
}
.bg-grey-800 {
  background-color: #424242 !important;
}
.bg-blue-grey-100 {
  background-color: #f3f7f9 !important;
}
.bg-blue-grey-200 {
  background-color: #e4eaec !important;
}
.bg-blue-grey-300 {
  background-color: #ccd5db !important;
}
.bg-blue-grey-400 {
  background-color: #a3afb7 !important;
}
.bg-blue-grey-500 {
  background-color: #76838f !important;
}
.bg-blue-grey-600 {
  background-color: #526069 !important;
}
.bg-blue-grey-700 {
  background-color: #37474f !important;
}
.bg-blue-grey-800 {
  background-color: #263238 !important;
}
.black {
  color: #000 !important;
}
.white {
  color: #fff !important;
}
.bg-white {
  color: #76838f;
  background-color: #fff;
}
.bg-primary {
  color: #fff;
  background-color: #62a8ea;
}
.bg-primary:hover {
  background-color: #8fc1f0;
}
.bg-primary a,
a.bg-primary {
  color: #fff;
}
.bg-primary a:hover,
a.bg-primary:hover {
  color: #fff;
}
.bg-success {
  color: #fff;
  background-color: #46be8a;
}
.bg-success:hover {
  background-color: #6ccba2;
}
.bg-success a,
a.bg-success {
  color: #fff;
}
.bg-success a:hover,
a.bg-success:hover {
  color: #fff;
}
.bg-info {
  color: #fff;
  background-color: #57c7d4;
}
.bg-info:hover {
  background-color: #80d5de;
}
.bg-info a,
a.bg-info {
  color: #fff;
}
.bg-info a:hover,
a.bg-info:hover {
  color: #fff;
}
.bg-warning {
  color: #fff;
  background-color: #f2a654;
}
.bg-warning:hover {
  background-color: #f6bf83;
}
.bg-warning a,
a.bg-warning {
  color: #fff;
}
.bg-warning a:hover,
a.bg-warning:hover {
  color: #fff;
}
.bg-danger {
  color: #fff;
  background-color: #f96868;
}
.bg-danger:hover {
  background-color: #fb9999;
}
.bg-danger a,
a.bg-danger {
  color: #fff;
}
.bg-danger a:hover,
a.bg-danger:hover {
  color: #fff;
}
.bg-dark {
  color: #fff;
  background-color: #526069;
}
.bg-dark:hover {
  background-color: #687a86;
}
.bg-dark a,
a.bg-dark {
  color: #fff;
}
.bg-dark a:hover,
a.bg-dark:hover {
  color: #fff;
}
.social-facebook {
  color: #fff;
  background-color: #3b5998 !important;
}
.social-facebook:hover,
.social-facebook:focus {
  color: #fff;
  background-color: #4c70ba !important;
}
.social-facebook:active,
.social-facebook.active {
  color: #fff;
  background-color: #2d4373 !important;
}
.bg-facebook {
  background-color: #3b5998;
}
.social-twitter {
  color: #fff;
  background-color: #55acee !important;
}
.social-twitter:hover,
.social-twitter:focus {
  color: #fff;
  background-color: #83c3f3 !important;
}
.social-twitter:active,
.social-twitter.active {
  color: #fff;
  background-color: #2795e9 !important;
}
.bg-twitter {
  background-color: #55acee;
}
.social-google-plus {
  color: #fff;
  background-color: #dd4b39 !important;
}
.social-google-plus:hover,
.social-google-plus:focus {
  color: #fff;
  background-color: #e47365 !important;
}
.social-google-plus:active,
.social-google-plus.active {
  color: #fff;
  background-color: #c23321 !important;
}
.bg-google-plus {
  background-color: #dd4b39;
}
.social-linkedin {
  color: #fff;
  background-color: #0976b4 !important;
}
.social-linkedin:hover,
.social-linkedin:focus {
  color: #fff;
  background-color: #0b96e5 !important;
}
.social-linkedin:active,
.social-linkedin.active {
  color: #fff;
  background-color: #075683 !important;
}
.bg-linkedin {
  background-color: #0976b4;
}
.social-flickr {
  color: #fff;
  background-color: #ff0084 !important;
}
.social-flickr:hover,
.social-flickr:focus {
  color: #fff;
  background-color: #ff339d !important;
}
.social-flickr:active,
.social-flickr.active {
  color: #fff;
  background-color: #cc006a !important;
}
.bg-flickr {
  background-color: #ff0084;
}
.social-tumblr {
  color: #fff;
  background-color: #35465c !important;
}
.social-tumblr:hover,
.social-tumblr:focus {
  color: #fff;
  background-color: #485f7c !important;
}
.social-tumblr:active,
.social-tumblr.active {
  color: #fff;
  background-color: #222d3c !important;
}
.bg-tumblr {
  background-color: #35465c;
}
.social-xing {
  color: #fff;
  background-color: #024b4d !important;
}
.social-xing:hover,
.social-xing:focus {
  color: #fff;
  background-color: #037b7f !important;
}
.social-xing:active,
.social-xing.active {
  color: #fff;
  background-color: #011b1b !important;
}
.bg-xing {
  background-color: #024b4d;
}
.social-github {
  color: #fff;
  background-color: #4183c4 !important;
}
.social-github:hover,
.social-github:focus {
  color: #fff;
  background-color: #689cd0 !important;
}
.social-github:active,
.social-github.active {
  color: #fff;
  background-color: #3269a0 !important;
}
.bg-github {
  background-color: #4183c4;
}
.social-html5 {
  color: #fff;
  background-color: #e44f26 !important;
}
.social-html5:hover,
.social-html5:focus {
  color: #fff;
  background-color: #ea7453 !important;
}
.social-html5:active,
.social-html5.active {
  color: #fff;
  background-color: #bf3c18 !important;
}
.bg-html5 {
  background-color: #e44f26;
}
.social-openid {
  color: #fff;
  background-color: #f67d28 !important;
}
.social-openid:hover,
.social-openid:focus {
  color: #fff;
  background-color: #f89b59 !important;
}
.social-openid:active,
.social-openid.active {
  color: #fff;
  background-color: #e26309 !important;
}
.bg-openid {
  background-color: #f67d28;
}
.social-stack-overflow {
  color: #fff;
  background-color: #f86c01 !important;
}
.social-stack-overflow:hover,
.social-stack-overflow:focus {
  color: #fff;
  background-color: #fe882e !important;
}
.social-stack-overflow:active,
.social-stack-overflow.active {
  color: #fff;
  background-color: #c55601 !important;
}
.bg-stack-overflow {
  background-color: #f86c01;
}
.social-css3 {
  color: #fff;
  background-color: #1572b6 !important;
}
.social-css3:hover,
.social-css3:focus {
  color: #fff;
  background-color: #1a8fe4 !important;
}
.social-css3:active,
.social-css3.active {
  color: #fff;
  background-color: #105588 !important;
}
.bg-css3 {
  background-color: #1572b6;
}
.social-youtube {
  color: #fff;
  background-color: #b31217 !important;
}
.social-youtube:hover,
.social-youtube:focus {
  color: #fff;
  background-color: #e1171d !important;
}
.social-youtube:active,
.social-youtube.active {
  color: #fff;
  background-color: #850d11 !important;
}
.bg-youtube {
  background-color: #b31217;
}
.social-dribbble {
  color: #fff;
  background-color: #c32361 !important;
}
.social-dribbble:hover,
.social-dribbble:focus {
  color: #fff;
  background-color: #dc3d7b !important;
}
.social-dribbble:active,
.social-dribbble.active {
  color: #fff;
  background-color: #981b4b !important;
}
.bg-dribbble {
  background-color: #c32361;
}
.social-instagram {
  color: #fff;
  background-color: #3f729b !important;
}
.social-instagram:hover,
.social-instagram:focus {
  color: #fff;
  background-color: #548cb9 !important;
}
.social-instagram:active,
.social-instagram.active {
  color: #fff;
  background-color: #305777 !important;
}
.bg-instagram {
  background-color: #3f729b;
}
.social-pinterest {
  color: #fff;
  background-color: #cc2127 !important;
}
.social-pinterest:hover,
.social-pinterest:focus {
  color: #fff;
  background-color: #e04046 !important;
}
.social-pinterest:active,
.social-pinterest.active {
  color: #fff;
  background-color: #a01a1f !important;
}
.bg-pinterest {
  background-color: #cc2127;
}
.social-vk {
  color: #fff;
  background-color: #3d5a7d !important;
}
.social-vk:hover,
.social-vk:focus {
  color: #fff;
  background-color: #4e739f !important;
}
.social-vk:active,
.social-vk.active {
  color: #fff;
  background-color: #2c415b !important;
}
.bg-vk {
  background-color: #3d5a7d;
}
.social-yahoo {
  color: #fff;
  background-color: #350178 !important;
}
.social-yahoo:hover,
.social-yahoo:focus {
  color: #fff;
  background-color: #4b01ab !important;
}
.social-yahoo:active,
.social-yahoo.active {
  color: #fff;
  background-color: #1f0145 !important;
}
.bg-yahoo {
  background-color: #350178;
}
.social-behance {
  color: #fff;
  background-color: #1769ff !important;
}
.social-behance:hover,
.social-behance:focus {
  color: #fff;
  background-color: #4a8aff !important;
}
.social-behance:active,
.social-behance.active {
  color: #fff;
  background-color: #0050e3 !important;
}
.bg-behance {
  background-color: #024b4d;
}
.social-dropbox {
  color: #fff;
  background-color: #007ee5 !important;
}
.social-dropbox:hover,
.social-dropbox:focus {
  color: #fff;
  background-color: #1998ff !important;
}
.social-dropbox:active,
.social-dropbox.active {
  color: #fff;
  background-color: #0062b2 !important;
}
.bg-dropbox {
  background-color: #007ee5;
}
.social-reddit {
  color: #fff;
  background-color: #ff4500 !important;
}
.social-reddit:hover,
.social-reddit:focus {
  color: #fff;
  background-color: #ff6a33 !important;
}
.social-reddit:active,
.social-reddit.active {
  color: #fff;
  background-color: #cc3700 !important;
}
.bg-reddit {
  background-color: #ff4500;
}
.social-spotify {
  color: #fff;
  background-color: #7ab800 !important;
}
.social-spotify:hover,
.social-spotify:focus {
  color: #fff;
  background-color: #9ceb00 !important;
}
.social-spotify:active,
.social-spotify.active {
  color: #fff;
  background-color: #588500 !important;
}
.bg-spotify {
  background-color: #7ab800;
}
.social-vine {
  color: #fff;
  background-color: #00b488 !important;
}
.social-vine:hover,
.social-vine:focus {
  color: #fff;
  background-color: #00e7af !important;
}
.social-vine:active,
.social-vine.active {
  color: #fff;
  background-color: #008161 !important;
}
.bg-vine {
  background-color: #00b488;
}
.social-foursquare {
  color: #fff;
  background-color: #0cbadf !important;
}
.social-foursquare:hover,
.social-foursquare:focus {
  color: #fff;
  background-color: #2ad0f4 !important;
}
.social-foursquare:active,
.social-foursquare.active {
  color: #fff;
  background-color: #0992af !important;
}
.bg-foursquare {
  background-color: #0cbadf;
}
.social-vimeo {
  color: #fff;
  background-color: #1ab7ea !important;
}
.social-vimeo:hover,
.social-vimeo:focus {
  color: #fff;
  background-color: #49c6ee !important;
}
.social-vimeo:active,
.social-vimeo.active {
  color: #fff;
  background-color: #1295bf !important;
}
.bg-vimeo {
  background-color: #1ab7ea;
}
.social-skype {
  color: #fff;
  background-color: #77bcfd !important;
}
.social-skype:hover,
.social-skype:focus {
  color: #fff;
  background-color: #a9d5fe !important;
}
.social-skype:active,
.social-skype.active {
  color: #fff;
  background-color: #45a3fc !important;
}
.bg-skype {
  background-color: #77bcfd;
}
.social-evernote {
  color: #fff;
  background-color: #46bf8c !important;
}
.social-evernote:hover,
.social-evernote:focus {
  color: #fff;
  background-color: #6ccca4 !important;
}
.social-evernote:active,
.social-evernote.active {
  color: #fff;
  background-color: #369c71 !important;
}
.bg-evernote {
  background-color: #46bf8c;
}
a:focus {
  outline: none;
}
.blocks,
[class*="blocks-"] {
  padding: 0;
  margin: 0;
  margin-right: -15px;
  margin-left: -15px;
  list-style: none;
}
.blocks:before,
[class*="blocks-"]:before,
.blocks:after,
[class*="blocks-"]:after {
  display: table;
  content: " ";
}
.blocks:after,
[class*="blocks-"]:after {
  clear: both;
}
.blocks > li,
[class*="blocks-"] > li {
  position: relative;
  float: left;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 22px;
}
.blocks.no-space,
[class*="blocks-"].no-space {
  margin: 0;
}
.blocks.no-space > li,
[class*="blocks-"].no-space > li {
  padding-right: 0;
  padding-left: 0;
  margin-bottom: 0;
}
.blocks-2 > li:nth-child(2n+3),
.blocks-3 > li:nth-child(3n+4),
.blocks-4 > li:nth-child(4n+5),
.blocks-5 > li:nth-child(5n+6),
.blocks-6 > li:nth-child(6n+7),
.block-first {
  clear: both;
}
.blocks-100 > li {
  width: 100%;
}
.blocks-2 > li {
  width: 50%;
}
.blocks-3 > li {
  width: 33.33333333%;
}
.blocks-4 > li {
  width: 25%;
}
.blocks-5 > li {
  width: 20%;
}
.blocks-6 > li {
  width: 16.66666667%;
}
@media (min-width: 480px) {
  .blocks-xs-100 > li {
    width: 100%;
  }
}
@media (min-width: 480px) {
  .blocks-xs-2 > li {
    width: 50%;
  }
}
@media (min-width: 480px) {
  .blocks-xs-3 > li {
    width: 33.33333333%;
  }
}
@media (min-width: 480px) {
  .blocks-xs-4 > li {
    width: 25%;
  }
}
@media (min-width: 480px) {
  .blocks-xs-5 > li {
    width: 20%;
  }
}
@media (min-width: 480px) {
  .blocks-xs-6 > li {
    width: 16.66666667%;
  }
}
@media (min-width: 768px) {
  .blocks-sm-100 > li {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .blocks-sm-2 > li {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .blocks-sm-3 > li {
    width: 33.33333333%;
  }
}
@media (min-width: 768px) {
  .blocks-sm-4 > li {
    width: 25%;
  }
}
@media (min-width: 768px) {
  .blocks-sm-5 > li {
    width: 20%;
  }
}
@media (min-width: 768px) {
  .blocks-sm-6 > li {
    width: 16.66666667%;
  }
}
@media (min-width: 992px) {
  .blocks-md-100 > li {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .blocks-md-2 > li {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .blocks-md-3 > li {
    width: 33.33333333%;
  }
}
@media (min-width: 992px) {
  .blocks-md-4 > li {
    width: 25%;
  }
}
@media (min-width: 992px) {
  .blocks-md-5 > li {
    width: 20%;
  }
}
@media (min-width: 992px) {
  .blocks-md-6 > li {
    width: 16.66666667%;
  }
}
@media (min-width: 1200px) {
  .blocks-lg-100 > li {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .blocks-lg-2 > li {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .blocks-lg-3 > li {
    width: 33.33333333%;
  }
}
@media (min-width: 1200px) {
  .blocks-lg-4 > li {
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .blocks-lg-5 > li {
    width: 20%;
  }
}
@media (min-width: 1200px) {
  .blocks-lg-6 > li {
    width: 16.66666667%;
  }
}
@media (min-width: 1600px) {
  .blocks-xlg-100 > li {
    width: 100%;
  }
}
@media (min-width: 1600px) {
  .blocks-xlg-2 > li {
    width: 50%;
  }
}
@media (min-width: 1600px) {
  .blocks-xlg-3 > li {
    width: 33.33333333%;
  }
}
@media (min-width: 1600px) {
  .blocks-xlg-4 > li {
    width: 25%;
  }
}
@media (min-width: 1600px) {
  .blocks-xlg-5 > li {
    width: 20%;
  }
}
@media (min-width: 1600px) {
  .blocks-xlg-6 > li {
    width: 16.66666667%;
  }
}
.avatar {
  position: relative;
  display: inline-block;
  width: 40px;
  white-space: nowrap;
  vertical-align: bottom;
  border-radius: 1000px;
}
.avatar i {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 10px;
  height: 10px;
  border: 2px solid #fff;
  border-radius: 100%;
}
.avatar img {
  width: 100%;
  max-width: 100%;
  height: auto;
  border: 0 none;
  border-radius: 1000px;
}
.avatar-online i {
  background-color: #46be8a;
}
.avatar-off i {
  background-color: #526069;
}
.avatar-busy i {
  background-color: #f2a654;
}
.avatar-away i {
  background-color: #f96868;
}
.avatar-100 {
  width: 100px;
}
.avatar-100 i {
  width: 20px;
  height: 20px;
}
.avatar-lg {
  width: 50px;
}
.avatar-lg i {
  width: 12px;
  height: 12px;
}
.avatar-sm {
  width: 30px;
}
.avatar-sm i {
  width: 8px;
  height: 8px;
}
.avatar-xs {
  width: 20px;
}
.avatar-xs i {
  width: 7px;
  height: 7px;
}
.status {
  display: block;
  width: 10px;
  height: 10px;
  border: 2px solid #fff;
  border-radius: 100%;
}
.status-online {
  background-color: #46be8a;
}
.status-off {
  background-color: #526069;
}
.status-busy {
  background-color: #f2a654;
}
.status-away {
  background-color: #f96868;
}
.status-lg {
  width: 14px;
  height: 14px;
}
.status-md {
  width: 10px;
  height: 10px;
}
.status-sm {
  width: 8px;
  height: 8px;
}
.status-xs {
  width: 7px;
  height: 7px;
}
.icon {
  position: relative;
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);

  text-rendering: auto;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon.pull-left {
  margin-right: .3em;
}
.icon.pull-right {
  margin-left: .3em;
}
.icon.icon-circle {
  position: relative;
  margin: .5em;
}
.icon.icon-circle:before {
  position: relative;
  z-index: 1;
}
.icon.icon-circle:after {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  width: 2em;
  height: 2em;
  content: "";
  background-color: inherit;
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.icon.icon-lg {
  font-size: 1.33333333em;
  vertical-align: -15%;
}
.icon.icon-2x {
  font-size: 2em;
}
.icon.icon-3x {
  font-size: 3em;
}
.icon.icon-4x {
  font-size: 4em;
}
.icon.icon-5x {
  font-size: 5em;
}
.icon.icon-fw {
  width: 1.28571429em;
  text-align: center;
}
.icon.icon-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.icon.icon-ul > li {
  position: relative;
}
.icon.icon-li {
  position: absolute;
  top: .14285714em;
  left: -2.14285714em;
  width: 2.14285714em;
  text-align: center;
}
.icon.icon-li.icon-lg {
  left: -1.85714286em;
}
.icon.icon-border {
  padding: .2em .25em .15em;
  border: solid .08em #e4eaec;
  border-radius: .1em;
}
.icon.icon-spin {
  -webkit-animation: icon-spin 2s infinite linear;
       -o-animation: icon-spin 2s infinite linear;
          animation: icon-spin 2s infinite linear;
}
.icon.icon-spin-reverse {
  -webkit-animation: icon-spin-reverse 2s infinite linear;
       -o-animation: icon-spin-reverse 2s infinite linear;
          animation: icon-spin-reverse 2s infinite linear;
}
.icon.icon-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
}
.icon.icon-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}
.icon.icon-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
       -o-transform: rotate(270deg);
          transform: rotate(270deg);
}
.icon.icon-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
      -ms-transform: scale(-1, 1);
       -o-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.icon.icon-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
      -ms-transform: scale(1, -1);
       -o-transform: scale(1, -1);
          transform: scale(1, -1);
}
.icon.icon-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.icon.icon-stack-1x,
.icon.icon-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.icon.icon-stack-1x {
  line-height: inherit;
}
.icon.icon-stack-2x {
  font-size: 2em;
}
.icon.icon-stack-inverse {
  color: #fff;
}
.icon-color {
  color: rgba(55, 71, 79, .4);
}
.icon-color:hover,
.icon-color:focus {
  color: rgba(55, 71, 79, .6);
}
.icon-color.active,
.icon-color:active {
  color: #37474f;
}
.icon-color-alt {
  color: rgba(55, 71, 79, .6);
}
.icon-color-alt:hover,
.icon-color-alt:focus {
  color: rgba(55, 71, 79, .8);
}
.icon-color-alt.active,
.icon-color-alt:active {
  color: #37474f;
}
:root-rotate-90,
:root-rotate-180,
:root-rotate-270,
:root-flip-horizontal,
:root-flip-vertical {
          filter: none;

  -webkit-filter: none;
}
@-webkit-keyframes icon-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}
@-o-keyframes icon-spin {
  0% {
    -webkit-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
         -o-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}
@keyframes icon-spin {
  0% {
    -webkit-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
         -o-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}
@-webkit-keyframes icon-spin-reverse {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-359deg);
            transform: rotate(-359deg);
  }
}
@-o-keyframes icon-spin-reverse {
  0% {
    -webkit-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-359deg);
         -o-transform: rotate(-359deg);
            transform: rotate(-359deg);
  }
}
@keyframes icon-spin-reverse {
  0% {
    -webkit-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-359deg);
         -o-transform: rotate(-359deg);
            transform: rotate(-359deg);
  }
}
.hamburger {
  font-size: 20px;
  vertical-align: middle;
}
.hamburger,
.hamburger:before,
.hamburger .hamburger-bar,
.hamburger:after {
  -webkit-transition: -webkit-transform .2s ease-in-out;
       -o-transition:      -o-transform .2s ease-in-out;
          transition:         transform .2s ease-in-out;
}
.hamburger:before,
.hamburger:after {
  content: "";
}
.hamburger:before,
.hamburger .hamburger-bar,
.hamburger:after {
  display: block;
  width: 1em;
  height: .1em;
  margin: 0;
  background: #76838f;
  border-radius: 1px;
}
.navbar-default .hamburger:before,
.navbar-default .hamburger .hamburger-bar,
.navbar-default .hamburger:after {
  background: #76838f;
}
.navbar-inverse .hamburger:before,
.navbar-inverse .hamburger .hamburger-bar,
.navbar-inverse .hamburger:after {
  background: #fff;
}
.hamburger .hamburger-bar {
  margin: .2em 0;
}
.hamburger-close:before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: 8%;
      -ms-transform-origin: 8%;
       -o-transform-origin: 8%;
          transform-origin: 8%;
}
.hamburger-close .hamburger-bar {
  opacity: 0;
}
.hamburger-close:after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: 8%;
      -ms-transform-origin: 8%;
       -o-transform-origin: 8%;
          transform-origin: 8%;
}
.hamburger-close.hided:before,
.hamburger-close.collapsed:before {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
       -o-transform: rotate(0);
          transform: rotate(0);
}
.hamburger-close.hided .hamburger-bar,
.hamburger-close.collapsed .hamburger-bar {
  opacity: 1;
}
.hamburger-close.hided:after,
.hamburger-close.collapsed:after {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
       -o-transform: rotate(0);
          transform: rotate(0);
}
.hamburger-arrow-left.collapsed {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}
.hamburger-arrow-left.collapsed:before {
  width: .6em;
  -webkit-transform: translate3d(.45em, .1em, 0) rotate(45deg);
          transform: translate3d(.45em, .1em, 0) rotate(45deg);
}
.hamburger-arrow-left.collapsed .hamburger-bar {
  border-radius: .2em;
}
.hamburger-arrow-left.collapsed:after {
  width: .6em;
  -webkit-transform: translate3d(.45em, -.1em, 0) rotate(-45deg);
          transform: translate3d(.45em, -.1em, 0) rotate(-45deg);
}
.counter {
  text-align: center;
}
.counter > .counter-number,
.counter .counter-number-group {
  font-size: 20px;
  color: #37474f;
}
.counter-label {
  display: block;
}
.counter-icon {
  font-size: 20px;
}
.counter-lg > .counter-number,
.counter-lg .counter-number-group {
  font-size: 40px;
}
.counter-lg .counter-icon {
  font-size: 40px;
}
.counter-md > .counter-number,
.counter-md .counter-number-group {
  font-size: 30px;
}
.counter-md .counter-icon {
  font-size: 30px;
}
.counter-sm > .counter-number,
.counter-sm .counter-number-group {
  font-size: 14px;
}
.counter-sm .counter-icon {
  font-size: 14px;
}
.counter-sm .counter-number-related + .counter-number,
.counter-sm .counter-number + .counter-number-related {
  margin-left: 0;
}
.counter-inverse {
  color: #fff;
}
.counter-inverse > .counter-number,
.counter-inverse .counter-number-group {
  color: #fff;
}
.counter-inverse .counter-icon {
  color: #fff;
}
.widget {
  position: relative;
  margin-bottom: 30px;
  background-color: #fff;
}
.widget .cover {
  width: 100%;
}
[class*="blocks-"] > li > .widget {
  margin-bottom: 0;
}
.widget-shadow {
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.widget {
  border-radius: 3px;
}
.widget .widget-header {
  border-radius: 3px 3px 0 0;
}
.widget .widget-header:last-child {
  border-radius: inherit;
}
.widget .widget-body:last-child {
  border-radius: 0 0 3px 3px;
}
.widget .widget-body:last-child .widget-body-footer {
  border-radius: 0 0 3px 3px;
}
.widget .widget-footer {
  border-radius: 0 0 3px 3px;
}
.widget .widget-footer:first-child {
  border-radiu: inherit;
}
.widget-body {
  position: relative;
  padding: 30px 25px;
}
.widget-body-footer {
  margin-top: 30px;
}
.widget-body-footer:before,
.widget-body-footer:after {
  display: table;
  content: " ";
}
.widget-body-footer:after {
  clear: both;
}
.widget-content ul {
  padding: 0;
  margin: 0;
}
.widget-content li {
  list-style: none;
}
.widget-title {
  margin-top: 0;
  color: #37474f;
  text-transform: capitalize;
}
div.widget-title {
  font-size: 22px;
}
.overlay-panel .widget-title {
  color: #fff;
}
.widget > .widget-title {
  padding: 12px 20px;
}
.widget-metas {
  font-size: 12px;
  color: #a3afb7;
}
.widget-metas.type-link > a {
  position: relative;
  display: inline-block;
  padding: 3px 5px;
  color: #a3afb7;
}
.widget-metas.type-link > a:first-child {
  padding-left: 0;
}
.widget-metas.type-link > a:hover {
  color: #ccd5db;
}
.widget-metas.type-link > a + a:before {
  position: absolute;
  top: 10px;
  left: -2px;
  width: 3px;
  height: 3px;
  content: '';
  background-color: #a3afb7;
  border-radius: 50%;
}
.overlay-background .widget-time {
  color: #fff;
  opacity: .8;
}
.widget-category {
  font-size: 16px;
}
.widget-actions {
  margin-top: 10px;
  text-align: right;
}
.widget-actions a {
  display: inline-block;
  margin-right: 10px;
  color: #a3afb7;
  vertical-align: middle;
}
.widget-actions a.icon,
.widget-actions a .icon {
  text-decoration: none;
}
.widget-actions a.icon + span,
.widget-actions a .icon + span {
  margin-left: 2px;
}
.widget-actions a.active,
.widget-actions a:hover,
.widget-actions a:focus {
  color: #ccd5db;
  text-decoration: none;
}
.widget-actions a:last-child {
  margin-right: 0;
}
.widget-actions-sidebar {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 60px;
}
.widget-actions-sidebar a {
  display: inline-block;
  width: 100%;
  height: 60px;
  margin-right: 0;
  text-align: center;
  border-right: 1px solid #e4eaec;
}
.widget-actions-sidebar a:before {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  content: '';
}
.widget-actions-sidebar a + a {
  border-top: 1px solid #e4eaec;
}
.widget-actions-sidebar + .widget-content {
  margin-left: 80px;
}
.widget-watermark {
  position: absolute;
  right: 0;
  bottom: 0;
  line-height: 1;
  opacity: .1;
}
.widget-watermark.darker {
  color: black;
}
.widget-watermark.lighter {
  color: white;
}
.widget-divider:after {
  display: block;
  width: 20px;
  height: 2px;
  margin: 15px auto;
  content: "";
  background-color: #fff;
}
.widget-left {
  position: absolute;
  top: 0;
  left: 0;
  width: 40%;
  height: 100%;
}
.widget-left + .widget-body {
  width: 60%;
  margin-left: 40%;
}
@media (max-width: 767px) {
  .widget-left {
    position: relative;
    width: 100%;
    height: 320px;
  }
  .widget-left + .widget-body {
    width: 100%;
    margin-left: 0;
  }
}
.panel-group .panel {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.panel-group .panel-title {
  position: relative;
  padding: 15px 30px;
  font-size: 14px;
}
.panel-group .panel-title:before,
.panel-group .panel-title:after {
  position: absolute;
  top: 15px;
  right: 30px;
  font-family: "Web Icons";
  -webkit-transition: all 300ms linear 0s;
       -o-transition: all 300ms linear 0s;
          transition: all 300ms linear 0s;
}
.panel-group .panel-title:before {
  content: "\f197";
}
.panel-group .panel-title:after {
  content: "\f199";
}
.panel-group .panel-title[aria-expanded="false"]:before {
  opacity: .4;
}
.panel-group .panel-title[aria-expanded="false"]:after {
  opacity: 0;
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
       -o-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.panel-group .panel-title[aria-expanded="true"]:before {
  opacity: 0;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}
.panel-group .panel-title[aria-expanded="true"]:after {
  opacity: 1;
}
.panel-group .panel-title:hover,
.panel-group .panel-title:focus {
  color: #76838f;
  text-decoration: none;
}
.panel-group .panel-title:focus {
  outline: none;
}
.panel-group .panel-heading + .panel-collapse {
  margin: 0;
}
.panel-group .panel-collapse .panel-body {
  padding: 15px 30px;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top-color: transparent;
}
.panel-group .panel + .panel {
  margin-top: 10px;
}
.panel-group-continuous .panel {
  border-radius: 0;
}
.panel-group-continuous .panel:first-child {
  border-radius: 4px 4px 0 0;
}
.panel-group-continuous .panel:last-child {
  border-radius: 0 0 4px 4px;
}
.panel-group-continuous .panel + .panel {
  margin-top: 0;
  border-top: 1px solid #e4eaec;
}
.panel-group-simple .panel {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.panel-group-simple .panel-title {
  padding-bottom: 10px;
  padding-left: 0;
}
.panel-group-simple .panel-title:before,
.panel-group-simple .panel-title:after {
  right: 5px;
}
.panel-group-simple .panel-collapse .panel-body {
  padding-top: 10px;
  padding-right: 0;
  padding-left: 0;
}
.panel-group-simple .panel + .panel {
  margin-top: 0;
}
.cover {
  overflow: hidden;
}
.cover-background {
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
          background-size: cover;
}
.cover-image {
  width: 100%;
}
.cover-quote {
  position: relative;
  padding-left: 35px;
  margin-bottom: 0;
  border-left: none;
}
.cover-quote:before,
.cover-quote:after {
  position: absolute;
  top: -20px;
  font-size: 4em;
}
.cover-quote:before {
  left: 0;
  content: open-quote;
}
.cover-quote:after {
  right: 0;
  visibility: hidden;
  content: close-quote;
}
.cover-quote.blockquote-reverse {
  padding-right: 35px;
  padding-left: 20px;
  border-right: none;
}
.cover-quote.blockquote-reverse:before {
  right: 0;
  left: auto;
  content: close-quote;
}
.cover-gallery .carousel-inner img {
  width: 100%;
}
.cover-iframe {
  width: 100%;
  border: 0 none;
}
/* ========================================================================
   Component: Overlay
 ========================================================================== */
.overlay {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  margin: 0;
  overflow: hidden;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
.overlay > :first-child,
.overlay .overlay-figure {
  width: 100%;
  max-width: 100%;
  margin-bottom: 0;
}
/* Sub-object `overlay-panel`
 ========================================================================== */
.overlay-panel {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 20px;
  color: #fff;
}
.overlay-panel a:not([class]) {
  color: inherit;
  text-decoration: underline;
}
.overlay-panel > :last-child {
  margin-bottom: 0;
}
.overlay-panel h1,
.overlay-panel h2,
.overlay-panel h3,
.overlay-panel h4,
.overlay-panel h5,
.overlay-panel h6 {
  color: inherit;
}
/* Sub-object `overlay-hover`
 ========================================================================== */
.overlay-hover:not(:hover) .overlay-panel:not(.overlay-background-fixed) {
  opacity: 0;
}
/* Modifier `overlay-background`
 ========================================================================== */
.overlay-background {
  background: rgba(0, 0, 0, .5);
}
/* Modifier `overlay-image`
 ========================================================================== */
.overlay-image {
  width: 100%;
  max-width: 100%;
  padding: 0;
}
/* Modifier `overlay-shade`
 ========================================================================== */
.overlay-shade {
  background: rgba(0, 0, 0, 0) -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(90%, rgba(255, 255, 255, .87)), to(#fff)) repeat scroll 0 0;
  background: rgba(0, 0, 0, 0) -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, .87) 90%, #fff 100%) repeat scroll 0 0;
  background: rgba(0, 0, 0, 0) -o-linear-gradient(top, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, .87) 90%, #fff 100%) repeat scroll 0 0;
  background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, .87) 90%, #fff 100%) repeat scroll 0 0;
}
/* Position modifiers
 ========================================================================== */
.overlay-top {
  bottom: auto;
}
.overlay-bottom {
  top: auto;
}
.overlay-left {
  right: auto;
}
.overlay-right {
  left: auto;
}
/* Sub-object `overlay-icon`
 ========================================================================== */
.overlay-icon {
  font-size: 0;
  text-align: center;
}
.overlay-icon:before {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  content: "";
}
.overlay-icon .icon {
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-right: 10px;
  margin-left: 10px;
  font-size: 32px;
  line-height: 1;
  color: #fff;
  text-decoration: none;
}
/* Sub-object `overlay-anchor`
 ========================================================================== */
.overlay-anchor {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
/* Transitions
 ========================================================================== */
.overlay-fade,
.overlay-scale,
.overlay-spin,
.overlay-grayscale,
.overlay-blur,
[class*='overlay-slide'] {
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  -webkit-transition-duration: .3s;
       -o-transition-duration: .3s;
          transition-duration: .3s;
  -webkit-transition-property: opacity -webkit-transform -webkit-filter, opacity -webkit-transform filter;
       -o-transition-property: opacity -o-transform filter;
          transition-property: opacity transform filter;
}
.overlay-fade {
  opacity: .7;
}
.overlay-hover:hover .overlay-fade {
  opacity: 1;
}
.overlay-scale {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
}
.overlay-hover:hover .overlay-scale {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
}
.overlay-spin {
  -webkit-transform: scale(1) rotate(0deg);
      -ms-transform: scale(1) rotate(0deg);
       -o-transform: scale(1) rotate(0deg);
          transform: scale(1) rotate(0deg);
}
.overlay-hover:hover .overlay-spin {
  -webkit-transform: scale(1.1) rotate(3deg);
      -ms-transform: scale(1.1) rotate(3deg);
       -o-transform: scale(1.1) rotate(3deg);
          transform: scale(1.1) rotate(3deg);
}
.overlay-grayscale {
          filter: grayscale(100%);

  -webkit-filter: grayscale(100%);
}
.overlay-hover:hover .overlay-grayscale {
          filter: grayscale(0%);

  -webkit-filter: grayscale(0%);
}
[class*='overlay-slide'] {
  opacity: 0;
}
/* Top */
.overlay-slide-top {
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
       -o-transform: translateY(-100%);
          transform: translateY(-100%);
}
/* Bottom */
.overlay-slide-bottom {
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
       -o-transform: translateY(100%);
          transform: translateY(100%);
}
/* Left */
.overlay-slide-left {
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
       -o-transform: translateX(-100%);
          transform: translateX(-100%);
}
/* Right */
.overlay-slide-right {
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
       -o-transform: translateX(100%);
          transform: translateX(100%);
}
/* Hover */
.overlay-hover:hover [class*='overlay-slide'] {
  opacity: 1;
  -webkit-transform: translateX(0) translateY(0);
      -ms-transform: translateX(0) translateY(0);
       -o-transform: translateX(0) translateY(0);
          transform: translateX(0) translateY(0);
}
.comments {
  padding: 0;
  margin: 0;
}
.comments .comment {
  border: none;
  border-bottom: 1px solid #e4eaec;
}
.comments .comment .comment:first-child {
  border-top: 1px solid #e4eaec;
}
.comments .comment .comment:last-child {
  border-bottom: none;
}
.comment {
  padding: 20px 0;
  margin: 0;
}
.comment .comment {
  padding-bottom: 20px;
  margin-top: 20px;
}
.comment .comment:last-child {
  padding-bottom: 0;
}
.comment-author,
.comment-author:hover,
.comment-author:focus {
  color: #37474f;
}
.comment-meta {
  display: inline-block;
  margin-left: 5px;
  font-size: 12px;
  color: #a3afb7;
}
.comment-content {
  margin-top: 5px;
}
.comment-content p {
  margin-bottom: 10px;
}
.comment-actions {
  margin-top: 10px;
  text-align: right;
}
.comment-actions a {
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}
.comment-actions a.icon {
  text-decoration: none;
}
.comment-actions a:last-child {
  margin-right: 0;
}
.comment-reply {
  margin: 22px 0 10px;
}
.comment-reply .form-group:last-child {
  margin-bottom: 0;
}
.chat-box {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #fff;
}
.chats {
  padding: 30px 15px;
}
.chat-avatar {
  float: right;
}
.chat-avatar .avatar {
  width: 30px;
}
.chat-body {
  display: block;
  margin: 10px 30px 0 0;
  overflow: hidden;
}
.chat-body:first-child {
  margin-top: 0;
}
.chat-content {
  position: relative;
  display: block;
  float: right;
  padding: 8px 15px;
  margin: 0 20px 10px 0;
  clear: both;
  color: #fff;
  background-color: #62a8ea;
  border-radius: 4px;
}
.chat-content:before {
  position: absolute;
  top: 10px;
  right: -10px;
  width: 0;
  height: 0;
  content: '';
  border: 5px solid transparent;
  border-left-color: #62a8ea;
}
.chat-content > p:last-child {
  margin-bottom: 0;
}
.chat-content + .chat-content:before {
  border-color: transparent;
}
.chat-time {
  display: block;
  margin-top: 8px;
  color: rgba(255, 255, 255, .6);
}
.chat-left .chat-avatar {
  float: left;
}
.chat-left .chat-body {
  margin-right: 0;
  margin-left: 30px;
}
.chat-left .chat-content {
  float: left;
  margin: 0 0 10px 20px;
  color: #76838f;
  background-color: #dfe9ef;
}
.chat-left .chat-content:before {
  right: auto;
  left: -10px;
  border-right-color: #dfe9ef;
  border-left-color: transparent;
}
.chat-left .chat-content + .chat-content:before {
  border-color: transparent;
}
.chat-left .chat-time {
  color: #a3afb7;
}
.steps {
  margin-bottom: 22px;
}
.steps.row {
  display: block;
  margin-right: 0;
  margin-left: 0;
}
.step {
  position: relative;
  padding: 12px 20px;
  margin: 0;
  font-size: inherit;
  color: #a3afb7;
  vertical-align: top;
  background-color: #f3f7f9;
  border-radius: 0;
}
.step-icon {
  float: left;
  margin-right: .5em;
  font-size: 20px;
}
.step-number {
  position: absolute;
  top: 50%;
  left: 20px;
  width: 40px;
  height: 40px;
  font-size: 24px;
  line-height: 40px;
  color: #fff;
  text-align: center;
  background: #e4eaec;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
.step-number ~ .step-desc {
  min-height: 40px;
  margin-left: 50px;
}
.step-title {
  margin-bottom: 0;
  font-size: 20px;
  color: #526069;
}
.step-desc {
  text-align: left;
}
.step-desc p {
  margin-bottom: 0;
}
.steps-vertical .step {
  display: block;
  padding: 18px 20px;
}
.steps-vertical .step[class*="col-"] {
  float: none;
  width: 100%;
}
.step.current {
  color: #fff;
  background-color: #62a8ea;
}
.step.current .step-title {
  color: #fff;
}
.step.current .step-number {
  color: #62a8ea;
  background-color: #fff;
}
.step.disabled {
  color: #ccd5db;
  pointer-events: none;
  cursor: auto;
}
.step.disabled .step-title {
  color: #ccd5db;
}
.step.disabled .step-number {
  background-color: #ccd5db;
}
.step.error {
  color: #fff;
  background-color: #f96868;
}
.step.error .step-title {
  color: #fff;
}
.step.error .step-number {
  color: #f96868;
  background-color: #fff;
}
.step.done {
  color: #fff;
  background-color: #46be8a;
}
.step.done .step-title {
  color: #fff;
}
.step.done .step-number {
  color: #46be8a;
  background-color: #fff;
}
.steps-lg .step {
  padding: 20px 20px;
  font-size: 16px;
}
.steps-lg .step-icon {
  font-size: 22px;
}
.steps-lg .step-title {
  font-size: 22px;
}
.steps-lg .step-number {
  width: 46px;
  height: 46px;
  font-size: 28px;
  line-height: 46px;
}
.steps-lg .step-number ~ .step-desc {
  min-height: 46px;
  margin-left: 56px;
}
.steps-sm .step {
  font-size: 12px;
}
.steps-sm .step-icon {
  font-size: 18px;
}
.steps-sm .step-title {
  font-size: 18px;
}
.steps-sm .step-number {
  width: 30px;
  height: 30px;
  font-size: 24px;
  line-height: 30px;
}
.steps-sm .step-number ~ .step-desc {
  min-height: 30px;
  margin-left: 40px;
}
.steps-xs .step {
  font-size: 10px;
}
.steps-xs .step-icon {
  font-size: 16px;
}
.steps-xs .step-title {
  font-size: 16px;
}
.steps-xs .step-number {
  width: 24px;
  height: 24px;
  font-size: 20px;
  line-height: 24px;
}
.steps-xs .step-number ~ .step-desc {
  min-height: 24px;
  margin-left: 34px;
}
.pearls {
  margin-bottom: 22px;
}
.pearls.row {
  display: block;
}
.pearl {
  position: relative;
  padding: 0;
  margin: 0;
  text-align: center;
}
.pearl:before,
.pearl:after {
  position: absolute;
  top: 18px;
  z-index: 0;
  width: 50%;
  height: 4px;
  content: "";
  background-color: #f3f7f9;
}
.pearl:before {
  left: 0;
}
.pearl:after {
  right: 0;
}
.pearl:first-child:before,
.pearl:last-child:after {
  display: none !important;
}
.pearl-number,
.pearl-icon {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 32px;
  color: #fff;
  text-align: center;
  background: #ccd5db;
  border: 2px solid #ccd5db;
  border-radius: 50%;
}
.pearl-number {
  font-size: 18px;
}
.pearl-icon {
  font-size: 18px;
}
.pearl-title {
  display: block;
  margin-top: .5em;
  margin-bottom: 0;
  overflow: hidden;
  font-size: 16px;
  color: #526069;
  text-overflow: ellipsis;
  word-wrap: normal;
  /* for IE */
  white-space: nowrap;
}
.pearl.current:before,
.pearl.current:after {
  background-color: #62a8ea;
}
.pearl.current .pearl-number,
.pearl.current .pearl-icon {
  color: #62a8ea;
  background-color: #fff;
  border-color: #62a8ea;
  -webkit-transform: scale(1.3);
      -ms-transform: scale(1.3);
       -o-transform: scale(1.3);
          transform: scale(1.3);
}
.pearl.disabled {
  pointer-events: none;
  cursor: auto;
}
.pearl.disabled:before,
.pearl.disabled:after {
  background-color: #f3f7f9;
}
.pearl.disabled .pearl-number,
.pearl.disabled .pearl-icon {
  color: #fff;
  background-color: #ccd5db;
  border-color: #ccd5db;
}
.pearl.error:before {
  background-color: #62a8ea;
}
.pearl.error:after {
  background-color: #f3f7f9;
}
.pearl.error .pearl-number,
.pearl.error .pearl-icon {
  color: #f96868;
  background-color: #fff;
  border-color: #f96868;
}
.pearl.done:before,
.pearl.done:after {
  background-color: #62a8ea;
}
.pearl.done .pearl-number,
.pearl.done .pearl-icon {
  color: #fff;
  background-color: #62a8ea;
  border-color: #62a8ea;
}
.pearls-lg .pearl:before,
.pearls-lg .pearl:after {
  top: 20px;
}
.pearls-lg .pearl-title {
  font-size: 18px;
}
.pearls-lg .pearl-number,
.pearls-lg .pearl-icon {
  width: 40px;
  height: 40px;
  line-height: 36px;
}
.pearls-lg .pearl-icon {
  font-size: 20px;
}
.pearls-lg .pearl-number {
  font-size: 20px;
}
.pearls-sm .pearl:before,
.pearls-sm .pearl:after {
  top: 16px;
}
.pearls-sm .pearl-title {
  font-size: 14px;
}
.pearls-sm .pearl-number,
.pearls-sm .pearl-icon {
  width: 32px;
  height: 32px;
  line-height: 28px;
}
.pearls-sm .pearl-number {
  font-size: 16px;
}
.pearls-sm .pearl-icon {
  font-size: 14px;
}
.pearls-xs .pearl:before,
.pearls-xs .pearl:after {
  top: 12px;
  height: 2px;
}
.pearls-xs .pearl-title {
  font-size: 12px;
}
.pearls-xs .pearl-number,
.pearls-xs .pearl-icon {
  width: 24px;
  height: 24px;
  line-height: 20px;
}
.pearls-xs .pearl-number {
  font-size: 12px;
}
.pearls-xs .pearl-icon {
  font-size: 12px;
}
.timeline {
  position: relative;
  padding: 0;
  margin-bottom: 22px;
  list-style: none;
  background: transparent;
}
.timeline:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 2px;
  margin-left: -1px;
  content: "";
  background-color: #e4eaec;
}
.timeline:after {
  display: table;
  content: "";
}
.timeline:after {
  clear: both;
}
.timeline > li {
  position: relative;
  display: block;
  float: left;
  width: 50%;
  padding-right: 40px;
  margin-bottom: 60px;
  clear: left;
}
.timeline > li.timeline-period {
  position: relative;
  z-index: 6;
  display: block;
  float: none;
  width: 200px;
  padding: 25px 10px;
  margin: 20px auto 30px;
  clear: both;
  font-size: 26px;
  text-align: center;
  text-transform: uppercase;
  background: #f1f4f5;
}
.timeline > li.timeline-reverse {
  float: right;
  padding-right: 0;
  padding-left: 40px;
  clear: right;
}
.timeline > li:last-child {
  margin-bottom: 0;
}
.timeline:not(.timeline-single) > li:not(.timeline-period):first-child + .timeline-item,
.timeline:not(.timeline-single) > li.timeline-period + .timeline-item + .timeline-item {
  margin-top: 90px;
}
.timeline-content {
  float: left;
  width: 100%;
  overflow: hidden;
  clear: left;
}
.timeline-reverse .timeline-content {
  float: right;
  clear: right;
}
.timeline-content > .widget {
  margin: 0;
}
.timeline-dot {
  position: absolute;
  top: 7.5px;
  right: 0;
  z-index: 11;
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #62a8ea;
  border-radius: 50%;
}
.timeline-reverse .timeline-dot {
  right: auto;
  left: 0;
  margin-right: 0;
}
.timeline .timeline-dot {
  width: 14px;
  height: 14px;
  margin-right: -7px;
  line-height: 14px;
}
.timeline .timeline-reverse .timeline-dot {
  margin-left: -7px;
}
.timeline.timeline-single {
  margin-left: 7px;
}
.timeline.timeline-single .timeline-dot {
  margin-left: -7px;
}
@media screen and (max-width: 767px) {
  .timeline {
    margin-left: 7px;
  }
  .timeline .timeline-dot {
    margin-left: -7px;
  }
}
.timeline-info {
  float: right;
  padding: 0 20px;
  margin-bottom: 22px;
  line-height: 28px;
  text-align: center;
  background: #e4eaec;
  border: 1px solid #e4eaec;
  border-radius: 20px;
}
.timeline-reverse .timeline-info {
  float: left;
}
.timeline-footer {
  position: absolute;
  right: 0;
  bottom: -30px;
  margin-right: 55px;
}
.timeline-footer .icon {
  margin-right: .3em;
}
.timeline-reverse .timeline-footer {
  right: auto;
  left: 0;
  margin-right: 0;
  margin-left: 55px;
}
.timeline-reverse + .timeline-reverse {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .timeline:before {
    left: 0;
  }
  .timeline > li,
  .timeline li.timeline-reverse {
    float: none;
    width: 100%;
    padding-right: 0;
    padding-left: 40px;
    margin-top: 0;
    margin-bottom: 60px;
  }
  .timeline-content {
    float: none;
  }
  .timeline-dot {
    right: auto;
    left: 0;
    margin-right: 0;
    margin-left: -7px;
  }
  .timeline-info {
    display: inline-block;
    float: none;
  }
  .timeline-footer {
    right: auto;
    bottom: -26px;
    left: 0;
    margin-right: 0;
    margin-left: 40px;
  }
}
.timeline-single:before {
  left: 0;
}
.timeline-single > li {
  float: none;
  width: 100%;
  padding-right: 0;
  padding-left: 40px;
  margin-bottom: 60px;
}
.timeline-single .timeline-content {
  float: none;
}
.timeline-single .timeline-dot {
  right: auto;
  left: 0;
  margin-right: 0;
  margin-left: -7px;
}
.timeline-single .timeline-info {
  float: left;
}
.timeline-single .timeline-footer {
  right: auto;
  bottom: -26px;
  left: 0;
  margin-right: 0;
  margin-left: 40px;
}
.timeline-icon .timeline-dot {
  width: 40px;
  height: 40px;
  margin-right: -20px;
  line-height: 40px;
}
.timeline-icon .timeline-reverse .timeline-dot {
  margin-left: -20px;
}
.timeline-icon.timeline-single {
  margin-left: 20px;
}
.timeline-icon.timeline-single .timeline-dot {
  margin-left: -20px;
}
@media screen and (max-width: 767px) {
  .timeline-icon {
    margin-left: 20px;
  }
  .timeline-icon .timeline-dot {
    margin-left: -20px;
  }
}
.timeline-icon .timeline-dot {
  top: -5.5px;
}
.timeline-avatar .timeline-dot {
  width: 40px;
  height: 40px;
  margin-right: -20px;
  line-height: 40px;
}
.timeline-avatar .timeline-reverse .timeline-dot {
  margin-left: -20px;
}
.timeline-avatar.timeline-single {
  margin-left: 20px;
}
.timeline-avatar.timeline-single .timeline-dot {
  margin-left: -20px;
}
@media screen and (max-width: 767px) {
  .timeline-avatar {
    margin-left: 20px;
  }
  .timeline-avatar .timeline-dot {
    margin-left: -20px;
  }
}
.timeline-avatar-sm .timeline-dot {
  width: 30px;
  height: 30px;
  margin-right: -15px;
  line-height: 30px;
}
.timeline-avatar-sm .timeline-reverse .timeline-dot {
  margin-left: -15px;
}
.timeline-avatar-sm.timeline-single {
  margin-left: 15px;
}
.timeline-avatar-sm.timeline-single .timeline-dot {
  margin-left: -15px;
}
@media screen and (max-width: 767px) {
  .timeline-avatar-sm {
    margin-left: 15px;
  }
  .timeline-avatar-sm .timeline-dot {
    margin-left: -15px;
  }
}
.timeline-avatar-lg .timeline-dot {
  width: 50px;
  height: 50px;
  margin-right: -25px;
  line-height: 50px;
}
.timeline-avatar-lg .timeline-reverse .timeline-dot {
  margin-left: -25px;
}
.timeline-avatar-lg.timeline-single {
  margin-left: 25px;
}
.timeline-avatar-lg.timeline-single .timeline-dot {
  margin-left: -25px;
}
@media screen and (max-width: 767px) {
  .timeline-avatar-lg {
    margin-left: 25px;
  }
  .timeline-avatar-lg .timeline-dot {
    margin-left: -25px;
  }
}
.timeline-simple .timeline-dot {
  top: 0;
  margin-top: 10px;
}
.timeline-feed .timeline-dot {
  width: 30px;
  height: 30px;
  margin-right: -15px;
  line-height: 30px;
}
.timeline-feed .timeline-reverse .timeline-dot {
  margin-left: -15px;
}
.timeline-feed.timeline-single {
  margin-left: 15px;
}
.timeline-feed.timeline-single .timeline-dot {
  margin-left: -15px;
}
@media screen and (max-width: 767px) {
  .timeline-feed {
    margin-left: 15px;
  }
  .timeline-feed .timeline-dot {
    margin-left: -15px;
  }
}
.timeline-feed.timeline-simple .timeline-dot {
  margin-top: 5px;
}
.timeline-feed > li {
  padding-right: 30px;
  margin-bottom: 22px;
}
.timeline-feed > li.timeline-reverse {
  padding-left: 30px;
}
.timeline-feed.timeline-single > li {
  padding-left: 30px;
}
@media screen and (max-width: 767px) {
  .timeline-feed > li {
    padding-right: 30px;
    margin-bottom: 22px;
  }
}
.testimonial {
  margin: 3px 3px 22px;
}
.testimonial-ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.testimonial-item {
  float: left;
  padding: 0 15px 30px;
  margin: 0;
}
.testimonial-content {
  position: relative;
  padding: 15px 20px;
  margin-top: 10px;
  margin-bottom: 25px;
  background-color: #f3f7f9;
  border-radius: 3px;
}
.testimonial-content:before {
  position: absolute;
  bottom: -7px;
  left: 33px;
  display: block;
  width: 14px;
  height: 14px;
  content: '';
  background-color: #f3f7f9;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}
.testimonial-content > p:last-child {
  margin-bottom: 0;
}
.testimonial-image {
  position: relative;
  float: left;
  margin-top: 5px;
  margin-left: 20px;
}
.testimonial-author {
  display: block;
  margin-left: 75px;
  font-size: 18px;
}
.testimonial-company {
  display: block;
  margin-left: 75px;
  font-size: 12px;
  opacity: .8;
}
.testimonial-control a {
  color: #ccd5db;
}
.testimonial-control a:hover {
  color: #89bceb;
  text-decoration: none;
}
.testimonial-reverse .testimonial-content:before {
  right: 33px;
  left: auto;
}
.testimonial-reverse .testimonial-image {
  float: right;
  margin-right: 20px;
  margin-left: 0;
}
.testimonial-reverse .testimonial-author,
.testimonial-reverse .testimonial-company {
  margin-right: 75px;
  margin-left: 0;
  text-align: right;
}
.testimonial-top .testimonial-item {
  padding: 30px 15px 0;
}
.testimonial-top .testimonial-content {
  margin-top: 30px;
  margin-bottom: 10px;
}
.testimonial-top .testimonial-content:before {
  top: -7px;
  bottom: auto;
}
.testimonial.carousel {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.testimonial.carousel .testimonial-item {
  position: relative;
  display: none;
  width: 100%;
  padding: 10px;
  -webkit-transition: left .6s ease-in-out 0s;
       -o-transition: left .6s ease-in-out 0s;
          transition: left .6s ease-in-out 0s;
}
.testimonial.carousel .testimonial-item.active,
.testimonial.carousel .testimonial-item.next,
.testimonial.carousel .testimonial-item.prev {
  display: block;
}
.testimonial.carousel .testimonial-item.next,
.testimonial.carousel .testimonial-item.prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.testimonial.carousel .testimonial-item.next {
  left: 100%;
}
.testimonial.carousel .testimonial-item.prev {
  left: -100%;
}
.testimonial.carousel .testimonial-item.next.left,
.testimonial.carousel .testimonial-item.prev.right {
  left: 0;
}
.testimonial.carousel .testimonial-item.active {
  left: 0;
}
.testimonial.carousel .testimonial-item.active.left {
  left: -100%;
}
.testimonial.carousel .testimonial-item.active.right {
  left: 100%;
}
.testimonial.carousel .testimonial-content {
  padding: 10px;
}
.testimonial.carousel .testimonial-control {
  position: absolute;
  right: 10px;
  bottom: 20px;
}
.testimonial.carousel .testimonial-control > * {
  margin-left: 10px;
}
.testimonial.carousel.testimonial-reverse .testimonial-control {
  right: auto;
  left: 10px;
}
.testimonial.carousel.testimonial-reverse .testimonial-control > * {
  margin-right: 10px;
  margin-left: 0;
}
.testimonial.carousel.testimonial-top .testimonial-control {
  top: 20px;
  bottom: auto;
}
.pricing-list {
  margin-bottom: 22px;
  text-align: center;
  border: 1px solid #e4eaec;
  border-radius: 3px;
}
.pricing-list [class^="bg-"],
.pricing-list [class*="bg-"],
.pricing-list [class^="bg-"] *,
.pricing-list [class*="bg-"] * {
  color: #fff;
}
.pricing-list .pricing-header {
  border-bottom: 1px solid #e4eaec;
  border-radius: 3px 3px 0 0;
}
.pricing-list .pricing-title {
  padding: 15px 30px;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-radius: 3px 3px 0 0;
}
.pricing-list .pricing-price {
  padding: 20px 30px;
  margin: 0;
  font-size: 54px;
  font-weight: 500;
  color: #37474f;
}
.pricing-list .pricing-period {
  font-size: 14px;
  font-weight: 300;
}
.pricing-list .pricing-features {
  padding: 0 18px;
  margin: 0;
}
.pricing-list .pricing-features li {
  display: block;
  padding: 15px;
  list-style: none;
  border-top: 1px dashed #e4eaec;
}
.pricing-list .pricing-features li:first-child {
  border-top: none;
}
.pricing-list .pricing-footer {
  padding: 30px;
  border-radius: 0 0 3px 3px;
}
.pricing-table {
  padding-top: 30px;
  text-align: center;
}
.pricing-table:before,
.pricing-table:after {
  display: table;
  content: " ";
}
.pricing-table:after {
  clear: both;
}
.pricing-table [class*="pricing-column"] {
  float: left;
  width: 100%;
  margin-bottom: 30px;
  background-color: #f3f7f9;
  border: 1px solid #e4eaec;
  border-right: none;
}
.pricing-table [class*="pricing-column"]:last-child {
  border-right: 1px solid #e4eaec;
}
.pricing-table [class*="pricing-column"].featured {
  position: relative;
  margin-right: -1px;
  background-color: #fff;
  border-right: 1px solid #e4eaec;
}
.pricing-table .pricing-header {
  padding-bottom: 24px;
  margin: 30px 30px 25px;
  border-bottom: 1px solid #e4eaec;
}
.pricing-table .pricing-price {
  font-size: 48px;
}
.pricing-table .pricing-currency {
  display: inline-block;
  margin-top: 10px;
  margin-right: -10px;
  font-size: 20px;
  vertical-align: top;
}
.pricing-table .pricing-period {
  font-size: 16px;
}
.pricing-table .pricing-title {
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.pricing-table .pricing-features {
  padding: 0;
  margin: 0;
}
.pricing-table .pricing-features li {
  display: block;
  margin-bottom: 20px;
  font-size: 14px;
  list-style: none;
}
.pricing-table .pricing-footer {
  padding: 20px 0;
  margin: 25px 30px 30px;
}
@media screen and (min-width: 768px) {
  .pricing-table .pricing-column-three {
    width: 33.33%;
  }
  .pricing-table .pricing-column-three.featured {
    top: -30px;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: -30px;
  }
  .pricing-table .pricing-column-four {
    width: 50%;
  }
  .pricing-table .pricing-column-five {
    width: 50%;
  }
}
@media screen and (min-width: 1200px) {
  .pricing-table .pricing-column-four {
    width: 25%;
  }
  .pricing-table .pricing-column-five {
    width: 20%;
  }
  .pricing-table .pricing-column-four.featured,
  .pricing-table .pricing-column-five.featured {
    top: -30px;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: -30px;
  }
}
.rating {
  display: inline-block;
  margin: 0 .5rem 0 0;
  font-size: 0;
  vertical-align: middle;
}
.rating:before {
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  content: '';
}
.rating.hover .icon.active {
  opacity: .5;
}
.rating .icon {
  width: 1em;
  height: auto;
  padding: 0;
  margin: 0 10px 0 0;
  font-size: 14px;
  color: #ccd5db;
  vertical-align: middle;
  cursor: pointer;
}
.rating .icon:before {
  -webkit-transition: color .3s ease,
  opacity .3s ease;
       -o-transition: color .3s ease,
  opacity .3s ease;
          transition: color .3s ease,
  opacity .3s ease;
}
.rating .icon.active {
  color: #f2a654 !important;
}
.rating .icon.active.hover {
  color: #f2a654 !important;
  opacity: 1;
}
.rating .icon.hover {
  color: #f2a654 !important;
  opacity: 1;
}
.rating .icon:last-child {
  margin-right: 0;
}
.rating-disabled .icon {
  cursor: default;
}
.rating-sm .icon {
  font-size: 12px;
}
.rating-lg .icon {
  font-size: 18px;
}
.ribbon {
  position: absolute;
  top: -3px;
  left: -3px;
  width: 150px;
  height: 150px;
  text-align: center;
  background-color: transparent;
}
.ribbon-inner {
  position: absolute;
  top: 16px;
  left: 0;
  display: inline-block;
  height: 30px;
  padding-right: 20px;
  padding-left: 20px;
  line-height: 30px;
  color: #fff;
  white-space: nowrap;
  background-color: #526069;
}
.ribbon-inner .icon {
  font-size: 16px;
}
.ribbon-lg .ribbon-inner {
  height: 38px;
  font-size: 18px;
  line-height: 38px;
}
.ribbon-sm .ribbon-inner {
  height: 26px;
  font-size: 12px;
  line-height: 26px;
}
.ribbon-xs .ribbon-inner {
  height: 22px;
  font-size: 12px;
  line-height: 22px;
}
.ribbon-vertical .ribbon-inner {
  top: 0;
  left: 16px;
  width: 30px;
  height: 60px;
  padding: 15px 0;
}
.ribbon-vertical.ribbon-xs .ribbon-inner {
  width: 22px;
  height: 50px;
}
.ribbon-vertical.ribbon-sm .ribbon-inner {
  width: 26px;
  height: 55px;
}
.ribbon-vertical.ribbon-lg .ribbon-inner {
  width: 38px;
  height: 70px;
}
.ribbon-reverse {
  right: -3px;
  left: auto;
}
.ribbon-reverse .ribbon-inner {
  right: 0;
  left: auto;
}
.ribbon-reverse.ribbon-vertical .ribbon-inner {
  right: 16px;
}
.ribbon-bookmark .ribbon-inner {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.ribbon-bookmark .ribbon-inner:before {
  position: absolute;
  top: 0;
  left: 100%;
  display: block;
  width: 0;
  height: 0;
  content: '';
  border: 15px solid #526069;
  border-right: 10px solid transparent;
}
.ribbon-bookmark.ribbon-vertical .ribbon-inner:before {
  top: 100%;
  left: 0;
  margin-top: -15px;
  border-right: 15px solid #526069;
  border-bottom: 10px solid transparent;
}
.ribbon-bookmark.ribbon-vertical.ribbon-xs .ribbon-inner:before {
  margin-top: -11px;
}
.ribbon-bookmark.ribbon-vertical.ribbon-sm .ribbon-inner:before {
  margin-top: -13px;
}
.ribbon-bookmark.ribbon-vertical.ribbon-lg .ribbon-inner:before {
  margin-top: -19px;
}
.ribbon-bookmark.ribbon-reverse .ribbon-inner:before {
  right: 100%;
  left: auto;
  border-right: 15px solid #526069;
  border-left: 10px solid transparent;
}
.ribbon-bookmark.ribbon-reverse.ribbon-vertical .ribbon-inner:before {
  right: auto;
  left: 0;
  border-right-color: #526069;
  border-bottom-color: transparent;
  border-left: 15px solid #526069;
}
.ribbon-bookmark.ribbon-xs .ribbon-inner:before {
  border-width: 11px;
}
.ribbon-bookmark.ribbon-sm .ribbon-inner:before {
  border-width: 13px;
}
.ribbon-bookmark.ribbon-lg .ribbon-inner:before {
  border-width: 19px;
}
.ribbon-badge {
  top: -2px;
  left: -2px;
  overflow: hidden;
}
.ribbon-badge .ribbon-inner {
  left: -40px;
  width: 100%;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.ribbon-badge.ribbon-reverse {
  right: -2px;
  left: auto;
}
.ribbon-badge.ribbon-reverse .ribbon-inner {
  right: -40px;
  left: auto;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}
.ribbon-badge.ribbon-bottom {
  top: auto;
  bottom: -2px;
}
.ribbon-badge.ribbon-bottom .ribbon-inner {
  top: auto;
  bottom: 16px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}
.ribbon-badge.ribbon-bottom.ribbon-reverse .ribbon-inner {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.ribbon-corner {
  top: 0;
  left: 0;
  overflow: hidden;
}
.ribbon-corner .ribbon-inner {
  top: 0;
  left: 0;
  width: 40px;
  height: 35px;
  padding: 0;
  line-height: 35px;
  background-color: transparent;
}
.ribbon-corner .ribbon-inner:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  content: '';
  border: 30px solid transparent;
  border-top-color: #526069;
  border-left-color: #526069;
}
.ribbon-corner.ribbon-reverse {
  right: 0;
  left: auto;
}
.ribbon-corner.ribbon-reverse .ribbon-inner {
  right: 0;
  left: auto;
}
.ribbon-corner.ribbon-reverse .ribbon-inner:before {
  right: 0;
  left: auto;
  border-right-color: #526069;
  border-left-color: transparent;
}
.ribbon-corner.ribbon-bottom {
  top: auto;
  bottom: 0;
}
.ribbon-corner.ribbon-bottom .ribbon-inner {
  top: auto;
  bottom: 0;
}
.ribbon-corner.ribbon-bottom .ribbon-inner:before {
  top: auto;
  bottom: 0;
  border-top-color: transparent;
  border-bottom-color: #526069;
}
.ribbon-corner.ribbon-xs .ribbon-inner {
  width: 28px;
  height: 26px;
  line-height: 26px;
}
.ribbon-corner.ribbon-xs .ribbon-inner:before {
  border-width: 22px;
}
.ribbon-corner.ribbon-xs .ribbon-inner > .icon {
  font-size: 12px;
}
.ribbon-corner.ribbon-sm .ribbon-inner {
  width: 34px;
  height: 32px;
  line-height: 32px;
}
.ribbon-corner.ribbon-sm .ribbon-inner:before {
  border-width: 26px;
}
.ribbon-corner.ribbon-sm .ribbon-inner > .icon {
  font-size: 12px;
}
.ribbon-corner.ribbon-lg .ribbon-inner {
  width: 46px;
  height: 44px;
  line-height: 44px;
}
.ribbon-corner.ribbon-lg .ribbon-inner:before {
  border-width: 36px;
}
.ribbon-corner.ribbon-lg .ribbon-inner > .icon {
  font-size: 18px;
}
.ribbon-clip {
  left: -14px;
}
.ribbon-clip .ribbon-inner {
  padding-left: 23px;
  border-radius: 0 5px 5px 0;
}
.ribbon-clip .ribbon-inner:after {
  position: absolute;
  bottom: -14px;
  left: 0;
  width: 0;
  height: 0;
  content: '';
  border: 7px solid transparent;
  border-top-color: #37474f;
  border-right-color: #37474f;
}
.ribbon-clip.ribbon-reverse {
  right: -14px;
  left: auto;
}
.ribbon-clip.ribbon-reverse .ribbon-inner {
  padding-right: 23px;
  padding-left: 15px;
  border-radius: 5px 0 0 5px;
}
.ribbon-clip.ribbon-reverse .ribbon-inner:after {
  right: 0;
  left: auto;
  border-right-color: transparent;
  border-left-color: #37474f;
}
.ribbon-clip.ribbon-bottom {
  top: auto;
  bottom: -3px;
}
.ribbon-clip.ribbon-bottom .ribbon-inner {
  top: auto;
  bottom: 16px;
}
.ribbon-clip.ribbon-bottom .ribbon-inner:after {
  top: -14px;
  bottom: auto;
  border-top-color: transparent;
  border-bottom-color: #37474f;
}
.ribbon-primary .ribbon-inner {
  background-color: #62a8ea;
}
.ribbon-primary.ribbon-bookmark .ribbon-inner:before {
  border-color: #62a8ea;
  border-right-color: transparent;
}
.ribbon-primary.ribbon-bookmark.ribbon-reverse .ribbon-inner:before {
  border-right-color: #62a8ea;
  border-left-color: transparent;
}
.ribbon-primary.ribbon-bookmark.ribbon-vertical .ribbon-inner:before {
  border-right-color: #62a8ea;
  border-bottom-color: transparent;
}
.ribbon-primary.ribbon-bookmark.ribbon-vertical.ribbon-reverse .ribbon-inner:before {
  border-right-color: #62a8ea;
  border-bottom-color: transparent;
  border-left-color: #62a8ea;
}
.ribbon-primary.ribbon-corner .ribbon-inner {
  background-color: transparent;
}
.ribbon-primary.ribbon-corner .ribbon-inner:before {
  border-top-color: #62a8ea;
  border-left-color: #62a8ea;
}
.ribbon-primary.ribbon-corner.ribbon-reverse .ribbon-inner:before {
  border-right-color: #62a8ea;
  border-left-color: transparent;
}
.ribbon-primary.ribbon-corner.ribbon-bottom .ribbon-inner:before {
  border-top-color: transparent;
  border-bottom-color: #62a8ea;
}
.ribbon-primary .ribbon-inner:after {
  border-top-color: #4e97d9;
  border-right-color: #4e97d9;
}
.ribbon-primary.ribbon-reverse .ribbon-inner:after {
  border-right-color: transparent;
  border-left-color: #4e97d9;
}
.ribbon-primary.ribbon-bottom .ribbon-inner:after {
  border-top-color: transparent;
  border-bottom-color: #4e97d9;
}
.ribbon-success .ribbon-inner {
  background-color: #46be8a;
}
.ribbon-success.ribbon-bookmark .ribbon-inner:before {
  border-color: #46be8a;
  border-right-color: transparent;
}
.ribbon-success.ribbon-bookmark.ribbon-reverse .ribbon-inner:before {
  border-right-color: #46be8a;
  border-left-color: transparent;
}
.ribbon-success.ribbon-bookmark.ribbon-vertical .ribbon-inner:before {
  border-right-color: #46be8a;
  border-bottom-color: transparent;
}
.ribbon-success.ribbon-bookmark.ribbon-vertical.ribbon-reverse .ribbon-inner:before {
  border-right-color: #46be8a;
  border-bottom-color: transparent;
  border-left-color: #46be8a;
}
.ribbon-success.ribbon-corner .ribbon-inner {
  background-color: transparent;
}
.ribbon-success.ribbon-corner .ribbon-inner:before {
  border-top-color: #46be8a;
  border-left-color: #46be8a;
}
.ribbon-success.ribbon-corner.ribbon-reverse .ribbon-inner:before {
  border-right-color: #46be8a;
  border-left-color: transparent;
}
.ribbon-success.ribbon-corner.ribbon-bottom .ribbon-inner:before {
  border-top-color: transparent;
  border-bottom-color: #46be8a;
}
.ribbon-success .ribbon-inner:after {
  border-top-color: #36ab7a;
  border-right-color: #36ab7a;
}
.ribbon-success.ribbon-reverse .ribbon-inner:after {
  border-right-color: transparent;
  border-left-color: #36ab7a;
}
.ribbon-success.ribbon-bottom .ribbon-inner:after {
  border-top-color: transparent;
  border-bottom-color: #36ab7a;
}
.ribbon-info .ribbon-inner {
  background-color: #57c7d4;
}
.ribbon-info.ribbon-bookmark .ribbon-inner:before {
  border-color: #57c7d4;
  border-right-color: transparent;
}
.ribbon-info.ribbon-bookmark.ribbon-reverse .ribbon-inner:before {
  border-right-color: #57c7d4;
  border-left-color: transparent;
}
.ribbon-info.ribbon-bookmark.ribbon-vertical .ribbon-inner:before {
  border-right-color: #57c7d4;
  border-bottom-color: transparent;
}
.ribbon-info.ribbon-bookmark.ribbon-vertical.ribbon-reverse .ribbon-inner:before {
  border-right-color: #57c7d4;
  border-bottom-color: transparent;
  border-left-color: #57c7d4;
}
.ribbon-info.ribbon-corner .ribbon-inner {
  background-color: transparent;
}
.ribbon-info.ribbon-corner .ribbon-inner:before {
  border-top-color: #57c7d4;
  border-left-color: #57c7d4;
}
.ribbon-info.ribbon-corner.ribbon-reverse .ribbon-inner:before {
  border-right-color: #57c7d4;
  border-left-color: transparent;
}
.ribbon-info.ribbon-corner.ribbon-bottom .ribbon-inner:before {
  border-top-color: transparent;
  border-bottom-color: #57c7d4;
}
.ribbon-info .ribbon-inner:after {
  border-top-color: #47b8c6;
  border-right-color: #47b8c6;
}
.ribbon-info.ribbon-reverse .ribbon-inner:after {
  border-right-color: transparent;
  border-left-color: #47b8c6;
}
.ribbon-info.ribbon-bottom .ribbon-inner:after {
  border-top-color: transparent;
  border-bottom-color: #47b8c6;
}
.ribbon-warning .ribbon-inner {
  background-color: #f2a654;
}
.ribbon-warning.ribbon-bookmark .ribbon-inner:before {
  border-color: #f2a654;
  border-right-color: transparent;
}
.ribbon-warning.ribbon-bookmark.ribbon-reverse .ribbon-inner:before {
  border-right-color: #f2a654;
  border-left-color: transparent;
}
.ribbon-warning.ribbon-bookmark.ribbon-vertical .ribbon-inner:before {
  border-right-color: #f2a654;
  border-bottom-color: transparent;
}
.ribbon-warning.ribbon-bookmark.ribbon-vertical.ribbon-reverse .ribbon-inner:before {
  border-right-color: #f2a654;
  border-bottom-color: transparent;
  border-left-color: #f2a654;
}
.ribbon-warning.ribbon-corner .ribbon-inner {
  background-color: transparent;
}
.ribbon-warning.ribbon-corner .ribbon-inner:before {
  border-top-color: #f2a654;
  border-left-color: #f2a654;
}
.ribbon-warning.ribbon-corner.ribbon-reverse .ribbon-inner:before {
  border-right-color: #f2a654;
  border-left-color: transparent;
}
.ribbon-warning.ribbon-corner.ribbon-bottom .ribbon-inner:before {
  border-top-color: transparent;
  border-bottom-color: #f2a654;
}
.ribbon-warning .ribbon-inner:after {
  border-top-color: #ec9940;
  border-right-color: #ec9940;
}
.ribbon-warning.ribbon-reverse .ribbon-inner:after {
  border-right-color: transparent;
  border-left-color: #ec9940;
}
.ribbon-warning.ribbon-bottom .ribbon-inner:after {
  border-top-color: transparent;
  border-bottom-color: #ec9940;
}
.ribbon-danger .ribbon-inner {
  background-color: #f96868;
}
.ribbon-danger.ribbon-bookmark .ribbon-inner:before {
  border-color: #f96868;
  border-right-color: transparent;
}
.ribbon-danger.ribbon-bookmark.ribbon-reverse .ribbon-inner:before {
  border-right-color: #f96868;
  border-left-color: transparent;
}
.ribbon-danger.ribbon-bookmark.ribbon-vertical .ribbon-inner:before {
  border-right-color: #f96868;
  border-bottom-color: transparent;
}
.ribbon-danger.ribbon-bookmark.ribbon-vertical.ribbon-reverse .ribbon-inner:before {
  border-right-color: #f96868;
  border-bottom-color: transparent;
  border-left-color: #f96868;
}
.ribbon-danger.ribbon-corner .ribbon-inner {
  background-color: transparent;
}
.ribbon-danger.ribbon-corner .ribbon-inner:before {
  border-top-color: #f96868;
  border-left-color: #f96868;
}
.ribbon-danger.ribbon-corner.ribbon-reverse .ribbon-inner:before {
  border-right-color: #f96868;
  border-left-color: transparent;
}
.ribbon-danger.ribbon-corner.ribbon-bottom .ribbon-inner:before {
  border-top-color: transparent;
  border-bottom-color: #f96868;
}
.ribbon-danger .ribbon-inner:after {
  border-top-color: #e9595b;
  border-right-color: #e9595b;
}
.ribbon-danger.ribbon-reverse .ribbon-inner:after {
  border-right-color: transparent;
  border-left-color: #e9595b;
}
.ribbon-danger.ribbon-bottom .ribbon-inner:after {
  border-top-color: transparent;
  border-bottom-color: #e9595b;
}
.dotnav {
  padding: 0;
  margin: 0;
  text-align: center;
  list-style: none;
}
.dotnav > li {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 16px;
  vertical-align: top;
  list-style: none;
}
.dotnav > li > a {
  display: inline-block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  cursor: pointer;
  background-color: rgba(255, 255, 255, .3);
  border-radius: 50%;
}
.dotnav > li > a:focus {
  outline: none;
}
.dotnav > li.active > a,
.dotnav > li:hover > a,
.dotnav > li:focus > a {
  background-color: #fff;
}
.dotnav-scaleup > li > a {
  -webkit-transition: -webkit-transform .3s ease 0s, background-color .3s ease 0s;
       -o-transition:      -o-transform .3s ease 0s, background-color .3s ease 0s;
          transition:         transform .3s ease 0s, background-color .3s ease 0s;
}
.dotnav-scaleup > li.active > a {
  -webkit-transform: scale(1.5);
      -ms-transform: scale(1.5);
       -o-transform: scale(1.5);
          transform: scale(1.5);
}
.dotnav-stroke > li > a {
  border: 2px solid transparent;
  -webkit-transition: border .3s ease 0s, background-color .3s ease 0s;
       -o-transition: border .3s ease 0s, background-color .3s ease 0s;
          transition: border .3s ease 0s, background-color .3s ease 0s;
}
.dotnav-stroke > li.active > a {
  background-color: transparent;
  border-color: #fff;
  -webkit-transform: scale(1.3);
      -ms-transform: scale(1.3);
       -o-transform: scale(1.3);
          transform: scale(1.3);
}
.dotnav-fillin > li > a {
  background-color: transparent;
  -webkit-box-shadow: 0 0 0 2px #fff inset;
          box-shadow: 0 0 0 2px #fff inset;
  -webkit-transition: -webkit-box-shadow .3s ease 0s;
       -o-transition:         box-shadow .3s ease 0s;
          transition:         box-shadow .3s ease 0s;
}
.dotnav-fillin > li:hover > a,
.dotnav-fillin > li:focus > a {
  background-color: transparent;
  -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, .6) inset;
          box-shadow: 0 0 0 2px rgba(255, 255, 255, .6) inset;
}
.dotnav-fillin > li.active > a {
  -webkit-box-shadow: 0 0 0 8px #fff inset;
          box-shadow: 0 0 0 8px #fff inset;
}
.dotnav-dotstroke > li > a {
  -webkit-box-shadow: 0 0 0 8px rgba(255, 255, 255, .5) inset;
          box-shadow: 0 0 0 8px rgba(255, 255, 255, .5) inset;
  -webkit-transition: -webkit-box-shadow .3s ease 0s;
       -o-transition:         box-shadow .3s ease 0s;
          transition:         box-shadow .3s ease 0s;
}
.dotnav-dotstroke > li.active > a {
  background-color: rgba(255, 255, 255, .3);
  -webkit-box-shadow: 0 0 0 2px #fff inset;
          box-shadow: 0 0 0 2px #fff inset;
}
.dotnav-fall > li:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  content: '';
  background-color: rgba(0, 0, 0, .3);
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: -webkit-transform .3s ease 0s, opacity .3s ease 0s, visibility 0s ease .3s;
       -o-transition:      -o-transform .3s ease 0s, opacity .3s ease 0s, visibility 0s ease .3s;
          transition:         transform .3s ease 0s, opacity .3s ease 0s, visibility 0s ease .3s;
  -webkit-transform: translate(0%, -200%);
      -ms-transform: translate(0%, -200%);
       -o-transform: translate(0%, -200%);
          transform: translate(0%, -200%);
}
.dotnav-fall > li > a {
  -webkit-transition: -webkit-transform .3s ease 0s, opacity .3s ease 0s, background-color .3s ease 0s;
       -o-transition:      -o-transform .3s ease 0s, opacity .3s ease 0s, background-color .3s ease 0s;
          transition:         transform .3s ease 0s, opacity .3s ease 0s, background-color .3s ease 0s;
}
.dotnav-fall > li.active:after {
  visibility: visible;
  opacity: 1;
  -webkit-transition: -webkit-transform .3s ease 0s, opacity .3s ease 0s;
       -o-transition:      -o-transform .3s ease 0s, opacity .3s ease 0s;
          transition:         transform .3s ease 0s, opacity .3s ease 0s;
  -webkit-transform: translate(0%, 0%);
      -ms-transform: translate(0%, 0%);
       -o-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
}
.dotnav-fall > li.active > a {
  opacity: 0;
  -webkit-transform: translate(0, 200%);
      -ms-transform: translate(0, 200%);
       -o-transform: translate(0, 200%);
          transform: translate(0, 200%);
}
.color-selector {
  padding: 0;
  margin: 0;
  list-style: none;
}
.color-selector > li {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 0 8px 8px 0;
  background-color: #62a8ea;
  border-radius: 100%;
}
.color-selector > li:hover {
  opacity: .8;
}
.color-selector > li:before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: inherit;
  height: inherit;
  content: "";
  background: inherit;
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: inherit;
}
.color-selector > li input[type="radio"] {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: inherit;
  height: inherit;
  cursor: pointer;
  border-radius: inherit;
  opacity: 0;
}
.color-selector > li input[type="radio"]:disabled {
  cursor: not-allowed;
}
.color-selector > li label {
  position: relative;
  font-family: "Web Icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
}
.color-selector > li input[type="radio"]:checked + label:after {
  position: absolute;
  top: 0;
  left: 8px;
  display: inline-block;
  margin-top: -2px;
  font-size: 16px;
  line-height: 1;
  color: #fff;
  content: "\f192";
}
.color-selector > li.color-selector-disabled {
  background-color: #ccd5db !important;
}
.color-selector > li.color-selector-disabled input[type="radio"]:disabled {
  cursor: not-allowed;
}
.width-50 {
  width: 50px;
}
.width-100 {
  width: 100px;
}
.width-150 {
  width: 150px;
}
.width-200 {
  width: 200px;
}
.width-250 {
  width: 250px;
}
.width-300 {
  width: 300px;
}
.width-350 {
  width: 350px;
}
.width-400 {
  width: 400px;
}
.width-450 {
  width: 450px;
}
.width-500 {
  width: 500px;
}
.width-full {
  width: 100% !important;
}
@media (max-width: 767px) {
  .width-xs-50 {
    width: 50px;
  }
  .width-xs-100 {
    width: 100px;
  }
  .width-xs-150 {
    width: 150px;
  }
  .width-xs-200 {
    width: 200px;
  }
  .width-xs-250 {
    width: 250px;
  }
  .width-xs-300 {
    width: 300px;
  }
  .width-xs-350 {
    width: 350px;
  }
  .width-xs-400 {
    width: 400px;
  }
  .width-xs-450 {
    width: 450px;
  }
  .width-xs-500 {
    width: 500px;
  }
  .width-xs-100pc {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .width-sm-50 {
    width: 50px;
  }
  .width-sm-100 {
    width: 100px;
  }
  .width-sm-150 {
    width: 150px;
  }
  .width-sm-200 {
    width: 200px;
  }
  .width-sm-250 {
    width: 250px;
  }
  .width-sm-300 {
    width: 300px;
  }
  .width-sm-350 {
    width: 350px;
  }
  .width-sm-400 {
    width: 400px;
  }
  .width-sm-450 {
    width: 450px;
  }
  .width-sm-500 {
    width: 500px;
  }
  .width-sm-100pc {
    width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .width-md-50 {
    width: 50px;
  }
  .width-md-100 {
    width: 100px;
  }
  .width-md-150 {
    width: 150px;
  }
  .width-md-200 {
    width: 200px;
  }
  .width-md-250 {
    width: 250px;
  }
  .width-md-300 {
    width: 300px;
  }
  .width-md-350 {
    width: 350px;
  }
  .width-md-400 {
    width: 400px;
  }
  .width-md-450 {
    width: 450px;
  }
  .width-md-500 {
    width: 500px;
  }
}
@media (min-width: 1200px) {
  .width-lg-50 {
    width: 50px;
  }
  .width-lg-100 {
    width: 100px;
  }
  .width-lg-150 {
    width: 150px;
  }
  .width-lg-200 {
    width: 200px;
  }
  .width-lg-250 {
    width: 250px;
  }
  .width-lg-300 {
    width: 300px;
  }
  .width-lg-350 {
    width: 350px;
  }
  .width-lg-400 {
    width: 400px;
  }
  .width-lg-450 {
    width: 450px;
  }
  .width-lg-500 {
    width: 500px;
  }
}
.height-50 {
  height: 50px;
}
.height-100 {
  height: 100px;
}
.height-120 {
  height: 120px;
}
.height-150 {
  height: 150px;
}
.height-200 {
  height: 200px;
}
.height-250 {
  height: 250px;
}
.height-300 {
  height: 300px;
}
.height-350 {
  height: 350px;
}
.height-400 {
  height: 400px;
}
.height-450 {
  height: 450px;
}
.height-500 {
  height: 500px;
}
.height-full {
  height: 100% !important;
}
@media (max-width: 767px) {
  .height-xs-50 {
    height: 50px;
  }
  .height-xs-100 {
    height: 100px;
  }
  .height-xs-120 {
    height: 120px;
  }
  .height-xs-150 {
    height: 150px;
  }
  .height-xs-200 {
    height: 200px;
  }
  .height-xs-250 {
    height: 250px;
  }
  .height-xs-300 {
    height: 300px;
  }
  .height-xs-350 {
    height: 350px;
  }
  .height-xs-400 {
    height: 400px;
  }
  .height-xs-450 {
    height: 450px;
  }
  .height-xs-500 {
    height: 500px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .height-sm-50 {
    height: 50px;
  }
  .height-sm-100 {
    height: 100px;
  }
  .height-sm-120 {
    height: 120px;
  }
  .height-sm-150 {
    height: 150px;
  }
  .height-sm-200 {
    height: 200px;
  }
  .height-sm-250 {
    height: 250px;
  }
  .height-sm-300 {
    height: 300px;
  }
  .height-sm-350 {
    height: 350px;
  }
  .height-sm-400 {
    height: 400px;
  }
  .height-sm-450 {
    height: 450px;
  }
  .height-sm-500 {
    height: 500px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .height-md-50 {
    height: 50px;
  }
  .height-md-100 {
    height: 100px;
  }
  .height-md-120 {
    height: 120px;
  }
  .height-md-150 {
    height: 150px;
  }
  .height-md-200 {
    height: 200px;
  }
  .height-md-250 {
    height: 250px;
  }
  .height-md-300 {
    height: 300px;
  }
  .height-md-350 {
    height: 350px;
  }
  .height-md-400 {
    height: 400px;
  }
  .height-md-450 {
    height: 450px;
  }
  .height-md-500 {
    height: 500px;
  }
}
@media (min-width: 1200px) {
  .height-lg-50 {
    height: 50px;
  }
  .height-lg-100 {
    height: 100px;
  }
  .height-lg-120 {
    height: 120px;
  }
  .height-lg-150 {
    height: 150px;
  }
  .height-lg-200 {
    height: 200px;
  }
  .height-lg-250 {
    height: 250px;
  }
  .height-lg-300 {
    height: 300px;
  }
  .height-lg-350 {
    height: 350px;
  }
  .height-lg-400 {
    height: 400px;
  }
  .height-lg-450 {
    height: 450px;
  }
  .height-lg-500 {
    height: 500px;
  }
}
.margin-0 {
  margin: 0 !important;
}
.margin-3 {
  margin: 3px !important;
}
.margin-5 {
  margin: 5px !important;
}
.margin-10 {
  margin: 10px !important;
}
.margin-15 {
  margin: 15px !important;
}
.margin-20 {
  margin: 20px !important;
}
.margin-25 {
  margin: 25px !important;
}
.margin-30 {
  margin: 30px !important;
}
.margin-35 {
  margin: 35px !important;
}
.margin-40 {
  margin: 40px !important;
}
.margin-45 {
  margin: 45px !important;
}
.margin-50 {
  margin: 50px !important;
}
.margin-60 {
  margin: 60px !important;
}
.margin-70 {
  margin: 70px !important;
}
.margin-80 {
  margin: 80px !important;
}
.margin-vertical-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.margin-vertical-3 {
  margin-top: 3px !important;
  margin-bottom: 3px !important;
}
.margin-vertical-5 {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}
.margin-vertical-10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
.margin-vertical-15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}
.margin-vertical-20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}
.margin-vertical-25 {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}
.margin-vertical-30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}
.margin-vertical-35 {
  margin-top: 35px !important;
  margin-bottom: 35px !important;
}
.margin-vertical-40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}
.margin-vertical-45 {
  margin-top: 45px !important;
  margin-bottom: 45px !important;
}
.margin-vertical-50 {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}
.margin-vertical-60 {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}
.margin-vertical-70 {
  margin-top: 70px !important;
  margin-bottom: 70px !important;
}
.margin-vertical-80 {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}
.margin-horizontal-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.margin-horizontal-3 {
  margin-right: 3px !important;
  margin-left: 3px !important;
}
.margin-horizontal-5 {
  margin-right: 5px !important;
  margin-left: 5px !important;
}
.margin-horizontal-10 {
  margin-right: 10px !important;
  margin-left: 10px !important;
}
.margin-horizontal-15 {
  margin-right: 15px !important;
  margin-left: 15px !important;
}
.margin-horizontal-20 {
  margin-right: 20px !important;
  margin-left: 20px !important;
}
.margin-horizontal-25 {
  margin-right: 25px !important;
  margin-left: 25px !important;
}
.margin-horizontal-30 {
  margin-right: 30px !important;
  margin-left: 30px !important;
}
.margin-horizontal-35 {
  margin-right: 35px !important;
  margin-left: 35px !important;
}
.margin-horizontal-40 {
  margin-right: 40px !important;
  margin-left: 40px !important;
}
.margin-horizontal-45 {
  margin-right: 45px !important;
  margin-left: 45px !important;
}
.margin-horizontal-50 {
  margin-right: 50px !important;
  margin-left: 50px !important;
}
.margin-horizontal-60 {
  margin-right: 60px !important;
  margin-left: 60px !important;
}
.margin-horizontal-70 {
  margin-right: 70px !important;
  margin-left: 70px !important;
}
.margin-horizontal-80 {
  margin-right: 80px !important;
  margin-left: 80px !important;
}
.margin-top-0 {
  margin-top: 0 !important;
}
.margin-top-3 {
  margin-top: 3px !important;
}
.margin-top-5 {
  margin-top: 5px !important;
}
.margin-top-10 {
  margin-top: 10px !important;
}
.margin-top-15 {
  margin-top: 15px !important;
}
.margin-top-20 {
  margin-top: 20px !important;
}
.margin-top-25 {
  margin-top: 25px !important;
}
.margin-top-30 {
  margin-top: 30px !important;
}
.margin-top-35 {
  margin-top: 35px !important;
}
.margin-top-40 {
  margin-top: 40px !important;
}
.margin-top-45 {
  margin-top: 45px !important;
}
.margin-top-50 {
  margin-top: 50px !important;
}
.margin-top-60 {
  margin-top: 60px !important;
}
.margin-top-70 {
  margin-top: 70px !important;
}
.margin-top-80 {
  margin-top: 80px !important;
}
.margin-bottom-0 {
  margin-bottom: 0 !important;
}
.margin-bottom-3 {
  margin-bottom: 3px !important;
}
.margin-bottom-5 {
  margin-bottom: 5px !important;
}
.margin-bottom-10 {
  margin-bottom: 10px !important;
}
.margin-bottom-15 {
  margin-bottom: 15px !important;
}
.margin-bottom-20 {
  margin-bottom: 20px !important;
}
.margin-bottom-25 {
  margin-bottom: 25px !important;
}
.margin-bottom-30 {
  margin-bottom: 30px !important;
}
.margin-bottom-35 {
  margin-bottom: 35px !important;
}
.margin-bottom-40 {
  margin-bottom: 40px !important;
}
.margin-bottom-45 {
  margin-bottom: 45px !important;
}
.margin-bottom-50 {
  margin-bottom: 50px !important;
}
.margin-bottom-60 {
  margin-bottom: 60px !important;
}
.margin-bottom-70 {
  margin-bottom: 70px !important;
}
.margin-bottom-80 {
  margin-bottom: 80px !important;
}
.margin-left-0 {
  margin-left: 0 !important;
}
.margin-left-3 {
  margin-left: 3px !important;
}
.margin-left-5 {
  margin-left: 5px !important;
}
.margin-left-10 {
  margin-left: 10px !important;
}
.margin-left-15 {
  margin-left: 15px !important;
}
.margin-left-20 {
  margin-left: 20px !important;
}
.margin-left-25 {
  margin-left: 25px !important;
}
.margin-left-30 {
  margin-left: 30px !important;
}
.margin-left-35 {
  margin-left: 35px !important;
}
.margin-left-40 {
  margin-left: 40px !important;
}
.margin-left-45 {
  margin-left: 45px !important;
}
.margin-left-50 {
  margin-left: 50px !important;
}
.margin-left-60 {
  margin-left: 60px !important;
}
.margin-left-70 {
  margin-left: 70px !important;
}
.margin-left-80 {
  margin-left: 80px !important;
}
.margin-right-0 {
  margin-right: 0 !important;
}
.margin-right-3 {
  margin-right: 3px !important;
}
.margin-right-5 {
  margin-right: 5px !important;
}
.margin-right-10 {
  margin-right: 10px !important;
}
.margin-right-15 {
  margin-right: 15px !important;
}
.margin-right-20 {
  margin-right: 20px !important;
}
.margin-right-25 {
  margin-right: 25px !important;
}
.margin-right-30 {
  margin-right: 30px !important;
}
.margin-right-35 {
  margin-right: 35px !important;
}
.margin-right-40 {
  margin-right: 40px !important;
}
.margin-right-45 {
  margin-right: 45px !important;
}
.margin-right-50 {
  margin-right: 50px !important;
}
.margin-right-60 {
  margin-right: 60px !important;
}
.margin-right-70 {
  margin-right: 70px !important;
}
.margin-right-80 {
  margin-right: 80px !important;
}
@media (max-width: 767px) {
  .margin-xs-0 {
    margin: 0 !important;
  }
}
@media (min-width: 768px) {
  .margin-sm-0 {
    margin: 0 !important;
  }
}
@media (min-width: 992px) {
  .margin-md-0 {
    margin: 0 !important;
  }
}
@media (min-width: 1200px) {
  .margin-lg-0 {
    margin: 0 !important;
  }
}
.padding-0 {
  padding: 0 !important;
}
.padding-3 {
  padding: 3px !important;
}
.padding-5 {
  padding: 5px !important;
}
.padding-10 {
  padding: 10px !important;
}
.padding-15 {
  padding: 15px !important;
}
.padding-20 {
  padding: 20px !important;
}
.padding-25 {
  padding: 25px !important;
}
.padding-30 {
  padding: 30px !important;
}
.padding-35 {
  padding: 35px !important;
}
.padding-40 {
  padding: 40px !important;
}
.padding-45 {
  padding: 45px !important;
}
.padding-50 {
  padding: 50px !important;
}
.padding-60 {
  padding: 60px !important;
}
.padding-70 {
  padding: 70px !important;
}
.padding-80 {
  padding: 80px !important;
}
.padding-vertical-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.padding-vertical-3 {
  padding-top: 3px !important;
  padding-bottom: 3px !important;
}
.padding-vertical-5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}
.padding-vertical-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.padding-vertical-15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}
.padding-vertical-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
.padding-vertical-25 {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}
.padding-vertical-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}
.padding-vertical-35 {
  padding-top: 35px !important;
  padding-bottom: 35px !important;
}
.padding-vertical-40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
.padding-vertical-45 {
  padding-top: 45px !important;
  padding-bottom: 45px !important;
}
.padding-vertical-50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}
.padding-vertical-60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}
.padding-vertical-70 {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}
.padding-vertical-80 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}
.padding-horizontal-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.padding-horizontal-3 {
  padding-right: 3px !important;
  padding-left: 3px !important;
}
.padding-horizontal-5 {
  padding-right: 5px !important;
  padding-left: 5px !important;
}
.padding-horizontal-10 {
  padding-right: 10px !important;
  padding-left: 10px !important;
}
.padding-horizontal-15 {
  padding-right: 15px !important;
  padding-left: 15px !important;
}
.padding-horizontal-20 {
  padding-right: 20px !important;
  padding-left: 20px !important;
}
.padding-horizontal-25 {
  padding-right: 25px !important;
  padding-left: 25px !important;
}
.padding-horizontal-30 {
  padding-right: 30px !important;
  padding-left: 30px !important;
}
.padding-horizontal-35 {
  padding-right: 35px !important;
  padding-left: 35px !important;
}
.padding-horizontal-40 {
  padding-right: 40px !important;
  padding-left: 40px !important;
}
.padding-horizontal-45 {
  padding-right: 45px !important;
  padding-left: 45px !important;
}
.padding-horizontal-50 {
  padding-right: 50px !important;
  padding-left: 50px !important;
}
.padding-horizontal-60 {
  padding-right: 60px !important;
  padding-left: 60px !important;
}
.padding-horizontal-70 {
  padding-right: 70px !important;
  padding-left: 70px !important;
}
.padding-horizontal-80 {
  padding-right: 80px !important;
  padding-left: 80px !important;
}
.padding-top-0 {
  padding-top: 0 !important;
}
.padding-top-3 {
  padding-top: 3px !important;
}
.padding-top-5 {
  padding-top: 5px !important;
}
.padding-top-10 {
  padding-top: 10px !important;
}
.padding-top-15 {
  padding-top: 15px !important;
}
.padding-top-20 {
  padding-top: 20px !important;
}
.padding-top-25 {
  padding-top: 25px !important;
}
.padding-top-30 {
  padding-top: 30px !important;
}
.padding-top-35 {
  padding-top: 35px !important;
}
.padding-top-40 {
  padding-top: 40px !important;
}
.padding-top-45 {
  padding-top: 45px !important;
}
.padding-top-50 {
  padding-top: 50px !important;
}
.padding-top-60 {
  padding-top: 60px !important;
}
.padding-top-70 {
  padding-top: 70px !important;
}
.padding-top-80 {
  padding-top: 80px !important;
}
.padding-bottom-0 {
  padding-bottom: 0 !important;
}
.padding-bottom-3 {
  padding-bottom: 3px !important;
}
.padding-bottom-5 {
  padding-bottom: 5px !important;
}
.padding-bottom-10 {
  padding-bottom: 10px !important;
}
.padding-bottom-15 {
  padding-bottom: 15px !important;
}
.padding-bottom-20 {
  padding-bottom: 20px !important;
}
.padding-bottom-25 {
  padding-bottom: 25px !important;
}
.padding-bottom-30 {
  padding-bottom: 30px !important;
}
.padding-bottom-35 {
  padding-bottom: 35px !important;
}
.padding-bottom-40 {
  padding-bottom: 40px !important;
}
.padding-bottom-45 {
  padding-bottom: 45px !important;
}
.padding-bottom-50 {
  padding-bottom: 50px !important;
}
.padding-bottom-60 {
  padding-bottom: 60px !important;
}
.padding-bottom-70 {
  padding-bottom: 70px !important;
}
.padding-bottom-80 {
  padding-bottom: 80px !important;
}
.padding-left-0 {
  padding-left: 0 !important;
}
.padding-left-3 {
  padding-left: 3px !important;
}
.padding-left-5 {
  padding-left: 5px !important;
}
.padding-left-10 {
  padding-left: 10px !important;
}
.padding-left-15 {
  padding-left: 15px !important;
}
.padding-left-20 {
  padding-left: 20px !important;
}
.padding-left-25 {
  padding-left: 25px !important;
}
.padding-left-30 {
  padding-left: 30px !important;
}
.padding-left-35 {
  padding-left: 35px !important;
}
.padding-left-40 {
  padding-left: 40px !important;
}
.padding-left-45 {
  padding-left: 45px !important;
}
.padding-left-50 {
  padding-left: 50px !important;
}
.padding-left-60 {
  padding-left: 60px !important;
}
.padding-left-70 {
  padding-left: 70px !important;
}
.padding-left-80 {
  padding-left: 80px !important;
}
.padding-right-0 {
  padding-right: 0 !important;
}
.padding-right-3 {
  padding-right: 3px !important;
}
.padding-right-5 {
  padding-right: 5px !important;
}
.padding-right-10 {
  padding-right: 10px !important;
}
.padding-right-15 {
  padding-right: 15px !important;
}
.padding-right-20 {
  padding-right: 20px !important;
}
.padding-right-25 {
  padding-right: 25px !important;
}
.padding-right-30 {
  padding-right: 30px !important;
}
.padding-right-35 {
  padding-right: 35px !important;
}
.padding-right-40 {
  padding-right: 40px !important;
}
.padding-right-45 {
  padding-right: 45px !important;
}
.padding-right-50 {
  padding-right: 50px !important;
}
.padding-right-60 {
  padding-right: 60px !important;
}
.padding-right-70 {
  padding-right: 70px !important;
}
.padding-right-80 {
  padding-right: 80px !important;
}
@media (max-width: 767px) {
  .padding-xs-0 {
    padding: 0 !important;
  }
}
@media (min-width: 768px) {
  .padding-sm-0 {
    padding: 0 !important;
  }
}
@media (min-width: 992px) {
  .padding-md-0 {
    padding: 0 !important;
  }
}
@media (min-width: 1200px) {
  .padding-lg-0 {
    padding: 0 !important;
  }
}
.example-wrap {
  margin-bottom: 80px;
}
.example-wrap .example-wrap {
  margin-bottom: 0;
}
.example {
  margin-top: 20px;
  margin-bottom: 20px;
}
.example:before,
.example:after {
  display: table;
  content: " ";
}
.example:after {
  clear: both;
}
.example-title {
  text-transform: uppercase;
}
.example-title,
h4.example-title {
  font-size: 14px;
}
.panel-body > .example-wrap:last-child {
  margin-bottom: 0;
}
.panel-body > .row:last-child > [class*="col-"]:last-child .example-wrap:last-child {
  margin-bottom: 0;
}
.example-well {
  position: relative;
  margin-bottom: 30px;
  background-color: #f3f7f9;
}
.example-well .center {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.example-dropdown .dropdown:before,
.example-dropdown .dropup:before,
.example-dropdown .dropdown:after,
.example-dropdown .dropup:after {
  display: table;
  content: " ";
}
.example-dropdown .dropdown:after,
.example-dropdown .dropup:after {
  clear: both;
}
.example-dropdown .dropdown > .dropdown-toggle,
.example-dropdown .dropup > .dropdown-toggle {
  float: left;
}
.example-dropdown .dropdown > .dropdown-menu,
.example-dropdown .dropup > .dropdown-menu {
  position: static;
  display: block;
  clear: left;
}
.example-dropdown .dropdown > .dropdown-menu-right,
.example-dropdown .dropup > .dropdown-menu-right {
  float: right;
  clear: right;
}
.example-tooltip {
  position: relative;
  z-index: 1;
  display: inline-block;
}
.example-tooltip .tooltip {
  position: relative;
  margin-right: 25px;
  opacity: 1;
}
.example-grid .example-col,
.example-blocks .example-col {
  min-height: 0;
  padding: 10px 15px 12px;
  background-color: #f3f7f9;
  border-radius: 0;
}
.example-grid .example-col {
  margin-bottom: 20px;
}
.example-grid .example-col .example-col {
  margin-top: 20px;
  margin-bottom: 0;
  background-color: #e2ecf1;
}
.example-popover {
  position: relative;
  z-index: 1;
  display: inline-block;
}
.example-popover .popover {
  position: relative;
  display: block;
  margin-right: 25px;
}
.example-buttons .btn,
.example-buttons .btn-group,
.example-buttons .btn-group-vertical {
  margin-right: 15px;
  margin-bottom: 20px;
}
.example-buttons .btn-group-vertical .btn,
.example-buttons .btn-group .btn {
  margin-right: 0;
  margin-bottom: 0;
}
.example-box {
  position: relative;
  padding: 45px 15px 15px;
  margin-right: 0;
  margin-left: 0;
  border: 1px solid #e4eaec;
}
.example-box:after {
  position: absolute;
  top: 15px;
  left: 15px;
  font-size: 12px;
  color: #959595;
  text-transform: uppercase;
  letter-spacing: 1px;
  content: "Example";
}
.example-avatars .avatar {
  margin-right: 20px;
  margin-bottom: 20px;
}
.example-avatars .avatar:last-child {
  margin-right: 20px;
}
.example-typography {
  position: relative;
  padding-left: 25%;
}
.example-typography .heading-note,
.example-typography .text-note {
  position: absolute;
  bottom: 2px;
  left: 0;
  display: block;
  width: 260px;
  font-size: 13px;
  font-weight: 300;
  line-height: 13px;
  color: #aab2bd;
}
.example-typography .text-note {
  top: 10px;
  bottom: auto;
}
.example-responsive {
  min-height: .01%;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .example-responsive {
    width: 100%;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
/*web-icons.min.css*/
@font-face{font-family:'Web Icons';font-style:normal;font-weight:400;src:url(../images/web-icons.eot);src:url(../images/web-icons_5da839d43c184878b47a5992433fa359.eot) format('embedded-opentype'),url(../images/web-icons.woff2) format('woff2'),url(../images/web-icons.woff) format('woff'),url(../images/web-icons.ttf) format('truetype'),url(../images/web-icons.svg) format('svg')}[class*=" wb-"],[class^=wb-]{position:relative;display:inline-block;font-family:'Web Icons';font-style:normal;font-weight:400;-webkit-transform:translate(0,0);-ms-transform:translate(0,0);-o-transform:translate(0,0);transform:translate(0,0);text-rendering:auto;speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.wb-dashboard:before{content:"\f101"}.wb-inbox:before{content:"\f102"}.wb-cloud:before{content:"\f103"}.wb-bell:before{content:"\f104"}.wb-book:before{content:"\f105"}.wb-bookmark:before{content:"\f106"}.wb-tag:before{content:"\f107"}.wb-library:before{content:"\f108"}.wb-share:before{content:"\f109"}.wb-reply:before{content:"\f10a"}.wb-refresh:before{content:"\f10b"}.wb-move:before{content:"\f10c"}.wb-chat:before{content:"\f10d"}.wb-chat-working:before{content:"\f10e"}.wb-chat-text:before{content:"\f10f"}.wb-chat-group:before{content:"\f110"}.wb-envelope:before{content:"\f111"}.wb-envelope-open:before{content:"\f112"}.wb-user:before{content:"\f113"}.wb-user-circle:before{content:"\f114"}.wb-users:before{content:"\f115"}.wb-user-add:before{content:"\f116"}.wb-grid-9:before{content:"\f117"}.wb-grid-4:before{content:"\f118"}.wb-menu:before{content:"\f119"}.wb-layout:before{content:"\f11a"}.wb-fullscreen:before{content:"\f11b"}.wb-fullscreen-exit:before{content:"\f11c"}.wb-expand:before{content:"\f11d"}.wb-contract:before{content:"\f11e"}.wb-arrow-expand:before{content:"\f11f"}.wb-arrow-shrink:before{content:"\f120"}.wb-desktop:before{content:"\f121"}.wb-mobile:before{content:"\f122"}.wb-signal:before{content:"\f123"}.wb-power:before{content:"\f124"}.wb-more-horizontal:before{content:"\f125"}.wb-more-vertical:before{content:"\f126"}.wb-globe:before{content:"\f127"}.wb-map:before{content:"\f128"}.wb-flag:before{content:"\f129"}.wb-pie-chart:before{content:"\f12a"}.wb-stats-bars:before{content:"\f12b"}.wb-pluse:before{content:"\f12c"}.wb-home:before{content:"\f12d"}.wb-shopping-cart:before{content:"\f12e"}.wb-payment:before{content:"\f12f"}.wb-briefcase:before{content:"\f130"}.wb-search:before{content:"\f131"}.wb-zoom-in:before{content:"\f132"}.wb-zoom-out:before{content:"\f133"}.wb-download:before{content:"\f134"}.wb-upload:before{content:"\f135"}.wb-sort-asc:before{content:"\f136"}.wb-sort-des:before{content:"\f137"}.wb-graph-up:before{content:"\f138"}.wb-graph-down:before{content:"\f139"}.wb-replay:before{content:"\f13a"}.wb-edit:before{content:"\f13b"}.wb-pencil:before{content:"\f13c"}.wb-rubber:before{content:"\f13d"}.wb-crop:before{content:"\f13e"}.wb-eye:before{content:"\f13f"}.wb-eye-close:before{content:"\f140"}.wb-image:before{content:"\f141"}.wb-gallery:before{content:"\f142"}.wb-video:before{content:"\f143"}.wb-camera:before{content:"\f144"}.wb-folder:before{content:"\f145"}.wb-clipboard:before{content:"\f146"}.wb-order:before{content:"\f147"}.wb-file:before{content:"\f148"}.wb-copy:before{content:"\f149"}.wb-add-file:before{content:"\f14a"}.wb-print:before{content:"\f14b"}.wb-calendar:before{content:"\f14c"}.wb-time:before{content:"\f14d"}.wb-trash:before{content:"\f14e"}.wb-plugin:before{content:"\f14f"}.wb-extension:before{content:"\f150"}.wb-memory:before{content:"\f151"}.wb-settings:before{content:"\f152"}.wb-scissor:before{content:"\f153"}.wb-wrench:before{content:"\f154"}.wb-hammer:before{content:"\f155"}.wb-lock:before{content:"\f156"}.wb-unlock:before{content:"\f157"}.wb-volume-low:before{content:"\f158"}.wb-volume-high:before{content:"\f159"}.wb-volume-off:before{content:"\f15a"}.wb-pause:before{content:"\f15b"}.wb-play:before{content:"\f15c"}.wb-stop:before{content:"\f15d"}.wb-musical:before{content:"\f15e"}.wb-random:before{content:"\f15f"}.wb-reload:before{content:"\f160"}.wb-loop:before{content:"\f161"}.wb-text:before{content:"\f162"}.wb-bold:before{content:"\f163"}.wb-italic:before{content:"\f164"}.wb-underline:before{content:"\f165"}.wb-format-clear:before{content:"\f166"}.wb-text-type:before{content:"\f167"}.wb-table:before{content:"\f168"}.wb-attach-file:before{content:"\f169"}.wb-paperclip:before{content:"\f16a"}.wb-link-intact:before{content:"\f16b"}.wb-link:before{content:"\f16c"}.wb-link-broken:before{content:"\f16d"}.wb-indent-increase:before{content:"\f16e"}.wb-indent-decrease:before{content:"\f16f"}.wb-align-justify:before{content:"\f170"}.wb-align-left:before{content:"\f171"}.wb-align-center:before{content:"\f172"}.wb-align-right:before{content:"\f173"}.wb-list-numbered:before{content:"\f174"}.wb-list-bulleted:before{content:"\f175"}.wb-list:before{content:"\f176"}.wb-emoticon:before{content:"\f177"}.wb-quote-right:before{content:"\f178"}.wb-code:before{content:"\f179"}.wb-code-working:before{content:"\f17a"}.wb-code-unfold:before{content:"\f17b"}.wb-chevron-right:before{content:"\f17c"}.wb-chevron-left:before{content:"\f17d"}.wb-chevron-left-mini:before{content:"\f17e"}.wb-chevron-right-mini:before{content:"\f17f"}.wb-chevron-up:before{content:"\f180"}.wb-chevron-down:before{content:"\f181"}.wb-chevron-up-mini:before{content:"\f182"}.wb-chevron-down-mini:before{content:"\f183"}.wb-arrow-left:before{content:"\f184"}.wb-arrow-right:before{content:"\f185"}.wb-arrow-up:before{content:"\f186"}.wb-arrow-down:before{content:"\f187"}.wb-dropdown:before{content:"\f188"}.wb-dropup:before{content:"\f189"}.wb-dropright:before{content:"\f18a"}.wb-dropleft:before{content:"\f18b"}.wb-sort-vertical:before{content:"\f18c"}.wb-triangle-left:before{content:"\f18d"}.wb-triangle-right:before{content:"\f18e"}.wb-triangle-down:before{content:"\f18f"}.wb-triangle-up:before{content:"\f190"}.wb-check-circle:before{content:"\f191"}.wb-check:before{content:"\f192"}.wb-check-mini:before{content:"\f193"}.wb-close:before{content:"\f194"}.wb-close-mini:before{content:"\f195"}.wb-plus-circle:before{content:"\f196"}.wb-plus:before{content:"\f197"}.wb-minus-circle:before{content:"\f198"}.wb-minus:before{content:"\f199"}.wb-alert-circle:before{content:"\f19a"}.wb-alert:before{content:"\f19b"}.wb-help-circle:before{content:"\f19c"}.wb-help:before{content:"\f19d"}.wb-info-circle:before{content:"\f19e"}.wb-info:before{content:"\f19f"}.wb-warning:before{content:"\f1a0"}.wb-heart:before{content:"\f1a1"}.wb-heart-outline:before{content:"\f1a2"}.wb-star:before{content:"\f1a3"}.wb-star-half:before{content:"\f1a4"}.wb-star-outline:before{content:"\f1a5"}.wb-thumb-up:before{content:"\f1a6"}.wb-thumb-down:before{content:"\f1a7"}.wb-small-point:before{content:"\f1a8"}.wb-medium-point:before{content:"\f1a9"}.wb-large-point:before{content:"\f1aa"}
/*font-awesome.min.css*/
/*!
 *  Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)

@charset "UTF-8";/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/
/*slick.css*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/*slick-theme.css*/
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url(../images/ajax-loader.gif) center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url(../images/slick.eot);
    src: url(../images/slick.eot?#iefix) format('embedded-opentype'), url(../images/slick.woff) format('woff'), url(../images/slick.ttf) format('truetype'), url(../images/slick.svg) format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '�?';
}
[dir='rtl'] .slick-prev:before
{
    content: '�?';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '�?';
}
[dir='rtl'] .slick-next:before
{
    content: '�?';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '�?';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/*animate.css*/
@charset "UTF-8";

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2017 Daniel Eden
 */

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

.animated.hinge {
  animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  animation-duration: .75s;
}

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    transform: translate3d(0,-4px,0);
  }
}

.bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}

@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

.flash {
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }

  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  animation-name: pulse;
}

@keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1);
  }

  30% {
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    transform: scale3d(1.05, .95, 1);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  animation-name: rubberBand;
}

@keyframes shake {
  from, to {
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  animation-name: shake;
}

@keyframes headShake {
  0% {
    transform: translateX(0);
  }

  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    transform: translateX(0);
  }
}

.headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake;
}

@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  transform-origin: top center;
  animation-name: swing;
}

@keyframes tada {
  from {
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes wobble {
  from {
    transform: none;
  }

  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    transform: none;
  }
}

.wobble {
  animation-name: wobble;
}

@keyframes jello {
  from, 11.1%, to {
    transform: none;
  }

  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

.jello {
  animation-name: jello;
  transform-origin: center;
}

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }

  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    transform: scale3d(.97, .97, .97);
  }

  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  animation-name: bounceIn;
}

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }

  75% {
    transform: translate3d(0, -10px, 0);
  }

  90% {
    transform: translate3d(0, 5px, 0);
  }

  to {
    transform: none;
  }
}

.bounceInDown {
  animation-name: bounceInDown;
}

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }

  75% {
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    transform: translate3d(5px, 0, 0);
  }

  to {
    transform: none;
  }
}

.bounceInLeft {
  animation-name: bounceInLeft;
}

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    transform: translate3d(10px, 0, 0);
  }

  90% {
    transform: translate3d(-5px, 0, 0);
  }

  to {
    transform: none;
  }
}

.bounceInRight {
  animation-name: bounceInRight;
}

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }

  75% {
    transform: translate3d(0, 10px, 0);
  }

  90% {
    transform: translate3d(0, -5px, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  animation-name: bounceInUp;
}

@keyframes bounceOut {
  20% {
    transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }
}

.bounceOut {
  animation-name: bounceOut;
}

@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  animation-name: bounceOutDown;
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  animation-name: bounceOutLeft;
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  animation-name: bounceOutRight;
}

@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  animation-name: bounceOutUp;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  animation-name: fadeIn;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -50%, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInDown {
  animation-name: fadeInDown;
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInDownBig {
  animation-name: fadeInDownBig;
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInLeft {
  animation-name: fadeInLeft;
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInRight {
  animation-name: fadeInRight;
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInRightBig {
  animation-name: fadeInRightBig;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInUp {
  animation-name: fadeInUp;
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInUpBig {
  animation-name: fadeInUpBig;
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  animation-name: fadeOutDown;
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  animation-name: fadeOutLeft;
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  animation-name: fadeOutRight;
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  animation-name: fadeOutUp;
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}

@keyframes flip {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out;
  }

  40% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out;
  }

  50% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in;
  }

  80% {
    transform: perspective(400px) scale3d(.95, .95, .95);
    animation-timing-function: ease-in;
  }

  to {
    transform: perspective(400px);
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  animation-name: flip;
}

@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }

  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInX;
}

@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in;
  }

  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInY;
}

@keyframes flipOutX {
  from {
    transform: perspective(400px);
  }

  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@keyframes flipOutY {
  from {
    transform: perspective(400px);
  }

  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipOutY;
}

@keyframes lightSpeedIn {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    transform: skewX(-5deg);
    opacity: 1;
  }

  to {
    transform: none;
    opacity: 1;
  }
}

.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}

@keyframes rotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    transform-origin: center;
    transform: none;
    opacity: 1;
  }
}

.rotateIn {
  animation-name: rotateIn;
}

@keyframes rotateInDownLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownLeft {
  animation-name: rotateInDownLeft;
}

@keyframes rotateInDownRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownRight {
  animation-name: rotateInDownRight;
}

@keyframes rotateInUpLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpLeft {
  animation-name: rotateInUpLeft;
}

@keyframes rotateInUpRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpRight {
  animation-name: rotateInUpRight;
}

@keyframes rotateOut {
  from {
    transform-origin: center;
    opacity: 1;
  }

  to {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  animation-name: rotateOut;
}

@keyframes rotateOutDownLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
}

@keyframes rotateOutDownRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  animation-name: rotateOutDownRight;
}

@keyframes rotateOutUpLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
}

@keyframes rotateOutUpRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  animation-name: rotateOutUpRight;
}

@keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  animation-name: hinge;
}

@keyframes jackInTheBox {
  from {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
  }

  50% {
    transform: rotate(-10deg);
  }

  70% {
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

.jackInTheBox {
  animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.rollIn {
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  animation-name: rollOut;
}

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  animation-name: zoomIn;
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInDown {
  animation-name: zoomInDown;
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInLeft {
  animation-name: zoomInLeft;
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInRight {
  animation-name: zoomInRight;
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInUp {
  animation-name: zoomInUp;
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }

  to {
    opacity: 0;
  }
}

.zoomOut {
  animation-name: zoomOut;
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutDown {
  animation-name: zoomOutDown;
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    transform: scale(.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}

.zoomOutLeft {
  animation-name: zoomOutLeft;
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    transform: scale(.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}

.zoomOutRight {
  animation-name: zoomOutRight;
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutUp {
  animation-name: zoomOutUp;
}

@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  animation-name: slideInDown;
}

@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  animation-name: slideInLeft;
}

@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  animation-name: slideInRight;
}

@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  animation-name: slideInUp;
}

@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  animation-name: slideOutDown;
}

@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  animation-name: slideOutLeft;
}

@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  animation-name: slideOutRight;
}

@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  animation-name: slideOutUp;
}

/*metinfo.css*/
/*变量定义*/
/*变量*/
/*文字颜色（深�?*/
/*鼠标经过文字颜色*/
/*选中状�??*/
/*圆角�?*/
/*导航高度*/
/*文字颜色（淡�?*/
/*文字颜色（浅�?*/
/*导航选中背景*/
/*首页间隔区块背景*/
/*面包屑导�?*/
/*内页主体背景*/
/*编辑器内容背�?*/
/*编辑器文字颜�?*/
/*内页背景�?*/
/*边框颜色*/
/*样式方法*/
/*超链接文字颜�?*/
.less-link {
  color: #444444;
}
.less-link:hover {
  color: #ff6600;
}
.less-decorationnone {
  text-decoration: none;
}
.less-decorationnone:active,
.less-decorationnone:focus,
.less-decorationnone:hover {
  text-decoration: none;
}
/* 背景渐变�? */
/*css3样式*/
/* . */
/*行高*/
.height-20 {
  height: 20px;
}
/**/
.less-page-content {
  padding: 30px;
  background: #ffffff;
}
@media (max-width: 767px) {
  .less-page-content {
    padding: 10px;
  }
}
.less-page-body {
  padding: 30px 0px;
  background: #ffffff;
}
@media (max-width: 767px) {
  .less-page-body {
    padding: 0px;
  }
}
.less-uldestyle {
  padding: 0px;
  list-style: none;
}
/*编辑�?*/
.met-editor {
  padding: 30px;
  background: #ffffff;
  width: 100%;
  max-width: 100%;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.8;
  color: #222;
  word-wrap: break-word;
}
@media (max-width: 767px) {
  .met-editor {
    padding: 10px;
  }
}
.met-editor p {
  margin-bottom: 16px;
}
.met-editor img {
  max-width: 100%;
}
.met-editor img:not(.imgloading) {
  height: auto !important;
}
.met-editor table {
  color: #444444;
}
.met-editor .table-saw {
  overflow-x: auto;
}
.met-editor .metvideobox,
.met-editor video,
.met-editor .metvideo,
.met-editor iframe,
.met-editor embed {
  max-width: 100% !important;
  margin: auto;
  display: block;
}
.met-editor .lg-item-box {
  display: inline;
}
/*分页*/
.met_pager {
  margin-top: 20px;
  text-align: center;
}
.met_pager * {
  display: inline-block;
}
.met_pager a {
  padding: 6px 20px;
  border: 1px solid #e4eaec;
  border-right: none;
  background: #fff;
  text-align: center;
  color: #76838f;
}
.met_pager a:hover {
  background: #f5f5f5;
  text-decoration: none;
}
.met_pager a.NextA {
  border-right: 1px solid #e4eaec;
}
.met_pager .PreSpan,
.met_pager .NextSpan {
  padding: 6px 20px;
  border: 1px solid #e4eaec;
  background: #fff;
  color: #ccd5db;
  cursor: default;
}
.met_pager .firstPage,
.met_pager .lastPage {
  min-width: 40px;
  height: 28px;
  line-height: 28px;
}
.met_pager a.Ahover {
  border-color: #ff6600;
  background: #ff6600;
  color: #fff;
  cursor: default;
}
.met_pager a.Ahover:hover {
  border-color: #ff6600;
  background: #ff6600;
  color: #fff;
}
.met_pager a {
  text-decoration: none;
}
.met_pager a:active,
.met_pager a:focus,
.met_pager a:hover {
  text-decoration: none;
}
.met_pager .PageText {
  display: none;
  margin-left: 10px;
  color: #aaa;
}
.met_pager input {
  display: none;
}
/*翻篇*/
.pager li {
  width: 49%;
  display: inline-block;
}
.pager li a {
  max-width: 100%;
  border-radius: 0px;
  padding: 5px 20px;
}
.pager li a:hover {
  border-color: #ff6600;
  color: #ff6600;
}
/*弹�?�布�?*/
.flex {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
/*弹�?�布�?垂直居中*/
.less-flex-vm {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
/*初始化样�?*/
/*全局样式*/
html,
body {
  width: 100%;
  max-width: 100%;
  min-width: 320px;
}
html {
  height: 100%;
}
body {
  height: 100%;
  overflow-x: hidden;
  font: 14px/1.5 "Segoe UI", "Lucida Grande", Helvetica, Arial, "Microsoft YaHei", FreeSans, Arimo, "Droid Sans", "wenquanyi micro hei", "Hiragino Sans GB", "Hiragino Sans GB W3", Roboto, Arial, sans-serif;
  color: #444;
  word-wrap: break-word;
}
b,
strong {
  font-weight: bold;
}
.overflow-visible {
  overflow: visible!important;
}
.dropdown-menu,
.dropdown-menu > li > a {
  border-radius: 0px;
  font-weight: normal;
}
.dropdown-menu > li {
  padding: 0px;
}
.dropdown-menu > li > a {
  color: #444444 !important;
  transition: color 0.5s;
  -webkit-transition: color 0.5s;
  transition: background 0.5s;
  -moz-transition: background 0.5s;
  -webkit-transition: background 0.5s;
  -o-transition: background 0.5s;
}
.dropdown-menu > li > a:hover {
  color: #ff6600 !important;
}
.dropdown-menu > li > a:hover {
  background: #f5f5f5;
}
/*图片画廊皮肤*/
.fnGallery .lg-item-box img {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}
.met-white-lightGallery .lg-backdrop,
.met-white-lightGallery .lg-actions .lg-next,
.met-white-lightGallery .lg-actions .lg-prev,
.met-white-lightGallery .lg-toolbar {
  background: #fff;
}
.met-white-lightGallery .lg-sub-html {
  background: rgba(255, 255, 255, 0.7);
  color: #555;
}
.met-white-lightGallery .lg-toolbar.opacity0 {
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);
}
.met-white-lightGallery .lg-toolbar .lg-icon:hover,
.met-white-lightGallery .lg-actions .lg-next:hover,
.met-white-lightGallery .lg-actions .lg-prev:hover,
.met-white-lightGallery .lg-outer .lg-toogle-thumb:hover {
  color: #333;
}
.met-white-lightGallery .lg-outer {
  z-index: 1602;
  background: #fff;
}
.met-white-lightGallery .lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 84px;
}
.met-white-lightGallery .lg-outer .lg-thumb-outer,
.met-white-lightGallery .lg-outer .lg-toogle-thumb {
  background-color: #f2f2f2;
}
.met-white-lightGallery .lg-outer .lg-thumb-outer {
  padding: 0 10px;
}
.met-white-lightGallery .lg-outer .lg-thumb-outer .lg-thumb-item {
  margin-bottom: 0;
  border-radius: 0;
}
.met-white-lightGallery .lg-outer .lg-thumb-outer .lg-thumb-item.active,
.met-white-lightGallery .lg-outer .lg-thumb-outer .lg-thumb-item:hover {
  border-color: #ff6600;
}
.modal-primary .modal-header {
  background-color: #ff6600;
}
.radio-primary input[type="radio"]:checked + label::before {
  border-color: #ff6600;
}
.form-control.focus,
.form-control:focus {
  border-color: #ff6600;
}
.met-page-ajax-body {
  margin-top: 10px;
}
.nav-tabs-line > li.active > a,
.nav-tabs-line > li.active > a:focus,
.nav-tabs-line > li.active > a:hover {
  color: #ff6600;
  background-color: transparent;
  border-bottom: 2px solid #ff6600;
}
/* 表单 */
.met-form .form-control,
.input-group-addon {
  border-radius: 0;
}
/* swiper水平滚动导航 */
.swiper-navtab.swiper-container-horizontal .swiper-scrollbar {
  width: 100%;
  height: 3px;
  left: 0;
  bottom: 0;
}
.swiper-navtab.swiper-container-horizontal .swiper-scrollbar-drag {
  background: rgba(0, 0, 0, 0.2);
}
.swiper-navtab .swiper-wrapper {
  width: auto;
}
.swiper-navtab .swiper-wrapper.flex-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}
.swiper-navtab .swiper-slide {
  width: auto;
}
/* 省略�? */
.slh,
.pager li a {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
/* slick */
.slick-loading .slick-list {
  background: none;
}
.slick-arrow {
  width: auto;
  height: auto;
  z-index: 1;
  color: #fff !important;
}
.slick-arrow:before,
.slick-arrow:after {
  font-family: inherit;
  display: none;
}
.slick-arrow:hover {
  color: #ff6600 !important;
}
.slick-arrow.slick-next {
  right: 0;
}
.slick-arrow.slick-prev {
  left: 0;
}
.slick-arrow i {
  font-size: 60px;
}
.slick-slide {
  outline: none;
}
/* 延迟加载背景图片 */
img.imgloading:not([src*=base64]),
img.slick-loading:not([src*=base64]) {
  -o-object-fit: scale-down;
     object-fit: scale-down;
}
/* 其他 */
@media (max-width: 767px) {
  .invisible-xs {
    visibility: hidden;
  }
}
.btn-primary {
  background-color: #ff6600;
  border-color: #ff6600;
}
.btn-primary:hover {
  opacity: .8;
  background-color: #ff6600;
  border-color: #ff6600;
}
/*动画*/
.animated {
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1) !important;
  animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1) !important;
}
[class*=animation-] {
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes bounceY {
  0%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounceY {
  0%,
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
}
@-webkit-keyframes fade {
  0%,
  100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
@keyframes fade {
  0%,
  100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
/*导航*/
/*头部 */
.nav-side {
  width: 32px;
  height: 32px;
  position: fixed;
  right: 40px;
  top: 13px;
  cursor: pointer;
  z-index: 1501;
  background: rgba(0, 0, 0, 0);
  transition: all ease 0.6s;
  -moz-transition: all ease 0.6s;
  -ms-transition: all ease 0.6s;
  -o-transition: all ease 0.6s;
  -webkit-transition: all ease 0.6s;
}
.nav-side hr {
  height: 2px;
  background: #333;
  display: block;
  margin: 0;
  padding: 0;
  border: none;
  position: absolute;
  transition: all ease 0.6s;
  -moz-transition: all ease 0.6s;
  -ms-transition: all ease 0.6s;
  -o-transition: all ease 0.6s;
  -webkit-transition: all ease 0.6s;
}
.nav-side hr:nth-child(1) {
  width: 20px;
  top: 8px;
  right: 5px;
  left: 5px;
}
.nav-side hr:nth-child(2) {
  width: 20px;
  top: 50%;
  left: 5px;
  margin-top: -1px;
  opacity: 1;
  right: 5px;
}
.nav-side hr:nth-child(3) {
  width: 20px;
  bottom: 8px;
  right: 5px;
  left: 5px;
}
.met-nav {
  position: fixed;
  right: 0;
  left: 0;
  top:0;
  padding: 0 95px 0 40px;
  right: 5px;
  z-index: 1500;
  width: 100%;
  height: 60px;
  line-height: 60px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  background: #fff;
}
.met-nav .nav-logo .logo2 {
  display: none;
}
.met-nav .nav-logo img {
  height: 100%;
  padding: 10px 0;
}
.side-box {
  position: fixed;
  width: 30%;
  right: 0;
  height: 100%;
  z-index: 1501;
  -webkit-transition: all 0.26s ease 0ms;
  transition: all 0.26s ease 0ms;
  top: 0;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.side-box .side-cut {
  height: 100%;
}
.side-box .side-cut .side-shadow {
  width: 3999px;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  z-index: 99;
  top: 0;
  right: 100%;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  -webkit-transition: .3s;
}
.side-box .side-cut .side-nav {
  height: 100%;
  background: #ffffff;
}
.side-box .side-cut .side-nav .side-close {
  float: right;
  font-size: 50px;
  height: 50px;
  line-height: 50px;
  cursor: pointer;
}
.side-box .side-cut .side-nav .logo-2 {
  padding: 46px 30px 30px 30px;
  text-align: center;
}
.side-box .side-cut .side-nav .logo-2 img {
  width: 100%;
  max-width: 200px;
  -webkit-transform: scale3d(0.3, 0.3, 0.3);
          transform: scale3d(0.3, 0.3, 0.3);
  -webkit-transition: all 0.26s ease 200ms;
  transition: all 0.26s ease 200ms;
}
.side-box .navlist {
  min-height: 100%;
  margin-bottom: 70px;
}
.side-box .navlist .side-foot {
  padding: 30px 30px 25px 30px;
  text-align: left;
  overflow: hidden;
}
.side-box .navlist .side-foot .side-qrcode {
  width: 160px;
  height: 160px;
  margin: 0 auto;
}
.side-box .navlist .side-foot .side-qrcode img {
  width: 100%;
  height: 100%;
}
.side-box .navlist .side-foot .side-phone {
  font-size: 20px;
  letter-spacing: -1px;
  text-align: center;
  color: #333;
  border-bottom: 1px solid #ddd;
}
.side-box .navlist .side-foot .side-phone a {
  color: #333;
}
.side-box .navlist .side-foot .side-text {
  text-align: center;
  margin-top: 15px;
}
.side-box .navlist li .link {
  border-bottom: 1px solid #dcdcdc;
}
.side-box .navlist li a {
  color: #232323;
}
.side-box .navlist li a.link {
  color: #232323;
  width: 100%;
  display: block;
  text-align: left;
  padding: 16px 30px;
  height: 60px;
  position: relative;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.side-box .navlist li a.link:hover {
  background: #f0f0f0;
  color: #f20000;
  text-decoration: none;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.side-box .navlist .nav-shop {
  margin-bottom: 15px;
}
.side-box .navlist .nav-shop .btn {
  height: 40px;
  line-height: 26px;
  padding: 6px 20px;
  color: #fff;
}
.side-box .navlist .nav-shop .btn:hover {
  background: #fff;
  color: #333;
}
.side-box .navlist .nav-shop .btn-primary {
  background: #ff6600;
}
.side-box .navlist2 {
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.side-box .navlist2 li {
  position: relative;
}
.side-box .navlist2 li a {
  font-size: 14px;
  padding: 0 30px;
  display: block;
  color: #303030;
  height: 32px;
  line-height: 32px;
  font-weight: normal;
  text-align: left;
}
.side-box .navlist2 .navlist3 {
  padding-top: 10px;
  padding-left: 16px;
  padding-bottom: 24px;
}
.side-box .navlist2 .navlist3 a {
  color: #a2a2a2;
}
.side-box .navlist2.open {
  opacity: 1;
  visibility: visible;
}
.side-box .nav-item1 {
  position: relative;
  padding: 0;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: all 0.26s ease 0ms;
  transition: all 0.26s ease 0ms;
  opacity: 0;
}
.side-box .nav-item1 .nav-plus:before {
  position: absolute;
  top: 50%;
  content: " ";
  right: 20px;
  margin-top: -1px;
  width: 10px;
  height: 2px;
  background-color: #999;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: -webkit-transform 0.25s ease-in-out;
  transition: -webkit-transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
}
.side-box .nav-item1 .nav-plus::after {
  position: absolute;
  top: 50%;
  content: " ";
  right: 20px;
  margin-top: -1px;
  width: 10px;
  height: 2px;
  background-color: #999;
}
.side-box .nav-item1.open {
  height: auto;
}
.side-box .nav-item1.open .nav-plus:before {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.side-box .nav-item1 .fa {
  position: relative;
  left: 10px;
}
.side-box .nav-item1:nth-child(1) {
  -webkit-transition: all 0.26s ease 0ms;
  transition: all 0.26s ease 0ms;
}
.side-box .nav-item1:nth-child(2) {
  -webkit-transition: all 0.26s ease 200ms;
  transition: all 0.26s ease 200ms;
}
.side-box .nav-item1:nth-child(3) {
  -webkit-transition: all 0.26s ease 300ms;
  transition: all 0.26s ease 300ms;
}
.side-box .nav-item1:nth-child(4) {
  -webkit-transition: all 0.26s ease 400ms;
  transition: all 0.26s ease 400ms;
}
.side-box .nav-item1:nth-child(5) {
  -webkit-transition: all 0.26s ease 500ms;
  transition: all 0.26s ease 500ms;
}
.side-box .nav-item1:nth-child(6) {
  -webkit-transition: all 0.26s ease 600ms;
  transition: all 0.26s ease 600ms;
}
.side-box .nav-item1:nth-child(7) {
  -webkit-transition: all 0.26s ease 700ms;
  transition: all 0.26s ease 700ms;
}
.side-box .nav-item1:nth-child(8) {
  -webkit-transition: all 0.26s ease 800ms;
  transition: all 0.26s ease 800ms;
}
.side-box .nav-item1:nth-child(9) {
  -webkit-transition: all 0.26s ease 900ms;
  transition: all 0.26s ease 900ms;
}
.side-box .nav-item1:nth-child(10) {
  -webkit-transition: all 0.26s ease 1000ms;
  transition: all 0.26s ease 1000ms;
}
.side-box .nav-item1:nth-child(11) {
  -webkit-transition: all 0.26s ease 1100ms;
  transition: all 0.26s ease 1100ms;
}
.side-box .nav-item1:nth-child(12) {
  -webkit-transition: all 0.26s ease 1200ms;
  transition: all 0.26s ease 1200ms;
}
.side-box .nav-item1:nth-child(13) {
  -webkit-transition: all 0.26s ease 1300ms;
  transition: all 0.26s ease 1300ms;
}
.nav-logo {
  position: absolute;
  top: 0;
  left: 40px;
  height: 100%;
  font-size: 0;
  max-width: 100%;
  z-index: 3;
}
.nav-box {
  float: right;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.nav-box ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 3999px;
}
.nav-box ul li {
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  white-space: nowrap;
  cursor: pointer;
}
.nav-box ul li a {
  display: block;
  position: relative;
  color: #333; 
  padding: 0 25px;
  font-weight: normal;  
  z-index: 2;
  transition: color .3s;
  -moz-transition: color .3s;
  -ms-transition: color .3s;
  -o-transition: color .3s;
  -webkit-transition: color .3s;
  font-size: 15px;
}
.nav-box ul li a:after {
  content: '';
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  /*background: #fff;*/
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
}

.nav-box ul li.active a:after {
  width: 100%;
}
.nav-nofirst {
  background: #131313;
}
.nav-nofirst .logo1 {
  display: none;
}
.nav-nofirst .logo2 {
  display: block !important;
}
.nav-nofirst .nav-box .nav-ul .active a:after {
  background: #ff6600;
}
.side-nofirst {
  border-color: #fff;
}
.side-nofirst hr {
  background: #fff;
}
body.open {
  overflow: hidden;
}
body.open .side-box {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
body.open .side-box .side-nav {
  overflow: auto;
}
body.open .side-box .side-nav .logo-2 img {
  -webkit-transform: scale3d(1, 1, 1) !important;
          transform: scale3d(1, 1, 1) !important;
}
body.open .side-box .side-shadow {
  opacity: 1;
  visibility: visible;
}
body.open .nav-item1 {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
body.open .nav-side {
  border: none;
}
body.open .nav-side hr:nth-child(1) {
  width: 100%;
  top: 50%;
  margin-top: -1px;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform-origin: center;
  -moz-transform-origin: center;
  -ms-transform-origin: center;
  -o-transform-origin: center;
  -webkit-transform-origin: center;
  right: 0;
  left: 0;
}
body.open .nav-side hr:nth-child(2) {
  opacity: 0;
  left: -50%;
}
body.open .nav-side hr:nth-child(3) {
  width: 100%;
  bottom: 50%;
  margin-bottom: 0px;
  transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform-origin: center;
  -moz-transform-origin: center;
  -ms-transform-origin: center;
  -o-transform-origin: center;
  -webkit-transform-origin: center;
  right: 0;
  left: 0;
}


@media (max-width: 991px) {
 
 
}
@media (max-width: 991px) {
  
  
}
.nav-ny .nav-logo .logo2 {
  display: block;
}
.nav-ny .nav-logo .logo1 {
  display: none;
}
/*banner & sidebar*/
/*banner*/
.met-banner {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.met-banner .banner {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  z-index: 4;
}
.met-banner .banner .banner-warpper {
  width: 1000%;
  height: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
.met-banner .banner .banner-item {
  width: 10%;
  height: 100%;
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
  overflow: hidden;
  position: relative;
  background: center no-repeat;
  background-size: cover;
  display: -ms-flexbox;
  -ms-flex-align: center;
  display: -moz-box;
  -moz-box-align: center;
  display: -webkit-box;
  -webkit-box-align: center;
  display: box;
  box-align: center;
}
.met-banner .banner .banner-item.swiper-slide-active {
  -webkit-filter: blur(0px);
  -moz-filter: blur(0px);
  -o-filter: blur(0px);
  -ms-filter: blur(0px);
  filter: blur(0px);
}
.met-banner.banner-ny-h {
  height: 300px;
}
.met-banner.banner-ny-h .banner-ctrl {
  display: none;
}
.met-banner.banner-ny-h .banner-text .title {
  margin-bottom: 15px;
  font-size: 36px;
  height: auto;
  -webkit-transition: all 0.26s ease 0ms;
  transition: all 0.26s ease 0ms;
}
.met-banner.banner-ny-h .banner-text .subtitle {
  margin-top: 15px;
  font-size: 22px;
  -webkit-transition: all 0.26s ease 400ms;
  transition: all 0.26s ease 400ms;
}
@media (max-width: 991px) {
  .met-banner.banner-ny-h {
    height: 200px;
  }
}
@media (max-width: 767px) {
  .met-banner.banner-ny-h {
    height: 150px;
  }
  .met-banner.banner-ny-h .banner-text .title {
    margin-bottom: 15px;
    padding: 0;
    font-size: 24px;
    height: auto;
  }
  .met-banner.banner-ny-h .banner-text .subtitle {
    margin-top: 15px;
    font-size: 16px;
  }
}
.met-banner .banner-text {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.met-banner .banner-text .container {
  width: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.met-banner .banner-text h4,
.met-banner .banner-text p {
  color: #fff;
}
.met-banner .banner-text h4 {
  margin: 0;
  font-size: 56px;
  font-weight: 500;
  letter-spacing: 3px;
}
.met-banner .banner-text p {
  font-size: 24px;
  margin: 20px 0 20px 0;
  text-shadow: none;
  font-weight: 300;
  letter-spacing: 3px;
}
.met-banner .banner-text .btn {
  margin-top: 30px;
  font-size: 20px;
}
@media (max-width: 991px) {
  .met-banner .banner-text h4 {
    font-size: 20px;
  }
  .met-banner .banner-text p {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .met-banner .banner-text .container {
    width: 100%;
  }
  .met-banner .banner-text.p-5 .container .banner-text-con {
    width: 100%;
  }
  .met-banner .banner-text h4 {
    font-size: 26px;
  }
  .met-banner .banner-text p {
    margin-top: 15px;
    font-size: 18px;
  }
  .met-banner .banner-text .btn {
    margin-top: 20px;
    font-size: 16px;
  }
}
.met-banner .banner-ctrl {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  z-index: 99;
}
.met-banner .banner-ctrl .left {
  position: absolute;
  font-size: 72px;
  color: #fff;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
}
.met-banner .banner-ctrl .right {
  position: absolute;
  font-size: 72px;
  color: #fff;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
}
.met-banner .banner-dot {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  height: 100%;
}
/* 内页banner */
.met-banner-ny {
  background-color: #ff6600;
  height: 120px;
}
.met-banner-ny h1,
.met-banner-ny h2 {
  margin: 0px;
  padding: 10px 30px;
  font-size: 35px;
  font-weight: 300;
  text-shadow: none;
  color: #fff;
}
@media (max-width: 767px) {
  .met-banner-ny {
    height: 90px;
  }
  .met-banner-ny h1,
  .met-banner-ny h2 {
    font-size: 26px;
  }
}
/*面包�?*/
.met-position {
  background: #ffffff;
  border-bottom: 1px solid #dddddd;
}
.met-position.bordernone {
  border-bottom: none;
}
@media (max-width: 767px) {
  

a.link:active, a.link:focus, a.link:hover {
  text-decoration: none;
}
/*a.link:hover, a.link.active {
  color: #ff6600;
}*/
a.active:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -1px;
  right: 0;
  height: 1px;
  /*background: #ff6600;*/
}
/*a.active {
  color: #ff6600 !important;
}*/

@media (max-width: 767px) {
 
}
/*底部*/
.met-langlist .flag-icon {
  margin-right: 3px;
  font-size: 15px;
}
.met-langlist .dropdown-menu {
  min-width: 100%;
}
@media (max-width: 767px) {
  #met-langlist-modal .modal-center {
    height: auto!important;
  }
}
#met-langlist-modal .modal-content {
  border-radius: 0;
}
#met-langlist-modal .modal-content .modal-body {
  padding: 40px 40px 20px;
  position: relative;
}
#met-langlist-modal .modal-content .modal-body .close {
  position: absolute;
  right: 10px;
  top: 0px;
  font-size: 40px;
}
#met-langlist-modal .modal-content a.btn {
  padding: 0px 15px;
  border: none;
  font-size: 16px;
  height: 50px;
  line-height: 50px;
}
#met-langlist-modal .modal-content a.btn span.flag-icon {
  margin-right: 8px;
  top: 7px;
  font-size: 30px;
}
/*�?介模�?*/
/*�?介模�?*/
.met-show {
  padding: 30px 0px;
  background: #ffffff;
  word-break: break-all;
}
@media (max-width: 767px) {
  .met-show {
    padding: 0px;
  }
}
@media (max-width: 767px) {
  .met-show {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
/*文章模块*/
/*文章模块列表�?*/
@media (max-width: 767px) {
  .met-news {
    padding: 0px;
  }
}
.met-news .met-news-body {
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.met-news .met-news-list {
  padding: 30px;
  background: #ffffff;
}
@media (max-width: 767px) {
  .met-news .met-news-list {
    padding: 10px;
  }
}
@media (max-width: 767px) {
  .met-news .met-news-list {
    padding: 15px;
  }
}
.met-news ul.met-page-ajax {
  padding: 0px;
  list-style: none;
}
.met-news ul.met-page-ajax .right {
  padding: 20px;
  padding-top: 0;
}
.met-news ul.met-page-ajax li {
  border-bottom: 1px solid #dddddd;
  padding: 30px 0;
}
.met-news ul.met-page-ajax li h4 {
  margin: 0 0 20px;
  font-size: 22px;
}
.met-news ul.met-page-ajax li h4 a {
  color: #444;
}
.met-news ul.met-page-ajax li p {
  font-size: 16px;
  font-weight: 300;
}
.met-news ul.met-page-ajax li p.des {
  color: #7d7d7d;
  margin-bottom: 10px;
  font-weight: normal;
  display: inline-block;
  width: 75%;
}
.met-news ul.met-page-ajax li p.info {
  margin-bottom: 0px;
  font-size: 16px;
  font-weight: 300;
  color: #a3afb7;
}
.met-news ul.met-page-ajax li p.info span:first-child {
  font-size: 22px;
  margin-right: 5px;
}
.met-news ul.met-page-ajax li p.info i {
  color: #a3afb7;
  font-weight: 300;
}
.met-news ul.met-page-ajax li .more {
  float: right;
  border-color: #ff6600;
}
.met-news ul.met-page-ajax li .more span {
  color: #ff6600;
}
@media (max-width: 991px) {
  .met-news ul.met-page-ajax li h4 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .met-news ul.met-page-ajax li .right {
    padding: 30px;
  }
  .met-news ul.met-page-ajax li .right p.desc {
    width: 100%;
    float: none;
  }
}
@media (max-width: 767px) {
  .met-news ul.met-page-ajax li {
    padding: 20px 0;
  }
  .met-news ul.met-page-ajax li h4 {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .met-news ul.met-page-ajax li p {
    font-size: 14px;
  }
  .met-news ul.met-page-ajax li p.des {
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    width: 100%;
    float: none;
  }
  .met-news ul.met-page-ajax li .right .more {
    margin-top: 15px;
    float: none;
  }
}
@media (max-width: 349px) {
  .met-news ul.met-page-ajax li .media-left,
  .met-news ul.met-page-ajax li .media-body {
    width: 100%;
    display: block;
  }
  .met-news ul.met-page-ajax li .media-left {
    padding: 0;
  }
  .met-news ul.met-page-ajax li .media-left .media-object {
    width: auto;
    max-width: 100%;
  }
  .met-news ul.met-page-ajax li .media-body {
    margin-top: 15px;
  }
}
/* 文章模块详情�? */
.met-shownews {
  padding: 30px 0px;
  background: #f0f0f0;
}
.met-shownews .met-shownews-body {
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.met-shownews .met-shownews-header,
.met-shownews .met-shownews-footer {
  padding: 30px;
  background: #ffffff;
}
@media (max-width: 767px) {
  .met-shownews .met-shownews-header,
  .met-shownews .met-shownews-footer {
    padding: 10px;
  }
}
.met-shownews .met-shownews-header {
  padding-bottom: 0px;
}
.met-shownews h1 {
  margin: 0px;
  margin-bottom: 5px;
  font-size: 32px;
  line-height: 1.5;
}
.met-shownews .info {
  padding-bottom: 20px;
  border-bottom: 1px solid #dddddd;
  font-size: 18px;
  color: #7d7d7d;
}
.met-shownews .info span {
  padding-right: 10px;
}
.met-shownews .info .right {
  float: right;
}
@media (max-width: 767px) {
  .met-shownews .info {
    padding-bottom: 20px;
  }
}
.met-shownews .met-shownews-footer {
  padding-top: 0px;
}
.met-shownews .met-shownews-footer ul.pager {
  margin: 0px;
  border-top: 1px solid #dddddd;
  padding-top: 20px;
}
@media (max-width: 767px) {
  .met-shownews {
    padding: 0px;
  }
  .met-shownews h1 {
    font-size: 24px;
  }
  .met-shownews .met-shownews-header {
    padding-top: 20px;
  }
}
/*社会化分享按�?*/
.met_tools_code {
  margin-top: 30px;
  text-align: center;
  font-size: 0px;
}
@media (max-width: 767px) {
  .met_tools_code {
    margin-top: 10px;
  }
}
.met_tools_code .bdsharebuttonbox {
  display: inline;
}
.met_tools_code .bdsharebuttonbox a {
  float: none;
  display: inline-block;
}
/*产品模块*/
/*产品模块*/
/* 产品列表�? */
.met-product {
  background: #f2f2f2;
}
.met-product .container {
  padding: 30px 0;
}
.met-product .container-fluid {
  padding: 30px;
}
.met-product .met-grid li {
  clear: none;
}
.met-product .widget,
.met-product .widget .widget-header,
.met-product .widget-body {
  border-radius: 0 !important;
}
.met-product .widget-metas {
  word-wrap: break-word;
}
.met-product .widget-body-footer {
  margin-top: 15px;
}
.met-product.type-1 h4 {
  margin: 0;
  font-size: 16px;
  text-align: center;
}
.met-product.type-1 h4 a {
  color: #444444;
}
.met-product.type-1 h4 a:hover {
  color: #ff6600;
}
.met-product.type-2 .container-fluid {
  padding: 15px;
}
.met-product.type-2 h4 {
  margin: 0;
  font-weight: 300;
}
@media (max-width: 767px) {
  .met-product.type-2 .met-grid {
    padding-bottom: 10px;
  }
  .met-product.type-2 .met-grid li {
    background: #f2f2f2;
  }
}
@media (max-width: 767px) {
  .met-product .container,
  .met-product .container-fluid {
    padding: 10px !important;
  }
  .met-product.type-1 .met-grid,
  .met-product.type-3 .met-grid {
    margin: 0 -10px 0 0;
  }
  .met-product.type-1 .met-grid li,
  .met-product.type-3 .met-grid li {
    margin-bottom: 10px;
    padding: 0 10px 0 0;
  }
  .met-product .widget-body {
    padding: 15px;
  }
  .met-product .widget-body .widget-body-footer {
    margin-top: 10px;
  }
}
/* 瀑布�? */
.no-js .grid li,
.no-cssanimations .met-grid li {
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
}
.met-grid li {
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
}
.met-grid li.shown {
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
}
.met-grid li.animate {
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  -webkit-animation: moveUp 0.65s ease forwards;
  animation: moveUp 0.65s ease forwards;
}
@-webkit-keyframes moveUp {
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
  }
}
@keyframes moveUp {
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
  }
}
/* 产品详情�? */
/* 产品图片轮播�? */
#met-imgs-carousel {
  min-height: 200px;
  overflow: hidden;
}
#met-imgs-carousel.slick-dotted {
  padding-bottom: 74px;
}
#met-imgs-carousel .slick-track {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#met-imgs-carousel.slick-slider .slick-slide {
  width: 100%;
  cursor: -webkit-grab;
  cursor: grab;
}
#met-imgs-carousel .slick-slide {
  width: 100%;
}
#met-imgs-carousel .slick-slide:first-child {
  display: block;
}
#met-imgs-carousel .slick-slide span {
  display: inline-block;
}
#met-imgs-carousel .slick-slide img {
  display: inline;
}
#met-imgs-carousel .slick-dots {
  bottom: 0;
  overflow: hidden;
  z-index: 2;
}
#met-imgs-carousel .slick-dots div {
  margin: auto;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  position: relative;
}
#met-imgs-carousel .slick-dots li {
  width: 64px;
  height: 64px;
  margin: 0 0 0 10px;
  opacity: .7;
  -moz-opacity: .7;
  filter: alpha(opacity=70);
  border: 2px solid  #ddd;
}
#met-imgs-carousel .slick-dots li:first-child {
  margin: 0;
}
#met-imgs-carousel .slick-dots li.slick-active {
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
  border-color: #ff6600;
}
#met-imgs-carousel .slick-dots li img {
  width: 60px;
  height: 60px;
  -o-object-fit: fill;
     object-fit: fill;
}
#met-imgs-carousel .slick-arrow {
  width: 15%;
  height: 100%;
  top: 50%;
}
#met-imgs-carousel .slick-arrow:hover i {
  color: #999;
}
#met-imgs-carousel .slick-arrow.slick-prev {
  text-align: left;
}
#met-imgs-carousel .slick-arrow.slick-next {
  text-align: right;
}
#met-imgs-carousel .slick-arrow i {
  font-size: 70px;
  color: #ccc;
}
@media (max-width: 767px) {
  #met-imgs-carousel .slick-arrow i {
    font-size: 50px;
  }
}
.met-showproduct {
  /* 标准模式 */
  /* 时尚模式 */
}
.met-showproduct .para li {
  margin: 0;
  padding: 3px 15px;
  font-size: 14px;
  line-height: 1.5;
  word-wrap: break-word;
  color: #5e7387;
}
@media (min-width: 992px) {
  .met-showproduct .para.blocks-md-4 li:nth-child(4n+3) {
    clear: none;
  }
}
.met-showproduct .met-showproduct-list {
  margin: 0;
}
.met-showproduct.pagetype1 {
  background: #f2f2f2;
}
.met-showproduct.pagetype1 .less-page-content {
  background: #f2f2f2;
}
.met-showproduct.pagetype1 .met-showproduct-head {
  background: #fff;
  padding: 30px 0px;
}
.met-showproduct.pagetype1 .met-showproduct-head .product-intro h1 {
  margin-top: 0px;
  font-size: 28px;
}
.met-showproduct.pagetype1 .met-showproduct-head .product-intro p.description {
  margin-bottom: 15px;
  color: #5e7387;
}
@media (max-width: 992px) {
  .met-showproduct.pagetype1 .met-showproduct-head .product-intro {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .met-showproduct.pagetype1 .met-showproduct-head {
    padding: 15px 0;
  }
}
.met-showproduct.pagetype1 .para {
  margin: 0;
  padding: 10px 0;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}
.met-showproduct.pagetype1 .met-showproduct-body {
  padding: 30px 0px 0px;
}
.met-showproduct.pagetype1 .met-showproduct-body .panel {
  border-radius: 0;
}
.met-showproduct.pagetype1 .met-showproduct-body .product-content-body .met-editor {
  padding: 0px;
}
.met-showproduct.pagetype1 .met-showproduct-body .product-content-body .met-editor .para {
  margin-bottom: 15px;
  border-top: none;
}
@media (min-width: 992px) {
  .met-showproduct.pagetype1 .met-showproduct-body .product-content-body .panel {
    margin-right: 15px;
  }
}
.met-showproduct.pagetype1 .met-showproduct-body .product-content-body .nav-tabs {
  margin-bottom: 20px;
}
.met-showproduct.pagetype1 .met-showproduct-body .product-hot h4.example-title {
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 300;
}
@media (min-width: 992px) {
  .met-showproduct.pagetype1 .met-showproduct-body .product-hot {
    margin-left: 45px;
  }
}
.met-showproduct.pagetype1 .met-showproduct-body .product-hot .mob-masonry li {
  text-align: center;
  clear: none;
}
@media (min-width: 992px) {
  .met-showproduct.pagetype1 .met-showproduct-body .product-hot .mob-masonry li {
    width: 100%;
  }
}
.met-showproduct.pagetype1 .met-showproduct-body .product-hot .mob-masonry a.img {
  margin: 0px auto;
  margin-bottom: 5px;
  display: block;
}
.met-showproduct.pagetype1 .met-showproduct-body .product-hot .mob-masonry a.img img {
  margin: 0px auto;
}
.met-showproduct.pagetype1 .met-showproduct-body .product-hot .mob-masonry a.txt {
  color: #5e7387;
  text-decoration: none;
}
.met-showproduct.pagetype1 .met-showproduct-body .product-hot .mob-masonry a.txt:active,
.met-showproduct.pagetype1 .met-showproduct-body .product-hot .mob-masonry a.txt:focus,
.met-showproduct.pagetype1 .met-showproduct-body .product-hot .mob-masonry a.txt:hover {
  text-decoration: none;
}
.met-showproduct.pagetype1 .met-showproduct-body .product-hot .mob-masonry a.txt:hover {
  color: #ff6600;
}
.met-showproduct.pagetype1 .met-showproduct-body .product-hot .mob-masonry p {
  color: #f96868;
  margin-bottom: 0px;
}
@media (max-width: 767px) {
  .met-showproduct.pagetype1 .met-showproduct-body {
    padding: 15px 0px 0px;
  }
  .met-showproduct.pagetype1 .met-showproduct-body .panel {
    margin-bottom: 15px;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
  }
  .met-showproduct.pagetype1 .met-showproduct-body .panel-body {
    padding: 15px;
  }
  .met-showproduct.pagetype1 .met-showproduct-body .product-content-body .panel {
    margin-right: 0px;
  }
  .met-showproduct.pagetype1 .met-showproduct-body .product-content-body .nav-tabs {
    margin-bottom: 15px;
    margin-top: -10px;
  }
}
.met-showproduct.pagetype2 {
  background: #fff;
}
.met-showproduct.pagetype2 .less-page-content {
  background: #f2f2f2;
}
.met-showproduct.pagetype2 nav.navbar {
  min-height: 50px;
  margin-bottom: 0px;
  background: #f5f5f5;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
}
.met-showproduct.pagetype2 nav.navbar.navbar-fixed-top {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.95);
}
.met-showproduct.pagetype2 nav.navbar h1 {
  margin: 0px;
  height: 50px;
  line-height: 50px;
  padding-top: 0px;
  padding-bottom: 0px;
}
.met-showproduct.pagetype2 nav.navbar .nav {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.met-showproduct.pagetype2 nav.navbar .nav > li > a {
  padding-top: 0px;
  padding-bottom: 0px;
  height: 50px;
  line-height: 50px;
  white-space: nowrap;
}
.met-showproduct.pagetype2 nav.navbar .navbar-toggle {
  height: 50px;
  padding-top: 0px;
  padding-bottom: 0px;
}
.met-showproduct.pagetype2 nav.navbar .navbar-right li.active a {
  color: #ff6600;
}
@media (max-width: 767px) {
  .met-showproduct.pagetype2 nav.navbar .nav {
    float: none;
  }
}
.met-showproduct.pagetype2 .content {
  padding: 30px 0px;
}
.met-showproduct.pagetype2 .content-2,
.met-showproduct.pagetype2 .content-4,
.met-showproduct.pagetype2 .content-6 {
  background: #f2f2f2;
}
.met-showproduct.pagetype2 .content-2 .met-editor,
.met-showproduct.pagetype2 .content-4 .met-editor,
.met-showproduct.pagetype2 .content-6 .met-editor {
  background: #f2f2f2;
}
@media (max-width: 767px) {
  .met-showproduct.pagetype2 .content {
    padding: 10px 0px;
  }
  .met-showproduct.pagetype2 .blocks {
    padding-left: 10px;
  }
  .met-showproduct.pagetype2 .blocks li {
    width: 50%;
    word-wrap: break-word;
  }
  .met-showproduct.pagetype2 .blocks li:nth-child(2n+1) {
    clear: both;
  }
  .met-showproduct.pagetype2 .blocks li .widget {
    margin-right: 10px;
  }
}
/*下载模块*/
/* 下载模块 */
.met-download {
  padding: 30px 0px;
  background: #f2f2f2;
  /* 列表�? */
  /* 详情�? */
}
.met-download .more {
  border-color: #444;
}
.met-download .more span {
  color: #444;
}
.met-download .list-group {
  margin-bottom: 30px;
}
.met-download .met-download-body {
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.met-download .met-download-list {
  padding: 30px;
  background: #ffffff;
}
@media (max-width: 767px) {
  .met-download .met-download-list {
    padding: 10px;
  }
}
.met-download .met-download-list .list-group-item {
  padding: 30px 0px;
}
.met-download .met-download-list .media-left {
  padding-right: 5px;
  padding-left: 10px;
}
.met-download .met-download-list .media-left i {
  font-size: 38px;
  color: #a3afb7;
}
.met-download .met-download-list h4.media-heading a {
  color: #444444;
  font-size: 16px;
}
.met-download .met-download-list h4.media-heading a:hover {
  color: #ff6600;
}
.met-download .met-download-list small {
  color: #76838f;
  font-size: 14px;
}
.met-download .met-download-list a.btn {
  margin-right: 10px;
}
@media (max-width: 767px) {
  .met-download .list-group {
    margin: 0;
  }
  .met-download .met-download-list {
    padding: 15px;
  }
  .met-download .met-download-list .list-group-item {
    padding: 20px 0;
  }
}
.met-download .met-download-header,
.met-download .met-download-footer {
  padding: 30px;
  background: #ffffff;
}
@media (max-width: 767px) {
  .met-download .met-download-header,
  .met-download .met-download-footer {
    padding: 10px;
  }
}
.met-download .met-download-header {
  padding-bottom: 0px;
}
.met-download h1 {
  margin: 0px;
  font-size: 32px;
  margin-bottom: 5px;
}
.met-download .info {
  padding-bottom: 20px;
  border-bottom: 1px solid #dddddd;
  font-size: 16px;
  color: #a3afb7;
}
.met-download .info span {
  padding-right: 10px;
}
@media (max-width: 767px) {
  .met-download .info {
    padding-bottom: 20px;
  }
}
.met-download .paralist {
  padding: 30px;
  background: #ffffff;
  padding-bottom: 0px;
}
@media (max-width: 767px) {
  .met-download .paralist {
    padding: 10px;
  }
}
.met-download .paralist dl {
  margin-bottom: 0px;
  padding-bottom: 5px;
  border-bottom: 1px solid #dddddd;
  font-size: 16px;
}
.met-download .paralist dl dd {
  margin-bottom: 5px;
  color: #76838f;
}
@media (min-width: 768px) {
  .met-download .paralist dl {
    padding-bottom: 25px;
  }
  .met-download .paralist dl dt {
    width: 100px;
    margin-bottom: 5px;
  }
  .met-download .paralist dl dd {
    margin-left: 120px;
    margin-bottom: 5px;
  }
}
.met-download .paralist .met-download-btn {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .met-download {
    padding: 0px;
  }
  .met-download h1 {
    font-size: 24px;
  }
  .met-download .met-download-header {
    padding-top: 20px;
  }
}
/*图片模块*/
/*图片模块*/
.met-img {
  border-top: 1px solid #dddddd;
}
.met-img .widget,
.met-img .cover,
.met-img .cover-image {
  border-radius: 0;
}
@media (min-width: 480px) and (max-width: 767px) {
  .met-img ul.met-page-ajax li {
    width: 50%;
  }
}
.met-showimg-con,
.imgpara {
  padding: 30px 30px 0;
}
@media (max-width: 767px) {
  .met-showimg-con,
  .imgpara {
    padding: 10px 10px 0;
  }
}
.imgparalist > li {
  margin: 0;
  padding: 3px 15px;
  font-size: 14px;
  line-height: 1.5;
  word-wrap: break-word;
  color: #5e7387;
}
@media (min-width: 992px) {
  .imgparalist > li:nth-child(4n+3) {
    clear: none;
  }
}
/*招聘模块*/
/* 招聘模块 */
.met-job {
  padding: 30px 0px;
  background: #f2f2f2;
}
@media (max-width: 767px) {
  .met-job {
    padding: 0px;
  }
}
.met-job .more {
  border-color: #444;
}
.met-job .more span {
  color: #444;
}
.met-job .widget {
  border-radius: 0;
}
.met-job .widget .widget-body:last-child {
  border-radius: 0;
}
.met-job .widget .widget-title a {
  color: #444444;
}
.met-job .widget .widget-title a:hover {
  color: #ff6600;
}
.met-job .widget .widget-metas span {
  margin-right: 10px;
}
.met-job .widget .met-editor {
  padding: 0px 20px;
}
@media (max-width: 767px) {
  .met-job .widget {
    margin: 15px 10px;
  }
  .met-job .widget .widget-body {
    padding: 15px 10px;
  }
  .met-job .widget .met-editor {
    padding: 0px;
  }
  .met-job .widget hr {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
#met-job-cv .modal-header {
  border-radius: 0px;
}
@media (max-width: 767px) {
  #met-job-cv .modal-body {
    padding: 15px;
  }
}
.met-form .form-group .control-label {
  font-weight: normal;
}
/*留言模块*/
/* 留言模块 */
.met-message {
  padding: 30px 0px;
  background: #f2f2f2;
}
@media (max-width: 767px) {
  .met-message {
    padding: 0px;
  }
}
.met-message .col-md-6 {
  float: none;
  margin: auto;
}
.met-message .met-message-body,
.met-message .met-message-submit {
  padding: 30px;
  background: #ffffff;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
@media (max-width: 767px) {
  .met-message .met-message-body,
  .met-message .met-message-submit {
    padding: 10px;
  }
}
.met-message .met-message-body .media-left {
  padding-right: 0px;
  display: block;
  float: left;
}
.met-message .met-message-body .media-left i {
  font-size: 36px;
  color: #a3afb7;
}
.met-message .met-message-body .media-body {
  width: calc(54%);
  word-wrap: break-word;
  display: block;
  float: left;
}
.met-message .met-message-body .media-body p {
  font-size: 14px;
  color: #76838f;
}
@media (min-width: 992px) {
  .met-message .met-message-submit {
    margin-left: 30px;
  }
}
@media (max-width: 767px) {
  .met-message .met-message-submit {
    padding-bottom: 20px;
  }
}
/*反馈模块*/
/* 反馈模块 */
.met-feedback {
  padding: 30px 0px;
  background: #f2f2f2;
}
.met-feedback .container {
  max-width: 800px;
}
.met-feedback .met-feedback-body {
  padding: 30px;
  background: #ffffff;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
@media (max-width: 767px) {
  .met-feedback .met-feedback-body {
    padding: 10px;
  }
}
@media (max-width: 767px) {
  .met-feedback {
    padding: 10px;
  }
}
/*全站搜索*/
/* 搜索模块 */
.met-search {
  padding: 30px 0px;
  border-top: 1px solid #dddddd;
  background: #f2f2f2;
}
@media (max-width: 767px) {
  .met-search {
    padding: 0px;
  }
  .met-search .met-search-body {
    padding: 20px 10px;
  }
}
.met-search .met-search-body {
  min-height: 500px;
  padding: 30px;
  background: #ffffff;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
@media (max-width: 767px) {
  .met-search .met-search-body {
    padding: 10px;
  }
}
.met-search .met-search-body .page-search-form {
  margin-bottom: 10px;
}
.met-search .met-search-body .met_pager {
  margin-top: 30px;
  text-align: left;
}
.met-search .met-search-body .page-search-title {
  font-size: 26px;
}
.met-search .met-search-body .list-group-item {
  padding-top: 10px;
  padding-bottom: 10px;
}
.met-search .met-search-body .list-group-item p {
  color: #76838f;
}
.met-search .met-search-body .list-group-item > h4 {
  margin-bottom: 5px;
}
.met-search .met-search-body .list-group-item > h4 a {
  text-decoration: none;
  color: #526069;
}
.met-search .met-search-body .list-group-item > h4 a :hover {
  text-decoration: none;
  color: #37474f;
}
.met-search .met-search-body .list-group-item > p:last-child {
  margin-bottom: 0;
}
/*全站搜索*/
/* 网站地图 */
.met-sitemap {
  padding: 30px 0px;
  background: #f2f2f2;
}
@media (max-width: 767px) {
  .met-sitemap {
    padding: 0px;
  }
}
.met-sitemap .met-sitemap-body {
  padding: 30px;
  background: #ffffff;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
@media (max-width: 767px) {
  .met-sitemap .met-sitemap-body {
    padding: 10px;
  }
}
.sitemap-list {
  padding: 0;
  margin: 0px;
  list-style-type: none;
}
.sitemap-list a {
  color: #76838f;
}
.sitemap-list > li {
  margin-bottom: 25px;
}
.sitemap-list > li:last-child {
  margin-bottom: 0px;
}
.sitemap-list > li.is-single {
  margin-bottom: 10px;
}
.sitemap-list > li > a {
  display: block;
  padding: 14px 15px;
  line-height: 1;
  text-decoration: none;
  border: 1px solid #e4eaec;
  border-radius: 5px;
}
.sitemap-list > li > ul {
  position: relative;
  padding: 10px 10px 20px 40px;
  margin: 0;
  list-style-type: none;
}
.sitemap-list > li > ul a:hover {
  color: #62a8ea;
}
.sitemap-list > li > ul::before {
  position: absolute;
  top: 0;
  left: 20px;
  width: 1px;
  height: 100%;
  content: " ";
  background: #e4eaec;
}
.sitemap-list > li > ul > li > a {
  position: relative;
  display: block;
  min-width: 220px;
  padding: 10px;
  margin-bottom: 5px;
  line-height: 1;
  text-decoration: none;
  border: 1px solid #e4eaec;
}
.sitemap-list > li > ul > li > a::after,
.sitemap-list > li > ul > li > a::before {
  position: absolute;
  top: 50%;
  content: " ";
  background: #e4eaec;
}
.sitemap-list > li > ul > li > a::before {
  left: -20px;
  width: 20px;
  height: 1px;
  margin-top: -1px;
}
.sitemap-list > li > ul > li > a::after {
  left: -23px;
  width: 5px;
  height: 5px;
  margin-top: -3px;
  border-radius: 50%;
}
.sitemap-list-sub {
  position: relative;
  padding: 5px 0 9px 40px;
  margin-top: -5px;
  list-style-type: none;
}
.sitemap-list-sub::before {
  position: absolute;
  top: 0;
  left: 20px;
  width: 1px;
  height: 100%;
  content: " ";
  background: #e4eaec;
}
.sitemap-list-sub > li {
  position: relative;
  line-height: 30px;
}
.sitemap-list-sub > li::after,
.sitemap-list-sub > li::before {
  position: absolute;
  top: 50%;
  left: -22px;
  content: " ";
  background: #e4eaec;
}
.sitemap-list-sub > li::before {
  width: 15px;
  height: 1px;
  margin-top: -1px;
}
.sitemap-list-sub > li::after {
  width: 5px;
  height: 5px;
  margin-top: -3px;
  border-radius: 50%;
}
@media (max-width: 479px) {
  .sitemap-list {
    padding-left: 40px;
    list-style-type: disc;
  }
  .sitemap-list .icon {
    display: none;
  }
  .sitemap-list > li:first-child {
    margin-bottom: 20px;
    margin-left: -16px;
    list-style-type: none;
  }
  .sitemap-list > li > a {
    display: inline;
    padding: 10px;
    border: none;
  }
  .sitemap-list > li > a i {
    display: none;
  }
  .sitemap-list > li > ul {
    padding: 5px 0 5px 26px;
    list-style-type: circle;
  }
  .sitemap-list > li > ul::before {
    display: none;
  }
  .sitemap-list > li > ul > li > a {
    display: inline;
    padding: 10px 0;
    border: none;
  }
  .sitemap-list > li > ul > li > a::after,
  .sitemap-list > li > ul > li > a::before {
    display: none;
  }
  .sitemap-list-sub {
    padding: 5px 0 5px 20px;
    list-style-type: square;
  }
  .sitemap-list-sub::before {
    display: none;
  }
  .sitemap-list-sub > li {
    line-height: normal;
  }
  .sitemap-list-sub > li::after,
  .sitemap-list-sub > li::before {
    display: none;
  }
}
/*商城模块样式*/
/* 商城模块 */
/*顶部*/
.met-nav-right-shop.nav > li {
  background: #f5f5f5;
  margin-bottom: 10px;
}
.met-nav-right-shop.nav > li:last-child {
  margin-bottom: 0px;
}
.met-nav-right-shop.nav > li > a {
  padding-top: 0px;
  padding-bottom: 0px;
  height: 40px;
  line-height: 40px;
}
.met-nav-right-shop .dropdown-menu li i {
  color: #9E9E9E;
}
.met-nav-right-shop .dropdown > a > i {
  margin-right: 5px;
  color: #76838f;
}
.met-nav-right-shop #topcart-body .avatar {
  width: 50px;
}
.met-nav-right-shop #topcart-body .avatar img {
  border-radius: 0;
}
.met-nav-right-shop .dropdown-menu-header {
  padding: 20px 20px;
}
.met-nav-right-shop .dropdown-menu-footer {
  height: 55px;
  line-height: 55px;
  padding: 0px 15px!important;
}
@media (min-width: 768px) {
  .met-nav-right-shop.nav > li {
    margin-left: 20px;
    margin-left: 5px;
    margin-bottom: 0px;
  }
  .met-nav-right-shop.nav > li:first-child {
    margin-left: 0;
  }
  .met-nav-right-shop .dropdown-menu {
    top: 55px;
  }
}
@media (max-width: 991px) {
  .met-nav-right-shop {
    margin-left: 10px;
  }
}
@media (max-width: 767px) {
  .met-nav-right-shop {
    margin-left: 0;
    margin-right: 0;
  }
  .met-nav-right-shop.nav > li > a {
    height: 50px;
    line-height: 38px;
    padding: 6px 30px;
  }
  .met-nav-right-shop .dropdown-menu {
    background-color: #fff!important;
  }
}
/*产品详情页右�?*/
.shop-product-intro + .para {
  margin-top: 20px;
}
.shop-product-intro #price {
  font-size: 32px;
}
.shop-product-intro .form-group {
  margin-bottom: 0px;
}
.shop-product-intro del {
  position: relative;
  top: -2px;
  font-weight: 300;
}
.shop-product-intro del:not(:first-child) {
  margin-left: 20px;
}
.shop-product-intro label {
  margin-bottom: 0px;
}
.shop-product-intro .selectpara-body a.btn {
  margin-top: 8px;
}
.shop-product-intro .selectpara-body .selectpara {
  min-width: 70px;
  text-align: center;
}
.shop-product-intro .selectpara-body .selectpara.btn-outline.btn-danger:focus,
.shop-product-intro .selectpara-body .selectpara.btn-outline.btn-danger:hover {
  background-color: transparent;
  color: #f96868;
}
.shop-product-intro .height-10 {
  height: 10px;
}
.shop-product-intro .text-default {
  padding: 20px;
  background: #F3F7F9;
}
.shop-product-intro .purchase-btn a.btn {
  width: 100%;
  display: block;
}
.shop-product-intro .purchase-btn a.btn i {
  margin-right: 8px;
}
@media (min-width: 768px) {
  .shop-product-intro .purchase-btn a.btn {
    width: auto;
    display: inline-block;
    padding: 10px 35px;
  }
  .shop-product-intro .product-buynow {
    background: #333;
    border-color: #333;
    font-weight: 600;
    letter-spacing: 1px;
  }
  .shop-product-intro .product-buynow:hover {
    opacity: .85;
    color: #fff!important;
  }
  .shop-product-intro .product-tocart {
    background: #ff6600;
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
  }
  .shop-product-intro .product-tocart:hover {
    opacity: .85;
    color: #fff!important;
  }
}
@media (max-width: 767px) {
  .shop-product-intro .price {
    padding: 10px 20px !important;
  }
  .shop-product-intro .product-tocart {
    margin-top: 10px;
  }
}
/*产品详情页时尚模�?*/
@media (min-width: 768px) {
  .met-showproduct.pagetype2 .shop-btn-body {
    margin-left: 20px;
  }
}
@media (max-width: 767px) {
  .met-showproduct.pagetype2 .navbar-toggle {
    padding: 0px;
    float: none;
  }
  .met-showproduct.pagetype2 .shop-btn {
    padding: 6px 13px;
    font-size: 12px;
    line-height: 1.5;
  }
}
.met-showproduct.pagetype2 #shop-fashion-option .modal-content,
.met-showproduct.pagetype2 #shop-fashion-option .modal-header {
  border-radius: 0;
}
@media (max-width: 767px) {
  .met-showproduct.pagetype2 #shop-fashion-option .modal-body {
    padding: 15px;
  }
}
/* 字体图标 */
@font-face {
  font-family: 'iconfont';
  src: url(../images/iconfont.woff);
}
/* @font-face {
    font-family: 'PingFang';
    src: url(../images/PingFang-SC-Regular.otf);
} */
.icon-relation:before {
  content: "\e6c2";
}
.icon-shuaxin:before {
  content: "\e69e";
}
.icon-miaozhun:before {
  content: "\e6b3";
}
.icon-qrcode:before {
  content: "\e61e";
}
.icon-weibo:before {
  content: "\e605";
}
.icon-dot-medium:before {
  content: "\e657";
}
.icon-round-gavel:before {
  content: "\e6ac";
}
.icon-arrowup3:before {
  content: "\e668";
}
.icon-sousuo:before {
  content: "\e664";
}
.icon-more-point:before {
  content: "\e679";
}
.icon-advisor-advice:before {
  content: "\e696";
}
.icon-xiaoxi:before {
  content: "\e643";
}
.icon-qingkongshanchu:before {
  content: "\e644";
}
.icon-category:before {
  content: "\e674";
}
.icon-xiugai:before {
  content: "\e645";
}
.icon-done:before {
  content: "\e68c";
}
.icon-arr-right:before {
  content: "\e688";
}
.icon-weixin:before {
  content: "\e627";
}
.icon-hongbao:before {
  content: "\e6a4";
}
.icon-help-money:before {
  content: "\e6a6";
}
.icon-xiaolian:before {
  content: "\e66d";
}
.icon-face-sad:before {
  content: "\e672";
}
.icon-caution:before {
  content: "\e68a";
}
.icon-yhq:before {
  content: "\e6da";
}
.icon-woshou:before {
  content: "\e60a";
}
.icon-drivemsword:before {
  content: "\e632";
}
.icon-file-uploaded:before {
  content: "\e693";
}
.icon-phone-hotline:before {
  content: "\e678";
}
.icon-arrow-left-thick:before {
  content: "\e658";
}
.icon-arrow-right-thick:before {
  content: "\e659";
}
.icon-dianhua:before {
  content: "\e68d";
}
.icon-feedback:before {
  content: "\e68e";
}
.icon-yanzhengma2:before {
  content: "\e673";
}
.icon-trafficaccident:before {
  content: "\e6ba";
}
.icon-bank-card:before {
  content: "\e675";
}
.icon-free:before {
  content: "\e6b4";
}
.icon-dianhua3:before {
  content: "\e6cf";
}
.icon-map:before {
  content: "\e676";
}
.icon-hand-holding:before {
  content: "\e677";
}
.icon-stopwatch:before {
  content: "\e6a5";
}
.icon-round-platform:before {
  content: "\e6ad";
}
.icon-xiezhu:before {
  content: "\e67a";
}
.icon-arr-left:before {
  content: "\e689";
}
.icon-copyright:before {
  content: "\e6bc";
}
.icon-shanchu:before {
  content: "\e647";
}
.icon-one-service:before {
  content: "\e6be";
}
.icon-gou1:before {
  content: "\e6c8";
}
.icon-close-note:before {
  content: "\e64a";
}
.icon-fonticonpei:before {
  content: "\e6b5";
}
.icon-icon-pay:before {
  content: "\e6a3";
}
.icon-shenhe:before {
  content: "\e6b7";
}
.icon-1:before {
  content: "\e62f";
}
.icon-2:before {
  content: "\e630";
}
.icon-3:before {
  content: "\e631";
}
.icon-dagouxuanzhong:before {
  content: "\e63e";
}
.icon-jinzhi:before {
  content: "\e6c1";
}
.icon-advisor-expertise:before {
  content: "\e697";
}
.icon-shuohua:before {
  content: "\e6b8";
}
.icon-customer-service:before {
  content: "\e690";
}
.icon-right-double:before {
  content: "\e663";
}
.icon-advisor-analysis:before {
  content: "\e698";
}
.icon-fenlei:before {
  content: "\e699";
}
.icon-friendly:before {
  content: "\e6cc";
}
.icon-laba:before {
  content: "\e671";
}
.icon-gou:before {
  content: "\e66f";
}
.icon-weibo1:before {
  content: "\e665";
}
.icon-weixin1:before {
  content: "\e666";
}
.icon-legal-adviser:before {
  content: "\e691";
}
.icon-weixin2:before {
  content: "\e609";
}
.icon-z105:before {
  content: "\e66c";
}
.icon-round-rmb:before {
  content: "\e6ae";
}
.icon-send:before {
  content: "\e667";
}
.icon-shuangjiantouxiangyou:before {
  content: "\e648";
}
.icon-index-banner-free:before {
  content: "\e65d";
}
.icon-tubiao09:before {
  content: "\e6bb";
}
.icon-v1-laodongjiufen:before {
  content: "\e67b";
}
.icon-v1-hetongjiufen:before {
  content: "\e67c";
}
.icon-v1-hunyinjiashi:before {
  content: "\e67d";
}
.icon-v1-jiaotongshigu:before {
  content: "\e67e";
}
.icon-v1-guquanjiufen:before {
  content: "\e686";
}
.icon-iconjiedaiguanxi:before {
  content: "\e606";
}
.icon-iconminshijiufen:before {
  content: "\e625";
}
.icon-v1-xingshifanzui:before {
  content: "\e67f";
}
.icon-v1-xingzhengjiufen:before {
  content: "\e680";
}
.icon-v1-yiliaojiufen:before {
  content: "\e687";
}
.icon-v1-zhixingweituo:before {
  content: "\e681";
}
.icon-v1-cancle:before {
  content: "\e64b";
}
.icon-v1-fangchantudi:before {
  content: "\e682";
}
.icon-v1-zhishichanquan:before {
  content: "\e683";
}
.icon-v1-tianxiebiaodan:before {
  content: "\e685";
}
.icon-v2-fenxizhenduan:before {
  content: "\e684";
}
.icon-index-banner-lawsuit:before {
  content: "\e65e";
}
.icon-calling:before {
  content: "\e600";
}
.icon-check:before {
  content: "\e601";
}
.icon-ringvloume:before {
  content: "\e602";
}
.icon-snoze:before {
  content: "\e603";
}
.icon-duigou:before {
  content: "\e6b2";
}
.icon-arrowleftdl:before {
  content: "\e649";
}
.icon-account2:before {
  content: "\e604";
}
.icon-vip:before {
  content: "\e607";
}
.icon-endcall:before {
  content: "\e608";
}
.icon-book:before {
  content: "\e60b";
}
.icon-buildings:before {
  content: "\e60c";
}
.icon-bussiniessbag:before {
  content: "\e60d";
}
.icon-car:before {
  content: "\e60e";
}
.icon-court:before {
  content: "\e60f";
}
.icon-earth:before {
  content: "\e610";
}
.icon-eye:before {
  content: "\e611";
}
.icon-favourite:before {
  content: "\e612";
}
.icon-files:before {
  content: "\e613";
}
.icon-fingerprint:before {
  content: "\e614";
}
.icon-gavel:before {
  content: "\e615";
}
.icon-hospital:before {
  content: "\e616";
}
.icon-marriage:before {
  content: "\e617";
}
.icon-school:before {
  content: "\e618";
}
.icon-shield:before {
  content: "\e619";
}
.icon-sick:before {
  content: "\e61a";
}
.icon-thumbup:before {
  content: "\e61b";
}
.icon-moretag:before {
  content: "\e61c";
}
.icon-phone:before {
  content: "\e61d";
}
.icon-questions:before {
  content: "\e61f";
}
.icon-arrow-select-down:before {
  content: "\e629";
}
.icon-arrowup:before {
  content: "\e621";
}
.icon-search:before {
  content: "\e622";
}
.icon-talk:before {
  content: "\e623";
}
.icon-write:before {
  content: "\e624";
}
.icon-arrwoforward:before {
  content: "\e626";
}
.icon-insertchart:before {
  content: "\e628";
}
.icon-arrwondropdown:before {
  content: "\e629a";
}
.icon-users:before {
  content: "\e62a";
}
.icon-radiobuttonchecked:before {
  content: "\e62b";
}
.icon-radiobuttonunchecked:before {
  content: "\e62c";
}
.icon-more100:before {
  content: "\e62d";
}
.icon-donut100:before {
  content: "\e62e";
}
.icon-arrowdown2:before {
  content: "\e633";
}
.icon-clock:before {
  content: "\e634";
}
.icon-namecard:before {
  content: "\e635";
}
.icon-picture:before {
  content: "\e636";
}
.icon-sad:before {
  content: "\e637";
}
.icon-smile:before {
  content: "\e638";
}
.icon-file-copy:before {
  content: "\e639";
}
.icon-v:before {
  content: "\e63a";
}
.icon-avatarim:before {
  content: "\e63b";
}
.icon-attach:before {
  content: "\e63c";
}
.icon-chatbubbleoutline:before {
  content: "\e63d";
}
.icon-shijian:before {
  content: "\e6db";
}
.icon-qingkongshuruwenzi:before {
  content: "\e646";
}
.icon-documents:before {
  content: "\e63f";
}
.icon-staroutline:before {
  content: "\e640";
}
.icon-star:before {
  content: "\e641";
}
.icon-bukezhongfu:before {
  content: "\e6c0";
}
.icon-check1:before {
  content: "\e642";
}
.icon-iconfontshuangjiantouleft:before {
  content: "\e68b";
}
.icon-arrowdown:before {
  content: "\e64c";
}
.icon-index-banner-vip:before {
  content: "\e65f";
}
.icon-duiyonghu:before {
  content: "\e6d1";
}
.icon-arrowdowncircle:before {
  content: "\e65c";
}
.icon-index-credit:before {
  content: "\e660";
}
.icon-index-call:before {
  content: "\e661";
}
.icon-index-location:before {
  content: "\e662";
}
.icon-light:before {
  content: "\e64d";
}
.icon-msgtalk:before {
  content: "\e64e";
}
.icon-cancle:before {
  content: "\e64f";
}
.icon-coupon:before {
  content: "\e650";
}
.icon-help:before {
  content: "\e651";
}
.icon-setting:before {
  content: "\e652";
}
.icon-vip1:before {
  content: "\e653";
}
.icon-laoshi:before {
  content: "\e670";
}
.icon-envelope:before {
  content: "\e6b1";
}
.icon-arrowup2:before {
  content: "\e654";
}
.icon-gouhao:before {
  content: "\e66e";
}
.icon-addoutline:before {
  content: "\e655";
}
.icon-deleteoutline:before {
  content: "\e656";
}
.icon-right-double1:before {
  content: "\e62dd";
}
.icon-arrowcircle:before {
  content: "\e620";
}
.icon-thumbsupoutline:before {
  content: "\e65a";
}
.icon-email:before {
  content: "\e65b";
}
.icon-renminbi:before {
  content: "\e69f";
}
.icon-iphone:before {
  content: "\e669";
}
.icon-lock:before {
  content: "\e66a";
}
.icon-yanzhengma:before {
  content: "\e66b";
}
.icon-decline:before {
  content: "\e6bf";
}
.icon-time:before {
  content: "\e68f";
}
.icon-erroroutline:before {
  content: "\e692";
}
.icon-unsolved:before {
  content: "\e694";
}
.icon-canclefilled:before {
  content: "\e695";
}
.icon-rights:before {
  content: "\e6d9";
}
.icon-local:before {
  content: "\e69a";
}
.icon-pencil:before {
  content: "\e69b";
}
.icon-download:before {
  content: "\e69c";
}
.icon-false:before {
  content: "\e6b6";
}
.icon-telephonering:before {
  content: "\e69d";
}
.icon-solid-right:before {
  content: "\e6aa";
}
.icon-thumbsupoutline2:before {
  content: "\e6a0";
}
.icon-appointment:before {
  content: "\e6a1";
}
.icon-appointmentsucess:before {
  content: "\e6a2";
}
.icon-phone-no-swering:before {
  content: "\e6a7";
}
.icon-huojian:before {
  content: "\e6b0";
}
.icon-add:before {
  content: "\e6a8";
}
.icon-tagtriangle:before {
  content: "\e6a9";
}
.icon-autorenew:before {
  content: "\e6ab";
}
.icon-yjia:before {
  content: "\e6af";
}
.icon-attach-italic:before {
  content: "\e62de";
}
.icon-shang:before {
  content: "\e76d";
}
.icon-umbrella:before {
  content: "\e6cd";
}
.icon-favourite-solid:before {
  content: "\e6b9";
}
.icon-shang_filled:before {
  content: "\e6d5";
}
.icon-24hours:before {
  content: "\e6bd";
}
.icon-tuijian:before {
  content: "\e6c9";
}
.icon-file_line:before {
  content: "\e6c3";
}
.icon-admin_fill:before {
  content: "\e6c4";
}
.icon-service_fill:before {
  content: "\e6c5";
}
.icon-lawer_fill:before {
  content: "\e6c6";
}
.icon-KYfangwu:before {
  content: "\e6d8";
}
.icon-user:before {
  content: "\e6e8";
}
.icon-baoxian:before {
  content: "\e6c7";
}
.icon-maimai:before {
  content: "\e754";
}
.icon-guide:before {
  content: "\e6ce";
}
.icon-thumb-down:before {
  content: "\e6ca";
}
.icon-shopping-cart:before {
  content: "\e6cb";
}
.icon-customer-assi:before {
  content: "\e6d0";
}
.icon-self-lawsuit:before {
  content: "\e6d2";
}
.icon-play:before {
  content: "\e6d3";
}
.icon-write-file:before {
  content: "\e6d4";
}
.icon-consult-file:before {
  content: "\e6d6";
}
.icon-v1:before {
  content: "\e6d7";
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* 通用 */
.side-box {
  width: 22% !important;
}
a {
  -webkit-transition: all 0.26s ease 200ms;
  transition: all 0.26s ease 200ms;
}
a:hover,
a:focus,
a:active {
  text-decoration: none;
  color: #ff6600 !important;
}
.more {
  overflow: hidden;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #fff;
  -webkit-transition: all 0.26s ease 200ms;
  transition: all 0.26s ease 200ms;
  color: #fff;
  width: 160px;
  cursor: pointer;
}
.more span {
  display: block;
  width: 100%;
  position: relative;
  text-align: center;
  height: 40px;
  line-height: 40px;
  -webkit-transition: all 0.26s ease 100ms;
  transition: all 0.26s ease 100ms;
  color: #fff;
}
.more span:after {
  content: attr(data-more);
  position: absolute;
  height: 40px;
  top: 0px;
  left: 0px;
  right: 0;
  color: transparent;
  -webkit-transform: translate(0, 100%);
          transform: translate(0, 100%);
  -webkit-transition: all 0.26s ease 200ms;
  transition: all 0.26s ease 200ms;
}
.more:hover {
  border: 1px solid #ff6600 !important;
  -webkit-transition: all 0.26s ease 200ms;
  transition: all 0.26s ease 200ms;
  background: #ff6600;
}
.more:hover span {
  color: transparent;
  -webkit-transform: translate(0, -100%);
          transform: translate(0, -100%);
}
.more:hover span:after {
  background-color: #ff6600;
  color: #fff;
}
ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #444;
  text-shadow: none;
}
.title {
  height: 60px;
  font-size: 32px;
  position: relative;
  margin: 0;
  font-weight: normal;
}
.title .line {
  display: inline-block;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100px;
  height: 1px;
  background-color: #ff6600;
  -webkit-transition: width 0.5s ease-out;
  transition: width 0.5s ease-out;
}
.met-control {
  position: fixed;
  right: 20px !important;
}
.met-control .control-list {
  margin: 35px 0px;
  width: 24px;
  height: 24px;
  position: relative;
  outline: 0 none;
  display: block;
  -webkit-transition: all 0.26s ease 0ms;
  transition: all 0.26s ease 0ms;
  cursor: pointer;
  background: url(../images/dot-w.png) no-repeat;
}
.met-control .control-list:before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 25px;
  background: #fff;
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -1px;
}
.met-control .control-list.active,
.met-control .control-list:hover {
  background: url(../images/cursor-w.png) no-repeat;
  height: 41px;
}
.met-control .control-list font {
  position: absolute;
  right: 30px;
  top: 5px;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
  opacity: 0;
  color: #fff;
  font-size: 16px;
  -webkit-transition: all 0.26s ease 0ms;
  transition: all 0.26s ease 0ms;
}
.met-control .control-list:hover font {
  opacity: 1;
}
.met-control .control-list:last-child:after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 25px;
  background: #fff;
  position: absolute;
  top: 30px;
  left: 50%;
  margin-left: -1px;
  -webkit-transition: all 0.26s ease 0ms;
  transition: all 0.26s ease 0ms;
}
.met-control .control-list:last-child.active:after,
.met-control .control-list:last-child:hover:after {
  top: 47px;
}
.met-control.control-active .control-list {
  background: url(../images/dot-r.png) no-repeat;
}
.met-control.control-active .control-list:before {
  background: #ff6600;
}
.met-control.control-active .control-list:after {
  background: #ff6600;
}
.met-control.control-active .control-list.active,
.met-control.control-active .control-list:hover {
  background: url(../images/cursor-r.png) no-repeat;
}
.ctrl-left {
  position: absolute;
  left: -70px;
  top: 50%;
  margin-top: -70px;
  width: 40px;
  height: 140px;
  opacity: 0;
  cursor: pointer;
  transform: translateX(30px);
  -moz-transform: translateX(30px);
  -ms-transform: translateX(30px);
  -o-transform: translateX(30px);
  -webkit-transform: translateX(30px);
  transition: 0s .5s;
  -moz-transition: 0s .5s;
  -ms-transition: 0s .5s;
  -o-transition: 0s .5s;
  -webkit-transition: 0s .5s;
  z-index: 9;
}
.ctrl-left:before {
  position: absolute;
  left: 0;
  top: 50%;
  width: 150%;
  height: 2px;
  background: #333;
  content: '';
  transform-origin: bottom left;
  -moz-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  -o-transform-origin: bottom left;
  -webkit-transform-origin: bottom left;
  transform: rotate(-60deg);
  -moz-transform: rotate(-60deg);
  -ms-transform: rotate(-60deg);
  -o-transform: rotate(-60deg);
  -webkit-transform: rotate(-60deg);
}
.ctrl-left:after {
  position: absolute;
  left: 0;
  top: 50%;
  width: 150%;
  height: 2px;
  background: #333;
  content: '';
  transform-origin: top left;
  -moz-transform-origin: top left;
  -ms-transform-origin: top left;
  -o-transform-origin: top left;
  -webkit-transform-origin: top left;
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
  -moz-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  -o-transform: rotate(60deg);
  -transform: rotate(60deg);
}
.ctrl-right {
  position: absolute;
  right: -70px;
  top: 50%;
  margin-top: -70px;
  width: 40px;
  height: 140px;
  opacity: 0;
  cursor: pointer;
  transform: translateX(-30px);
  -moz-transform: translateX(-30px);
  -ms-transform: translateX(-30px);
  -o-transform: translateX(-30px);
  -webkit-transform: translateX(-30px);
  transition: 0s .5s;
  -moz-transition: 0s .5s;
  -ms-transition: 0s .5s;
  -o-transition: 0s .5s;
  -webkit-transition: 0s .5s;
  z-index: 9;
}
.ctrl-right:before {
  position: absolute;
  right: 0;
  top: 50%;
  width: 150%;
  height: 2px;
  background: #333;
  content: '';
  transform-origin: bottom right;
  -moz-transform-origin: bottom right;
  -ms-transform-origin: bottom right;
  -o-transform-origin: bottom right;
  -webkit-transform-origin: bottom right;
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
  -moz-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  -o-transform: rotate(60deg);
  -transform: rotate(60deg);
}
.ctrl-right:after {
  position: absolute;
  right: 0;
  top: 50%;
  width: 150%;
  height: 2px;
  background: #333;
  content: '';
  transform-origin: top right;
  -moz-transform-origin: top right;
  -ms-transform-origin: top right;
  -o-transform-origin: top right;
  -webkit-transform-origin: top right;
  transform: rotate(-60deg);
  -moz-transform: rotate(-60deg);
  -ms-transform: rotate(-60deg);
  -o-transform: rotate(-60deg);
  -webkit-transform: rotate(-60deg);
}
.met-page .container .head {
  text-align: center;
}
.met-page .container .head .title {
  height: 45px;
}
.met-page .container .head .line {
  color: #444;
  position: relative;
}
.met-page .container .head .line:before {
  content: '';
  position: absolute;
  left: -45px;
  top: 50%;
  background: #444;
  width: 40px;
  height: 1px;
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
}
.met-page .container .head .line:after {
  content: '';
  position: absolute;
  right: -45px;
  top: 50%;
  background: #444;
  width: 40px;
  height: 1px;
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
}
.met-page .container:hover .line:before {
  width: 20px !important;
  left: -25px !important;
}
.met-page .container:hover .line:after {
  width: 20px !important;
  right: -25px !important;
}
.met-show {
  overflow: hidden;
}
/* 加载动画 */
#loading {
  background-color: #131313;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 1801;
  margin-top: 0px;
  top: 0px;
}
#loading.active {
  display: none;
}
#loading-center {
  width: 100%;
  height: 100%;
  position: relative;
}
#loading-center-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 50px;
  width: 150px;
  margin-top: -25px;
  margin-left: -75px;
}
.welcome {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 50px;
  width: auto;
  margin-top: 50px;
  margin-left: -75px;
  color: #f60;
  font-size: 22px;
}
.object {
  width: 8px;
  height: 50px;
  margin-right: 5px;
  background-color: #f60;
  -webkit-animation: animate 1s infinite;
  animation: animate 1s infinite;
  float: left;
}
.object:last-child {
  margin-right: 0px;
}
.object:nth-child(10) {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
.object:nth-child(9) {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
.object:nth-child(8) {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}
.object:nth-child(7) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.object:nth-child(6) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.object:nth-child(5) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.object:nth-child(4) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.object:nth-child(3) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.object:nth-child(2) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
@-webkit-keyframes animate {
  50% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
}
@keyframes animate {
  50% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
}
/* 首页 */
.met-video {
  position: fixed;
  top: 0;
  left: 0;
  right: 0px;
  bottom: 0px;
  overflow: hidden;
  z-index: -999999;
}
.met-video video {
  position: relative;
  z-index: -99999;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.38);
  height: 100%;
  z-index: 2;
}
.banner {
  z-index: 3;
  height: 100%;
  width: 100%;
}
.banner .line {
  width: 100px;
  height: 4px;
  background-color: #ff6600;
  display: block;
  margin: 0 auto;
}
.banner .banner-icon {
  margin: 20px 0 0 0;
}
.banner .banner-icon img {
  max-width: 100%;
  margin: 0 auto;
}
.banner .more {
  margin-top: 50px;
  width: 160px;
  height: 40px;
  line-height: 40px;
}
.banner .more:hover {
  border-color: #ff6600;
}
.banner .more:hover span:after {
  background: #ff6600;
  color: #fff;
}
.banner .more span {
  height: 40px;
  line-height: 40px;
}
.banner .more span:after {
  height: 40px;
}
.banner .banner-text .p-1 {
  text-align: left;
}
.banner .banner-text .p-1 .line {
  margin: 0;
}
.banner .banner-text .p-1 .banner-icon img {
  margin: 0;
}
.banner .banner-text .p-2 {
  text-align: right;
}
.banner .banner-text .p-2 .line {
  display: inline-block;
}
.banner .banner-text .p-3 {
  text-align: center;
}
.banner-next {
  z-index: 99;
  position: absolute;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  cursor: pointer;
}
.banner-next span {
  position: relative;
  display: block;
  width: 26px;
  height: 70px;
}
.banner-next span img {
  position: absolute;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.banner-next span .mouse {
  -webkit-animation: bounceY 2s infinite;
  animation: bounceY 2s infinite;
}
.banner-next span .arrows-1 {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  left: 10px;
  top: 50px;
  -webkit-animation: fade 2s infinite;
  animation: fade 2s infinite;
}
.banner-next span .arrows-2 {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  left: 9px;
  top: 53px;
  -webkit-animation: fade 2s infinite 1s;
  animation: fade 2s infinite 1s;
}
.met-box {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1198;
  overflow: hidden;
}
.met-box .met-wrapper {
  width: 100%;
  height: 100%;
  will-change: transform;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
.met-box .met-wrapper .met-page {
  width: 100%;
  height: 100%;
  position: relative;
  background-size: cover;
  overflow: hidden;
  background-position: center top;
  -webkit-transition: visibility 0s 0.5s;
  transition: visibility 0s 0.5s;
  display: -webkit-box;
  -webkit-box-align: center;
  z-index: 2;
}

@media (max-width: 767px) {
 
}
.banner-ny-h .banner-bg {
  display: none;
}
.banner-ny-h .banner-next {
  display: none;
}
.nav-ny {
  top: 0;
  background-color: rgba(0, 0, 0, 0.97);
  border-bottom: 1px solid #131313;
}
/* �?介内�? */

/* 产品内页 */

.input-search-btn + .form-control {
  margin-top: 15px;
  border-radius: 0px;
}

@media (max-width: 1536px) {
  
  
}
@media (max-width: 991px) {
  .met-video {
    left: 0;
  }
  .met-video video {
    display: none;
  }
  .met-video .video-bg {
    height: 100%;
  }
  .loading-box {
    /*   display:none; */
  }
  .title {
    height: auto !important;
    font-size: 18px;
    padding-bottom: 15px;
    line-height: 1.2;
  }
  .desc {
    line-height: 1.5;
    margin-top: 15px;
    font-size: 12px;
  }
  .nav-side {
    width: 32px;
    height: 32px;
    right: 15px;
    top: 18px;
  }
  .met-nav {
    padding: 0 58px 0 15px;
    height: 60px;
    line-height: 60px;
  }
  .met-nav .nav-logo {
    left: 15px;
  }
  .met-nav .nav-logo img {
    max-height: 60px;
  }
 
  .side-box {
    width: 100%!important;
  }
 
  
  
}
@media (max-width: 767px) {
  .met-video {
    left: 0;
  }
  .met-video video {
    display: none;
  }
  .met-video .video-bg {
    height: 100%;
  }
  .title {
    height: auto !important;
    font-size: 18px;
    padding-bottom: 15px;
    line-height: 1.2;
  }
  .desc {
    line-height: 1.5;
    margin-top: 15px;
    font-size: 12px;
  }
  .nav-side {
    width: 32px;
    height: 32px;
    right: 15px;
    top: 14px;
  }
  .met-nav {
    padding: 0 58px 0 15px;
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #ddd;
  }
  .met-nav .nav-logo {
    left: 15px;
  }
  .met-nav .nav-logo img {
    max-height: 60px;
  }
  .side-box {
    width: 50% !important;
  }
  
}
.dropd {
  background: #ccc !important;
  padding: 0;
  margin: 2px !important;
  width: 48%;
}
.met-nav-right-shop {
  width: 100%;
}
.anchorBL {
  display: none;
}

/*7-stroke.min.css*/
@font-face{font-family:Pe-icon-7-stroke;font-style:normal;font-weight:400;src:url(../images/Pe-icon-7-stroke.eot);src:url(../images/Pe-icon-7-stroke_b989d23f17d1403dadb42ba48ac14911.eot) format('embedded-opentype'),url(../images/Pe-icon-7-stroke.woff) format('woff'),url(../images/Pe-icon-7-stroke.ttf) format('truetype'),url(../images/Pe-icon-7-stroke.svg) format('svg')}[class*=" pe-"],[class^=pe-]{position:relative;display:inline-block;font-family:Pe-icon-7-stroke;font-style:normal;font-weight:400;-webkit-transform:translate(0,0);-ms-transform:translate(0,0);-o-transform:translate(0,0);transform:translate(0,0);text-rendering:auto;speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.pe-album:before{content:"\e6aa"}.pe-arc:before{content:"\e6ab"}.pe-back-2:before{content:"\e6ac"}.pe-bandaid:before{content:"\e6ad"}.pe-car:before{content:"\e6ae"}.pe-diamond:before{content:"\e6af"}.pe-door-lock:before{content:"\e6b0"}.pe-eyedropper:before{content:"\e6b1"}.pe-female:before{content:"\e6b2"}.pe-gym:before{content:"\e6b3"}.pe-hammer:before{content:"\e6b4"}.pe-headphones:before{content:"\e6b5"}.pe-helm:before{content:"\e6b6"}.pe-hourglass:before{content:"\e6b7"}.pe-leaf:before{content:"\e6b8"}.pe-magic-wand:before{content:"\e6b9"}.pe-male:before{content:"\e6ba"}.pe-map-2:before{content:"\e6bb"}.pe-next-2:before{content:"\e6bc"}.pe-paint-bucket:before{content:"\e6bd"}.pe-pendrive:before{content:"\e6be"}.pe-photo:before{content:"\e6bf"}.pe-piggy:before{content:"\e6c0"}.pe-plugin:before{content:"\e6c1"}.pe-refresh-2:before{content:"\e6c2"}.pe-rocket:before{content:"\e6c3"}.pe-settings:before{content:"\e6c4"}.pe-shield:before{content:"\e6c5"}.pe-smile:before{content:"\e6c6"}.pe-usb:before{content:"\e6c7"}.pe-vector:before{content:"\e6c8"}.pe-wine:before{content:"\e6c9"}.pe-cloud-upload:before{content:"\e68a"}.pe-cash:before{content:"\e68c"}.pe-close:before{content:"\e680"}.pe-bluetooth:before{content:"\e68d"}.pe-cloud-download:before{content:"\e68b"}.pe-way:before{content:"\e68e"}.pe-close-circle:before{content:"\e681"}.pe-id:before{content:"\e68f"}.pe-angle-up:before{content:"\e682"}.pe-wristwatch:before{content:"\e690"}.pe-angle-up-circle:before{content:"\e683"}.pe-world:before{content:"\e691"}.pe-angle-right:before{content:"\e684"}.pe-volume:before{content:"\e692"}.pe-angle-right-circle:before{content:"\e685"}.pe-users:before{content:"\e693"}.pe-angle-left:before{content:"\e686"}.pe-user-female:before{content:"\e694"}.pe-angle-left-circle:before{content:"\e687"}.pe-up-arrow:before{content:"\e695"}.pe-angle-down:before{content:"\e688"}.pe-switch:before{content:"\e696"}.pe-angle-down-circle:before{content:"\e689"}.pe-scissors:before{content:"\e697"}.pe-wallet:before{content:"\e600"}.pe-safe:before{content:"\e698"}.pe-volume2:before{content:"\e601"}.pe-volume1:before{content:"\e602"}.pe-voicemail:before{content:"\e603"}.pe-video:before{content:"\e604"}.pe-user:before{content:"\e605"}.pe-upload:before{content:"\e606"}.pe-unlock:before{content:"\e607"}.pe-umbrella:before{content:"\e608"}.pe-trash:before{content:"\e609"}.pe-tools:before{content:"\e60a"}.pe-timer:before{content:"\e60b"}.pe-ticket:before{content:"\e60c"}.pe-target:before{content:"\e60d"}.pe-sun:before{content:"\e60e"}.pe-study:before{content:"\e60f"}.pe-stopwatch:before{content:"\e610"}.pe-star:before{content:"\e611"}.pe-speaker:before{content:"\e612"}.pe-signal:before{content:"\e613"}.pe-shuffle:before{content:"\e614"}.pe-shopbag:before{content:"\e615"}.pe-share:before{content:"\e616"}.pe-server:before{content:"\e617"}.pe-search:before{content:"\e618"}.pe-film:before{content:"\e6a5"}.pe-science:before{content:"\e619"}.pe-disk:before{content:"\e6a6"}.pe-ribbon:before{content:"\e61a"}.pe-repeat:before{content:"\e61b"}.pe-refresh:before{content:"\e61c"}.pe-add-user:before{content:"\e6a9"}.pe-refresh-cloud:before{content:"\e61d"}.pe-paperclip:before{content:"\e69c"}.pe-radio:before{content:"\e61e"}.pe-note2:before{content:"\e69d"}.pe-print:before{content:"\e61f"}.pe-network:before{content:"\e69e"}.pe-prev:before{content:"\e620"}.pe-mute:before{content:"\e69f"}.pe-power:before{content:"\e621"}.pe-medal:before{content:"\e6a0"}.pe-portfolio:before{content:"\e622"}.pe-like2:before{content:"\e6a1"}.pe-plus:before{content:"\e623"}.pe-left-arrow:before{content:"\e6a2"}.pe-play:before{content:"\e624"}.pe-key:before{content:"\e6a3"}.pe-plane:before{content:"\e625"}.pe-joy:before{content:"\e6a4"}.pe-photo-gallery:before{content:"\e626"}.pe-pin:before{content:"\e69b"}.pe-phone:before{content:"\e627"}.pe-plug:before{content:"\e69a"}.pe-pen:before{content:"\e628"}.pe-right-arrow:before{content:"\e699"}.pe-paper-plane:before{content:"\e629"}.pe-delete-user:before{content:"\e6a7"}.pe-paint:before{content:"\e62a"}.pe-bottom-arrow:before{content:"\e6a8"}.pe-notebook:before{content:"\e62b"}.pe-note:before{content:"\e62c"}.pe-next:before{content:"\e62d"}.pe-news-paper:before{content:"\e62e"}.pe-musiclist:before{content:"\e62f"}.pe-music:before{content:"\e630"}.pe-mouse:before{content:"\e631"}.pe-more:before{content:"\e632"}.pe-moon:before{content:"\e633"}.pe-monitor:before{content:"\e634"}.pe-micro:before{content:"\e635"}.pe-menu:before{content:"\e636"}.pe-map:before{content:"\e637"}.pe-map-marker:before{content:"\e638"}.pe-mail:before{content:"\e639"}.pe-mail-open:before{content:"\e63a"}.pe-mail-open-file:before{content:"\e63b"}.pe-magnet:before{content:"\e63c"}.pe-loop:before{content:"\e63d"}.pe-look:before{content:"\e63e"}.pe-lock:before{content:"\e63f"}.pe-lintern:before{content:"\e640"}.pe-link:before{content:"\e641"}.pe-like:before{content:"\e642"}.pe-light:before{content:"\e643"}.pe-less:before{content:"\e644"}.pe-keypad:before{content:"\e645"}.pe-junk:before{content:"\e646"}.pe-info:before{content:"\e647"}.pe-home:before{content:"\e648"}.pe-help2:before{content:"\e649"}.pe-help1:before{content:"\e64a"}.pe-graph3:before{content:"\e64b"}.pe-graph2:before{content:"\e64c"}.pe-graph1:before{content:"\e64d"}.pe-graph:before{content:"\e64e"}.pe-global:before{content:"\e64f"}.pe-gleam:before{content:"\e650"}.pe-glasses:before{content:"\e651"}.pe-gift:before{content:"\e652"}.pe-folder:before{content:"\e653"}.pe-flag:before{content:"\e654"}.pe-filter:before{content:"\e655"}.pe-file:before{content:"\e656"}.pe-expand1:before{content:"\e657"}.pe-exapnd2:before{content:"\e658"}.pe-edit:before{content:"\e659"}.pe-drop:before{content:"\e65a"}.pe-drawer:before{content:"\e65b"}.pe-download:before{content:"\e65c"}.pe-display2:before{content:"\e65d"}.pe-display1:before{content:"\e65e"}.pe-diskette:before{content:"\e65f"}.pe-date:before{content:"\e660"}.pe-cup:before{content:"\e661"}.pe-culture:before{content:"\e662"}.pe-crop:before{content:"\e663"}.pe-credit:before{content:"\e664"}.pe-copy-file:before{content:"\e665"}.pe-config:before{content:"\e666"}.pe-compass:before{content:"\e667"}.pe-comment:before{content:"\e668"}.pe-coffee:before{content:"\e669"}.pe-cloud:before{content:"\e66a"}.pe-clock:before{content:"\e66b"}.pe-check:before{content:"\e66c"}.pe-chat:before{content:"\e66d"}.pe-cart:before{content:"\e66e"}.pe-camera:before{content:"\e66f"}.pe-call:before{content:"\e670"}.pe-calculator:before{content:"\e671"}.pe-browser:before{content:"\e672"}.pe-box2:before{content:"\e673"}.pe-box1:before{content:"\e674"}.pe-bookmarks:before{content:"\e675"}.pe-bicycle:before{content:"\e676"}.pe-bell:before{content:"\e677"}.pe-battery:before{content:"\e678"}.pe-ball:before{content:"\e679"}.pe-back:before{content:"\e67a"}.pe-attention:before{content:"\e67b"}.pe-anchor:before{content:"\e67c"}.pe-albums:before{content:"\e67d"}.pe-alarm:before{content:"\e67e"}.pe-airplay:before{content:"\e67f"}
