.site-navbar .navbar-header .navbar-brand-logo {
  height: 24px
}

.site-navbar .navbar-header .navbar-brand-logo-normal {
  display: none
}

.site-navbar .navbar-header .navbar-brand {
  font-family: Roboto, sans-serif;
  cursor: pointer
}

@media (min-width: 768px) {
  .site-navbar .navbar-header {
    width: 160px
  }
}

.site-navbar .navbar-container {
  background-color: transparent
}

@media (min-width: 768px) {
  .site-navbar .navbar-container {
    margin-left: 160px
  }

  .site-navbar .navbar-container #toggleMenubar {
    display: none
  }
}

@media (max-width: 767px) {
  .site-navbar .navbar-container {
    background-color: #fff
  }
}

.site-navbar.navbar-inverse .navbar-header .hamburger .hamburger-bar,
.site-navbar.navbar-inverse .navbar-header .hamburger:after,
.site-navbar.navbar-inverse .navbar-header .hamburger:before {
  background-color: #fff
}

.site-navbar.navbar-inverse .navbar-header .navbar-brand-logo-normal {
  display: inline-block
}

.site-navbar.navbar-inverse .navbar-header .navbar-brand-logo-special {
  display: none
}

.site-navbar.navbar-inverse .navbar-container {
  background-color: transparent
}

@media (max-width: 767px) {
  .site-navbar.navbar-inverse .navbar-container {
    background-color: #fff
  }
}

@media (max-width: 767px) {
  .site-navbar.navbar-inverse .navbar-toolbar>li>a {
    color: inherit
  }
}

body,
html {
  height: 100%
}

body {
  padding-top: 116px
}

.site-menubar {
  position: fixed;
  top: 66px;
  z-index: 1400;
  width: 100%;
  height: 50px;
  font-family: Roboto, sans-serif;
  color: rgba(163, 175, 183, 0.9);
  background: #263238;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075)
}

.site-menubar ul {
  padding: 0;
  margin: 0;
  list-style: none
}

.site-menubar a {
  outline: 0
}

.site-menubar a:focus,
.site-menubar a:hover {
  text-decoration: none
}

.site-menubar.site-menubar-light {
  color: rgba(82, 96, 105, 0.9);
  background: #fff
}

@media screen and (max-width: 767px) {
  .page {
    padding-top: 0
  }

  .site-menubar {
    width: 260px
  }

  .site-menubar-body {
    height: 100%
  }
}

.css-menubar .site-menu-scroll-wrap {
  overflow-x: auto
}

.css-menubar .site-menu-item:hover>.dropdown-menu {
  visibility: visible
}

.css-menubar .site-menu-item:hover>.site-menu-sub {
  display: block
}

.css-menubar .site-menu-sub .site-menu-item:hover>a>.site-menu-arrow {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg)
}

.css-menubar .site-menu-item:hover {
  background-color: rgba(0, 0, 0, 0.06)
}

.css-menubar .site-menu-item:hover>a {
  color: #fff
}

.css-menubar .site-menu-item:hover>a:hover {
  background-color: transparent
}

.css-menubar .site-menu-item.active:hover>a {
  background-color: transparent
}

.css-menubar .site-menu-section:hover {
  background-color: transparent
}

.css-menubar .site-menubar-light .site-menu-item:hover {
  background-color: rgba(53, 131, 202, 0.04)
}

.css-menubar .site-menubar-light .site-menu-item:hover>a {
  color: rgba(53, 131, 202, 0.9)
}

.css-menubar .site-menubar-light .site-menu-item:hover>a:hover {
  background-color: transparent
}

.css-menubar .site-menubar-light .site-menu-item.active:hover>a {
  background-color: transparent
}

.css-menubar .site-menubar-light .site-menu-section:hover {
  background-color: transparent
}

.site-menu {
  font-size: 14px
}

ul.site-menu {
  padding-right: 20px;
  padding-left: 20px
}

.site-menu .dropdown-menu {
  display: block;
  margin-top: 0;
  visibility: hidden;
  background-color: #263238;
  -webkit-transition: none;
  -o-transition: none;
  transition: none
}

.site-menu .dropdown-menu:after,
.site-menu .dropdown-menu:before {
  display: table;
  content: " "
}

.site-menu .dropdown-menu:after {
  clear: both
}

.site-menu .open>.dropdown-menu {
  visibility: visible
}

.site-menu .dropdown-toggle:after,
.site-menu .dropdown-toggle:before {
  display: table;
  content: " "
}

.site-menu .dropdown-toggle:after {
  clear: both
}

.site-menu-scroll-wrap.is-list {
  width: 217px;
  max-height: 420px
}

.site-menu-category {
  display: none
}

.site-menu>.site-menu-item {
  display: inline-block
}

.site-menu>.site-menu-item.has-section {
  position: inherit
}

.site-menu>.site-menu-item>a {
  display: block;
  padding: 0 15px;
  line-height: 50px;
  white-space: nowrap;
  cursor: pointer
}

.site-menu-item.has-sub>a:focus {
  color: inherit;
  background-color: transparent
}

.site-menu-item.has-sub.open>.site-menu-sub {
  display: block
}

.site-menu-item.is-hidden {
  opacity: 0
}

.site-menu-item.is-shown {
  opacity: 1
}

.site-menu-icon {
  display: inline-block;
  width: 1em;
  margin-right: 4px;
  text-align: center
}

.site-menu-title {
  display: inline-block;
  max-width: 170px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: bottom
}

.site-menu-arrow {
  position: relative;
  display: inline-block;
  margin-left: 5px;
  font-family: 'Web Icons';
  font-style: normal;
  font-weight: 400;
  -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: '\f183'
}

.site-menu-sub .site-menu-arrow {
  position: absolute;
  right: 15px
}

.site-menu-sub .site-menu-arrow:before {
  content: '\f17f'
}

.site-menu-sub .site-menu-item>a {
  display: block;
  min-width: 200px;
  padding: 0 20px;
  line-height: 38px
}

.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-menu-sub .site-menu-sub {
  position: relative;
  top: 0;
  display: none;
  max-height: none
}

.site-menu-sub .site-menu-sub .site-menu-item>a {
  padding: 0 20px;
  clear: both
}

.site-menu-section>header {
  padding: 10px 0;
  margin-bottom: 10px;
  font-weight: 400;
  text-transform: uppercase
}

.site-menu-section>header:after,
.site-menu-section>header:before {
  display: table;
  content: " "
}

.site-menu-section>header:after {
  clear: both
}

.site-menu-section>header>.site-menu-arrow {
  display: none
}

.site-menu-section>.site-menu-scroll-wrap {
  max-height: 340px
}

.site-menu-section .site-menu-section-list {
  display: block
}

.site-menu-section-wrap {
  right: 20px;
  left: 20px
}

.site-menu-section-wrap.site-menu-sub {
  overflow: hidden
}

.site-menu-section-wrap>.site-menu-section {
  margin-top: 10px;
  margin-bottom: 20px
}

.site-menu-item>a {
  color: inherit
}

.site-menu-item>a:hover {
  color: rgba(255, 255, 255, 0.8);
  background-color: rgba(255, 255, 255, 0.02)
}

.site-menu-item.open {
  background-color: rgba(0, 0, 0, 0.06)
}

.site-menu-item.open>a {
  color: #fff
}

.site-menu-item.open>a:hover {
  background-color: transparent
}

.site-menu-item.active>a {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.06)
}

.site-menu-item.active.open>a {
  background-color: transparent
}

.site-menu-section>header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.06)
}

.site-menu-section.open {
  background-color: transparent
}

.site-menubar-light .site-menu .dropdown-menu {
  background-color: #fff
}

.site-menubar-light .site-menu-item>a {
  color: inherit
}

.site-menubar-light .site-menu-item>a:hover {
  color: rgba(82, 96, 105, 0.9);
  background-color: rgba(53, 131, 202, 0.04)
}

.site-menubar-light .site-menu-item.open {
  background-color: rgba(53, 131, 202, 0.04)
}

.site-menubar-light .site-menu-item.open>a {
  color: rgba(53, 131, 202, 0.9)
}

.site-menubar-light .site-menu-item.open>a:hover {
  background-color: transparent
}

.site-menubar-light .site-menu-item.active>a {
  color: rgba(53, 131, 202, 0.9);
  background-color: rgba(53, 131, 202, 0.04)
}

.site-menubar-light .site-menu-item.active.open>a {
  background-color: transparent
}

.site-menubar-light .site-menu-section>header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.06)
}

.site-menubar-light .site-menu-section.open {
  background-color: transparent
}

@media screen and (max-width: 767px) {
  .site-menu {
    overflow-y: hidden
  }

  ul.site-menu {
    padding: 0 0 20px
  }

  .site-menu-category {
    display: block;
    padding: 0 24px;
    margin-top: 20px;
    font-size: 15px;
    line-height: 46px;
    text-transform: uppercase
  }

  .site-menu-item>a {
    padding: 0 30px
  }

  .site-menu-item.open>a .site-menu-arrow,
  .site-menu-item.open>header .site-menu-arrow {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg)
  }

  .site-menu-icon {
    margin-right: 14px
  }

  .site-menu-title {
    max-width: 160px
  }

  .site-menu-title:first-child {
    margin-left: 28px
  }

  .site-menu-arrow {
    position: absolute;
    right: 30px
  }

  .site-menu-arrow:before {
    content: '\f17f'
  }

  .site-menu>.site-menu-item {
    display: block
  }

  .site-menu>.site-menu-item>a {
    padding: 0 30px;
    line-height: 46px
  }

  .site-menu .dropdown-menu {
    position: relative;
    display: none;
    float: none;
    padding: 0;
    margin-top: 0;
    visibility: visible;
    background-color: transparent;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none
  }

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

  .site-menu-scroll-wrap.is-list {
    width: auto;
    max-height: none
  }

  .site-menu-sub .site-menu-item>a {
    padding: 0 30px
  }

  .site-menu-sub .site-menu-arrow {
    right: 30px
  }

  .site-menu-sub .site-menu-sub .site-menu-item>a {
    padding: 0 30px
  }

  .site-menu-section {
    display: block;
    padding: 0;
    margin: 0;
    font-size: 14px
  }

  .site-menu-section-wrap {
    right: auto;
    left: auto
  }

  .site-menu-section-wrap.blocks>li,
  .site-menu-section-wrap[class*=blocks-]>li {
    float: none;
    padding: 0;
    margin: 0
  }

  .site-menu-section>header {
    padding: 0 30px;
    margin-bottom: 0;
    font-weight: inherit;
    line-height: 38px;
    text-transform: none;
    cursor: pointer;
    border: none
  }

  .site-menu-section>header>.site-menu-arrow {
    display: inline-block
  }

  .site-menu-section>.site-menu-scroll-wrap {
    display: none;
    max-height: none
  }

  .site-menu-section.open>.site-menu-scroll-wrap {
    display: block
  }

  .site-menu-section>header {
    border-bottom: none
  }

  .site-menu-section>header:hover {
    color: rgba(255, 255, 255, 0.8);
    background-color: rgba(255, 255, 255, 0.02)
  }

  .site-menu-section.open {
    background-color: rgba(0, 0, 0, 0.06)
  }

  .site-menu-section.open>header {
    color: #fff
  }

  .site-menu-section.open>header:hover {
    background-color: transparent
  }

  .site-menu-section.active>header {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.06)
  }

  .site-menu-section.active.open>header {
    background-color: transparent
  }

  .site-menubar-light .site-menu .dropdown-menu {
    background-color: transparent
  }

  .site-menubar-light .site-menu-section>header {
    border-bottom: none
  }

  .site-menubar-light .site-menu-section>header:hover {
    color: rgba(82, 96, 105, 0.9);
    background-color: rgba(53, 131, 202, 0.04)
  }

  .site-menubar-light .site-menu-section.open {
    background-color: rgba(53, 131, 202, 0.04)
  }

  .site-menubar-light .site-menu-section.open>header {
    color: rgba(53, 131, 202, 0.9)
  }

  .site-menubar-light .site-menu-section.open>header:hover {
    background-color: transparent
  }

  .site-menubar-light .site-menu-section.active>header {
    color: rgba(53, 131, 202, 0.9);
    background-color: rgba(53, 131, 202, 0.04)
  }

  .site-menubar-light .site-menu-section.active.open>header {
    background-color: transparent
  }

  .site-menu .scrollable-container,
  .site-menu .scrollable-content {
    width: auto !important;
    height: auto !important
  }
}

.site-sidebar {
  z-index: 1210
}

.site-sidebar.slidePanel {
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2)
}

.site-sidebar.slidePanel.slidePanel-left,
.site-sidebar.slidePanel.slidePanel-right {
  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, 0.4);
  cursor: pointer
}

.site-sidebar .conversation-more:focus,
.site-sidebar .conversation-more:hover,
.site-sidebar .conversation-return:focus,
.site-sidebar .conversation-return:hover {
  color: rgba(55, 71, 79, 0.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-left,
  .site-sidebar.slidePanel.slidePanel-right {
    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, 0.1);
  box-shadow: 0 10px 10px 0 rgba(60, 60, 60, 0.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: .1s;
  -o-animation-delay: .1s;
  animation-delay: .1s
}

.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, 0.1);
    box-shadow: 0 6px 6px 0 rgba(60, 60, 60, 0.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, 0.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:after,
.page-content-actions:before {
  display: table;
  content: " "
}

.page-content-actions:after {
  clear: both
}

.page-content-table {
  max-width: 100%;
  padding: 0;
  overflow-x: auto
}

.page-content-table .table>tbody>tr>td,
.page-content-table .table>tbody>tr>th,
.page-content-table .table>thead>tr>td,
.page-content-table .table>thead>tr>th {
  padding-top: 20px;
  padding-bottom: 20px
}

.page-content-table .table>tbody>tr>td:first-child,
.page-content-table .table>tbody>tr>th:first-child,
.page-content-table .table>thead>tr>td:first-child,
.page-content-table .table>thead>tr>th:first-child {
  padding-left: 30px
}

.page-content-table .table>tbody>tr>td:last-child,
.page-content-table .table>tbody>tr>th:last-child,
.page-content-table .table>thead>tr>td:last-child,
.page-content-table .table>thead>tr>th: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>tbody>tr>td.pre-cell,
.page-content-table .table.is-indent>tbody>tr>td.suf-cell,
.page-content-table .table.is-indent>tbody>tr>th.pre-cell,
.page-content-table .table.is-indent>tbody>tr>th.suf-cell,
.page-content-table .table.is-indent>thead>tr>td.pre-cell,
.page-content-table .table.is-indent>thead>tr>td.suf-cell,
.page-content-table .table.is-indent>thead>tr>th.pre-cell,
.page-content-table .table.is-indent>thead>tr>th.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, 0.6)
}

.page-copyright .social .icon:focus,
.page-copyright .social .icon:hover {
  color: rgba(55, 71, 79, 0.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:active,
.page-copyright-inverse .social .icon:hover {
  color: rgba(255, 255, 255, 0.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: 0 0;
  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: 260px;
  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: 260px
}

.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: 116px;
  left: 0;
  height: -webkit-calc(100% - 116px);
  height: calc(100% - 116px)
}

.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: #fff;
  border-radius: 0 100px 100px 0;
  -webkit-box-shadow: 1px 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 0 3px rgba(0, 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:focus,
.page-aside .list-group-item:hover {
  color: #62a8ea;
  background-color: #f3f7f9;
  border: none
}

.page-aside .list-group-item:focus>.icon,
.page-aside .list-group-item:hover>.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:focus,
.page-aside .list-group-item.active:hover {
  color: #62a8ea;
  background-color: #f3f7f9;
  border: none
}

.page-aside .list-group-item.active:focus>.icon,
.page-aside .list-group-item.active:hover>.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: 0;
  -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: #fff;
    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
  }

  .page-aside-fixed .page-aside.open {
    left: 0
  }

  .page-aside-fixed .site-footer {
    margin-left: 0
  }

  .page-aside-switch {
    display: block
  }
}

.site-footer {
  height: 44px;
  padding: 10px 30px;
  background-color: rgba(0, 0, 0, 0.02);
  border-top: 1px solid #e4eaec
}

.site-footer:after,
.site-footer:before {
  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:active,
.site-footer .scroll-to-top:hover {
  text-decoration: none
}

@media (max-width: 480px) {
  .site-footer {
    height: 66px
  }
}

@media (max-width: 480px) {

  .site-footer-actions,
  .site-footer-legal,
  .site-footer-right {
    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-menubar,
  .layout-boxed .site-navbar {
    max-width: 1320px;
    margin-right: auto;
    margin-left: auto
  }
}

.layout-boxed .slidePanel-left,
.layout-boxed .slidePanel-right {
  top: 0;
  z-index: 1510
}

.site-print {
  padding-top: 0
}

.site-print .site-footer,
.site-print .site-gridmenu,
.site-print .site-menubar,
.site-print .site-navbar {
  display: none
}

.site-print .page {
  margin: 0 !important
}

@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-left,
  .site-navbar-collapse-show .slidePanel.slidePanel-right {
    top: 135px;
    -webkit-transition: top .35s;
    -o-transition: top .35s;
    transition: top .35s
  }
}

body.site-navbar-small {
  padding-top: 110px
}

.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 .page-aside-fixed .page-aside {
  top: 110px;
  height: -webkit-calc(100% - 110px);
  height: calc(100% - 110px)
}

.site-navbar-small .site-menubar {
  top: 60px
}

.site-navbar-small .site-skintools {
  top: 140px
}

.site-navbar-small .slidePanel-left,
.site-navbar-small .slidePanel-right {
  top: 110px
}

@media (max-width: 767px) {
  body.site-navbar-small {
    padding-top: 60px
  }

  body.site-navbar-small .site-menubar {
    top: 60px;
    height: -webkit-calc(100% - 60px);
    height: calc(100% - 60px)
  }

  body.site-navbar-small .page-aside {
    top: 60px;
    height: -webkit-calc(100% - 60px);
    height: calc(100% - 60px)
  }

  body.site-navbar-small .page-aside-fixed .page-aside {
    top: 60px;
    height: -webkit-calc(100% - 60px);
    height: calc(100% - 60px)
  }

  body.site-navbar-small .site-skintools {
    top: 90px
  }

  body.site-navbar-small .slidePanel-left,
  body.site-navbar-small .slidePanel-right {
    top: 60px
  }

  body.site-navbar-small.site-navbar-collapse-show {
    padding-top: 120px
  }

  body.site-navbar-small.site-navbar-collapse-show .site-menubar {
    top: 120px;
    height: -webkit-calc(100% - 120px);
    height: calc(100% - 120px)
  }

  body.site-navbar-small.site-navbar-collapse-show .page-aside {
    top: 120px;
    height: -webkit-calc(100% - 120px);
    height: calc(100% - 120px)
  }

  body.site-navbar-small.site-navbar-collapse-show .site-skintools {
    top: 150px
  }

  body.site-navbar-small.site-navbar-collapse-show .slidePanel.slidePanel-left,
  body.site-navbar-small.site-navbar-collapse-show .slidePanel.slidePanel-right {
    top: 120px
  }
}

@media (max-width: 767px) {
  body {
    padding-top: 66px
  }

  .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)
  }

  .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
  }

  .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-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)
  }
}

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

.checkbox-custom label,
.radio-custom label {
  min-height: 22px;
  margin-bottom: 0;
  font-weight: 300;
  cursor: pointer
}

.checkbox-custom input[type=checkbox],
.radio-custom input[type=radio] {
  position: absolute;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: -20px
}

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

.input-group-addon .checkbox-custom,
.input-group-addon .radio-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=radio],
.checkbox-custom input[type=checkbox] {
  z-index: 1;
  width: 20px;
  height: 20px;
  opacity: 0
}

.checkbox-custom input[type=radio]:focus+label::before,
.checkbox-custom input[type=checkbox]:focus+label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px
}

.checkbox-custom input[type=radio]:checked+label::before,
.checkbox-custom input[type=checkbox]:checked+label::before {
  border-color: #e4eaec;
  border-width: 10px;
  -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 input[type=radio]:checked+label::after,
.checkbox-custom input[type=checkbox]:checked+label::after {
  font-family: "Web Icons";
  content: "\f192"
}

.checkbox-custom input[type=radio]:disabled+label,
.checkbox-custom input[type=checkbox]:disabled+label {
  opacity: .65
}

.checkbox-custom input[type=radio]:disabled+label::before,
.checkbox-custom input[type=checkbox]: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=radio]:checked+label::before,
.checkbox-default input[type=checkbox]:checked+label::before {
  background-color: #fff;
  border-color: #e4eaec;
  border-width: 1px
}

.checkbox-default input[type=radio]:checked+label::after,
.checkbox-default input[type=checkbox]:checked+label::after {
  color: #62a8ea
}

.checkbox-primary input[type=radio]:checked+label::before,
.checkbox-primary input[type=checkbox]:checked+label::before {
  background-color: #62a8ea;
  border-color: #62a8ea
}

.checkbox-primary input[type=radio]:checked+label::after,
.checkbox-primary input[type=checkbox]:checked+label::after {
  color: #fff
}

.checkbox-danger input[type=radio]:checked+label::before,
.checkbox-danger input[type=checkbox]:checked+label::before {
  background-color: #f96868;
  border-color: #f96868
}

.checkbox-danger input[type=radio]:checked+label::after,
.checkbox-danger input[type=checkbox]:checked+label::after {
  color: #fff
}

.checkbox-info input[type=radio]:checked+label::before,
.checkbox-info input[type=checkbox]:checked+label::before {
  background-color: #57c7d4;
  border-color: #57c7d4
}

.checkbox-info input[type=radio]:checked+label::after,
.checkbox-info input[type=checkbox]:checked+label::after {
  color: #fff
}

.checkbox-warning input[type=radio]:checked+label::before,
.checkbox-warning input[type=checkbox]:checked+label::before {
  background-color: #f2a654;
  border-color: #f2a654
}

.checkbox-warning input[type=radio]:checked+label::after,
.checkbox-warning input[type=checkbox]:checked+label::after {
  color: #fff
}

.checkbox-success input[type=radio]:checked+label::before,
.checkbox-success input[type=checkbox]:checked+label::before {
  background-color: #46be8a;
  border-color: #46be8a
}

.checkbox-success input[type=radio]:checked+label::after,
.checkbox-success input[type=checkbox]: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::after,
.checkbox-sm label::before {
  width: 18px;
  height: 18px;
  margin-left: -18px
}

.checkbox-sm label::after {
  font-size: 10px;
  line-height: 18px
}

.checkbox-sm input[type=radio],
.checkbox-sm input[type=checkbox] {
  width: 18px;
  height: 18px
}

.checkbox-sm input[type=radio]:checked+label::before,
.checkbox-sm input[type=checkbox]: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::after,
.checkbox-lg label::before {
  width: 24px;
  height: 24px;
  margin-left: -24px
}

.checkbox-lg label::after {
  font-size: 14px;
  line-height: 24px
}

.checkbox-lg input[type=radio],
.checkbox-lg input[type=checkbox] {
  width: 24px;
  height: 24px
}

.checkbox-lg input[type=radio]:checked+label::before,
.checkbox-lg input[type=checkbox]: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 .3s ease-in-out 0s, color .3s ease-in-out 0s;
  -o-transition: border .3s ease-in-out 0s, color .3s ease-in-out 0s;
  transition: border .3s ease-in-out 0s, color .3s 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: 0.1s cubic-bezier(0.8, -0.33, 0.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 .checkbox-custom,
  .form-inline .radio-custom {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle
  }

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

  .form-inline .checkbox-custom input[type=checkbox],
  .form-inline .radio-custom input[type=radio] {
    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 .checkbox-custom,
.form-horizontal .radio-custom {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0
}

.form-horizontal .checkbox-custom,
.form-horizontal .radio-custom {
  min-height: 29px
}

.form-horizontal .input-group-addon .checkbox-custom,
.form-horizontal .input-group-addon .radio-custom {
  padding-top: 0
}

.form-horizontal .input-group-addon .checkbox-custom,
.form-horizontal .input-group-addon .radio-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: 0;
  -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: 0 0;
  border-bottom: 2px solid #62a8ea
}

.form-material .form-control:disabled,
.form-material .form-control[disabled],
fieldset[disabled] .form-material .form-control {
  background: 0 0;
  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: 8px;
  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: 6px;
  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.focus:invalid~.floating-label,
.form-material .form-control:not(.empty):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: 0 0;
  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: 0 0;
  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: 0 0;
  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: 0 0;
  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: 0 0;
  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: 0 0;
  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: 0 0;
  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: 0 0;
  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: 0 0;
  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:after,
.loader.loader-grill:before {
  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: 0.125em solid rgba(163, 175, 183, 0.5);
  border-right: 0.125em solid rgba(163, 175, 183, 0.5);
  border-bottom: 0.125em solid rgba(163, 175, 183, 0.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:after,
.loader.loader-ellipsis:before {
  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:after,
.loader.loader-dot:before {
  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:after,
.loader.loader-bounce:before {
  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%,
  100%,
  80% {
    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%,
  100%,
  80% {
    height: 1em;
    box-shadow: 0 0 #a3afb7
  }

  40% {
    height: 1.2em;
    box-shadow: 0 -.25em #a3afb7
  }
}

@keyframes default-grill {

  0%,
  100%,
  80% {
    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(0);
    transform: rotate(0)
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@-o-keyframes loader-circle {
  0% {
    -webkit-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0)
  }

  100% {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@keyframes loader-circle {
  0% {
    -webkit-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0)
  }

  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(0);
    transform: rotate(0)
  }

  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(0);
    -o-transform: rotate(0);
    transform: rotate(0)
  }

  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(0);
    -o-transform: rotate(0);
    transform: rotate(0)
  }

  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%,
  100%,
  80% {
    -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%,
  100%,
  80% {
    box-shadow: 0 .625em 0 -.325em #a3afb7
  }

  40% {
    box-shadow: 0 .625em 0 0 #a3afb7
  }
}

@keyframes loader-ellipsis {

  0%,
  100%,
  80% {
    -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(0);
    transform: rotate(0)
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@-o-keyframes loader-dot-rotate {
  0% {
    -webkit-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0)
  }

  100% {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@keyframes loader-dot-rotate {
  0% {
    -webkit-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0)
  }

  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: .1s;
  -o-animation-duration: .1s;
  animation-duration: .1s
}

.animation-duration-250 {
  -webkit-animation-duration: 250ms;
  -o-animation-duration: 250ms;
  animation-duration: 250ms
}

.animation-duration-300 {
  -webkit-animation-duration: .3s;
  -o-animation-duration: .3s;
  animation-duration: .3s
}

.animation-duration-500 {
  -webkit-animation-duration: .5s;
  -o-animation-duration: .5s;
  animation-duration: .5s
}

.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: .9s;
  -o-animation-delay: .9s;
  animation-delay: .9s
}

.animation-delay-800 {
  -webkit-animation-delay: .8s;
  -o-animation-delay: .8s;
  animation-delay: .8s
}

.animation-delay-700 {
  -webkit-animation-delay: .7s;
  -o-animation-delay: .7s;
  animation-delay: .7s
}

.animation-delay-600 {
  -webkit-animation-delay: .6s;
  -o-animation-delay: .6s;
  animation-delay: .6s
}

.animation-delay-500 {
  -webkit-animation-delay: .5s;
  -o-animation-delay: .5s;
  animation-delay: .5s
}

.animation-delay-400 {
  -webkit-animation-delay: .4s;
  -o-animation-delay: .4s;
  animation-delay: .4s
}

.animation-delay-300 {
  -webkit-animation-delay: .3s;
  -o-animation-delay: .3s;
  animation-delay: .3s
}

.animation-delay-200 {
  -webkit-animation-delay: .2s;
  -o-animation-delay: .2s;
  animation-delay: .2s
}

.animation-delay-100 {
  -webkit-animation-delay: .1s;
  -o-animation-delay: .1s;
  animation-delay: .1s
}

.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(0.42, 0, 0.58, 1);
  -o-animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1)
}

.animation-easing-easeInQuad {
  -webkit-animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -o-animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53)
}

.animation-easing-easeInCubic {
  -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
}

.animation-easing-easeInQuart {
  -webkit-animation-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22);
  -o-animation-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22);
  animation-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22)
}

.animation-easing-easeInQuint {
  -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  -o-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06)
}

.animation-easing-easeInSine {
  -webkit-animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
  -o-animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
  animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715)
}

.animation-easing-easeInExpo {
  -webkit-animation-timing-function: cubic-bezier(0.95, 0.05, 0.795, 0.035);
  -o-animation-timing-function: cubic-bezier(0.95, 0.05, 0.795, 0.035);
  animation-timing-function: cubic-bezier(0.95, 0.05, 0.795, 0.035)
}

.animation-easing-easeInCirc {
  -webkit-animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.335);
  -o-animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.335);
  animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.335)
}

.animation-easing-easeInBack {
  -webkit-animation-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
  -o-animation-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
  animation-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045)
}

.animation-easing-eastOutQuad {
  -webkit-animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.animation-easing-easeOutCubic {
  -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
}

.animation-easing-easeOutQuart {
  -webkit-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1)
}

.animation-easing-easeOutQuint {
  -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  -o-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1)
}

.animation-easing-easeOutSine {
  -webkit-animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1)
}

.animation-easing-easeOutExpo {
  -webkit-animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -o-animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1)
}

.animation-easing-easeOutCirc {
  -webkit-animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1)
}

.animation-easing-easeOutBack {
  -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275)
}

.animation-easing-easeInOutQuad {
  -webkit-animation-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-animation-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  animation-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955)
}

.animation-easing-easeInOutCubic {
  -webkit-animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1)
}

.animation-easing-easeInOutQuart {
  -webkit-animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1)
}

.animation-easing-easeInOutQuint {
  -webkit-animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -o-animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1)
}

.animation-easing-easeInOutSine {
  -webkit-animation-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -o-animation-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
  animation-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.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(0.785, 0.135, 0.15, 0.86);
  -o-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86)
}

.animation-easing-easeInOutBack {
  -webkit-animation-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -o-animation-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  animation-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55)
}

.animation-easing-easeInOutElastic {
  -webkit-animation-timing-function: cubic-bezier(1, -0.56, 0, 1.455);
  -o-animation-timing-function: cubic-bezier(1, -0.56, 0, 1.455);
  animation-timing-function: cubic-bezier(1, -0.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(0.2);
    transform: scale(0.2)
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

@-o-keyframes fade-scale-02 {
  0% {
    opacity: 0;
    -o-transform: scale(0.2);
    transform: scale(0.2)
  }

  100% {
    opacity: 1;
    -o-transform: scale(1);
    transform: scale(1)
  }
}

@keyframes fade-scale-02 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.2);
    -o-transform: scale(0.2);
    transform: scale(0.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:focus,
.social-facebook:hover {
  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:focus,
.social-twitter:hover {
  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:focus,
.social-google-plus:hover {
  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:focus,
.social-linkedin:hover {
  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:focus,
.social-flickr:hover {
  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:focus,
.social-tumblr:hover {
  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:focus,
.social-xing:hover {
  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:focus,
.social-github:hover {
  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:focus,
.social-html5:hover {
  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:focus,
.social-openid:hover {
  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:focus,
.social-stack-overflow:hover {
  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:focus,
.social-css3:hover {
  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:focus,
.social-youtube:hover {
  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:focus,
.social-dribbble:hover {
  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:focus,
.social-instagram:hover {
  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:focus,
.social-pinterest:hover {
  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:focus,
.social-vk:hover {
  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:focus,
.social-yahoo:hover {
  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:focus,
.social-behance:hover {
  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:focus,
.social-dropbox:hover {
  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:focus,
.social-reddit:hover {
  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:focus,
.social-spotify:hover {
  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:focus,
.social-vine:hover {
  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:focus,
.social-foursquare:hover {
  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:focus,
.social-vimeo:hover {
  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:focus,
.social-skype:hover {
  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:focus,
.social-evernote:hover {
  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: 0
}

.blocks,
[class*=blocks-] {
  padding: 0;
  margin: 0;
  margin-right: -15px;
  margin-left: -15px;
  list-style: none
}

.blocks:after,
.blocks:before,
[class*=blocks-]:after,
[class*=blocks-]:before {
  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,
.no-space[class*=blocks-] {
  margin: 0
}

.blocks.no-space>li,
.no-space[class*=blocks-]>li {
  padding-right: 0;
  padding-left: 0;
  margin-bottom: 0
}

.block-first,
.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) {
  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: 400;
  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, 0.4)
}

.icon-color:focus,
.icon-color:hover {
  color: rgba(55, 71, 79, 0.6)
}

.icon-color.active,
.icon-color:active {
  color: #37474f
}

.icon-color-alt {
  color: rgba(55, 71, 79, 0.6)
}

.icon-color-alt:focus,
.icon-color-alt:hover {
  color: rgba(55, 71, 79, 0.8)
}

.icon-color-alt.active,
.icon-color-alt:active {
  color: #37474f
}

:root-flip-horizontal,
:root-flip-vertical,
:root-rotate-180,
:root-rotate-270,
:root-rotate-90 {
  filter: none;
  -webkit-filter: none
}

@-webkit-keyframes icon-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg)
  }
}

@-o-keyframes icon-spin {
  0% {
    -webkit-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0)
  }

  100% {
    -webkit-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg)
  }
}

@keyframes icon-spin {
  0% {
    -webkit-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0)
  }

  100% {
    -webkit-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg)
  }
}

@-webkit-keyframes icon-spin-reverse {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }

  100% {
    -webkit-transform: rotate(-359deg);
    transform: rotate(-359deg)
  }
}

@-o-keyframes icon-spin-reverse {
  0% {
    -webkit-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0)
  }

  100% {
    -webkit-transform: rotate(-359deg);
    -o-transform: rotate(-359deg);
    transform: rotate(-359deg)
  }
}

@keyframes icon-spin-reverse {
  0% {
    -webkit-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0)
  }

  100% {
    -webkit-transform: rotate(-359deg);
    -o-transform: rotate(-359deg);
    transform: rotate(-359deg)
  }
}

.hamburger {
  font-size: 20px;
  vertical-align: middle
}

.hamburger,
.hamburger .hamburger-bar,
.hamburger:after,
.hamburger:before {
  -webkit-transition: -webkit-transform .2s ease-in-out;
  -o-transition: -o-transform .2s ease-in-out;
  transition: transform .2s ease-in-out
}

.hamburger:after,
.hamburger:before {
  content: ""
}

.hamburger .hamburger-bar,
.hamburger:after,
.hamburger:before {
  display: block;
  width: 1em;
  height: .1em;
  margin: 0;
  background: #76838f;
  border-radius: 1px
}

.navbar-default .hamburger .hamburger-bar,
.navbar-default .hamburger:after,
.navbar-default .hamburger:before {
  background: #76838f
}

.navbar-inverse .hamburger .hamburger-bar,
.navbar-inverse .hamburger:after,
.navbar-inverse .hamburger:before {
  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.collapsed:before,
.hamburger-close.hided:before {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0)
}

.hamburger-close.collapsed .hamburger-bar,
.hamburger-close.hided .hamburger-bar {
  opacity: 1
}

.hamburger-close.collapsed:after,
.hamburger-close.hided: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(0.45em, 0.1em, 0) rotate(45deg);
  transform: translate3d(0.45em, 0.1em, 0) rotate(45deg)
}

.hamburger-arrow-left.collapsed .hamburger-bar {
  border-radius: .2em
}

.hamburger-arrow-left.collapsed:after {
  width: .6em;
  -webkit-transform: translate3d(0.45em, -0.1em, 0) rotate(-45deg);
  transform: translate3d(0.45em, -0.1em, 0) rotate(-45deg)
}

.counter {
  text-align: center
}

.counter .counter-number-group,
.counter>.counter-number {
  font-size: 20px;
  color: #37474f
}

.counter-label {
  display: block
}

.counter-icon {
  font-size: 20px
}

.counter-lg .counter-number-group,
.counter-lg>.counter-number {
  font-size: 40px
}

.counter-lg .counter-icon {
  font-size: 40px
}

.counter-md .counter-number-group,
.counter-md>.counter-number {
  font-size: 30px
}

.counter-md .counter-icon {
  font-size: 30px
}

.counter-sm .counter-number-group,
.counter-sm>.counter-number {
  font-size: 14px
}

.counter-sm .counter-icon {
  font-size: 14px
}

.counter-sm .counter-number+.counter-number-related,
.counter-sm .counter-number-related+.counter-number {
  margin-left: 0
}

.counter-inverse {
  color: #fff
}

.counter-inverse .counter-number-group,
.counter-inverse>.counter-number {
  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, 0.05);
  box-shadow: 0 1px 1px rgba(0, 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:after,
.widget-body-footer:before {
  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:focus,
.widget-actions a:hover {
  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: #000
}

.widget-watermark.lighter {
  color: #fff
}

.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:after,
.panel-group .panel-title:before {
  position: absolute;
  top: 15px;
  right: 30px;
  font-family: "Web Icons";
  -webkit-transition: all .3s linear 0s;
  -o-transition: all .3s linear 0s;
  transition: all .3s 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:focus,
.panel-group .panel-title:hover {
  color: #76838f;
  text-decoration: none
}

.panel-group .panel-title:focus {
  outline: 0
}

.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: 0 0;
  -webkit-box-shadow: none;
  box-shadow: none
}

.panel-group-simple .panel-title {
  padding-bottom: 10px;
  padding-left: 0
}

.panel-group-simple .panel-title:after,
.panel-group-simple .panel-title:before {
  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:after,
.cover-quote:before {
  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
}

.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 .overlay-figure,
.overlay>:first-child {
  width: 100%;
  max-width: 100%;
  margin-bottom: 0
}

.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
}

.overlay-hover:not(:hover) .overlay-panel:not(.overlay-background-fixed) {
  opacity: 0
}

.overlay-background {
  background: rgba(0, 0, 0, 0.5)
}

.overlay-image {
  width: 100%;
  max-width: 100%;
  padding: 0
}

.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, 0.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, 0.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, 0.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, 0.87) 90%, #fff 100%) repeat scroll 0 0
}

.overlay-top {
  bottom: auto
}

.overlay-bottom {
  top: auto
}

.overlay-left {
  right: auto
}

.overlay-right {
  left: auto
}

.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
}

.overlay-anchor {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0
}

.overlay-blur,
.overlay-fade,
.overlay-grayscale,
.overlay-scale,
.overlay-spin,
[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(0);
  -ms-transform: scale(1) rotate(0);
  -o-transform: scale(1) rotate(0);
  transform: scale(1) rotate(0)
}

.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
}

.overlay-slide-top {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%)
}

.overlay-slide-bottom {
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%)
}

.overlay-slide-left {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%)
}

.overlay-slide-right {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%)
}

.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:focus,
.comment-author:hover {
  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, 0.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:after,
.pearl:before {
  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-icon,
.pearl-number {
  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;
  white-space: nowrap
}

.pearl.current:after,
.pearl.current:before {
  background-color: #62a8ea
}

.pearl.current .pearl-icon,
.pearl.current .pearl-number {
  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:after,
.pearl.disabled:before {
  background-color: #f3f7f9
}

.pearl.disabled .pearl-icon,
.pearl.disabled .pearl-number {
  color: #fff;
  background-color: #ccd5db;
  border-color: #ccd5db
}

.pearl.error:before {
  background-color: #62a8ea
}

.pearl.error:after {
  background-color: #f3f7f9
}

.pearl.error .pearl-icon,
.pearl.error .pearl-number {
  color: #f96868;
  background-color: #fff;
  border-color: #f96868
}

.pearl.done:after,
.pearl.done:before {
  background-color: #62a8ea
}

.pearl.done .pearl-icon,
.pearl.done .pearl-number {
  color: #fff;
  background-color: #62a8ea;
  border-color: #62a8ea
}

.pearls-lg .pearl:after,
.pearls-lg .pearl:before {
  top: 20px
}

.pearls-lg .pearl-title {
  font-size: 18px
}

.pearls-lg .pearl-icon,
.pearls-lg .pearl-number {
  width: 40px;
  height: 40px;
  line-height: 36px
}

.pearls-lg .pearl-icon {
  font-size: 20px
}

.pearls-lg .pearl-number {
  font-size: 20px
}

.pearls-sm .pearl:after,
.pearls-sm .pearl:before {
  top: 16px
}

.pearls-sm .pearl-title {
  font-size: 14px
}

.pearls-sm .pearl-icon,
.pearls-sm .pearl-number {
  width: 32px;
  height: 32px;
  line-height: 28px
}

.pearls-sm .pearl-number {
  font-size: 16px
}

.pearls-sm .pearl-icon {
  font-size: 14px
}

.pearls-xs .pearl:after,
.pearls-xs .pearl:before {
  top: 12px;
  height: 2px
}

.pearls-xs .pearl-title {
  font-size: 12px
}

.pearls-xs .pearl-icon,
.pearls-xs .pearl-number {
  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: 0 0
}

.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.timeline-period+.timeline-item+.timeline-item,
.timeline:not(.timeline-single)>li:not(.timeline-period):first-child+.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-reverse,
  .timeline>li {
    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:after,
.pricing-table:before {
  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 .featured[class*=pricing-column] {
  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-five.featured,
  .pricing-table .pricing-column-four.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, 0.3);
  border-radius: 50%
}

.dotnav>li>a:focus {
  outline: 0
}

.dotnav>li.active>a,
.dotnav>li:focus>a,
.dotnav>li:hover>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:focus>a,
.dotnav-fillin>li:hover>a {
  background-color: transparent;
  -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.6) inset;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.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, 0.5) inset;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.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, 0.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, 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, 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: 400;
  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:after,
.example:before {
  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:after,
.example-dropdown .dropdown:before,
.example-dropdown .dropup:after,
.example-dropdown .dropup:before {
  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-blocks .example-col,
.example-grid .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 .btn,
.example-buttons .btn-group-vertical .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
  }
}

.animsition,
.animsition-overlay {
  position: relative;
  opacity: 0;
  -webkit-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both
}

.animsition-loading {
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  background: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2032%2032%22%20width%3D%2232%22%20height%3D%2232%22%20fill%3D%22%23ccc%22%3E%0A%20%20%3Cpath%20opacity%3D%22.25%22%20d%3D%22M16%200%20A16%2016%200%200%200%2016%2032%20A16%2016%200%200%200%2016%200%20M16%204%20A12%2012%200%200%201%2016%2028%20A12%2012%200%200%201%2016%204%22/%3E%0A%20%20%3Cpath%20d%3D%22M16%200%20A16%2016%200%200%201%2032%2016%20L28%2016%20A12%2012%200%200%200%2016%204z%22%3E%0A%20%20%20%20%3CanimateTransform%20attributeName%3D%22transform%22%20type%3D%22rotate%22%20from%3D%220%2016%2016%22%20to%3D%22360%2016%2016%22%20dur%3D%220.8s%22%20repeatCount%3D%22indefinite%22%20/%3E%0A%20%20%3C/path%3E%0A%3C/svg%3E%0A%0A) center center no-repeat;
  -webkit-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both
}

.animsition-loading:after {
  position: fixed;
  top: 50%;
  width: 100%;
  margin-top: 20px;
  font-size: 16px;
  color: #aaa;
  text-align: center;
  content: "Loading"
}

.animsition-overlay-slide {
  position: fixed;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #ddd
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@-o-keyframes fade-in {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@keyframes fade-in {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

.fade-in {
  -webkit-animation-name: fade-in;
  -o-animation-name: fade-in;
  animation-name: fade-in
}

@-webkit-keyframes fade-out {
  0% {
    opacity: 1
  }

  100% {
    opacity: 0
  }
}

@-o-keyframes fade-out {
  0% {
    opacity: 1
  }

  100% {
    opacity: 0
  }
}

@keyframes fade-out {
  0% {
    opacity: 1
  }

  100% {
    opacity: 0
  }
}

.fade-out {
  -webkit-animation-name: fade-out;
  -o-animation-name: fade-out;
  animation-name: fade-out
}

@-webkit-keyframes fade-in-up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(500px);
    transform: translateY(500px)
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}

@-o-keyframes fade-in-up {
  0% {
    opacity: 0;
    -o-transform: translateY(500px);
    transform: translateY(500px)
  }

  100% {
    opacity: 1;
    -o-transform: translateY(0);
    transform: translateY(0)
  }
}

@keyframes fade-in-up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(500px);
    -o-transform: translateY(500px);
    transform: translateY(500px)
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
  }
}

.fade-in-up {
  -webkit-animation-name: fade-in-up;
  -o-animation-name: fade-in-up;
  animation-name: fade-in-up
}

@-webkit-keyframes fade-out-up {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-500px);
    transform: translateY(-500px)
  }
}

@-o-keyframes fade-out-up {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
    transform: translateY(0)
  }

  100% {
    opacity: 0;
    -o-transform: translateY(-500px);
    transform: translateY(-500px)
  }
}

@keyframes fade-out-up {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-500px);
    -o-transform: translateY(-500px);
    transform: translateY(-500px)
  }
}

.fade-out-up {
  -webkit-animation-name: fade-out-up;
  -o-animation-name: fade-out-up;
  animation-name: fade-out-up
}

@-webkit-keyframes fade-in-up-sm {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px)
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}

@-o-keyframes fade-in-up-sm {
  0% {
    opacity: 0;
    -o-transform: translateY(100px);
    transform: translateY(100px)
  }

  100% {
    opacity: 1;
    -o-transform: translateY(0);
    transform: translateY(0)
  }
}

@keyframes fade-in-up-sm {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
    -o-transform: translateY(100px);
    transform: translateY(100px)
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
  }
}

.fade-in-up-sm {
  -webkit-animation-name: fade-in-up-sm;
  -o-animation-name: fade-in-up-sm;
  animation-name: fade-in-up-sm
}

@-webkit-keyframes fade-out-up-sm {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px)
  }
}

@-o-keyframes fade-out-up-sm {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
    transform: translateY(0)
  }

  100% {
    opacity: 0;
    -o-transform: translateY(-100px);
    transform: translateY(-100px)
  }
}

@keyframes fade-out-up-sm {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-100px);
    -o-transform: translateY(-100px);
    transform: translateY(-100px)
  }
}

.fade-out-up-sm {
  -webkit-animation-name: fade-out-up-sm;
  -o-animation-name: fade-out-up-sm;
  animation-name: fade-out-up-sm
}

@-webkit-keyframes fade-in-up-lg {
  0% {
    opacity: 0;
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px)
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}

@-o-keyframes fade-in-up-lg {
  0% {
    opacity: 0;
    -o-transform: translateY(1000px);
    transform: translateY(1000px)
  }

  100% {
    opacity: 1;
    -o-transform: translateY(0);
    transform: translateY(0)
  }
}

@keyframes fade-in-up-lg {
  0% {
    opacity: 0;
    -webkit-transform: translateY(1000px);
    -o-transform: translateY(1000px);
    transform: translateY(1000px)
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
  }
}

.fade-in-up-lg {
  -webkit-animation-name: fade-in-up-lg;
  -o-animation-name: fade-in-up-lg;
  animation-name: fade-in-up-lg
}

@-webkit-keyframes fade-out-up-lg {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px)
  }
}

@-o-keyframes fade-out-up-lg {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
    transform: translateY(0)
  }

  100% {
    opacity: 0;
    -o-transform: translateY(-1000px);
    transform: translateY(-1000px)
  }
}

@keyframes fade-out-up-lg {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-1000px);
    -o-transform: translateY(-1000px);
    transform: translateY(-1000px)
  }
}

.fade-out-up-lg {
  -webkit-animation-name: fade-out-up-lg;
  -o-animation-name: fade-out-up-lg;
  animation-name: fade-out-up-lg
}

@-webkit-keyframes fade-in-down {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-500px);
    transform: translateY(-500px)
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}

@-o-keyframes fade-in-down {
  0% {
    opacity: 0;
    -o-transform: translateY(-500px);
    transform: translateY(-500px)
  }

  100% {
    opacity: 1;
    -o-transform: translateY(0);
    transform: translateY(0)
  }
}

@keyframes fade-in-down {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-500px);
    -o-transform: translateY(-500px);
    transform: translateY(-500px)
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
  }
}

.fade-in-down {
  -webkit-animation-name: fade-in-down;
  -o-animation-name: fade-in-down;
  animation-name: fade-in-down
}

@-webkit-keyframes fade-out-down {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(500px);
    transform: translateY(500px)
  }
}

@-o-keyframes fade-out-down {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
    transform: translateY(0)
  }

  100% {
    opacity: 0;
    -o-transform: translateY(500px);
    transform: translateY(500px)
  }
}

@keyframes fade-out-down {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(500px);
    -o-transform: translateY(500px);
    transform: translateY(500px)
  }
}

.fade-out-down {
  -webkit-animation-name: fade-out-down;
  -o-animation-name: fade-out-down;
  animation-name: fade-out-down
}

@-webkit-keyframes fade-in-down-sm {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px)
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}

@-o-keyframes fade-in-down-sm {
  0% {
    opacity: 0;
    -o-transform: translateY(-100px);
    transform: translateY(-100px)
  }

  100% {
    opacity: 1;
    -o-transform: translateY(0);
    transform: translateY(0)
  }
}

@keyframes fade-in-down-sm {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100px);
    -o-transform: translateY(-100px);
    transform: translateY(-100px)
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
  }
}

.fade-in-down-sm {
  -webkit-animation-name: fade-in-down-sm;
  -o-animation-name: fade-in-down-sm;
  animation-name: fade-in-down-sm
}

@-webkit-keyframes fade-out-down-sm {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px)
  }
}

@-o-keyframes fade-out-down-sm {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
    transform: translateY(0)
  }

  100% {
    opacity: 0;
    -o-transform: translateY(100px);
    transform: translateY(100px)
  }
}

@keyframes fade-out-down-sm {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(100px);
    -o-transform: translateY(100px);
    transform: translateY(100px)
  }
}

.fade-out-down-sm {
  -webkit-animation-name: fade-out-down-sm;
  -o-animation-name: fade-out-down-sm;
  animation-name: fade-out-down-sm
}

@-webkit-keyframes fade-in-down-lg {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px)
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}

@-o-keyframes fade-in-down-lg {
  0% {
    opacity: 0;
    -o-transform: translateY(-1000px);
    transform: translateY(-1000px)
  }

  100% {
    opacity: 1;
    -o-transform: translateY(0);
    transform: translateY(0)
  }
}

@keyframes fade-in-down-lg {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-1000px);
    -o-transform: translateY(-1000px);
    transform: translateY(-1000px)
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
  }
}

.fade-in-down-lg {
  -webkit-animation-name: fade-in-down;
  -o-animation-name: fade-in-down;
  animation-name: fade-in-down
}

@-webkit-keyframes fade-out-down-lg {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px)
  }
}

@-o-keyframes fade-out-down-lg {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
    transform: translateY(0)
  }

  100% {
    opacity: 0;
    -o-transform: translateY(1000px);
    transform: translateY(1000px)
  }
}

@keyframes fade-out-down-lg {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(1000px);
    -o-transform: translateY(1000px);
    transform: translateY(1000px)
  }
}

.fade-out-down-lg {
  -webkit-animation-name: fade-out-down-lg;
  -o-animation-name: fade-out-down-lg;
  animation-name: fade-out-down-lg
}

@-webkit-keyframes fade-in-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-500px);
    transform: translateX(-500px)
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}

@-o-keyframes fade-in-left {
  0% {
    opacity: 0;
    -o-transform: translateX(-500px);
    transform: translateX(-500px)
  }

  100% {
    opacity: 1;
    -o-transform: translateX(0);
    transform: translateX(0)
  }
}

@keyframes fade-in-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-500px);
    -o-transform: translateX(-500px);
    transform: translateX(-500px)
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0)
  }
}

.fade-in-left {
  -webkit-animation-name: fade-in-left;
  -o-animation-name: fade-in-left;
  animation-name: fade-in-left
}

@-webkit-keyframes fade-out-left {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-500px);
    transform: translateX(-500px)
  }
}

@-o-keyframes fade-out-left {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
    transform: translateX(0)
  }

  100% {
    opacity: 0;
    -o-transform: translateX(-500px);
    transform: translateX(-500px)
  }
}

@keyframes fade-out-left {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0)
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-500px);
    -o-transform: translateX(-500px);
    transform: translateX(-500px)
  }
}

.fade-out-left {
  -webkit-animation-name: fade-out-left;
  -o-animation-name: fade-out-left;
  animation-name: fade-out-left
}

@-webkit-keyframes fade-in-left-sm {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px)
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}

@-o-keyframes fade-in-left-sm {
  0% {
    opacity: 0;
    -o-transform: translateX(-100px);
    transform: translateX(-100px)
  }

  100% {
    opacity: 1;
    -o-transform: translateX(0);
    transform: translateX(0)
  }
}

@keyframes fade-in-left-sm {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    transform: translateX(-100px)
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0)
  }
}

.fade-in-left-sm {
  -webkit-animation-name: fade-in-left-sm;
  -o-animation-name: fade-in-left-sm;
  animation-name: fade-in-left-sm
}

@-webkit-keyframes fade-out-left-sm {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px)
  }
}

@-o-keyframes fade-out-left-sm {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
    transform: translateX(0)
  }

  100% {
    opacity: 0;
    -o-transform: translateX(-100px);
    transform: translateX(-100px)
  }
}

@keyframes fade-out-left-sm {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0)
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    transform: translateX(-100px)
  }
}

.fade-out-left-sm {
  -webkit-animation-name: fade-out-left-sm;
  -o-animation-name: fade-out-left-sm;
  animation-name: fade-out-left-sm
}

@-webkit-keyframes fade-in-left-lg {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-1500px);
    transform: translateX(-1500px)
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}

@-o-keyframes fade-in-left-lg {
  0% {
    opacity: 0;
    -o-transform: translateX(-1500px);
    transform: translateX(-1500px)
  }

  100% {
    opacity: 1;
    -o-transform: translateX(0);
    transform: translateX(0)
  }
}

@keyframes fade-in-left-lg {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-1500px);
    -o-transform: translateX(-1500px);
    transform: translateX(-1500px)
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0)
  }
}

.fade-in-left-lg {
  -webkit-animation-name: fade-in-left-lg;
  -o-animation-name: fade-in-left-lg;
  animation-name: fade-in-left-lg
}

@-webkit-keyframes fade-out-left-lg {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-1500px);
    transform: translateX(-1500px)
  }
}

@-o-keyframes fade-out-left-lg {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
    transform: translateX(0)
  }

  100% {
    opacity: 0;
    -o-transform: translateX(-1500px);
    transform: translateX(-1500px)
  }
}

@keyframes fade-out-left-lg {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0)
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-1500px);
    -o-transform: translateX(-1500px);
    transform: translateX(-1500px)
  }
}

.fade-out-left-lg {
  -webkit-animation-name: fade-out-left-lg;
  -o-animation-name: fade-out-left-lg;
  animation-name: fade-out-left-lg
}

@-webkit-keyframes fade-in-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(500px);
    transform: translateX(500px)
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}

@-o-keyframes fade-in-right {
  0% {
    opacity: 0;
    -o-transform: translateX(500px);
    transform: translateX(500px)
  }

  100% {
    opacity: 1;
    -o-transform: translateX(0);
    transform: translateX(0)
  }
}

@keyframes fade-in-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(500px);
    -o-transform: translateX(500px);
    transform: translateX(500px)
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0)
  }
}

.fade-in-right {
  -webkit-animation-name: fade-in-right;
  -o-animation-name: fade-in-right;
  animation-name: fade-in-right
}

@-webkit-keyframes fade-out-right {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(500px);
    transform: translateX(500px)
  }
}

@-o-keyframes fade-out-right {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
    transform: translateX(0)
  }

  100% {
    opacity: 0;
    -o-transform: translateX(500px);
    transform: translateX(500px)
  }
}

@keyframes fade-out-right {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0)
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(500px);
    -o-transform: translateX(500px);
    transform: translateX(500px)
  }
}

.fade-out-right {
  -webkit-animation-name: fade-out-right;
  -o-animation-name: fade-out-right;
  animation-name: fade-out-right
}

@-webkit-keyframes fade-in-right-sm {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    transform: translateX(100px)
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}

@-o-keyframes fade-in-right-sm {
  0% {
    opacity: 0;
    -o-transform: translateX(100px);
    transform: translateX(100px)
  }

  100% {
    opacity: 1;
    -o-transform: translateX(0);
    transform: translateX(0)
  }
}

@keyframes fade-in-right-sm {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    -o-transform: translateX(100px);
    transform: translateX(100px)
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0)
  }
}

.fade-in-right-sm {
  -webkit-animation-name: fade-in-right-sm;
  -o-animation-name: fade-in-right-sm;
  animation-name: fade-in-right-sm
}

@-webkit-keyframes fade-out-right-sm {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    transform: translateX(100px)
  }
}

@-o-keyframes fade-out-right-sm {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
    transform: translateX(0)
  }

  100% {
    opacity: 0;
    -o-transform: translateX(100px);
    transform: translateX(100px)
  }
}

@keyframes fade-out-right-sm {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0)
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    -o-transform: translateX(100px);
    transform: translateX(100px)
  }
}

.fade-out-right-sm {
  -webkit-animation-name: fade-out-right-sm;
  -o-animation-name: fade-out-right-sm;
  animation-name: fade-out-right-sm
}

@-webkit-keyframes fade-in-right-lg {
  0% {
    opacity: 0;
    -webkit-transform: translateX(1500px);
    transform: translateX(1500px)
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}

@-o-keyframes fade-in-right-lg {
  0% {
    opacity: 0;
    -o-transform: translateX(1500px);
    transform: translateX(1500px)
  }

  100% {
    opacity: 1;
    -o-transform: translateX(0);
    transform: translateX(0)
  }
}

@keyframes fade-in-right-lg {
  0% {
    opacity: 0;
    -webkit-transform: translateX(1500px);
    -o-transform: translateX(1500px);
    transform: translateX(1500px)
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0)
  }
}

.fade-in-right-lg {
  -webkit-animation-name: fade-in-right-lg;
  -o-animation-name: fade-in-right-lg;
  animation-name: fade-in-right-lg
}

@-webkit-keyframes fade-out-right-lg {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(1500px);
    transform: translateX(1500px)
  }
}

@-o-keyframes fade-out-right-lg {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
    transform: translateX(0)
  }

  100% {
    opacity: 0;
    -o-transform: translateX(1500px);
    transform: translateX(1500px)
  }
}

@keyframes fade-out-right-lg {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0)
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(1500px);
    -o-transform: translateX(1500px);
    transform: translateX(1500px)
  }
}

.fade-out-right-lg {
  -webkit-animation-name: fade-out-right-lg;
  -o-animation-name: fade-out-right-lg;
  animation-name: fade-out-right-lg
}

@-webkit-keyframes rotate-in {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: center center;
    transform-origin: center center
  }

  100% {
    opacity: 1;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center
  }
}

@-o-keyframes rotate-in {
  0% {
    opacity: 0;
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -o-transform-origin: center center;
    transform-origin: center center
  }

  100% {
    opacity: 1;
    -o-transform: rotate(0);
    transform: rotate(0);
    -o-transform-origin: center center;
    transform-origin: center center
  }
}

@keyframes rotate-in {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center
  }

  100% {
    opacity: 1;
    -webkit-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center
  }
}

.rotate-in {
  -webkit-animation-name: rotate-in;
  -o-animation-name: rotate-in;
  animation-name: rotate-in
}

@-webkit-keyframes rotate-out {
  0% {
    opacity: 1;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center
  }

  100% {
    opacity: 0;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: center center;
    transform-origin: center center
  }
}

@-o-keyframes rotate-out {
  0% {
    opacity: 1;
    -o-transform: rotate(0);
    transform: rotate(0);
    -o-transform-origin: center center;
    transform-origin: center center
  }

  100% {
    opacity: 0;
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    -o-transform-origin: center center;
    transform-origin: center center
  }
}

@keyframes rotate-out {
  0% {
    opacity: 1;
    -webkit-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center
  }

  100% {
    opacity: 0;
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center
  }
}

.rotate-out {
  -webkit-animation-name: rotate-out;
  -o-animation-name: rotate-out;
  animation-name: rotate-out
}

@-webkit-keyframes rotate-in-sm {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: center center;
    transform-origin: center center
  }

  100% {
    opacity: 1;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center
  }
}

@-o-keyframes rotate-in-sm {
  0% {
    opacity: 0;
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -o-transform-origin: center center;
    transform-origin: center center
  }

  100% {
    opacity: 1;
    -o-transform: rotate(0);
    transform: rotate(0);
    -o-transform-origin: center center;
    transform-origin: center center
  }
}

@keyframes rotate-in-sm {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center
  }

  100% {
    opacity: 1;
    -webkit-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center
  }
}

.rotate-in-sm {
  -webkit-animation-name: rotate-in-sm;
  -o-animation-name: rotate-in-sm;
  animation-name: rotate-in-sm
}

@-webkit-keyframes rotate-out-sm {
  0% {
    opacity: 1;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center
  }

  100% {
    opacity: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: center center;
    transform-origin: center center
  }
}

@-o-keyframes rotate-out-sm {
  0% {
    opacity: 1;
    -o-transform: rotate(0);
    transform: rotate(0);
    -o-transform-origin: center center;
    transform-origin: center center
  }

  100% {
    opacity: 0;
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -o-transform-origin: center center;
    transform-origin: center center
  }
}

@keyframes rotate-out-sm {
  0% {
    opacity: 1;
    -webkit-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center
  }

  100% {
    opacity: 0;
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center
  }
}

.rotate-out-sm {
  -webkit-animation-name: rotate-out-sm;
  -o-animation-name: rotate-out-sm;
  animation-name: rotate-out-sm
}

@-webkit-keyframes rotate-in-lg {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -webkit-transform-origin: center center;
    transform-origin: center center
  }

  100% {
    opacity: 1;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center
  }
}

@-o-keyframes rotate-in-lg {
  0% {
    opacity: 0;
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -o-transform-origin: center center;
    transform-origin: center center
  }

  100% {
    opacity: 1;
    -o-transform: rotate(0);
    transform: rotate(0);
    -o-transform-origin: center center;
    transform-origin: center center
  }
}

@keyframes rotate-in-lg {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -webkit-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center
  }

  100% {
    opacity: 1;
    -webkit-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center
  }
}

.rotate-in-lg {
  -webkit-animation-name: rotate-in-lg;
  -o-animation-name: rotate-in-lg;
  animation-name: rotate-in-lg
}

@-webkit-keyframes rotate-out-lg {
  0% {
    opacity: 1;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center
  }

  100% {
    opacity: 0;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transform-origin: center center;
    transform-origin: center center
  }
}

@-o-keyframes rotate-out-lg {
  0% {
    opacity: 1;
    -o-transform: rotate(0);
    transform: rotate(0);
    -o-transform-origin: center center;
    transform-origin: center center
  }

  100% {
    opacity: 0;
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    -o-transform-origin: center center;
    transform-origin: center center
  }
}

@keyframes rotate-out-lg {
  0% {
    opacity: 1;
    -webkit-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center
  }

  100% {
    opacity: 0;
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center
  }
}

.rotate-out-lg {
  -webkit-animation-name: rotate-out-lg;
  -o-animation-name: rotate-out-lg;
  animation-name: rotate-out-lg
}

@-webkit-keyframes flip-in-x {
  0% {
    opacity: 0;
    -webkit-transform: perspective(550px) rotateX(90deg);
    transform: perspective(550px) rotateX(90deg)
  }

  100% {
    opacity: 1;
    -webkit-transform: perspective(550px) rotateX(0deg);
    transform: perspective(550px) rotateX(0deg)
  }
}

@-o-keyframes flip-in-x {
  0% {
    opacity: 0;
    transform: perspective(550px) rotateX(90deg)
  }

  100% {
    opacity: 1;
    transform: perspective(550px) rotateX(0deg)
  }
}

@keyframes flip-in-x {
  0% {
    opacity: 0;
    -webkit-transform: perspective(550px) rotateX(90deg);
    transform: perspective(550px) rotateX(90deg)
  }

  100% {
    opacity: 1;
    -webkit-transform: perspective(550px) rotateX(0deg);
    transform: perspective(550px) rotateX(0deg)
  }
}

.flip-in-x {
  -webkit-animation-name: flip-in-x;
  -o-animation-name: flip-in-x;
  animation-name: flip-in-x;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important
}

@-webkit-keyframes flip-out-x {
  0% {
    opacity: 1;
    -webkit-transform: perspective(550px) rotateX(0deg);
    transform: perspective(550px) rotateX(0deg)
  }

  100% {
    opacity: 0;
    -webkit-transform: perspective(550px) rotateX(90deg);
    transform: perspective(550px) rotateX(90deg)
  }
}

@-o-keyframes flip-out-x {
  0% {
    opacity: 1;
    transform: perspective(550px) rotateX(0deg)
  }

  100% {
    opacity: 0;
    transform: perspective(550px) rotateX(90deg)
  }
}

@keyframes flip-out-x {
  0% {
    opacity: 1;
    -webkit-transform: perspective(550px) rotateX(0deg);
    transform: perspective(550px) rotateX(0deg)
  }

  100% {
    opacity: 0;
    -webkit-transform: perspective(550px) rotateX(90deg);
    transform: perspective(550px) rotateX(90deg)
  }
}

.flip-out-x {
  -webkit-animation-name: flip-out-x;
  -o-animation-name: flip-out-x;
  animation-name: flip-out-x;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important
}

@-webkit-keyframes flip-in-x-nr {
  0% {
    opacity: 0;
    -webkit-transform: perspective(100px) rotateX(90deg);
    transform: perspective(100px) rotateX(90deg)
  }

  100% {
    opacity: 1;
    -webkit-transform: perspective(100px) rotateX(0deg);
    transform: perspective(100px) rotateX(0deg)
  }
}

@-o-keyframes flip-in-x-nr {
  0% {
    opacity: 0;
    transform: perspective(100px) rotateX(90deg)
  }

  100% {
    opacity: 1;
    transform: perspective(100px) rotateX(0deg)
  }
}

@keyframes flip-in-x-nr {
  0% {
    opacity: 0;
    -webkit-transform: perspective(100px) rotateX(90deg);
    transform: perspective(100px) rotateX(90deg)
  }

  100% {
    opacity: 1;
    -webkit-transform: perspective(100px) rotateX(0deg);
    transform: perspective(100px) rotateX(0deg)
  }
}

.flip-in-x-nr {
  -webkit-animation-name: flip-in-x-nr;
  -o-animation-name: flip-in-x-nr;
  animation-name: flip-in-x-nr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important
}

@-webkit-keyframes flip-out-x-nr {
  0% {
    opacity: 1;
    -webkit-transform: perspective(100px) rotateX(0deg);
    transform: perspective(100px) rotateX(0deg)
  }

  100% {
    opacity: 0;
    -webkit-transform: perspective(100px) rotateX(90deg);
    transform: perspective(100px) rotateX(90deg)
  }
}

@-o-keyframes flip-out-x-nr {
  0% {
    opacity: 1;
    transform: perspective(100px) rotateX(0deg)
  }

  100% {
    opacity: 0;
    transform: perspective(100px) rotateX(90deg)
  }
}

@keyframes flip-out-x-nr {
  0% {
    opacity: 1;
    -webkit-transform: perspective(100px) rotateX(0deg);
    transform: perspective(100px) rotateX(0deg)
  }

  100% {
    opacity: 0;
    -webkit-transform: perspective(100px) rotateX(90deg);
    transform: perspective(100px) rotateX(90deg)
  }
}

.flip-out-x-nr {
  -webkit-animation-name: flip-out-x-nr;
  -o-animation-name: flip-out-x-nr;
  animation-name: flip-out-x-nr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important
}

@-webkit-keyframes flip-in-x-fr {
  0% {
    opacity: 0;
    -webkit-transform: perspective(1000px) rotateX(90deg);
    transform: perspective(1000px) rotateX(90deg)
  }

  100% {
    opacity: 1;
    -webkit-transform: perspective(1000px) rotateX(0deg);
    transform: perspective(1000px) rotateX(0deg)
  }
}

@-o-keyframes flip-in-x-fr {
  0% {
    opacity: 0;
    transform: perspective(1000px) rotateX(90deg)
  }

  100% {
    opacity: 1;
    transform: perspective(1000px) rotateX(0deg)
  }
}

@keyframes flip-in-x-fr {
  0% {
    opacity: 0;
    -webkit-transform: perspective(1000px) rotateX(90deg);
    transform: perspective(1000px) rotateX(90deg)
  }

  100% {
    opacity: 1;
    -webkit-transform: perspective(1000px) rotateX(0deg);
    transform: perspective(1000px) rotateX(0deg)
  }
}

.flip-in-x-fr {
  -webkit-animation-name: flip-in-x-fr;
  -o-animation-name: flip-in-x-fr;
  animation-name: flip-in-x-fr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important
}

@-webkit-keyframes flip-out-x-fr {
  0% {
    opacity: 1;
    -webkit-transform: perspective(1000px) rotateX(0deg);
    transform: perspective(1000px) rotateX(0deg)
  }

  100% {
    opacity: 0;
    -webkit-transform: perspective(1000px) rotateX(90deg);
    transform: perspective(1000px) rotateX(90deg)
  }
}

@-o-keyframes flip-out-x-fr {
  0% {
    opacity: 1;
    transform: perspective(1000px) rotateX(0deg)
  }

  100% {
    opacity: 0;
    transform: perspective(1000px) rotateX(90deg)
  }
}

@keyframes flip-out-x-fr {
  0% {
    opacity: 1;
    -webkit-transform: perspective(1000px) rotateX(0deg);
    transform: perspective(1000px) rotateX(0deg)
  }

  100% {
    opacity: 0;
    -webkit-transform: perspective(1000px) rotateX(90deg);
    transform: perspective(1000px) rotateX(90deg)
  }
}

.flip-out-x-fr {
  -webkit-animation-name: flip-out-x-fr;
  -o-animation-name: flip-out-x-fr;
  animation-name: flip-out-x-fr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important
}

@-webkit-keyframes flip-in-y {
  0% {
    opacity: 0;
    -webkit-transform: perspective(550px) rotateY(90deg);
    transform: perspective(550px) rotateY(90deg)
  }

  100% {
    opacity: 1;
    -webkit-transform: perspective(550px) rotateY(0deg);
    transform: perspective(550px) rotateY(0deg)
  }
}

@-o-keyframes flip-in-y {
  0% {
    opacity: 0;
    transform: perspective(550px) rotateY(90deg)
  }

  100% {
    opacity: 1;
    transform: perspective(550px) rotateY(0deg)
  }
}

@keyframes flip-in-y {
  0% {
    opacity: 0;
    -webkit-transform: perspective(550px) rotateY(90deg);
    transform: perspective(550px) rotateY(90deg)
  }

  100% {
    opacity: 1;
    -webkit-transform: perspective(550px) rotateY(0deg);
    transform: perspective(550px) rotateY(0deg)
  }
}

.flip-in-y {
  -webkit-animation-name: flip-in-y;
  -o-animation-name: flip-in-y;
  animation-name: flip-in-y;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important
}

@-webkit-keyframes flip-out-y {
  0% {
    opacity: 1;
    -webkit-transform: perspective(550px) rotateY(0deg);
    transform: perspective(550px) rotateY(0deg)
  }

  100% {
    opacity: 0;
    -webkit-transform: perspective(550px) rotateY(90deg);
    transform: perspective(550px) rotateY(90deg)
  }
}

@-o-keyframes flip-out-y {
  0% {
    opacity: 1;
    transform: perspective(550px) rotateY(0deg)
  }

  100% {
    opacity: 0;
    transform: perspective(550px) rotateY(90deg)
  }
}

@keyframes flip-out-y {
  0% {
    opacity: 1;
    -webkit-transform: perspective(550px) rotateY(0deg);
    transform: perspective(550px) rotateY(0deg)
  }

  100% {
    opacity: 0;
    -webkit-transform: perspective(550px) rotateY(90deg);
    transform: perspective(550px) rotateY(90deg)
  }
}

.flip-out-y {
  -webkit-animation-name: flip-out-y;
  -o-animation-name: flip-out-y;
  animation-name: flip-out-y;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important
}

@-webkit-keyframes flip-in-y-nr {
  0% {
    opacity: 0;
    -webkit-transform: perspective(100px) rotateY(90deg);
    transform: perspective(100px) rotateY(90deg)
  }

  100% {
    opacity: 1;
    -webkit-transform: perspective(100px) rotateY(0deg);
    transform: perspective(100px) rotateY(0deg)
  }
}

@-o-keyframes flip-in-y-nr {
  0% {
    opacity: 0;
    transform: perspective(100px) rotateY(90deg)
  }

  100% {
    opacity: 1;
    transform: perspective(100px) rotateY(0deg)
  }
}

@keyframes flip-in-y-nr {
  0% {
    opacity: 0;
    -webkit-transform: perspective(100px) rotateY(90deg);
    transform: perspective(100px) rotateY(90deg)
  }

  100% {
    opacity: 1;
    -webkit-transform: perspective(100px) rotateY(0deg);
    transform: perspective(100px) rotateY(0deg)
  }
}

.flip-in-y-nr {
  -webkit-animation-name: flip-in-y-nr;
  -o-animation-name: flip-in-y-nr;
  animation-name: flip-in-y-nr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important
}

@-webkit-keyframes flip-out-y-nr {
  0% {
    opacity: 1;
    -webkit-transform: perspective(100px) rotateY(0deg);
    transform: perspective(100px) rotateY(0deg)
  }

  100% {
    opacity: 0;
    -webkit-transform: perspective(100px) rotateY(90deg);
    transform: perspective(100px) rotateY(90deg)
  }
}

@-o-keyframes flip-out-y-nr {
  0% {
    opacity: 1;
    transform: perspective(100px) rotateY(0deg)
  }

  100% {
    opacity: 0;
    transform: perspective(100px) rotateY(90deg)
  }
}

@keyframes flip-out-y-nr {
  0% {
    opacity: 1;
    -webkit-transform: perspective(100px) rotateY(0deg);
    transform: perspective(100px) rotateY(0deg)
  }

  100% {
    opacity: 0;
    -webkit-transform: perspective(100px) rotateY(90deg);
    transform: perspective(100px) rotateY(90deg)
  }
}

.flip-out-y-nr {
  -webkit-animation-name: flip-out-y-nr;
  -o-animation-name: flip-out-y-nr;
  animation-name: flip-out-y-nr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important
}

@-webkit-keyframes flip-in-y-fr {
  0% {
    opacity: 0;
    -webkit-transform: perspective(1000px) rotateY(90deg);
    transform: perspective(1000px) rotateY(90deg)
  }

  100% {
    opacity: 1;
    -webkit-transform: perspective(1000px) rotateY(0deg);
    transform: perspective(1000px) rotateY(0deg)
  }
}

@-o-keyframes flip-in-y-fr {
  0% {
    opacity: 0;
    transform: perspective(1000px) rotateY(90deg)
  }

  100% {
    opacity: 1;
    transform: perspective(1000px) rotateY(0deg)
  }
}

@keyframes flip-in-y-fr {
  0% {
    opacity: 0;
    -webkit-transform: perspective(1000px) rotateY(90deg);
    transform: perspective(1000px) rotateY(90deg)
  }

  100% {
    opacity: 1;
    -webkit-transform: perspective(1000px) rotateY(0deg);
    transform: perspective(1000px) rotateY(0deg)
  }
}

.flip-in-y-fr {
  -webkit-animation-name: flip-in-y-fr;
  -o-animation-name: flip-in-y-fr;
  animation-name: flip-in-y-fr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important
}

@-webkit-keyframes flip-out-y-fr {
  0% {
    opacity: 1;
    -webkit-transform: perspective(1000px) rotateY(0deg);
    transform: perspective(1000px) rotateY(0deg)
  }

  100% {
    opacity: 0;
    -webkit-transform: perspective(1000px) rotateY(90deg);
    transform: perspective(1000px) rotateY(90deg)
  }
}

@-o-keyframes flip-out-y-fr {
  0% {
    opacity: 1;
    transform: perspective(1000px) rotateY(0deg)
  }

  100% {
    opacity: 0;
    transform: perspective(1000px) rotateY(90deg)
  }
}

@keyframes flip-out-y-fr {
  0% {
    opacity: 1;
    -webkit-transform: perspective(1000px) rotateY(0deg);
    transform: perspective(1000px) rotateY(0deg)
  }

  100% {
    opacity: 0;
    -webkit-transform: perspective(1000px) rotateY(90deg);
    transform: perspective(1000px) rotateY(90deg)
  }
}

.flip-out-y-fr {
  -webkit-animation-name: flip-out-y-fr;
  -o-animation-name: flip-out-y-fr;
  animation-name: flip-out-y-fr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important
}

@-webkit-keyframes zoom-in {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.7);
    transform: scale(0.7)
  }

  100% {
    opacity: 1
  }
}

@-o-keyframes zoom-in {
  0% {
    opacity: 0;
    -o-transform: scale(0.7);
    transform: scale(0.7)
  }

  100% {
    opacity: 1
  }
}

@keyframes zoom-in {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.7);
    -o-transform: scale(0.7);
    transform: scale(0.7)
  }

  100% {
    opacity: 1
  }
}

.zoom-in {
  -webkit-animation-name: zoom-in;
  -o-animation-name: zoom-in;
  animation-name: zoom-in
}

@-webkit-keyframes zoom-out {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
  }

  50% {
    opacity: 0;
    -webkit-transform: scale(0.7);
    transform: scale(0.7)
  }

  100% {
    opacity: 0
  }
}

@-o-keyframes zoom-out {
  0% {
    opacity: 1;
    -o-transform: scale(1);
    transform: scale(1)
  }

  50% {
    opacity: 0;
    -o-transform: scale(0.7);
    transform: scale(0.7)
  }

  100% {
    opacity: 0
  }
}

@keyframes zoom-out {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
  }

  50% {
    opacity: 0;
    -webkit-transform: scale(0.7);
    -o-transform: scale(0.7);
    transform: scale(0.7)
  }

  100% {
    opacity: 0
  }
}

.zoom-out {
  -webkit-animation-name: zoom-out;
  -o-animation-name: zoom-out;
  animation-name: zoom-out
}

@-webkit-keyframes zoom-in-sm {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.95);
    transform: scale(0.95)
  }

  100% {
    opacity: 1
  }
}

@-o-keyframes zoom-in-sm {
  0% {
    opacity: 0;
    -o-transform: scale(0.95);
    transform: scale(0.95)
  }

  100% {
    opacity: 1
  }
}

@keyframes zoom-in-sm {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.95);
    -o-transform: scale(0.95);
    transform: scale(0.95)
  }

  100% {
    opacity: 1
  }
}

.zoom-in-sm {
  -webkit-animation-name: zoom-in-sm;
  -o-animation-name: zoom-in-sm;
  animation-name: zoom-in-sm
}

@-webkit-keyframes zoom-out-sm {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
  }

  50% {
    opacity: 0;
    -webkit-transform: scale(0.95);
    transform: scale(0.95)
  }

  100% {
    opacity: 0
  }
}

@-o-keyframes zoom-out-sm {
  0% {
    opacity: 1;
    -o-transform: scale(1);
    transform: scale(1)
  }

  50% {
    opacity: 0;
    -o-transform: scale(0.95);
    transform: scale(0.95)
  }

  100% {
    opacity: 0
  }
}

@keyframes zoom-out-sm {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
  }

  50% {
    opacity: 0;
    -webkit-transform: scale(0.95);
    -o-transform: scale(0.95);
    transform: scale(0.95)
  }

  100% {
    opacity: 0
  }
}

.zoom-out-sm {
  -webkit-animation-name: zoom-out-sm;
  -o-animation-name: zoom-out-sm;
  animation-name: zoom-out-sm
}

@-webkit-keyframes zoom-in-lg {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.4);
    transform: scale(0.4)
  }

  100% {
    opacity: 1
  }
}

@-o-keyframes zoom-in-lg {
  0% {
    opacity: 0;
    -o-transform: scale(0.4);
    transform: scale(0.4)
  }

  100% {
    opacity: 1
  }
}

@keyframes zoom-in-lg {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.4);
    -o-transform: scale(0.4);
    transform: scale(0.4)
  }

  100% {
    opacity: 1
  }
}

.zoom-in-lg {
  -webkit-animation-name: zoom-in-lg;
  -o-animation-name: zoom-in-lg;
  animation-name: zoom-in-lg
}

@-webkit-keyframes zoom-out-lg {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
  }

  50% {
    opacity: 0;
    -webkit-transform: scale(0.4);
    transform: scale(0.4)
  }

  100% {
    opacity: 0
  }
}

@-o-keyframes zoom-out-lg {
  0% {
    opacity: 1;
    -o-transform: scale(1);
    transform: scale(1)
  }

  50% {
    opacity: 0;
    -o-transform: scale(0.4);
    transform: scale(0.4)
  }

  100% {
    opacity: 0
  }
}

@keyframes zoom-out-lg {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
  }

  50% {
    opacity: 0;
    -webkit-transform: scale(0.4);
    -o-transform: scale(0.4);
    transform: scale(0.4)
  }

  100% {
    opacity: 0
  }
}

.zoom-out-lg {
  -webkit-animation-name: zoom-out-lg;
  -o-animation-name: zoom-out-lg;
  animation-name: zoom-out-lg
}

.blink-slow {
  -webkit-animation-name: blink-slow;
  -o-animation-name: blink-slow;
  animation-name: blink-slow;
  -webkit-animation-duration: .3s;
  -o-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-timing-function: ease-in-out;
  -o-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  -o-animation-direction: alternate;
  animation-direction: alternate
}

@-webkit-keyframes blink-slow {
  0% {
    opacity: .4
  }

  50% {
    opacity: .7
  }

  100% {
    opacity: 1
  }
}

@-o-keyframes blink-slow {
  0% {
    opacity: .4
  }

  50% {
    opacity: .7
  }

  100% {
    opacity: 1
  }
}

@keyframes blink-slow {
  0% {
    opacity: .4
  }

  50% {
    opacity: .7
  }

  100% {
    opacity: 1
  }
}

@-webkit-keyframes overlay-slide-in-top {
  0% {
    height: 100%
  }

  100% {
    height: 0
  }
}

@-o-keyframes overlay-slide-in-top {
  0% {
    height: 100%
  }

  100% {
    height: 0
  }
}

@keyframes overlay-slide-in-top {
  0% {
    height: 100%
  }

  100% {
    height: 0
  }
}

.overlay-slide-in-top {
  top: 0;
  height: 0;
  -webkit-animation-name: overlay-slide-in-top;
  -o-animation-name: overlay-slide-in-top;
  animation-name: overlay-slide-in-top
}

@-webkit-keyframes overlay-slide-out-top {
  0% {
    height: 0
  }

  100% {
    height: 100%
  }
}

@-o-keyframes overlay-slide-out-top {
  0% {
    height: 0
  }

  100% {
    height: 100%
  }
}

@keyframes overlay-slide-out-top {
  0% {
    height: 0
  }

  100% {
    height: 100%
  }
}

.overlay-slide-out-top {
  top: 0;
  height: 100%;
  -webkit-animation-name: overlay-slide-out-top;
  -o-animation-name: overlay-slide-out-top;
  animation-name: overlay-slide-out-top
}

@-webkit-keyframes overlay-slide-in-bottom {
  0% {
    height: 100%
  }

  100% {
    height: 0
  }
}

@-o-keyframes overlay-slide-in-bottom {
  0% {
    height: 100%
  }

  100% {
    height: 0
  }
}

@keyframes overlay-slide-in-bottom {
  0% {
    height: 100%
  }

  100% {
    height: 0
  }
}

.overlay-slide-in-bottom {
  bottom: 0;
  height: 0;
  -webkit-animation-name: overlay-slide-in-bottom;
  -o-animation-name: overlay-slide-in-bottom;
  animation-name: overlay-slide-in-bottom
}

@-webkit-keyframes overlay-slide-out-bottom {
  0% {
    height: 0
  }

  100% {
    height: 100%
  }
}

@-o-keyframes overlay-slide-out-bottom {
  0% {
    height: 0
  }

  100% {
    height: 100%
  }
}

@keyframes overlay-slide-out-bottom {
  0% {
    height: 0
  }

  100% {
    height: 100%
  }
}

.overlay-slide-out-bottom {
  bottom: 0;
  height: 100%;
  -webkit-animation-name: overlay-slide-out-bottom;
  -o-animation-name: overlay-slide-out-bottom;
  animation-name: overlay-slide-out-bottom
}

@-webkit-keyframes overlay-slide-in-left {
  0% {
    width: 100%
  }

  100% {
    width: 0
  }
}

@-o-keyframes overlay-slide-in-left {
  0% {
    width: 100%
  }

  100% {
    width: 0
  }
}

@keyframes overlay-slide-in-left {
  0% {
    width: 100%
  }

  100% {
    width: 0
  }
}

.overlay-slide-in-left {
  width: 0;
  -webkit-animation-name: overlay-slide-in-left;
  -o-animation-name: overlay-slide-in-left;
  animation-name: overlay-slide-in-left
}

@-webkit-keyframes overlay-slide-out-left {
  0% {
    width: 0
  }

  100% {
    width: 100%
  }
}

@-o-keyframes overlay-slide-out-left {
  0% {
    width: 0
  }

  100% {
    width: 100%
  }
}

@keyframes overlay-slide-out-left {
  0% {
    width: 0
  }

  100% {
    width: 100%
  }
}

.overlay-slide-out-left {
  left: 0;
  width: 100%;
  -webkit-animation-name: overlay-slide-out-left;
  -o-animation-name: overlay-slide-out-left;
  animation-name: overlay-slide-out-left
}

@-webkit-keyframes overlay-slide-in-right {
  0% {
    width: 100%
  }

  100% {
    width: 0
  }
}

@-o-keyframes overlay-slide-in-right {
  0% {
    width: 100%
  }

  100% {
    width: 0
  }
}

@keyframes overlay-slide-in-right {
  0% {
    width: 100%
  }

  100% {
    width: 0
  }
}

.overlay-slide-in-right {
  right: 0;
  width: 0;
  -webkit-animation-name: overlay-slide-in-right;
  -o-animation-name: overlay-slide-in-right;
  animation-name: overlay-slide-in-right
}

@-webkit-keyframes overlay-slide-out-right {
  0% {
    width: 0
  }

  100% {
    width: 100%
  }
}

@-o-keyframes overlay-slide-out-right {
  0% {
    width: 0
  }

  100% {
    width: 100%
  }
}

@keyframes overlay-slide-out-right {
  0% {
    width: 0
  }

  100% {
    width: 100%
  }
}

.overlay-slide-out-right {
  right: 0;
  width: 100%;
  -webkit-animation-name: overlay-slide-out-right;
  -o-animation-name: overlay-slide-out-right;
  animation-name: overlay-slide-out-right
}

.scrollable.is-enabled {
  overflow: hidden !important
}

.is-enabled .scrollable-container {
  -webkit-box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  box-sizing: content-box !important;
  overflow: hidden !important
}

.is-enabled .scrollable-container::-webkit-scrollbar {
  width: 0;
  height: 0;
  -webkit-appearance: none
}

.scrollable-vertical.is-enabled .scrollable-container {
  overflow-y: scroll !important
}

.scrollable-horizontal.is-enabled .scrollable-container {
  overflow-x: scroll !important
}

.is-enabled .scrollable-content {
  position: relative !important;
  overflow: visible !important
}

.is-enabled .scrollable-content:before,
.is-enabled .scrollable-content:after {
  display: table;
  content: " "
}

.is-enabled .scrollable-content:after {
  clear: both
}

.scrollable-bar {
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  line-height: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 2px;
  -webkit-transition: opacity .5s;
  -o-transition: opacity .5s;
  transition: opacity .5s;
  user-focus: ignore;
  user-input: disabled;
  -webkit-touch-callout: none
}

.is-disabled .scrollable-bar {
  display: none
}

.scrollable-bar-hide {
  opacity: 0;
  -webkit-transition-delay: 400ms;
  -o-transition-delay: 400ms;
  transition-delay: 400ms
}

.scrollable-bar.is-dragging {
  opacity: 1
}

.scrollable-bar.is-disabled {
  display: none
}

.scrollable-bar-handle {
  position: absolute;
  top: 0;
  left: 0;
  line-height: 0;
  cursor: pointer;
  background: rgba(163, 175, 183, 0.6);
  border-radius: 2px;
  -webkit-transition: width, height .5s;
  -o-transition: width, height .5s;
  transition: width, height .5s
}

.scrollable-bar-vertical {
  width: 4px;
  height: 100%;
  height: -webkit-calc(100% - 2*4px);
  height: calc(100% - 2*4px);
  margin: 4px 2px
}

.scrollable-bar-vertical .scrollable-bar-handle {
  width: 100%
}

.scrollable-bar-horizontal {
  width: 100%;
  width: -webkit-calc(100% - 2*4px);
  width: calc(100% - 2*4px);
  height: 4px;
  margin: 2px 4px
}

.scrollable-bar-vertical.is-dragging,
.scrollable-bar-vertical.is-hovering {
  width: 8px;
  margin: 4px 1px
}

.scrollable-bar-horizontal.is-dragging,
.scrollable-bar-horizontal.is-hovering {
  height: 8px;
  margin: 1px 4px
}

.scrollable-bar-horizontal .scrollable-bar-handle {
  height: 100%
}

.scrollable.is-dragging .scrollable-handle,
.scrollable.is-hovering .scrollable-handle {
  border-radius: 8px
}

.scrollable.is-dragging .scrollable-bar-handle,
.scrollable.is-hovering .scrollable-bar-handle {
  border-radius: 8px
}

.scrollable.is-scrolling .scrollable-bar {
  opacity: 1;
  -webkit-transition: opacity 0;
  -o-transition: opacity 0;
  transition: opacity 0
}

.scrollable.is-dragging {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  user-focus: ignore;
  user-input: disabled;
  -webkit-touch-callout: none
}

.scrollable.is-dragging .scrollable-bar-handle {
  background: rgba(163, 175, 183, 0.8) !important
}

.scrollable-inverse.scrollable .scrollable-bar-handle {
  background: rgba(243, 247, 249, 0.5)
}

.scrollable-inverse.scrollable.is-dragging .scrollable-bar-handle {
  background: rgba(243, 247, 249, 0.8) !important
}

.scrollable-shadow.scrollable.is-dragging .scrollable-bar,
.scrollable-shadow.scrollable.is-hovering .scrollable-bar {
  background: rgba(228, 234, 236, 0.5)
}

.scrollable-inverse.scrollable-shadow.scrollable.is-dragging .scrollable-bar,
.scrollable-inverse.scrollable-shadow.scrollable.is-hovering .scrollable-bar {
  background: rgba(243, 247, 249, 0.3)
}

.switchery {
  position: relative;
  display: inline-block;
  width: 45px;
  height: 24px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #fff;
  -webkit-background-clip: content-box;
  background-clip: content-box;
  border: 1px solid #e4eaec;
  border-radius: 20px
}

.switchery>small {
  position: absolute;
  top: 0;
  width: 24px;
  height: 24px;
  background: #fff;
  border-radius: 100%;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4)
}

.switchery-small {
  width: 33px;
  height: 20px;
  border-radius: 20px
}

.switchery-small>small {
  width: 20px;
  height: 20px
}

.switchery-large {
  width: 66px;
  height: 36px;
  border-radius: 36px
}

.switchery-large>small {
  width: 36px;
  height: 36px
}

.introjs-overlay {
  position: absolute;
  z-index: 10000;
  background-color: #000;
  opacity: 0;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out
}

.introjs-fixParent {
  position: absolute !important;
  z-index: auto !important;
  opacity: 1.0 !important;
  -webkit-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important
}

.introjs-showElement,
tr.introjs-showElement>td,
tr.introjs-showElement>th {
  z-index: 10100 !important
}

.introjs-disableInteraction {
  position: absolute;
  z-index: 10300 !important
}

.introjs-relativePosition,
tr.introjs-showElement>td,
tr.introjs-showElement>th {
  position: relative
}

.introjs-helperLayer {
  position: absolute;
  z-index: 10099;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.5);
  border: 1px solid #777;
  border: 1px solid rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.4);
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.4);
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out
}

.introjs-tooltipReferenceLayer {
  position: absolute;
  z-index: 10101;
  background-color: transparent;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out
}

.introjs-helperLayer *,
.introjs-helperLayer *:before,
.introjs-helperLayer *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -ms-box-sizing: content-box;
  -o-box-sizing: content-box
}

.introjs-helperNumberLayer {
  position: absolute;
  top: -16px;
  left: -16px;
  z-index: 10400 !important;
  width: 20px;
  height: 20px;
  padding: 4px;
  font-family: Arial, verdana, tahoma;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  color: white;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  background: #62a8ea;
  border-radius: 50%;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4)
}

.introjs-arrow {
  position: absolute;
  display: none !important;
  content: '';
  border: 5px solid white
}

.introjs-arrow.top {
  top: -10px;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: white;
  border-left-color: transparent
}

.introjs-arrow.top-right {
  top: -10px;
  right: 10px;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: white;
  border-left-color: transparent
}

.introjs-arrow.top-middle {
  top: -10px;
  left: 50%;
  margin-left: -5px;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: white;
  border-left-color: transparent
}

.introjs-arrow.right {
  top: 10px;
  right: -10px;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: white
}

.introjs-arrow.right-bottom {
  right: -10px;
  bottom: 10px;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: white
}

.introjs-arrow.bottom {
  bottom: -10px;
  border-top-color: white;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent
}

.introjs-arrow.left {
  top: 10px;
  left: -10px;
  border-top-color: transparent;
  border-right-color: white;
  border-bottom-color: transparent;
  border-left-color: transparent
}

.introjs-arrow.left-bottom {
  bottom: 10px;
  left: -10px;
  border-top-color: transparent;
  border-right-color: white;
  border-bottom-color: transparent;
  border-left-color: transparent
}

.introjs-tooltip {
  position: absolute;
  min-width: 300px;
  max-width: 500px;
  padding: 10px;
  font-size: 30px;
  color: #fff;
  background-color: transparent;
  -webkit-transition: opacity .1s ease-out;
  -o-transition: opacity .1s ease-out;
  transition: opacity .1s ease-out
}

.introjs-tooltip .content {
  display: block;
  margin-top: 20px;
  font-size: 14px
}

.introjs-tooltipbuttons {
  margin-top: 10px;
  text-align: right;
  white-space: nowrap
}

.introjs-skipbutton {
  position: fixed;
  right: 50px;
  bottom: 50px;
  width: 56px;
  height: 56px;
  padding: 0;
  margin: 0;
  margin-right: 5px;
  font-size: 24px;
  color: #fff !important;
  text-align: center;
  text-shadow: none;
  background: #f96868 !important;
  border: none;
  border-radius: 100%;
  -webkit-box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15)
}

.introjs-skipbutton i {
  line-height: 56px
}

.introjs-skipbutton:hover {
  color: #fff;
  border: none;
  -webkit-box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15)
}

.introjs-skipbutton:active,
.introjs-skipbutton:focus {
  background: #f96868
}

.introjs-prevbutton,
.introjs-nextbutton {
  padding: 8px 18px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #fff;
  text-decoration: none;
  background-color: #62a8ea;
  border: 1px solid transparent;
  border-radius: 1000px;
  -webkit-transition: border .2s linear, color .2s linear, width .2s linear, background-color .2s linear;
  -o-transition: border .2s linear, color .2s linear, width .2s linear, background-color .2s linear;
  transition: border .2s linear, color .2s linear, width .2s linear, background-color .2s linear;
  -webkit-font-smoothing: subpixel-antialiased
}

.introjs-prevbutton:hover,
.introjs-nextbutton:hover,
.introjs-prevbutton:active,
.introjs-nextbutton:active,
.introjs-prevbutton:focus,
.introjs-nextbutton:focus {
  color: #fff;
  text-decoration: none
}

.introjs-prevbutton.introjs-disabled,
.introjs-nextbutton.introjs-disabled {
  color: #a3afb7 !important;
  cursor: not-allowed;
  background: transparent !important;
  border: 1px solid
}

.introjs-prevbutton {
  float: left
}

.introjs-prevbutton i {
  margin-right: 10px
}

.introjs-nextbutton {
  float: right
}

.introjs-nextbutton i {
  margin-left: 10px
}

.introjs-disabled,
.introjs-disabled:hover,
.introjs-disabled:focus {
  text-decoration: none
}

.introjs-bullets {
  text-align: center
}

.introjs-bullets ul {
  display: inline-block;
  padding: 0;
  margin: 15px auto 0;
  clear: both
}

.introjs-bullets ul li {
  float: left;
  margin: 0 2px;
  list-style: none
}

.introjs-bullets ul li a {
  display: block;
  width: 6px;
  height: 6px;
  text-decoration: none;
  background: #ccc;
  border-radius: 10px
}

.introjs-bullets ul li a:hover {
  background: #999
}

.introjs-bullets ul li a.active {
  background: #999
}

.introjs-progress {
  height: 10px;
  margin: 10px 0 5px 0;
  overflow: hidden;
  background-color: #ecf0f1;
  border-radius: 4px
}

.introjs-progressbar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 10px;
  line-height: 10px;
  text-align: center;
  background-color: #08c
}

.introjsFloatingElement {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0
}

.slidePanel {
  position: fixed;
  z-index: 1310;
  max-width: 100%;
  max-height: 100%;
  visibility: hidden;
  background: #fff;
  -webkit-box-shadow: -10px 0 20px 0 rgba(66, 66, 66, 0.2);
  box-shadow: -10px 0 20px 0 rgba(66, 66, 66, 0.2)
}

.slidePanel-right,
.slidePanel-left {
  top: 66px;
  bottom: 0;
  width: 700px
}

@media (max-width: 1199px) {

  .slidePanel-right,
  .slidePanel-left {
    width: -webkit-calc(100% - 230px);
    width: calc(100% - 230px)
  }
}

@media (max-width: 767px) {

  .slidePanel-right,
  .slidePanel-left {
    width: 100%
  }
}

.slidePanel-top,
.slidePanel-bottom {
  width: 100%;
  height: 500px
}

@media (max-width: 1199px) {

  .slidePanel-top,
  .slidePanel-bottom {
    top: 0;
    bottom: 0;
    height: auto
  }
}

.slidePanel-left {
  left: 0
}

.slidePanel-right {
  right: 0
}

.slidePanel-top {
  top: 0;
  left: 0
}

.slidePanel-bottom {
  bottom: 0;
  left: 0
}

.slidePanel .scrollable-container {
  height: 100%
}

.slidePanel-show {
  visibility: visible
}

.slidePanel-handler {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 100%;
  cursor: e-resize;
  background-color: transparent
}

.slidePanel-loading {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  text-align: center;
  visibility: hidden
}

.slidePanel-loading:before {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  content: ""
}

.slidePanel-loading .loader {
  vertical-align: middle
}

.slidePanel-loading-show {
  visibility: visible
}

.slidePanel-scrollable {
  height: 100%
}

.slidePanel-header {
  position: relative;
  padding: 40px 30px;
  padding-right: 120px;
  color: #fff
}

.slidePanel-header h1 {
  margin: 0;
  font-size: 22px;
  line-height: 33px;
  color: #fff
}

.slidePanel-actions {
  float: right;
  min-height: 67px;
  margin: 0;
  margin-left: 15px;
  text-align: right;
  list-style: none
}

.slidePanel-actions .btn {
  line-height: 33px
}

.slidePanel-action {
  border: 1px solid transparent;
  border-radius: 3px;
  -webkit-transition: border .25s linear;
  -o-transition: border .25s linear;
  transition: border .25s linear
}

.slidePanel-action:last-child {
  margin-right: 0
}

.slidePanel-action.dropdown.open {
  border-color: #fff
}

.slidePanel-action .icon {
  cursor: pointer
}

.slidePanel-action .icon:hover {
  color: #ecf0f3
}

.slidePanel-action .dropdown-menu {
  right: 0;
  left: auto;
  margin-top: 10px
}

.slidePanel-action .dropdown-menu .icon {
  margin-right: 10px
}

.slidePanel-inner {
  padding: 0 30px
}

.slidePanel-inner-section {
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e4eaec
}

.slidePanel-comment {
  position: relative;
  margin-top: 50px;
  margin-bottom: 50px
}

.slidePanel-comment textarea {
  margin-bottom: 5px
}

.slidePanel-comment .reply {
  position: absolute;
  top: 10px;
  left: 10px
}

@font-face {
  font-family: 'Web Icons';
  font-style: normal;
  font-weight: normal;
  src: url(/tpl/fonts/web-icons.eot?v=0.2.3);
  src: url(/tpl/fonts/web-icons.eot?#iefix&v=0.2.3) format("embedded-opentype"), url(/tpl/fonts/web-icons.woff2?v=0.2.3) format("woff2"), url(/tpl/fonts/web-icons.woff?v=0.2.3) format("woff"), url(/tpl/fonts/web-icons.ttf?v=0.2.3) format("truetype"), url(/assets/web-icons-345b8a5f2c968126f31964cd39b7bfa8467e4a08c6b852e210e2a763300f5fd0.svg?v=0.2.3#web-icons) format("svg")
}

[class^="wb-"],
[class*=" wb-"] {
  position: relative;
  display: inline-block;
  font-family: 'Web Icons';
  font-style: normal;
  font-weight: normal;
  -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"
}

.page.page-ddt {
  font-size: 11px !important;
  line-height: 1.1;
  padding: 0;
  margin: 0
}

.page.page-ddt table td {
  font-size: 10px
}

.page.page-ddt .page-content {
  padding: 0 !important;
  margin: 0 !important
}

.page.page-ddt .row {
  margin: 5px
}

.page.page-ddt .bold-txt {
  font-weight: 900
}

.page.page-ddt .box-txt {
  border: solid 1px #474747;
  min-height: 200px;
  padding: 10px 5px
}

.page.page-ddt .company-logo {
  min-width: 140px
}

.page.page-ddt .inline-block {
  display: inline-block
}

.page.page-ddt .panel-body {
  padding: 30px 0
}

.page.page-ddt .no-padding {
  padding: 0
}

.page.page-ddt .number-fields {
  width: 100px
}

body.print {
  margin: 0 !important;
  padding: 0 !important;
  position: relative;
  display: block;
  float: none
}

body.login-page {
  padding-top: 10px;
  height: 100%;
  background: #4397e6 !important
}

body.login-page .wrapper-login {
  background-color: #4397e6 !important;
  height: 100%;
  position: absolute
}

body.login-page .wrapper-login-img {
  background-image: url(/images/vox-logo-background-d1fac377a4686efc930699f838801fc2.svg?vsn=d);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%
}

body.login-page .input-login {
  padding-top: 15px
}

body.login-page .row-logins {
  position: relative;
  top: 25%
}

body.login-page .login-text {
  text-align: center;
  color: #fff;
  font-weight: 100;
  font-size: 1em
}

body.login-page .btn-login {
  font-weight: 400;
  font-size: 1.2em
}

body.login-page .checkbox {
  text-align: left;
  color: #fff;
  margin-top: 10px
}

body.login-page .password-frgt {
  color: #fff;
  margin-top: 10px;
  float: right
}

body.login-page a.password-txt {
  color: #fff
}

body.login-page .inline-block {
  display: inline-block
}

body.login-page .signup-txt {
  color: #e3e3e3;
  text-align: center;
  margin-top: 10px
}

.order-steps .step {
  padding: 14px 10px
}

.order-steps .step-desc {
  min-height: 0px
}

.order-steps .step-desc .step-title {
  font-size: 12px
}

.order-steps .step-number {
  height: 30px;
  width: 30px;
  font-size: 18px;
  line-height: 30px
}

/*! 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
}

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

small {
  font-size: 80%
}

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

sup {
  top: -.5em
}

sub {
  bottom: -.25em
}

img {
  border: 0
}

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

figure {
  margin: 1em 40px
}

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

pre {
  overflow: auto
}

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

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

button {
  overflow: visible
}

button,
select {
  text-transform: none
}

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

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

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

input {
  line-height: normal
}

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

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

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

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

fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid silver
}

legend {
  padding: 0;
  border: 0
}

textarea {
  overflow: auto
}

optgroup {
  font-weight: 700
}

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

td,
th {
  padding: 0
}

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

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

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

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

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

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

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

  thead {
    display: table-header-group
  }

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

  img {
    max-width: 100% !important
  }

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

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

  .navbar {
    display: none
  }

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

  .label {
    border: 1px solid #000
  }

  .table {
    border-collapse: collapse !important
  }

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

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

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 1.57142857;
  color: #76838f;
  background-color: #fff
}

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

a {
  color: #62a8ea;
  text-decoration: none
}

a:focus,
a:hover {
  color: #89bceb;
  text-decoration: underline
}

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

figure {
  margin: 0
}

img {
  vertical-align: middle
}

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

.img-rounded {
  border-radius: 4px
}

.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.57142857;
  background-color: #fff;
  border: 1px solid #e4eaec;
  border-radius: 3px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out
}

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

hr {
  margin-top: 22px;
  margin-bottom: 22px;
  border: 0;
  border-top: 1px solid #e4eaec
}

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

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

[role=button] {
  cursor: pointer
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Roboto, sans-serif;
  font-weight: 400;
  line-height: 1.2;
  color: #37474f
}

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

.h1,
.h2,
.h3,
h1,
h2,
h3 {
  margin-top: 22px;
  margin-bottom: 11px
}

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

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

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

.h1,
h1 {
  font-size: 36px
}

.h2,
h2 {
  font-size: 30px
}

.h3,
h3 {
  font-size: 24px
}

.h4,
h4 {
  font-size: 18px
}

.h5,
h5 {
  font-size: 14px
}

.h6,
h6 {
  font-size: 12px
}

p {
  margin: 0 0 11px
}

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

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

.small,
small {
  font-size: 85%
}

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

.text-left {
  text-align: left
}

.text-right {
  text-align: right
}

.text-center {
  text-align: center
}

.text-justify {
  text-align: justify
}

.text-nowrap {
  white-space: nowrap
}

.text-wrap {
  white-space: wrap
}

.text-lowercase {
  text-transform: lowercase
}

.text-uppercase {
  text-transform: uppercase
}

.text-capitalize {
  text-transform: capitalize
}

.text-muted {
  color: #526069
}

.text-primary {
  color: #62a8ea
}

a.text-primary:focus,
a.text-primary:hover {
  color: #358fe4
}

.text-success {
  color: #fff
}

a.text-success:focus,
a.text-success:hover {
  color: #e6e6e6
}

.text-info {
  color: #fff
}

a.text-info:focus,
a.text-info:hover {
  color: #e6e6e6
}

.text-warning {
  color: #fff
}

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

.text-danger {
  color: #fff
}

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

.bg-primary {
  color: #fff;
  background-color: #62a8ea
}

a.bg-primary:focus,
a.bg-primary:hover {
  background-color: #358fe4
}

.bg-success {
  background-color: #46be8a
}

a.bg-success:focus,
a.bg-success:hover {
  background-color: #369b6f
}

.bg-info {
  background-color: #57c7d4
}

a.bg-info:focus,
a.bg-info:hover {
  background-color: #33b6c5
}

.bg-warning {
  background-color: #f2a654
}

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

.bg-danger {
  background-color: #f96868
}

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

.page-header {
  padding-bottom: 10px;
  margin: 44px 0 22px;
  border-bottom: 1px solid transparent
}

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

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

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

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

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

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

dd,
dt {
  line-height: 1.57142857
}

dt {
  font-weight: 700
}

dd {
  margin-left: 0
}

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

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

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

.initialism {
  font-size: 90%;
  text-transform: uppercase
}

blockquote {
  padding: 11px 22px;
  margin: 0 0 22px;
  font-size: 17.5px;
  border-left: 5px solid #e4eaec
}

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

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

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

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

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

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

address {
  margin-bottom: 22px;
  font-style: normal;
  line-height: 1.57142857
}

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #5683ad;
  background-color: rgba(232, 241, 248, 0.1);
  border-radius: 3px
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #62a8ea;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25)
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  -webkit-box-shadow: none;
  box-shadow: none
}

pre {
  display: block;
  padding: 10.5px;
  margin: 0 0 11px;
  font-size: 13px;
  line-height: 1.57142857;
  color: inherit;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #fff;
  border: 1px solid #ecf5fc;
  border-radius: 3px
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll
}

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

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

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

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

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

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

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

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

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

.col-xs-11 {
  width: 91.66666667%
}

.col-xs-10 {
  width: 83.33333333%
}

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

.col-xs-8 {
  width: 66.66666667%
}

.col-xs-7 {
  width: 58.33333333%
}

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

.col-xs-5 {
  width: 41.66666667%
}

.col-xs-4 {
  width: 33.33333333%
}

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

.col-xs-2 {
  width: 16.66666667%
}

.col-xs-1 {
  width: 8.33333333%
}

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

.col-xs-pull-11 {
  right: 91.66666667%
}

.col-xs-pull-10 {
  right: 83.33333333%
}

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

.col-xs-pull-8 {
  right: 66.66666667%
}

.col-xs-pull-7 {
  right: 58.33333333%
}

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

.col-xs-pull-5 {
  right: 41.66666667%
}

.col-xs-pull-4 {
  right: 33.33333333%
}

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

.col-xs-pull-2 {
  right: 16.66666667%
}

.col-xs-pull-1 {
  right: 8.33333333%
}

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

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

.col-xs-push-11 {
  left: 91.66666667%
}

.col-xs-push-10 {
  left: 83.33333333%
}

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

.col-xs-push-8 {
  left: 66.66666667%
}

.col-xs-push-7 {
  left: 58.33333333%
}

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

.col-xs-push-5 {
  left: 41.66666667%
}

.col-xs-push-4 {
  left: 33.33333333%
}

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

.col-xs-push-2 {
  left: 16.66666667%
}

.col-xs-push-1 {
  left: 8.33333333%
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {

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

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

  .col-sm-11 {
    width: 91.66666667%
  }

  .col-sm-10 {
    width: 83.33333333%
  }

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

  .col-sm-8 {
    width: 66.66666667%
  }

  .col-sm-7 {
    width: 58.33333333%
  }

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

  .col-sm-5 {
    width: 41.66666667%
  }

  .col-sm-4 {
    width: 33.33333333%
  }

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

  .col-sm-2 {
    width: 16.66666667%
  }

  .col-sm-1 {
    width: 8.33333333%
  }

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

  .col-sm-pull-11 {
    right: 91.66666667%
  }

  .col-sm-pull-10 {
    right: 83.33333333%
  }

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

  .col-sm-pull-8 {
    right: 66.66666667%
  }

  .col-sm-pull-7 {
    right: 58.33333333%
  }

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

  .col-sm-pull-5 {
    right: 41.66666667%
  }

  .col-sm-pull-4 {
    right: 33.33333333%
  }

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

  .col-sm-pull-2 {
    right: 16.66666667%
  }

  .col-sm-pull-1 {
    right: 8.33333333%
  }

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

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

  .col-sm-push-11 {
    left: 91.66666667%
  }

  .col-sm-push-10 {
    left: 83.33333333%
  }

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

  .col-sm-push-8 {
    left: 66.66666667%
  }

  .col-sm-push-7 {
    left: 58.33333333%
  }

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

  .col-sm-push-5 {
    left: 41.66666667%
  }

  .col-sm-push-4 {
    left: 33.33333333%
  }

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

  .col-sm-push-2 {
    left: 16.66666667%
  }

  .col-sm-push-1 {
    left: 8.33333333%
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 992px) {

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

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

  .col-md-11 {
    width: 91.66666667%
  }

  .col-md-10 {
    width: 83.33333333%
  }

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

  .col-md-8 {
    width: 66.66666667%
  }

  .col-md-7 {
    width: 58.33333333%
  }

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

  .col-md-5 {
    width: 41.66666667%
  }

  .col-md-4 {
    width: 33.33333333%
  }

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

  .col-md-2 {
    width: 16.66666667%
  }

  .col-md-1 {
    width: 8.33333333%
  }

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

  .col-md-pull-11 {
    right: 91.66666667%
  }

  .col-md-pull-10 {
    right: 83.33333333%
  }

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

  .col-md-pull-8 {
    right: 66.66666667%
  }

  .col-md-pull-7 {
    right: 58.33333333%
  }

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

  .col-md-pull-5 {
    right: 41.66666667%
  }

  .col-md-pull-4 {
    right: 33.33333333%
  }

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

  .col-md-pull-2 {
    right: 16.66666667%
  }

  .col-md-pull-1 {
    right: 8.33333333%
  }

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

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

  .col-md-push-11 {
    left: 91.66666667%
  }

  .col-md-push-10 {
    left: 83.33333333%
  }

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

  .col-md-push-8 {
    left: 66.66666667%
  }

  .col-md-push-7 {
    left: 58.33333333%
  }

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

  .col-md-push-5 {
    left: 41.66666667%
  }

  .col-md-push-4 {
    left: 33.33333333%
  }

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

  .col-md-push-2 {
    left: 16.66666667%
  }

  .col-md-push-1 {
    left: 8.33333333%
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1200px) {

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

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

  .col-lg-11 {
    width: 91.66666667%
  }

  .col-lg-10 {
    width: 83.33333333%
  }

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

  .col-lg-8 {
    width: 66.66666667%
  }

  .col-lg-7 {
    width: 58.33333333%
  }

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

  .col-lg-5 {
    width: 41.66666667%
  }

  .col-lg-4 {
    width: 33.33333333%
  }

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

  .col-lg-2 {
    width: 16.66666667%
  }

  .col-lg-1 {
    width: 8.33333333%
  }

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

  .col-lg-pull-11 {
    right: 91.66666667%
  }

  .col-lg-pull-10 {
    right: 83.33333333%
  }

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

  .col-lg-pull-8 {
    right: 66.66666667%
  }

  .col-lg-pull-7 {
    right: 58.33333333%
  }

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

  .col-lg-pull-5 {
    right: 41.66666667%
  }

  .col-lg-pull-4 {
    right: 33.33333333%
  }

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

  .col-lg-pull-2 {
    right: 16.66666667%
  }

  .col-lg-pull-1 {
    right: 8.33333333%
  }

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

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

  .col-lg-push-11 {
    left: 91.66666667%
  }

  .col-lg-push-10 {
    left: 83.33333333%
  }

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

  .col-lg-push-8 {
    left: 66.66666667%
  }

  .col-lg-push-7 {
    left: 58.33333333%
  }

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

  .col-lg-push-5 {
    left: 41.66666667%
  }

  .col-lg-push-4 {
    left: 33.33333333%
  }

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

  .col-lg-push-2 {
    left: 16.66666667%
  }

  .col-lg-push-1 {
    left: 8.33333333%
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

table {
  background-color: transparent
}

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

th {
  text-align: left
}

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

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

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

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

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

.table .table {
  background-color: #fff
}

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

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

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

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

.table-striped>tbody>tr:nth-of-type(odd) {
  background-color: rgba(243, 247, 249, 0.3)
}

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

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

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

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

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

.table>tbody>tr.success>td,
.table>tbody>tr.success>th,
.table>tbody>tr>td.success,
.table>tbody>tr>th.success,
.table>tfoot>tr.success>td,
.table>tfoot>tr.success>th,
.table>tfoot>tr>td.success,
.table>tfoot>tr>th.success,
.table>thead>tr.success>td,
.table>thead>tr.success>th,
.table>thead>tr>td.success,
.table>thead>tr>th.success {
  background-color: #46be8a
}

.table-hover>tbody>tr.success:hover>td,
.table-hover>tbody>tr.success:hover>th,
.table-hover>tbody>tr:hover>.success,
.table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover {
  background-color: #3dae7d
}

.table>tbody>tr.info>td,
.table>tbody>tr.info>th,
.table>tbody>tr>td.info,
.table>tbody>tr>th.info,
.table>tfoot>tr.info>td,
.table>tfoot>tr.info>th,
.table>tfoot>tr>td.info,
.table>tfoot>tr>th.info,
.table>thead>tr.info>td,
.table>thead>tr.info>th,
.table>thead>tr>td.info,
.table>thead>tr>th.info {
  background-color: #57c7d4
}

.table-hover>tbody>tr.info:hover>td,
.table-hover>tbody>tr.info:hover>th,
.table-hover>tbody>tr:hover>.info,
.table-hover>tbody>tr>td.info:hover,
.table-hover>tbody>tr>th.info:hover {
  background-color: #43c0cf
}

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

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

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

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

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

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

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

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

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

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

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

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

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

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 22px;
  font-size: 21px;
  line-height: inherit;
  color: inherit;
  border: 0;
  border-bottom: 1px solid transparent
}

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

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

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

input[type=file] {
  display: block
}

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

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

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

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.57142857;
  color: #76838f
}

.form-control {
  display: block;
  width: 100%;
  height: 36px;
  padding: 6px 15px;
  font-size: 14px;
  line-height: 1.57142857;
  color: #76838f;
  background-color: #fff;
  background-image: none;
  border: 1px solid #e4eaec;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.form-control:focus {
  border-color: #62a8ea;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(98, 168, 234, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(98, 168, 234, 0.6)
}

.form-control.focus,
.form-control:focus {
  border-color: #62a8ea;
  -webkit-box-shadow: none;
  box-shadow: none
}

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

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

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

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

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

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

textarea.form-control {
  height: auto
}

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

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

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

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

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

.form-group {
  margin-bottom: 20px
}

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

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

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

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

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

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

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

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

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

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

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

.input-sm {
  height: 32px;
  padding: 6px 13px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px
}

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

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

select.input-sm {
  padding-top: 0;
  padding-bottom: 0
}

.form-group-sm .form-control {
  height: 32px;
  padding: 6px 13px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px
}

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

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

.form-group-sm .form-control-static {
  height: 32px;
  min-height: 34px;
  padding: 7px 13px;
  font-size: 12px;
  line-height: 1.5
}

.input-lg {
  height: 46px;
  padding: 10px 18px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 4px
}

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

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

select.input-lg {
  padding-top: 0;
  padding-bottom: 0
}

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 18px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 4px
}

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

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

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 40px;
  padding: 11px 18px;
  font-size: 18px;
  line-height: 1.3333333
}

.has-feedback {
  position: relative
}

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

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

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

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

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

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

.has-success .form-control:focus {
  border-color: #e6e6e6;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #fff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #fff
}

.has-success .input-group-addon {
  color: #fff;
  background-color: #46be8a;
  border-color: #fff
}

.has-success .form-control-feedback {
  color: #fff
}

.has-success .form-control {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05)
}

.has-success .form-control:focus {
  border-color: #fff;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 255, 255, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 255, 255, 0.6)
}

.has-success .form-control.focus,
.has-success .form-control:focus {
  border-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none
}

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

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

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

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

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

.has-warning .form-control {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05)
}

.has-warning .form-control:focus {
  border-color: #fff;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 255, 255, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 255, 255, 0.6)
}

.has-warning .form-control.focus,
.has-warning .form-control:focus {
  border-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none
}

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

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

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

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

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

.has-error .form-control {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05)
}

.has-error .form-control:focus {
  border-color: #fff;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 255, 255, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 255, 255, 0.6)
}

.has-error .form-control.focus,
.has-error .form-control:focus {
  border-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none
}

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

.has-feedback label.sr-only~.form-control-feedback {
  top: 0
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn-default {
  color: #76838f;
  background-color: #e4eaec;
  border-color: #e4eaec
}

.btn-default.focus,
.btn-default:focus {
  color: #76838f;
  background-color: #c6d3d7;
  border-color: #99b0b7
}

.btn-default:hover {
  color: #76838f;
  background-color: #c6d3d7;
  border-color: #c0ced3
}

.btn-default.active,
.btn-default:active,
.open>.dropdown-toggle.btn-default {
  color: #76838f;
  background-color: #c6d3d7;
  border-color: #c0ced3
}

.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default.focus:active,
.btn-default:active:focus,
.btn-default:active:hover,
.open>.dropdown-toggle.btn-default.focus,
.open>.dropdown-toggle.btn-default:focus,
.open>.dropdown-toggle.btn-default:hover {
  color: #76838f;
  background-color: #b1c2c8;
  border-color: #99b0b7
}

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

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

.btn-default .badge {
  color: #e4eaec;
  background-color: #76838f
}

.btn-primary {
  color: #fff;
  background-color: #62a8ea;
  border-color: #62a8ea
}

.btn-primary.focus,
.btn-primary:focus {
  color: #fff;
  background-color: #358fe4;
  border-color: #1869b4
}

.btn-primary:hover {
  color: #fff;
  background-color: #358fe4;
  border-color: #2c8ae3
}

.btn-primary.active,
.btn-primary:active,
.open>.dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #358fe4;
  border-color: #2c8ae3
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary.focus:active,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open>.dropdown-toggle.btn-primary.focus,
.open>.dropdown-toggle.btn-primary:focus,
.open>.dropdown-toggle.btn-primary:hover {
  color: #fff;
  background-color: #1d7dd8;
  border-color: #1869b4
}

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

.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary.focus[disabled],
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
  background-color: #62a8ea;
  border-color: #62a8ea
}

.btn-primary .badge {
  color: #62a8ea;
  background-color: #fff
}

.btn-success {
  color: #fff;
  background-color: #46be8a;
  border-color: #46be8a
}

.btn-success.focus,
.btn-success:focus {
  color: #fff;
  background-color: #369b6f;
  border-color: #226246
}

.btn-success:hover {
  color: #fff;
  background-color: #369b6f;
  border-color: #34936a
}

.btn-success.active,
.btn-success:active,
.open>.dropdown-toggle.btn-success {
  color: #fff;
  background-color: #369b6f;
  border-color: #34936a
}

.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success.focus:active,
.btn-success:active:focus,
.btn-success:active:hover,
.open>.dropdown-toggle.btn-success.focus,
.open>.dropdown-toggle.btn-success:focus,
.open>.dropdown-toggle.btn-success:hover {
  color: #fff;
  background-color: #2d805c;
  border-color: #226246
}

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

.btn-success.disabled.focus,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success.focus[disabled],
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
  background-color: #46be8a;
  border-color: #46be8a
}

.btn-success .badge {
  color: #46be8a;
  background-color: #fff
}

.btn-info {
  color: #fff;
  background-color: #57c7d4;
  border-color: #57c7d4
}

.btn-info.focus,
.btn-info:focus {
  color: #fff;
  background-color: #33b6c5;
  border-color: #237e89
}

.btn-info:hover {
  color: #fff;
  background-color: #33b6c5;
  border-color: #30afbd
}

.btn-info.active,
.btn-info:active,
.open>.dropdown-toggle.btn-info {
  color: #fff;
  background-color: #33b6c5;
  border-color: #30afbd
}

.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info.focus:active,
.btn-info:active:focus,
.btn-info:active:hover,
.open>.dropdown-toggle.btn-info.focus,
.open>.dropdown-toggle.btn-info:focus,
.open>.dropdown-toggle.btn-info:hover {
  color: #fff;
  background-color: #2b9ca9;
  border-color: #237e89
}

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

.btn-info.disabled.focus,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info.focus[disabled],
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
  background-color: #57c7d4;
  border-color: #57c7d4
}

.btn-info .badge {
  color: #57c7d4;
  background-color: #fff
}

.btn-warning {
  color: #fff;
  background-color: #f2a654;
  border-color: #f2a654
}

.btn-warning.focus,
.btn-warning:focus {
  color: #fff;
  background-color: #ee8d25;
  border-color: #b8660e
}

.btn-warning:hover {
  color: #fff;
  background-color: #ee8d25;
  border-color: #ee881b
}

.btn-warning.active,
.btn-warning:active,
.open>.dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ee8d25;
  border-color: #ee881b
}

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

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

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

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

.btn-danger {
  color: #fff;
  background-color: #f96868;
  border-color: #f96868
}

.btn-danger.focus,
.btn-danger:focus {
  color: #fff;
  background-color: #f73737;
  border-color: #d90909
}

.btn-danger:hover {
  color: #fff;
  background-color: #f73737;
  border-color: #f72d2d
}

.btn-danger.active,
.btn-danger:active,
.open>.dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #f73737;
  border-color: #f72d2d
}

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

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

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

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

.btn-link {
  font-weight: 400;
  color: #62a8ea;
  border-radius: 0
}

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

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

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

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

.btn-group-lg>.btn,
.btn-lg {
  padding: 10px 18px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 4px
}

.btn-group-sm>.btn,
.btn-sm {
  padding: 6px 13px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px
}

.btn-group-xs>.btn,
.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px
}

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

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

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

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

.fade.in {
  opacity: 1
}

.collapse {
  display: none
}

.collapse.in {
  display: block
}

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

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

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

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

.dropdown,
.dropup {
  position: relative
}

.dropdown-toggle:focus {
  outline: 0
}

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

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

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

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

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

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
  color: #76838f;
  text-decoration: none;
  background-color: #f3f7f9;
  outline: 0
}

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

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

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

.open>a {
  outline: 0
}

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

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

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.57142857;
  color: #37474f;
  white-space: nowrap
}

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

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

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

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

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

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

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle
}

.btn-group-vertical>.btn,
.btn-group>.btn {
  position: relative;
  float: left
}

.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:hover,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus,
.btn-group>.btn:hover {
  z-index: 2
}

.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group {
  margin-left: -1px
}

.btn-toolbar {
  margin-left: -5px
}

.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left
}

.btn-toolbar>.btn,
.btn-toolbar>.btn-group,
.btn-toolbar>.input-group {
  margin-left: 5px
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0
}

.btn-group>.btn:first-child {
  margin-left: 0
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0
}

.btn-group>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0
}

.btn-group>.btn-group {
  float: left
}

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
  border-radius: 0
}

.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0
}

.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0
}

.btn-group>.btn+.dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px
}

.btn-group>.btn-lg+.dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px
}

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}

.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none
}

.btn .caret {
  margin-left: 0
}

.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0
}

.dropup .btn-lg .caret {
  border-width: 0 5px 5px
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group,
.btn-group-vertical>.btn-group>.btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%
}

.btn-group-vertical>.btn-group>.btn {
  float: none
}

.btn-group-vertical>.btn+.btn,
.btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.btn-group {
  margin-top: -1px;
  margin-left: 0
}

.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
  border-radius: 0
}

.btn-group-vertical>.btn:first-child:not(:last-child) {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0
}

.btn-group-vertical>.btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px
}

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
  border-radius: 0
}

.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate
}

.btn-group-justified>.btn,
.btn-group-justified>.btn-group {
  display: table-cell;
  float: none;
  width: 1%
}

.btn-group-justified>.btn-group .btn {
  width: 100%
}

.btn-group-justified>.btn-group .dropdown-menu {
  left: auto
}

[data-toggle=buttons]>.btn input[type=checkbox],
[data-toggle=buttons]>.btn input[type=radio],
[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],
[data-toggle=buttons]>.btn-group>.btn input[type=radio] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate
}

.input-group[class*=col-] {
  float: none;
  padding-right: 0;
  padding-left: 0
}

.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0
}

.input-group .form-control:focus {
  z-index: 3
}

.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn {
  height: 46px;
  padding: 10px 18px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 4px
}

select.input-group-lg>.form-control,
select.input-group-lg>.input-group-addon,
select.input-group-lg>.input-group-btn>.btn {
  height: 46px;
  line-height: 46px
}

select.input-group-lg[multiple]>.form-control,
select.input-group-lg[multiple]>.input-group-addon,
select.input-group-lg[multiple]>.input-group-btn>.btn,
textarea.input-group-lg>.form-control,
textarea.input-group-lg>.input-group-addon,
textarea.input-group-lg>.input-group-btn>.btn {
  height: auto
}

select.input-group-lg>.form-control,
select.input-group-lg>.input-group-addon,
select.input-group-lg>.input-group-btn>.btn {
  padding-top: 0;
  padding-bottom: 0
}

.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn {
  height: 32px;
  padding: 6px 13px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px
}

select.input-group-sm>.form-control,
select.input-group-sm>.input-group-addon,
select.input-group-sm>.input-group-btn>.btn {
  height: 32px;
  line-height: 32px
}

select.input-group-sm[multiple]>.form-control,
select.input-group-sm[multiple]>.input-group-addon,
select.input-group-sm[multiple]>.input-group-btn>.btn,
textarea.input-group-sm>.form-control,
textarea.input-group-sm>.input-group-addon,
textarea.input-group-sm>.input-group-btn>.btn {
  height: auto
}

select.input-group-sm>.form-control,
select.input-group-sm>.input-group-addon,
select.input-group-sm>.input-group-btn>.btn {
  padding-top: 0;
  padding-bottom: 0
}

.input-group .form-control,
.input-group-addon,
.input-group-btn {
  display: table-cell
}

.input-group .form-control:not(:first-child):not(:last-child),
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child) {
  border-radius: 0
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle
}

.input-group-addon {
  padding: 6px 15px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #76838f;
  text-align: center;
  background-color: #f3f7f9;
  border: 1px solid #e4eaec;
  border-radius: 3px
}

.input-group-addon.input-sm {
  padding: 6px 13px;
  font-size: 12px;
  border-radius: 2px
}

.input-group-addon.input-lg {
  padding: 10px 18px;
  font-size: 18px;
  border-radius: 4px
}

.input-group-addon input[type=checkbox],
.input-group-addon input[type=radio] {
  margin-top: 0
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group>.btn,
.input-group-btn:first-child>.dropdown-toggle,
.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0
}

.input-group-addon:first-child {
  border-right: 0
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,
.input-group-btn:first-child>.btn:not(:first-child),
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group>.btn,
.input-group-btn:last-child>.dropdown-toggle {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0
}

.input-group-addon:last-child {
  border-left: 0
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap
}

.input-group-btn>.btn {
  position: relative
}

.input-group-btn>.btn+.btn {
  margin-left: -1px
}

.input-group-btn>.btn:active,
.input-group-btn>.btn:focus,
.input-group-btn>.btn:hover {
  z-index: 2
}

.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group {
  margin-right: -1px
}

.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group {
  z-index: 2;
  margin-left: -1px
}

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

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

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

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

.nav>li.disabled>a {
  color: #a3afb7
}

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

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
  background-color: #f3f7f9;
  border-color: #62a8ea
}

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

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

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

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

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

.nav-tabs>li>a:hover {
  border-color: transparent transparent #e4eaec
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
  color: #4e97d9;
  cursor: default;
  background-color: #fff;
  border: 1px solid #e4eaec;
  border-bottom-color: transparent
}

.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0
}

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

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

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

@media (min-width: 768px) {
  .nav-tabs.nav-justified>li {
    display: table-cell;
    width: 1%
  }

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

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

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

@media (min-width: 768px) {
  .nav-tabs.nav-justified>li>a {
    border-bottom: 1px solid #e4eaec;
    border-radius: 3px 3px 0 0
  }

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

.nav-pills>li {
  float: left
}

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

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

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

.nav-stacked>li {
  float: none
}

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

.nav-justified {
  width: 100%
}

.nav-justified>li {
  float: none
}

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

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

@media (min-width: 768px) {
  .nav-justified>li {
    display: table-cell;
    width: 1%
  }

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

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

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

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

@media (min-width: 768px) {
  .nav-tabs-justified>li>a {
    border-bottom: 1px solid #e4eaec;
    border-radius: 3px 3px 0 0
  }

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

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

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

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

.navbar {
  position: relative;
  min-height: 66px;
  margin-bottom: 22px;
  border: 1px solid transparent
}

@media (min-width: 768px) {
  .navbar {
    border-radius: 3px
  }
}

@media (min-width: 768px) {
  .navbar-header {
    float: left
  }
}

.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1)
}

.navbar-collapse.in {
  overflow-y: auto
}

@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none
  }

  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important
  }

  .navbar-collapse.in {
    overflow-y: visible
  }

  .navbar-fixed-bottom .navbar-collapse,
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse {
    padding-right: 0;
    padding-left: 0
  }
}

.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
  max-height: 340px
}

@media (max-device-width: 480px) and (orientation: landscape) {

  .navbar-fixed-bottom .navbar-collapse,
  .navbar-fixed-top .navbar-collapse {
    max-height: 200px
  }
}

.container-fluid>.navbar-collapse,
.container-fluid>.navbar-header,
.container>.navbar-collapse,
.container>.navbar-header {
  margin-right: -15px;
  margin-left: -15px
}

@media (min-width: 768px) {

  .container-fluid>.navbar-collapse,
  .container-fluid>.navbar-header,
  .container>.navbar-collapse,
  .container>.navbar-header {
    margin-right: 0;
    margin-left: 0
  }
}

.navbar-static-top {
  z-index: 1200;
  border-width: 0 0 1px
}

@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0
  }
}

.navbar-fixed-bottom,
.navbar-fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1500
}

@media (min-width: 768px) {

  .navbar-fixed-bottom,
  .navbar-fixed-top {
    border-radius: 0
  }
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0
}

.navbar-brand {
  float: left;
  height: 66px;
  padding: 22px 15px;
  font-size: 18px;
  line-height: 22px
}

.navbar-brand:focus,
.navbar-brand:hover {
  text-decoration: none
}

.navbar-brand>img {
  display: block
}

@media (min-width: 768px) {

  .navbar>.container .navbar-brand,
  .navbar>.container-fluid .navbar-brand {
    margin-left: -15px
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 16px;
  margin-right: 15px;
  margin-bottom: 16px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 3px
}

.navbar-toggle:focus {
  outline: 0
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px
}

.navbar-toggle .icon-bar+.icon-bar {
  margin-top: 4px
}

@media (min-width: 768px) {
  .navbar-toggle {
    display: none
  }
}

.navbar-nav {
  margin: 11px -15px
}

.navbar-nav>li>a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 22px
}

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none
  }

  .navbar-nav .open .dropdown-menu .dropdown-header,
  .navbar-nav .open .dropdown-menu>li>a {
    padding: 5px 15px 5px 25px
  }

  .navbar-nav .open .dropdown-menu>li>a {
    line-height: 22px
  }

  .navbar-nav .open .dropdown-menu>li>a:focus,
  .navbar-nav .open .dropdown-menu>li>a:hover {
    background-image: none
  }
}

@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0
  }

  .navbar-nav>li {
    float: left
  }

  .navbar-nav>li>a {
    padding-top: 22px;
    padding-bottom: 22px
  }
}

.navbar-form {
  padding: 10px 15px;
  margin-top: 15px;
  margin-right: -15px;
  margin-bottom: 15px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1)
}

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

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

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

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

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

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

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

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

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

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

  .navbar-form .has-feedback .form-control-feedback {
    top: 0
  }
}

@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px
  }

  .navbar-form .form-group:last-child {
    margin-bottom: 0
  }
}

@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none
  }
}

.navbar-nav>li>.dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0
}

.navbar-btn {
  margin-top: 15px;
  margin-bottom: 15px
}

.navbar-btn.btn-sm {
  margin-top: 17px;
  margin-bottom: 17px
}

.navbar-btn.btn-xs {
  margin-top: 22px;
  margin-bottom: 22px
}

.navbar-text {
  margin-top: 22px;
  margin-bottom: 22px
}

@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px
  }
}

@media (min-width: 768px) {
  .navbar-left {
    float: left !important
  }

  .navbar-right {
    float: right !important;
    margin-right: -15px
  }

  .navbar-right~.navbar-right {
    margin-right: 0
  }
}

.navbar-default {
  background-color: #fff;
  border-color: #e4eaec
}

.navbar-default .navbar-brand {
  color: #37474f
}

.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
  color: #37474f;
  background-color: none
}

.navbar-default .navbar-text {
  color: #76838f
}

.navbar-default .navbar-nav>li>a {
  color: #76838f
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
  color: #526069;
  background-color: rgba(243, 247, 249, 0.3)
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
  color: #526069;
  background-color: rgba(243, 247, 249, 0.6)
}

.navbar-default .navbar-nav>.disabled>a,
.navbar-default .navbar-nav>.disabled>a:focus,
.navbar-default .navbar-nav>.disabled>a:hover {
  color: #ccd5db;
  background-color: transparent
}

.navbar-default .navbar-toggle {
  border-color: transparent
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
  background-color: rgba(243, 247, 249, 0.3)
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #76838f
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e4eaec
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
  color: #526069;
  background-color: rgba(243, 247, 249, 0.6)
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #76838f
  }

  .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
    color: #526069;
    background-color: rgba(243, 247, 249, 0.3)
  }

  .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
  .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover {
    color: #526069;
    background-color: rgba(243, 247, 249, 0.6)
  }

  .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
  .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover {
    color: #ccd5db;
    background-color: transparent
  }
}

.navbar-default .navbar-link {
  color: #76838f
}

.navbar-default .navbar-link:hover {
  color: #526069
}

.navbar-default .btn-link {
  color: #76838f
}

.navbar-default .btn-link:focus,
.navbar-default .btn-link:hover {
  color: #526069
}

.navbar-default .btn-link[disabled]:focus,
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:focus,
fieldset[disabled] .navbar-default .btn-link:hover {
  color: #ccd5db
}

.navbar-inverse {
  background-color: #62a8ea;
  border-color: rgba(0, 0, 0, 0.1)
}

.navbar-inverse .navbar-brand {
  color: #fff
}

.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover {
  color: #fff;
  background-color: none
}

.navbar-inverse .navbar-text {
  color: #fff
}

.navbar-inverse .navbar-nav>li>a {
  color: #fff
}

.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>li>a:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.1)
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.active>a:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.1)
}

.navbar-inverse .navbar-nav>.disabled>a,
.navbar-inverse .navbar-nav>.disabled>a:focus,
.navbar-inverse .navbar-nav>.disabled>a:hover {
  color: #fff;
  background-color: transparent
}

.navbar-inverse .navbar-toggle {
  border-color: transparent
}

.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
  background-color: rgba(0, 0, 0, 0.1)
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #4397e6
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.1)
}

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
    border-color: rgba(0, 0, 0, 0.1)
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: rgba(0, 0, 0, 0.1)
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
    color: #fff
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,
  .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.1)
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
  .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,
  .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.1)
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,
  .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,
  .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover {
    color: #fff;
    background-color: transparent
  }
}

.navbar-inverse .navbar-link {
  color: #fff
}

.navbar-inverse .navbar-link:hover {
  color: #fff
}

.navbar-inverse .btn-link {
  color: #fff
}

.navbar-inverse .btn-link:focus,
.navbar-inverse .btn-link:hover {
  color: #fff
}

.navbar-inverse .btn-link[disabled]:focus,
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover {
  color: #fff
}

.breadcrumb {
  padding: 8px 10px;
  margin-bottom: 22px;
  list-style: none;
  background-color: transparent;
  border-radius: 3px
}

.breadcrumb>li {
  display: inline-block
}

.breadcrumb>li+li:before {
  padding: 0 5px;
  color: #62a8ea;
  content: "/\00a0"
}

.breadcrumb>.active {
  color: #76838f
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 22px 0;
  border-radius: 3px
}

.pagination>li {
  display: inline
}

.pagination>li>a,
.pagination>li>span {
  position: relative;
  float: left;
  padding: 6px 15px;
  margin-left: -1px;
  line-height: 1.57142857;
  color: #76838f;
  text-decoration: none;
  background-color: transparent;
  border: 1px solid #e4eaec
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
  margin-left: 0;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
  z-index: 2;
  color: #89bceb;
  background-color: #f3f7f9;
  border-color: #e4eaec
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #62a8ea;
  border-color: #62a8ea
}

.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {
  color: #ccd5db;
  cursor: not-allowed;
  background-color: transparent;
  border-color: #e4eaec
}

.pagination-lg>li>a,
.pagination-lg>li>span {
  padding: 10px 18px;
  font-size: 18px;
  line-height: 1.3333333
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px
}

.pagination-sm>li>a,
.pagination-sm>li>span {
  padding: 6px 13px;
  font-size: 12px;
  line-height: 1.5
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px
}

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

.pager li {
  display: inline
}

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

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

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

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

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

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

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

.label:empty {
  display: none
}

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

.label-default {
  background-color: #e4eaec
}

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

.label-primary {
  background-color: #62a8ea
}

.label-primary[href]:focus,
.label-primary[href]:hover {
  background-color: #358fe4
}

.label-success {
  background-color: #46be8a
}

.label-success[href]:focus,
.label-success[href]:hover {
  background-color: #369b6f
}

.label-info {
  background-color: #57c7d4
}

.label-info[href]:focus,
.label-info[href]:hover {
  background-color: #33b6c5
}

.label-warning {
  background-color: #f2a654
}

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

.label-danger {
  background-color: #f96868
}

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

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

.badge:empty {
  display: none
}

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

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

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

.list-group-item.active>.badge,
.nav-pills>.active>a>.badge {
  color: #526069;
  background-color: #e4eaec
}

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

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

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

.jumbotron {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  color: inherit;
  background-color: #e4eaec
}

.jumbotron .h1,
.jumbotron h1 {
  color: inherit
}

.jumbotron p {
  margin-bottom: 10px;
  font-size: 21px;
  font-weight: 200
}

.jumbotron>hr {
  border-top-color: #c6d3d7
}

.container .jumbotron,
.container-fluid .jumbotron {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 4px
}

.jumbotron .container {
  max-width: 100%
}

@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 32px;
    padding-bottom: 32px
  }

  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-right: 40px;
    padding-left: 40px
  }

  .jumbotron .h1,
  .jumbotron h1 {
    font-size: 63px
  }
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 22px;
  line-height: 1.57142857;
  background-color: #fff;
  border: 1px solid #e4eaec;
  border-radius: 3px;
  -webkit-transition: border .2s ease-in-out;
  -o-transition: border .2s ease-in-out;
  transition: border .2s ease-in-out
}

.thumbnail a>img,
.thumbnail>img {
  margin-right: auto;
  margin-left: auto
}

a.thumbnail.active,
a.thumbnail:focus,
a.thumbnail:hover {
  border-color: #62a8ea
}

.thumbnail .caption {
  padding: 9px;
  color: #76838f
}

.alert {
  padding: 15px;
  margin-bottom: 22px;
  border: 1px solid transparent;
  border-radius: 3px
}

.alert h4 {
  margin-top: 0;
  color: inherit
}

.alert .alert-link {
  font-weight: 500
}

.alert>p,
.alert>ul {
  margin-bottom: 0
}

.alert>p+p {
  margin-top: 5px
}

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

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

.alert-success {
  color: #46be8a;
  background-color: rgba(231, 250, 242, 0.8);
  border-color: #e7faf2
}

.alert-success hr {
  border-top-color: #d2f6e7
}

.alert-success .alert-link {
  color: #369b6f
}

.alert-info {
  color: #57c7d4;
  background-color: rgba(236, 249, 250, 0.8);
  border-color: #ecf9fa
}

.alert-info hr {
  border-top-color: #d8f3f5
}

.alert-info .alert-link {
  color: #33b6c5
}

.alert-warning {
  color: #f2a654;
  background-color: rgba(255, 243, 230, 0.8);
  border-color: #fff3e6
}

.alert-warning hr {
  border-top-color: #ffe7cc
}

.alert-warning .alert-link {
  color: #ee8d25
}

.alert-danger {
  color: #f96868;
  background-color: rgba(255, 234, 234, 0.8);
  border-color: #ffeaea
}

.alert-danger hr {
  border-top-color: #ffd0d0
}

.alert-danger .alert-link {
  color: #f73737
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0
  }

  to {
    background-position: 0 0
  }
}

@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0
  }

  to {
    background-position: 0 0
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0
  }

  to {
    background-position: 0 0
  }
}

.progress {
  height: 22px;
  margin-bottom: 22px;
  overflow: hidden;
  background-color: #e4eaec;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1)
}

.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 22px;
  color: #fff;
  text-align: center;
  background-color: #62a8ea;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width .6s ease;
  -o-transition: width .6s ease;
  transition: width .6s ease
}

.progress-bar-striped,
.progress-striped .progress-bar {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
  background-size: 40px 40px
}

.progress-bar.active,
.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite
}

.progress-bar-success {
  background-color: #46be8a
}

.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.progress-bar-info {
  background-color: #57c7d4
}

.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.progress-bar-warning {
  background-color: #f2a654
}

.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.progress-bar-danger {
  background-color: #f96868
}

.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.media {
  margin-top: 15px
}

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

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

.media-body {
  width: 10000px
}

.media-object {
  display: block
}

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

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

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

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

.media-middle {
  vertical-align: middle
}

.media-bottom {
  vertical-align: bottom
}

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

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

.list-group {
  padding-left: 0;
  margin-bottom: 20px
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid transparent
}

.list-group-item:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px
}

a.list-group-item,
button.list-group-item {
  color: #76838f
}

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #37474f
}

a.list-group-item:focus,
a.list-group-item:hover,
button.list-group-item:focus,
button.list-group-item:hover {
  color: #76838f;
  text-decoration: none;
  background-color: #f3f7f9
}

button.list-group-item {
  width: 100%;
  text-align: left
}

.list-group-item.disabled,
.list-group-item.disabled:focus,
.list-group-item.disabled:hover {
  color: #ccd5db;
  cursor: not-allowed;
  background-color: transparent
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading {
  color: inherit
}

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text {
  color: #ccd5db
}

.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
  z-index: 2;
  color: #62a8ea;
  background-color: transparent;
  border-color: transparent
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading>.small,
.list-group-item.active .list-group-item-heading>small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading>.small,
.list-group-item.active:focus .list-group-item-heading>small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading>.small,
.list-group-item.active:hover .list-group-item-heading>small {
  color: inherit
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:focus .list-group-item-text,
.list-group-item.active:hover .list-group-item-text {
  color: #fff
}

.list-group-item-success {
  color: #fff;
  background-color: #46be8a
}

a.list-group-item-success,
button.list-group-item-success {
  color: #fff
}

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit
}

a.list-group-item-success:focus,
a.list-group-item-success:hover,
button.list-group-item-success:focus,
button.list-group-item-success:hover {
  color: #fff;
  background-color: #3dae7d
}

a.list-group-item-success.active,
a.list-group-item-success.active:focus,
a.list-group-item-success.active:hover,
button.list-group-item-success.active,
button.list-group-item-success.active:focus,
button.list-group-item-success.active:hover {
  color: #fff;
  background-color: #fff;
  border-color: #fff
}

.list-group-item-info {
  color: #fff;
  background-color: #57c7d4
}

a.list-group-item-info,
button.list-group-item-info {
  color: #fff
}

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit
}

a.list-group-item-info:focus,
a.list-group-item-info:hover,
button.list-group-item-info:focus,
button.list-group-item-info:hover {
  color: #fff;
  background-color: #43c0cf
}

a.list-group-item-info.active,
a.list-group-item-info.active:focus,
a.list-group-item-info.active:hover,
button.list-group-item-info.active,
button.list-group-item-info.active:focus,
button.list-group-item-info.active:hover {
  color: #fff;
  background-color: #fff;
  border-color: #fff
}

.list-group-item-warning {
  color: #fff;
  background-color: #f2a654
}

a.list-group-item-warning,
button.list-group-item-warning {
  color: #fff
}

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit
}

a.list-group-item-warning:focus,
a.list-group-item-warning:hover,
button.list-group-item-warning:focus,
button.list-group-item-warning:hover {
  color: #fff;
  background-color: #f09a3c
}

a.list-group-item-warning.active,
a.list-group-item-warning.active:focus,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active,
button.list-group-item-warning.active:focus,
button.list-group-item-warning.active:hover {
  color: #fff;
  background-color: #fff;
  border-color: #fff
}

.list-group-item-danger {
  color: #fff;
  background-color: #f96868
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: #fff
}

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit
}

a.list-group-item-danger:focus,
a.list-group-item-danger:hover,
button.list-group-item-danger:focus,
button.list-group-item-danger:hover {
  color: #fff;
  background-color: #f84f4f
}

a.list-group-item-danger.active,
a.list-group-item-danger.active:focus,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active,
button.list-group-item-danger.active:focus,
button.list-group-item-danger.active:hover {
  color: #fff;
  background-color: #fff;
  border-color: #fff
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3
}

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

.panel-body {
  padding: 30px 30px
}

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

.panel-body-text {
  padding: 20px 30px
}

.panel-body-signature {
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 20px;
}

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

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

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

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

.panel-footer {
  padding: 0 30px 15px;
  background-color: transparent;
  border-top: 1px solid #e4eaec;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.panel-group {
  margin-bottom: 22px
}

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

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

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

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

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

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

.panel-default {
  border-color: #e4eaec
}

.panel-default>.panel-heading {
  color: #76838f;
  background-color: #e4eaec;
  border-color: #e4eaec
}

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

.panel-default>.panel-heading .badge {
  color: #e4eaec;
  background-color: #76838f
}

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

.panel-primary {
  border-color: #62a8ea
}

.panel-primary>.panel-heading {
  color: #fff;
  background-color: #62a8ea;
  border-color: #62a8ea
}

.panel-primary>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #62a8ea
}

.panel-primary>.panel-heading .badge {
  color: #62a8ea;
  background-color: #fff
}

.panel-primary>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #62a8ea
}

.panel-success {
  border-color: #3dae6a
}

.panel-success>.panel-heading {
  color: #fff;
  background-color: #46be8a;
  border-color: #3dae6a
}

.panel-success>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #3dae6a
}

.panel-success>.panel-heading .badge {
  color: #46be8a;
  background-color: #fff
}

.panel-success>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #3dae6a
}

.panel-info {
  border-color: #3bcdc4
}

.panel-info>.panel-heading {
  color: #fff;
  background-color: #57c7d4;
  border-color: #3bcdc4
}

.panel-info>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #3bcdc4
}

.panel-info>.panel-heading .badge {
  color: #57c7d4;
  background-color: #fff
}

.panel-info>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #3bcdc4
}

.panel-warning {
  border-color: #f18246
}

.panel-warning>.panel-heading {
  color: #fff;
  background-color: #f2a654;
  border-color: #f18246
}

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

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

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

.panel-danger {
  border-color: #f85974
}

.panel-danger>.panel-heading {
  color: #fff;
  background-color: #f96868;
  border-color: #f85974
}

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

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

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

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

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

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

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

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f3f7f9;
  border: 1px solid #e4eaec;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05)
}

.flex-row {
  display: flex;
  flex-wrap: wrap;
}

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

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

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

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

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

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

.modal-open {
  overflow: hidden
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .modal-sm {
    width: 300px
  }
}

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

.tooltip {
  position: absolute;
  z-index: 1900;
  display: block;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.57142857;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  filter: alpha(opacity=0);
  opacity: 0;
  line-break: auto
}

.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9
}

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

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

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

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

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 3px
}

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

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -4px;
  border-width: 4px 4px 0;
  border-top-color: rgba(0, 0, 0, 0.8)
}

.tooltip.top-left .tooltip-arrow {
  right: 4px;
  bottom: 0;
  margin-bottom: -4px;
  border-width: 4px 4px 0;
  border-top-color: rgba(0, 0, 0, 0.8)
}

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 4px;
  margin-bottom: -4px;
  border-width: 4px 4px 0;
  border-top-color: rgba(0, 0, 0, 0.8)
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -4px;
  border-width: 4px 4px 4px 0;
  border-right-color: rgba(0, 0, 0, 0.8)
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -4px;
  border-width: 4px 0 4px 4px;
  border-left-color: rgba(0, 0, 0, 0.8)
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -4px;
  border-width: 0 4px 4px;
  border-bottom-color: rgba(0, 0, 0, 0.8)
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 4px;
  margin-top: -4px;
  border-width: 0 4px 4px;
  border-bottom-color: rgba(0, 0, 0, 0.8)
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 4px;
  margin-top: -4px;
  border-width: 0 4px 4px;
  border-bottom-color: rgba(0, 0, 0, 0.8)
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1800;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.57142857;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #e4eaec;
  border: 1px solid rgba(204, 213, 219, 0.8);
  border-radius: 4px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  line-break: auto
}

.popover.top {
  margin-top: -8px
}

.popover.right {
  margin-left: 8px
}

.popover.bottom {
  margin-top: 8px
}

.popover.left {
  margin-left: -8px
}

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f3f7f9;
  border-bottom: 1px solid #e2ecf1;
  border-radius: 3px 3px 0 0
}

.popover-content {
  padding: 9px 14px
}

.popover>.arrow,
.popover>.arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid
}

.popover>.arrow {
  border-width: 9px
}

.popover>.arrow:after {
  content: "";
  border-width: 8px
}

.popover.top>.arrow {
  bottom: -9px;
  left: 50%;
  margin-left: -9px;
  border-top-color: #a8bbc2;
  border-top-color: rgba(204, 213, 219, 0.85);
  border-bottom-width: 0
}

.popover.top>.arrow:after {
  bottom: 1px;
  margin-left: -8px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0
}

.popover.right>.arrow {
  top: 50%;
  left: -9px;
  margin-top: -9px;
  border-right-color: #a8bbc2;
  border-right-color: rgba(204, 213, 219, 0.85);
  border-left-width: 0
}

.popover.right>.arrow:after {
  bottom: -8px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0
}

.popover.bottom>.arrow {
  top: -9px;
  left: 50%;
  margin-left: -9px;
  border-top-width: 0;
  border-bottom-color: #a8bbc2;
  border-bottom-color: rgba(204, 213, 219, 0.85)
}

.popover.bottom>.arrow:after {
  top: 1px;
  margin-left: -8px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff
}

.popover.left>.arrow {
  top: 50%;
  right: -9px;
  margin-top: -9px;
  border-right-width: 0;
  border-left-color: #a8bbc2;
  border-left-color: rgba(204, 213, 219, 0.85)
}

.popover.left>.arrow:after {
  right: 1px;
  bottom: -8px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff
}

.carousel {
  position: relative
}

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

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

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
  line-height: 1
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x
}

.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x
}

.carousel-control:focus,
.carousel-control:hover {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: .9
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
  left: 50%;
  margin-left: -10px
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
  right: 50%;
  margin-right: -10px
}

.carousel-control .icon-next,
.carousel-control .icon-prev {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1
}

.carousel-control .icon-prev:before {
  content: '\2039'
}

.carousel-control .icon-next:before {
  content: '\203a'
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000\9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px
}

.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6)
}

.carousel-caption .btn {
  text-shadow: none
}

@media screen and (min-width: 768px) {

  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next,
  .carousel-control .icon-prev {
    width: 24px;
    height: 24px;
    margin-top: -8px;
    font-size: 24px
  }

  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -8px
  }

  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -8px
  }

  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px
  }

  .carousel-indicators {
    bottom: 20px
  }
}

.btn-group-vertical>.btn-group:after,
.btn-group-vertical>.btn-group:before,
.btn-toolbar:after,
.btn-toolbar:before,
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.dl-horizontal dd:after,
.dl-horizontal dd:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.modal-footer:after,
.modal-footer:before,
.modal-header:after,
.modal-header:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.pager:after,
.pager:before,
.panel-body:after,
.panel-body:before,
.row:after,
.row:before {
  display: table;
  content: " "
}

.btn-group-vertical>.btn-group:after,
.btn-toolbar:after,
.clearfix:after,
.container-fluid:after,
.container:after,
.dl-horizontal dd:after,
.form-horizontal .form-group:after,
.modal-footer:after,
.modal-header:after,
.nav:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after,
.pager:after,
.panel-body:after,
.row:after {
  clear: both
}

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto
}

.pull-right {
  float: right !important
}

.pull-left {
  float: left !important
}

.hide {
  display: none !important
}

.show {
  display: block !important
}

.invisible {
  visibility: hidden
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0
}

.hidden {
  display: none !important
}

.affix {
  position: fixed
}

@-ms-viewport {
  width: device-width
}

.visible-lg,
.visible-md,
.visible-sm,
.visible-xs {
  display: none !important
}

.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
  display: none !important
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important
  }

  table.visible-xs {
    display: table !important
  }

  tr.visible-xs {
    display: table-row !important
  }

  td.visible-xs,
  th.visible-xs {
    display: table-cell !important
  }
}

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important
  }

  table.visible-sm {
    display: table !important
  }

  tr.visible-sm {
    display: table-row !important
  }

  td.visible-sm,
  th.visible-sm {
    display: table-cell !important
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important
  }

  table.visible-md {
    display: table !important
  }

  tr.visible-md {
    display: table-row !important
  }

  td.visible-md,
  th.visible-md {
    display: table-cell !important
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important
  }

  table.visible-lg {
    display: table !important
  }

  tr.visible-lg {
    display: table-row !important
  }

  td.visible-lg,
  th.visible-lg {
    display: table-cell !important
  }
}

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important
  }
}

.visible-print {
  display: none !important
}

@media print {
  .visible-print {
    display: block !important
  }

  table.visible-print {
    display: table !important
  }

  tr.visible-print {
    display: table-row !important
  }

  td.visible-print,
  th.visible-print {
    display: table-cell !important
  }
}

.visible-print-block {
  display: none !important
}

@media print {
  .visible-print-block {
    display: block !important
  }
}

.visible-print-inline {
  display: none !important
}

@media print {
  .visible-print-inline {
    display: inline !important
  }
}

.visible-print-inline-block {
  display: none !important
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important
  }
}

@media print {
  .hidden-print {
    display: none !important
  }
}

a.text-action {
  color: #a3afb7
}

a.text-action,
a.text-action:focus,
a.text-action:hover {
  text-decoration: none
}

a.text-action:focus,
a.text-action:hover {
  color: #ccd5db
}

a.text-action .icon+span {
  margin-left: 3px
}

a.text-like {
  color: #a3afb7 !important
}

a.text-like,
a.text-like:focus,
a.text-like:hover {
  text-decoration: none
}

a.text-like.active,
a.text-like:focus,
a.text-like:hover {
  color: #f96868 !important
}

.text-action+.text-action {
  margin-left: 6px
}

.img-bordered {
  padding: 3px;
  border: 1px solid #e4eaec
}

.img-bordered-primary {
  border-color: #62a8ea !important
}

.img-bordered-purple {
  border-color: #7c51d1 !important
}

.img-bordered-red {
  border-color: #e9595b !important
}

.img-bordered-green {
  border-color: #7dd3ae !important
}

.img-bordered-orange {
  border-color: #ec9940 !important
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  text-shadow: rgba(0, 0, 0, 0.15) 0 0 1px
}

.h1 .icon:first-child,
.h2 .icon:first-child,
.h3 .icon:first-child,
.h4 .icon:first-child,
.h5 .icon:first-child,
.h6 .icon:first-child,
h1 .icon:first-child,
h2 .icon:first-child,
h3 .icon:first-child,
h4 .icon:first-child,
h5 .icon:first-child,
h6 .icon:first-child {
  margin-right: .5em
}

.mark,
mark {
  color: #fff;
  border-radius: 2px
}

.drop-cap {
  float: left;
  padding: 5px;
  margin-right: 5px;
  font-family: Georgia;
  font-size: 60px;
  line-height: 50px;
  color: #263238
}

.drop-cap-reversed {
  color: #fff;
  background-color: #263238
}

.list-icons {
  padding-left: 10px;
  margin-left: 0;
  list-style: none
}

.list-icons>li {
  margin-top: 6px
}

.list-icons>li:first-child {
  margin-top: 0
}

.list-icons>li i {
  float: left;
  width: 1em;
  margin: 0 6px 0 0
}

.text-primary {
  color: #62a8ea
}

a.text-primary:focus,
a.text-primary:hover {
  color: #358fe4
}

.text-success {
  color: #46be8a
}

a.text-success:focus,
a.text-success:hover {
  color: #369b6f
}

.text-info {
  color: #57c7d4
}

a.text-info:focus,
a.text-info:hover {
  color: #33b6c5
}

.text-warning {
  color: #f2a654
}

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

.text-danger {
  color: #f96868
}

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

blockquote {
  font-size: 20px;
  color: #526069;
  border-left-width: 2px
}

blockquote .small,
blockquote footer,
blockquote small {
  font-size: 14px
}

.blockquote-reverse {
  border-right-width: 2px
}

.blockquote {
  padding: 15px 20px;
  border-left-width: 4px;
  border-radius: 3px
}

.blockquote.blockquote-reverse {
  border-right-width: 4px
}

.blockquote-success {
  background-color: rgba(70, 190, 138, 0.1);
  border-color: #46be8a
}

.blockquote-info {
  background-color: rgba(87, 199, 212, 0.1);
  border-color: #57c7d4
}

.blockquote-warning {
  background-color: rgba(242, 166, 84, 0.1);
  border-color: #f2a654
}

.blockquote-danger {
  background-color: rgba(249, 104, 104, 0.1);
  border-color: #f96868
}

code {
  border: 1px solid #bcd8f1
}

pre code {
  border: none
}

.container {
  max-width: 100%
}

@media (min-width: 1600px) {
  .container {
    width: 1310px
  }
}

@media (min-width: 1600px) {

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

  .col-xlg-12 {
    width: 100%
  }

  .col-xlg-11 {
    width: 91.66666667%
  }

  .col-xlg-10 {
    width: 83.33333333%
  }

  .col-xlg-9 {
    width: 75%
  }

  .col-xlg-8 {
    width: 66.66666667%
  }

  .col-xlg-7 {
    width: 58.33333333%
  }

  .col-xlg-6 {
    width: 50%
  }

  .col-xlg-5 {
    width: 41.66666667%
  }

  .col-xlg-4 {
    width: 33.33333333%
  }

  .col-xlg-3 {
    width: 25%
  }

  .col-xlg-2 {
    width: 16.66666667%
  }

  .col-xlg-1 {
    width: 8.33333333%
  }

  .col-xlg-pull-12 {
    right: 100%
  }

  .col-xlg-pull-11 {
    right: 91.66666667%
  }

  .col-xlg-pull-10 {
    right: 83.33333333%
  }

  .col-xlg-pull-9 {
    right: 75%
  }

  .col-xlg-pull-8 {
    right: 66.66666667%
  }

  .col-xlg-pull-7 {
    right: 58.33333333%
  }

  .col-xlg-pull-6 {
    right: 50%
  }

  .col-xlg-pull-5 {
    right: 41.66666667%
  }

  .col-xlg-pull-4 {
    right: 33.33333333%
  }

  .col-xlg-pull-3 {
    right: 25%
  }

  .col-xlg-pull-2 {
    right: 16.66666667%
  }

  .col-xlg-pull-1 {
    right: 8.33333333%
  }

  .col-xlg-pull-0 {
    right: auto
  }

  .col-xlg-push-12 {
    left: 100%
  }

  .col-xlg-push-11 {
    left: 91.66666667%
  }

  .col-xlg-push-10 {
    left: 83.33333333%
  }

  .col-xlg-push-9 {
    left: 75%
  }

  .col-xlg-push-8 {
    left: 66.66666667%
  }

  .col-xlg-push-7 {
    left: 58.33333333%
  }

  .col-xlg-push-6 {
    left: 50%
  }

  .col-xlg-push-5 {
    left: 41.66666667%
  }

  .col-xlg-push-4 {
    left: 33.33333333%
  }

  .col-xlg-push-3 {
    left: 25%
  }

  .col-xlg-push-2 {
    left: 16.66666667%
  }

  .col-xlg-push-1 {
    left: 8.33333333%
  }

  .col-xlg-push-0 {
    left: auto
  }

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

  .col-xlg-offset-11 {
    margin-left: 91.66666667%
  }

  .col-xlg-offset-10 {
    margin-left: 83.33333333%
  }

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

  .col-xlg-offset-8 {
    margin-left: 66.66666667%
  }

  .col-xlg-offset-7 {
    margin-left: 58.33333333%
  }

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

  .col-xlg-offset-5 {
    margin-left: 41.66666667%
  }

  .col-xlg-offset-4 {
    margin-left: 33.33333333%
  }

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

  .col-xlg-offset-2 {
    margin-left: 16.66666667%
  }

  .col-xlg-offset-1 {
    margin-left: 8.33333333%
  }

  .col-xlg-offset-0 {
    margin-left: 0
  }
}

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

.row.no-space {
  margin-right: 0;
  margin-left: 0
}

.row.no-space>[class*=col-] {
  padding-right: 0;
  padding-left: 0
}

.row-lg {
  margin-right: -25px;
  margin-left: -25px
}

.row-lg>.col-lg-1,
.row-lg>.col-lg-10,
.row-lg>.col-lg-11,
.row-lg>.col-lg-12,
.row-lg>.col-lg-2,
.row-lg>.col-lg-3,
.row-lg>.col-lg-4,
.row-lg>.col-lg-5,
.row-lg>.col-lg-6,
.row-lg>.col-lg-7,
.row-lg>.col-lg-8,
.row-lg>.col-lg-9,
.row-lg>.col-md-1,
.row-lg>.col-md-10,
.row-lg>.col-md-11,
.row-lg>.col-md-12,
.row-lg>.col-md-2,
.row-lg>.col-md-3,
.row-lg>.col-md-4,
.row-lg>.col-md-5,
.row-lg>.col-md-6,
.row-lg>.col-md-7,
.row-lg>.col-md-8,
.row-lg>.col-md-9,
.row-lg>.col-sm-1,
.row-lg>.col-sm-10,
.row-lg>.col-sm-11,
.row-lg>.col-sm-12,
.row-lg>.col-sm-2,
.row-lg>.col-sm-3,
.row-lg>.col-sm-4,
.row-lg>.col-sm-5,
.row-lg>.col-sm-6,
.row-lg>.col-sm-7,
.row-lg>.col-sm-8,
.row-lg>.col-sm-9,
.row-lg>.col-xlg-1,
.row-lg>.col-xlg-10,
.row-lg>.col-xlg-11,
.row-lg>.col-xlg-12,
.row-lg>.col-xlg-2,
.row-lg>.col-xlg-3,
.row-lg>.col-xlg-4,
.row-lg>.col-xlg-5,
.row-lg>.col-xlg-6,
.row-lg>.col-xlg-7,
.row-lg>.col-xlg-8,
.row-lg>.col-xlg-9,
.row-lg>.col-xs-1,
.row-lg>.col-xs-10,
.row-lg>.col-xs-11,
.row-lg>.col-xs-12,
.row-lg>.col-xs-2,
.row-lg>.col-xs-3,
.row-lg>.col-xs-4,
.row-lg>.col-xs-5,
.row-lg>.col-xs-6,
.row-lg>.col-xs-7,
.row-lg>.col-xs-8,
.row-lg>.col-xs-9 {
  padding-right: 25px;
  padding-left: 25px
}

.table {
  color: #76838f
}

.table>tfoot>tr>th,
.table>thead>tr>th {
  font-weight: 400;
  color: #526069
}

.table>thead>tr>th {
  border-bottom: 1px solid #e4eaec
}

.table>tbody+tbody {
  border-top: 1px solid #e4eaec
}

.table a {
  text-decoration: underline
}

.table td>.checkbox-custom:only-child,
.table th>.checkbox-custom:only-child {
  margin-top: 0;
  margin-bottom: 0;
  text-align: center
}

.table .danger,
.table .info,
.table .success,
.table .warning {
  color: #fff
}

.table .danger a,
.table .info a,
.table .success a,
.table .warning a {
  color: #fff
}

.table .cell-30 {
  width: 30px
}

.table .cell-40 {
  width: 40px
}

.table .cell-50 {
  width: 50px
}

.table .cell-60 {
  width: 60px
}

.table .cell-80 {
  width: 80px
}

.table .cell-100 {
  width: 100px
}

.table .cell-120 {
  width: 120px
}

.table .cell-130 {
  width: 130px
}

.table .cell-150 {
  width: 150px
}

.table .cell-180 {
  width: 180px
}

.table .cell-200 {
  width: 200px
}

.table .cell-250 {
  width: 250px
}

.table .cell-300 {
  width: 300px
}

.table-danger thead tr,
.table-dark thead tr,
.table-info thead tr,
.table-primary thead tr,
.table-success thead tr,
.table-warning thead tr {
  color: #fff
}

.table-default thead tr {
  background: #f3f7f9
}

.table-primary thead tr {
  background: #62a8ea
}

.table-success thead tr {
  background: #46be8a
}

.table-info thead tr {
  background: #57c7d4
}

.table-warning thead tr {
  background: #f2a654
}

.table-danger thead tr {
  background: #f96868
}

.table-dark thead tr {
  background: #526069
}

.table-gray thead tr {
  color: #526069;
  background: #ccd5db
}

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

.table-bordered>thead:first-child>tr:first-child>th {
  border: 1px solid #e4eaec
}

.table-section+tbody {
  display: none
}

.table-section-arrow {
  position: relative;
  display: inline-block;
  font-family: 'Web Icons';
  font-style: normal;
  font-weight: 400;
  text-align: center;
  -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
}

.table-section-arrow:before {
  content: '\f181'
}

.table-section.active tr {
  background-color: #f3f7f9
}

.table-section.active+tbody {
  display: table-row-group
}

.table-section.active .table-section-arrow {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg)
}

.form-control {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: -webkit-box-shadow .25s linear, border .25s linear, color .25s linear, background-color .25s linear;
  -o-transition: box-shadow .25s linear, border .25s linear, color .25s linear, background-color .25s linear;
  transition: box-shadow .25s linear, border .25s linear, color .25s linear, background-color .25s linear
}

.form-control:not(select) {
  -webkit-appearance: none
}

.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .control-label,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.checkbox label,
.has-success.checkbox-inline label,
.has-success.radio label,
.has-success.radio-inline label {
  color: #46be8a
}

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

.has-success .form-control:focus {
  border-color: #369b6f;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #91d9ba;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #91d9ba
}

.has-success .input-group-addon {
  color: #46be8a;
  background-color: #fff;
  border-color: #46be8a
}

.has-success .form-control-feedback {
  color: #46be8a
}

.has-success .form-control {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05)
}

.has-success .form-control:focus {
  border-color: #46be8a;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(70, 190, 138, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(70, 190, 138, 0.6)
}

.has-success .form-control.focus,
.has-success .form-control:focus {
  border-color: #46be8a;
  -webkit-box-shadow: none;
  box-shadow: none
}

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

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

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

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

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

.has-warning .form-control {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05)
}

.has-warning .form-control:focus {
  border-color: #f2a654;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(242, 166, 84, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(242, 166, 84, 0.6)
}

.has-warning .form-control.focus,
.has-warning .form-control:focus {
  border-color: #f2a654;
  -webkit-box-shadow: none;
  box-shadow: none
}

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

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

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

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

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

.has-error .form-control {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05)
}

.has-error .form-control:focus {
  border-color: #f96868;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(249, 104, 104, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(249, 104, 104, 0.6)
}

.has-error .form-control.focus,
.has-error .form-control:focus {
  border-color: #f96868;
  -webkit-box-shadow: none;
  box-shadow: none
}

.form-group.has-feedback.no-label .form-control-feedback {
  top: 0
}

.form-group.has-feedback.left-feedback .form-control-feedback {
  right: auto;
  left: 0
}

.form-group.has-feedback.left-feedback .form-control {
  padding-right: 13px;
  padding-left: 50px
}

.form-control.square {
  border-radius: 0
}

.form-control.round {
  border-radius: 200px
}

textarea.form-control.no-resize {
  resize: none
}

.input-group-file input[type=text] {
  background-color: #fff
}

.input-group-file .btn-file {
  position: relative;
  overflow: hidden
}

.input-group-file .btn-file.btn-outline {
  border: 1px solid #e4eaec;
  border-left: none
}

.input-group-file .btn-file.btn-outline:hover {
  border-left: none
}

.input-group-file .btn-file>.icon {
  margin: 0 3px
}

.input-group-file .btn-file input[type=file] {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  min-width: 100%;
  min-height: 100%;
  text-align: 0;
  cursor: pointer;
  opacity: 0
}

.help-block {
  margin-top: 7px;
  margin-bottom: 8px
}

.help-block>.icon {
  margin: 0 5px
}

.input-search-close {
  color: #000;
  text-shadow: none;
  filter: alpha(opacity=20);
  opacity: .2
}

.input-search-close.icon {
  font-size: inherit;
  line-height: inherit
}

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

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

.input-search {
  position: relative
}

.input-search .form-control {
  border-radius: 200px
}

.input-search .input-search-close,
.input-search .input-search-icon {
  position: absolute;
  top: 50%;
  z-index: 1;
  width: 36px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%)
}

.input-search .input-search-close {
  right: 8px
}

.input-search .input-search-icon+.form-control {
  padding-left: 43.5px
}

.input-search .input-search-icon {
  left: 8px;
  font-size: 16px;
  color: #a3afb7;
  text-align: center;
  pointer-events: none
}

.input-search-btn+.form-control {
  padding-right: 50px
}

.input-search-btn {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  padding: 0 10px;
  background: 0 0;
  border: none;
  border-radius: 0 200px 200px 0
}

.input-search-btn>.icon {
  margin: 0 3px
}

.input-search-dark .input-search-icon {
  color: #76838f
}

.input-search-dark .form-control {
  background: #f3f7f9;
  -webkit-box-shadow: none;
  box-shadow: none
}

.input-search-dark .form-control:focus {
  background-color: transparent
}

.form-inline .form-group {
  margin-right: 20px
}

.form-inline .form-group:last-child {
  margin-right: 0
}

.form-inline .control-label {
  margin-right: 5px
}

@media (max-width: 767px) {
  .form-inline .form-group {
    margin-right: 0
  }
}

.btn {
  padding: 6px 15px;
  font-size: 14px;
  line-height: 1.57142857;
  border-radius: 3px;
  -webkit-transition: border .2s linear, color .2s linear, width .2s linear, background-color .2s linear;
  -o-transition: border .2s linear, color .2s linear, width .2s linear, background-color .2s linear;
  transition: border .2s linear, color .2s linear, width .2s linear, background-color .2s linear;
  -webkit-font-smoothing: subpixel-antialiased
}

.btn.active:focus,
.btn:active:focus,
.btn:focus {
  outline: 0
}

.btn.active,
.btn:active {
  -webkit-box-shadow: none;
  box-shadow: none
}

.btn .icon {
  width: 1em;
  margin: -1px 3px 0;
  line-height: inherit;
  text-align: center
}

.btn-block {
  white-space: normal
}

.btn-outline.btn-default {
  color: #76838f;
  background-color: transparent
}

.btn-outline.btn-default.active,
.btn-outline.btn-default:active,
.btn-outline.btn-default:focus,
.btn-outline.btn-default:hover,
.open>.dropdown-toggle.btn-outline.btn-default {
  color: #76838f;
  background-color: rgba(118, 131, 143, 0.1);
  border-color: #e4eaec
}

.btn-outline.btn-default.active .badge,
.btn-outline.btn-default:active .badge,
.btn-outline.btn-default:focus .badge,
.btn-outline.btn-default:hover .badge,
.open>.dropdown-toggle.btn-outline.btn-default .badge {
  color: #76838f;
  background-color: #76838f
}

.btn-outline.btn-primary {
  color: #62a8ea;
  background-color: transparent
}

.btn-outline.btn-primary.active,
.btn-outline.btn-primary:active,
.btn-outline.btn-primary:focus,
.btn-outline.btn-primary:hover,
.open>.dropdown-toggle.btn-outline.btn-primary {
  color: #fff;
  background-color: #62a8ea;
  border-color: #62a8ea
}

.btn-outline.btn-primary.active .badge,
.btn-outline.btn-primary:active .badge,
.btn-outline.btn-primary:focus .badge,
.btn-outline.btn-primary:hover .badge,
.open>.dropdown-toggle.btn-outline.btn-primary .badge {
  color: #62a8ea;
  background-color: #fff
}

.btn-outline.btn-success {
  color: #46be8a;
  background-color: transparent
}

.btn-outline.btn-success.active,
.btn-outline.btn-success:active,
.btn-outline.btn-success:focus,
.btn-outline.btn-success:hover,
.open>.dropdown-toggle.btn-outline.btn-success {
  color: #fff;
  background-color: #46be8a;
  border-color: #46be8a
}

.btn-outline.btn-success.active .badge,
.btn-outline.btn-success:active .badge,
.btn-outline.btn-success:focus .badge,
.btn-outline.btn-success:hover .badge,
.open>.dropdown-toggle.btn-outline.btn-success .badge {
  color: #46be8a;
  background-color: #fff
}

.btn-outline.btn-info {
  color: #57c7d4;
  background-color: transparent
}

.btn-outline.btn-info.active,
.btn-outline.btn-info:active,
.btn-outline.btn-info:focus,
.btn-outline.btn-info:hover,
.open>.dropdown-toggle.btn-outline.btn-info {
  color: #fff;
  background-color: #57c7d4;
  border-color: #57c7d4
}

.btn-outline.btn-info.active .badge,
.btn-outline.btn-info:active .badge,
.btn-outline.btn-info:focus .badge,
.btn-outline.btn-info:hover .badge,
.open>.dropdown-toggle.btn-outline.btn-info .badge {
  color: #57c7d4;
  background-color: #fff
}

.btn-outline.btn-warning {
  color: #f2a654;
  background-color: transparent
}

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

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

.btn-outline.btn-danger {
  color: #f96868;
  background-color: transparent
}

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

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

.btn-outline.btn-dark {
  color: #526069;
  background-color: transparent
}

.btn-outline.btn-dark.active,
.btn-outline.btn-dark:active,
.btn-outline.btn-dark:focus,
.btn-outline.btn-dark:hover,
.open>.dropdown-toggle.btn-outline.btn-dark {
  color: #fff;
  background-color: #526069;
  border-color: #526069
}

.btn-outline.btn-dark.active .badge,
.btn-outline.btn-dark:active .badge,
.btn-outline.btn-dark:focus .badge,
.btn-outline.btn-dark:hover .badge,
.open>.dropdown-toggle.btn-outline.btn-dark .badge {
  color: #526069;
  background-color: #fff
}

.btn-outline.btn-inverse {
  color: #fff;
  background-color: transparent
}

.btn-outline.btn-inverse.active,
.btn-outline.btn-inverse:active,
.btn-outline.btn-inverse:focus,
.btn-outline.btn-inverse:hover,
.open>.dropdown-toggle.btn-outline.btn-inverse {
  color: #76838f;
  background-color: #fff;
  border-color: #fff
}

.btn-outline.btn-inverse.active .badge,
.btn-outline.btn-inverse:active .badge,
.btn-outline.btn-inverse:focus .badge,
.btn-outline.btn-inverse:hover .badge,
.open>.dropdown-toggle.btn-outline.btn-inverse .badge {
  color: #fff;
  background-color: #76838f
}

.btn-lg {
  padding: 10px 18px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 4px
}

.btn-sm {
  padding: 6px 13px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px
}

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

.btn-squared {
  border-radius: 0
}

.btn-round {
  border-radius: 1000px
}

.btn-default.focus,
.btn-default:focus,
.btn-default:hover {
  background-color: #f3f7f9;
  border-color: #f3f7f9
}

.btn-default.active,
.btn-default:active,
.open>.dropdown-toggle.btn-default {
  background-color: #ccd5db;
  border-color: #ccd5db
}

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

.btn-default.disabled,
.btn-default.disabled.active,
.btn-default.disabled.focus,
.btn-default.disabled:active,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled],
.btn-default.active[disabled],
.btn-default.focus[disabled],
.btn-default[disabled]:active,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default.active,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
  color: #76838f;
  background-color: #f3f7f9;
  border-color: #f3f7f9
}

.btn-default.btn-up:before {
  border-bottom-color: #e4eaec
}

.btn-default.btn-up:focus:before,
.btn-default.btn-up:hover:before {
  border-bottom-color: #f3f7f9
}

.btn-default.btn-up.active:before,
.btn-default.btn-up:active:before,
.open>.dropdown-toggle.btn-default.btn-up:before {
  border-bottom-color: #ccd5db
}

.btn-default.btn-right:before {
  border-left-color: #e4eaec
}

.btn-default.btn-right:focus:before,
.btn-default.btn-right:hover:before {
  border-left-color: #f3f7f9
}

.btn-default.btn-right.active:before,
.btn-default.btn-right:active:before,
.open>.dropdown-toggle.btn-default.btn-right:before {
  border-left-color: #ccd5db
}

.btn-default.btn-bottom:before {
  border-top-color: #e4eaec
}

.btn-default.btn-bottom:focus:before,
.btn-default.btn-bottom:hover:before {
  border-top-color: #f3f7f9
}

.btn-default.btn-bottom.active:before,
.btn-default.btn-bottom:active:before,
.open>.dropdown-toggle.btn-default.btn-bottom:before {
  border-top-color: #ccd5db
}

.btn-default.btn-left:before {
  border-right-color: #e4eaec
}

.btn-default.btn-left:focus:before,
.btn-default.btn-left:hover:before {
  border-right-color: #f3f7f9
}

.btn-default.btn-left.active:before,
.btn-default.btn-left:active:before,
.open>.dropdown-toggle.btn-default.btn-left:before {
  border-right-color: #ccd5db
}

.btn-primary.focus,
.btn-primary:focus,
.btn-primary:hover {
  background-color: #89bceb;
  border-color: #89bceb
}

.btn-primary.active,
.btn-primary:active,
.open>.dropdown-toggle.btn-primary {
  background-color: #4e97d9;
  border-color: #4e97d9
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary.focus:active,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open>.dropdown-toggle.btn-primary.focus,
.open>.dropdown-toggle.btn-primary:focus,
.open>.dropdown-toggle.btn-primary:hover {
  background-color: #4e97d9;
  border-color: #4e97d9
}

.btn-primary.disabled,
.btn-primary.disabled.active,
.btn-primary.disabled.focus,
.btn-primary.disabled:active,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled],
.btn-primary.active[disabled],
.btn-primary.focus[disabled],
.btn-primary[disabled]:active,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary.active,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
  color: #fff;
  background-color: #a2caee;
  border-color: #a2caee
}

.btn-primary.btn-up:before {
  border-bottom-color: #62a8ea
}

.btn-primary.btn-up:focus:before,
.btn-primary.btn-up:hover:before {
  border-bottom-color: #89bceb
}

.btn-primary.btn-up.active:before,
.btn-primary.btn-up:active:before,
.open>.dropdown-toggle.btn-primary.btn-up:before {
  border-bottom-color: #4e97d9
}

.btn-primary.btn-right:before {
  border-left-color: #62a8ea
}

.btn-primary.btn-right:focus:before,
.btn-primary.btn-right:hover:before {
  border-left-color: #89bceb
}

.btn-primary.btn-right.active:before,
.btn-primary.btn-right:active:before,
.open>.dropdown-toggle.btn-primary.btn-right:before {
  border-left-color: #4e97d9
}

.btn-primary.btn-bottom:before {
  border-top-color: #62a8ea
}

.btn-primary.btn-bottom:focus:before,
.btn-primary.btn-bottom:hover:before {
  border-top-color: #89bceb
}

.btn-primary.btn-bottom.active:before,
.btn-primary.btn-bottom:active:before,
.open>.dropdown-toggle.btn-primary.btn-bottom:before {
  border-top-color: #4e97d9
}

.btn-primary.btn-left:before {
  border-right-color: #62a8ea
}

.btn-primary.btn-left:focus:before,
.btn-primary.btn-left:hover:before {
  border-right-color: #89bceb
}

.btn-primary.btn-left.active:before,
.btn-primary.btn-left:active:before,
.open>.dropdown-toggle.btn-primary.btn-left:before {
  border-right-color: #4e97d9
}

.btn-success.focus,
.btn-success:focus,
.btn-success:hover {
  background-color: #5cd29d;
  border-color: #5cd29d
}

.btn-success.active,
.btn-success:active,
.open>.dropdown-toggle.btn-success {
  background-color: #36ab7a;
  border-color: #36ab7a
}

.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success.focus:active,
.btn-success:active:focus,
.btn-success:active:hover,
.open>.dropdown-toggle.btn-success.focus,
.open>.dropdown-toggle.btn-success:focus,
.open>.dropdown-toggle.btn-success:hover {
  background-color: #36ab7a;
  border-color: #36ab7a
}

.btn-success.disabled,
.btn-success.disabled.active,
.btn-success.disabled.focus,
.btn-success.disabled:active,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled],
.btn-success.active[disabled],
.btn-success.focus[disabled],
.btn-success[disabled]:active,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success.active,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
  color: #fff;
  background-color: #7dd3ae;
  border-color: #7dd3ae
}

.btn-success.btn-up:before {
  border-bottom-color: #46be8a
}

.btn-success.btn-up:focus:before,
.btn-success.btn-up:hover:before {
  border-bottom-color: #5cd29d
}

.btn-success.btn-up.active:before,
.btn-success.btn-up:active:before,
.open>.dropdown-toggle.btn-success.btn-up:before {
  border-bottom-color: #36ab7a
}

.btn-success.btn-right:before {
  border-left-color: #46be8a
}

.btn-success.btn-right:focus:before,
.btn-success.btn-right:hover:before {
  border-left-color: #5cd29d
}

.btn-success.btn-right.active:before,
.btn-success.btn-right:active:before,
.open>.dropdown-toggle.btn-success.btn-right:before {
  border-left-color: #36ab7a
}

.btn-success.btn-bottom:before {
  border-top-color: #46be8a
}

.btn-success.btn-bottom:focus:before,
.btn-success.btn-bottom:hover:before {
  border-top-color: #5cd29d
}

.btn-success.btn-bottom.active:before,
.btn-success.btn-bottom:active:before,
.open>.dropdown-toggle.btn-success.btn-bottom:before {
  border-top-color: #36ab7a
}

.btn-success.btn-left:before {
  border-right-color: #46be8a
}

.btn-success.btn-left:focus:before,
.btn-success.btn-left:hover:before {
  border-right-color: #5cd29d
}

.btn-success.btn-left.active:before,
.btn-success.btn-left:active:before,
.open>.dropdown-toggle.btn-success.btn-left:before {
  border-right-color: #36ab7a
}

.btn-info.focus,
.btn-info:focus,
.btn-info:hover {
  background-color: #77d6e1;
  border-color: #77d6e1
}

.btn-info.active,
.btn-info:active,
.open>.dropdown-toggle.btn-info {
  background-color: #47b8c6;
  border-color: #47b8c6
}

.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info.focus:active,
.btn-info:active:focus,
.btn-info:active:hover,
.open>.dropdown-toggle.btn-info.focus,
.open>.dropdown-toggle.btn-info:focus,
.open>.dropdown-toggle.btn-info:hover {
  background-color: #47b8c6;
  border-color: #47b8c6
}

.btn-info.disabled,
.btn-info.disabled.active,
.btn-info.disabled.focus,
.btn-info.disabled:active,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled],
.btn-info.active[disabled],
.btn-info.focus[disabled],
.btn-info[disabled]:active,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info.active,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
  color: #fff;
  background-color: #9ae1e9;
  border-color: #9ae1e9
}

.btn-info.btn-up:before {
  border-bottom-color: #57c7d4
}

.btn-info.btn-up:focus:before,
.btn-info.btn-up:hover:before {
  border-bottom-color: #77d6e1
}

.btn-info.btn-up.active:before,
.btn-info.btn-up:active:before,
.open>.dropdown-toggle.btn-info.btn-up:before {
  border-bottom-color: #47b8c6
}

.btn-info.btn-right:before {
  border-left-color: #57c7d4
}

.btn-info.btn-right:focus:before,
.btn-info.btn-right:hover:before {
  border-left-color: #77d6e1
}

.btn-info.btn-right.active:before,
.btn-info.btn-right:active:before,
.open>.dropdown-toggle.btn-info.btn-right:before {
  border-left-color: #47b8c6
}

.btn-info.btn-bottom:before {
  border-top-color: #57c7d4
}

.btn-info.btn-bottom:focus:before,
.btn-info.btn-bottom:hover:before {
  border-top-color: #77d6e1
}

.btn-info.btn-bottom.active:before,
.btn-info.btn-bottom:active:before,
.open>.dropdown-toggle.btn-info.btn-bottom:before {
  border-top-color: #47b8c6
}

.btn-info.btn-left:before {
  border-right-color: #57c7d4
}

.btn-info.btn-left:focus:before,
.btn-info.btn-left:hover:before {
  border-right-color: #77d6e1
}

.btn-info.btn-left.active:before,
.btn-info.btn-left:active:before,
.open>.dropdown-toggle.btn-info.btn-left:before {
  border-right-color: #47b8c6
}

.btn-warning.focus,
.btn-warning:focus,
.btn-warning:hover {
  background-color: #f4b066;
  border-color: #f4b066
}

.btn-warning.active,
.btn-warning:active,
.open>.dropdown-toggle.btn-warning {
  background-color: #ec9940;
  border-color: #ec9940
}

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

.btn-warning.disabled,
.btn-warning.disabled.active,
.btn-warning.disabled.focus,
.btn-warning.disabled:active,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled],
.btn-warning.active[disabled],
.btn-warning.focus[disabled],
.btn-warning[disabled]:active,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning.active,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
  color: #fff;
  background-color: #f6be80;
  border-color: #f6be80
}

.btn-warning.btn-up:before {
  border-bottom-color: #f2a654
}

.btn-warning.btn-up:focus:before,
.btn-warning.btn-up:hover:before {
  border-bottom-color: #f4b066
}

.btn-warning.btn-up.active:before,
.btn-warning.btn-up:active:before,
.open>.dropdown-toggle.btn-warning.btn-up:before {
  border-bottom-color: #ec9940
}

.btn-warning.btn-right:before {
  border-left-color: #f2a654
}

.btn-warning.btn-right:focus:before,
.btn-warning.btn-right:hover:before {
  border-left-color: #f4b066
}

.btn-warning.btn-right.active:before,
.btn-warning.btn-right:active:before,
.open>.dropdown-toggle.btn-warning.btn-right:before {
  border-left-color: #ec9940
}

.btn-warning.btn-bottom:before {
  border-top-color: #f2a654
}

.btn-warning.btn-bottom:focus:before,
.btn-warning.btn-bottom:hover:before {
  border-top-color: #f4b066
}

.btn-warning.btn-bottom.active:before,
.btn-warning.btn-bottom:active:before,
.open>.dropdown-toggle.btn-warning.btn-bottom:before {
  border-top-color: #ec9940
}

.btn-warning.btn-left:before {
  border-right-color: #f2a654
}

.btn-warning.btn-left:focus:before,
.btn-warning.btn-left:hover:before {
  border-right-color: #f4b066
}

.btn-warning.btn-left.active:before,
.btn-warning.btn-left:active:before,
.open>.dropdown-toggle.btn-warning.btn-left:before {
  border-right-color: #ec9940
}

.btn-danger.focus,
.btn-danger:focus,
.btn-danger:hover {
  background-color: #fa7a7a;
  border-color: #fa7a7a
}

.btn-danger.active,
.btn-danger:active,
.open>.dropdown-toggle.btn-danger {
  background-color: #e9595b;
  border-color: #e9595b
}

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

.btn-danger.disabled,
.btn-danger.disabled.active,
.btn-danger.disabled.focus,
.btn-danger.disabled:active,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled],
.btn-danger.active[disabled],
.btn-danger.focus[disabled],
.btn-danger[disabled]:active,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger.active,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
  color: #fff;
  background-color: #fa9898;
  border-color: #fa9898
}

.btn-danger.btn-up:before {
  border-bottom-color: #f96868
}

.btn-danger.btn-up:focus:before,
.btn-danger.btn-up:hover:before {
  border-bottom-color: #fa7a7a
}

.btn-danger.btn-up.active:before,
.btn-danger.btn-up:active:before,
.open>.dropdown-toggle.btn-danger.btn-up:before {
  border-bottom-color: #e9595b
}

.btn-danger.btn-right:before {
  border-left-color: #f96868
}

.btn-danger.btn-right:focus:before,
.btn-danger.btn-right:hover:before {
  border-left-color: #fa7a7a
}

.btn-danger.btn-right.active:before,
.btn-danger.btn-right:active:before,
.open>.dropdown-toggle.btn-danger.btn-right:before {
  border-left-color: #e9595b
}

.btn-danger.btn-bottom:before {
  border-top-color: #f96868
}

.btn-danger.btn-bottom:focus:before,
.btn-danger.btn-bottom:hover:before {
  border-top-color: #fa7a7a
}

.btn-danger.btn-bottom.active:before,
.btn-danger.btn-bottom:active:before,
.open>.dropdown-toggle.btn-danger.btn-bottom:before {
  border-top-color: #e9595b
}

.btn-danger.btn-left:before {
  border-right-color: #f96868
}

.btn-danger.btn-left:focus:before,
.btn-danger.btn-left:hover:before {
  border-right-color: #fa7a7a
}

.btn-danger.btn-left.active:before,
.btn-danger.btn-left:active:before,
.open>.dropdown-toggle.btn-danger.btn-left:before {
  border-right-color: #e9595b
}

.btn-inverse {
  color: #76838f;
  background-color: #fff;
  border-color: #e4eaec
}

.btn-inverse.focus,
.btn-inverse:focus {
  color: #76838f;
  background-color: #e6e6e6;
  border-color: #99b0b7
}

.btn-inverse:hover {
  color: #76838f;
  background-color: #e6e6e6;
  border-color: #c0ced3
}

.btn-inverse.active,
.btn-inverse:active,
.open>.dropdown-toggle.btn-inverse {
  color: #76838f;
  background-color: #e6e6e6;
  border-color: #c0ced3
}

.btn-inverse.active.focus,
.btn-inverse.active:focus,
.btn-inverse.active:hover,
.btn-inverse.focus:active,
.btn-inverse:active:focus,
.btn-inverse:active:hover,
.open>.dropdown-toggle.btn-inverse.focus,
.open>.dropdown-toggle.btn-inverse:focus,
.open>.dropdown-toggle.btn-inverse:hover {
  color: #76838f;
  background-color: #d4d4d4;
  border-color: #99b0b7
}

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

.btn-inverse.disabled.focus,
.btn-inverse.disabled:focus,
.btn-inverse.disabled:hover,
.btn-inverse.focus[disabled],
.btn-inverse[disabled]:focus,
.btn-inverse[disabled]:hover,
fieldset[disabled] .btn-inverse.focus,
fieldset[disabled] .btn-inverse:focus,
fieldset[disabled] .btn-inverse:hover {
  background-color: #fff;
  border-color: #e4eaec
}

.btn-inverse .badge {
  color: #fff;
  background-color: #76838f
}

.btn-inverse.focus,
.btn-inverse:focus,
.btn-inverse:hover {
  background-color: #fff;
  border-color: #f3f7f9
}

.btn-inverse.active,
.btn-inverse:active,
.open>.dropdown-toggle.btn-inverse {
  background-color: #fff;
  border-color: #ccd5db
}

.btn-inverse.active.focus,
.btn-inverse.active:focus,
.btn-inverse.active:hover,
.btn-inverse.focus:active,
.btn-inverse:active:focus,
.btn-inverse:active:hover,
.open>.dropdown-toggle.btn-inverse.focus,
.open>.dropdown-toggle.btn-inverse:focus,
.open>.dropdown-toggle.btn-inverse:hover {
  background-color: #fff;
  border-color: #ccd5db
}

.btn-inverse.disabled,
.btn-inverse.disabled.active,
.btn-inverse.disabled.focus,
.btn-inverse.disabled:active,
.btn-inverse.disabled:focus,
.btn-inverse.disabled:hover,
.btn-inverse[disabled],
.btn-inverse.active[disabled],
.btn-inverse.focus[disabled],
.btn-inverse[disabled]:active,
.btn-inverse[disabled]:focus,
.btn-inverse[disabled]:hover,
fieldset[disabled] .btn-inverse,
fieldset[disabled] .btn-inverse.active,
fieldset[disabled] .btn-inverse.focus,
fieldset[disabled] .btn-inverse:active,
fieldset[disabled] .btn-inverse:focus,
fieldset[disabled] .btn-inverse:hover {
  color: #ccd5db;
  background-color: #fff;
  border-color: #a3afb7
}

.btn-inverse.btn-up:before {
  border-bottom-color: #fff
}

.btn-inverse.btn-up:focus:before,
.btn-inverse.btn-up:hover:before {
  border-bottom-color: #fff
}

.btn-inverse.btn-up.active:before,
.btn-inverse.btn-up:active:before,
.open>.dropdown-toggle.btn-inverse.btn-up:before {
  border-bottom-color: #fff
}

.btn-inverse.btn-right:before {
  border-left-color: #fff
}

.btn-inverse.btn-right:focus:before,
.btn-inverse.btn-right:hover:before {
  border-left-color: #fff
}

.btn-inverse.btn-right.active:before,
.btn-inverse.btn-right:active:before,
.open>.dropdown-toggle.btn-inverse.btn-right:before {
  border-left-color: #fff
}

.btn-inverse.btn-bottom:before {
  border-top-color: #fff
}

.btn-inverse.btn-bottom:focus:before,
.btn-inverse.btn-bottom:hover:before {
  border-top-color: #fff
}

.btn-inverse.btn-bottom.active:before,
.btn-inverse.btn-bottom:active:before,
.open>.dropdown-toggle.btn-inverse.btn-bottom:before {
  border-top-color: #fff
}

.btn-inverse.btn-left:before {
  border-right-color: #fff
}

.btn-inverse.btn-left:focus:before,
.btn-inverse.btn-left:hover:before {
  border-right-color: #fff
}

.btn-inverse.btn-left.active:before,
.btn-inverse.btn-left:active:before,
.open>.dropdown-toggle.btn-inverse.btn-left:before {
  border-right-color: #fff
}

.btn-dark {
  color: #fff;
  background-color: #526069;
  border-color: #526069
}

.btn-dark.focus,
.btn-dark:focus {
  color: #fff;
  background-color: #3c464c;
  border-color: #1a1f21
}

.btn-dark:hover {
  color: #fff;
  background-color: #3c464c;
  border-color: #374147
}

.btn-dark.active,
.btn-dark:active,
.open>.dropdown-toggle.btn-dark {
  color: #fff;
  background-color: #3c464c;
  border-color: #374147
}

.btn-dark.active.focus,
.btn-dark.active:focus,
.btn-dark.active:hover,
.btn-dark.focus:active,
.btn-dark:active:focus,
.btn-dark:active:hover,
.open>.dropdown-toggle.btn-dark.focus,
.open>.dropdown-toggle.btn-dark:focus,
.open>.dropdown-toggle.btn-dark:hover {
  color: #fff;
  background-color: #2c3338;
  border-color: #1a1f21
}

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

.btn-dark.disabled.focus,
.btn-dark.disabled:focus,
.btn-dark.disabled:hover,
.btn-dark.focus[disabled],
.btn-dark[disabled]:focus,
.btn-dark[disabled]:hover,
fieldset[disabled] .btn-dark.focus,
fieldset[disabled] .btn-dark:focus,
fieldset[disabled] .btn-dark:hover {
  background-color: #526069;
  border-color: #526069
}

.btn-dark .badge {
  color: #526069;
  background-color: #fff
}

.btn-dark.focus,
.btn-dark:focus,
.btn-dark:hover {
  background-color: #76838f;
  border-color: #76838f
}

.btn-dark.active,
.btn-dark:active,
.open>.dropdown-toggle.btn-dark {
  background-color: #37474f;
  border-color: #37474f
}

.btn-dark.active.focus,
.btn-dark.active:focus,
.btn-dark.active:hover,
.btn-dark.focus:active,
.btn-dark:active:focus,
.btn-dark:active:hover,
.open>.dropdown-toggle.btn-dark.focus,
.open>.dropdown-toggle.btn-dark:focus,
.open>.dropdown-toggle.btn-dark:hover {
  background-color: #37474f;
  border-color: #37474f
}

.btn-dark.disabled,
.btn-dark.disabled.active,
.btn-dark.disabled.focus,
.btn-dark.disabled:active,
.btn-dark.disabled:focus,
.btn-dark.disabled:hover,
.btn-dark[disabled],
.btn-dark.active[disabled],
.btn-dark.focus[disabled],
.btn-dark[disabled]:active,
.btn-dark[disabled]:focus,
.btn-dark[disabled]:hover,
fieldset[disabled] .btn-dark,
fieldset[disabled] .btn-dark.active,
fieldset[disabled] .btn-dark.focus,
fieldset[disabled] .btn-dark:active,
fieldset[disabled] .btn-dark:focus,
fieldset[disabled] .btn-dark:hover {
  color: #fff;
  background-color: #a3afb7;
  border-color: #a3afb7
}

.btn-dark.btn-up:before {
  border-bottom-color: #526069
}

.btn-dark.btn-up:focus:before,
.btn-dark.btn-up:hover:before {
  border-bottom-color: #76838f
}

.btn-dark.btn-up.active:before,
.btn-dark.btn-up:active:before,
.open>.dropdown-toggle.btn-dark.btn-up:before {
  border-bottom-color: #37474f
}

.btn-dark.btn-right:before {
  border-left-color: #526069
}

.btn-dark.btn-right:focus:before,
.btn-dark.btn-right:hover:before {
  border-left-color: #76838f
}

.btn-dark.btn-right.active:before,
.btn-dark.btn-right:active:before,
.open>.dropdown-toggle.btn-dark.btn-right:before {
  border-left-color: #37474f
}

.btn-dark.btn-bottom:before {
  border-top-color: #526069
}

.btn-dark.btn-bottom:focus:before,
.btn-dark.btn-bottom:hover:before {
  border-top-color: #76838f
}

.btn-dark.btn-bottom.active:before,
.btn-dark.btn-bottom:active:before,
.open>.dropdown-toggle.btn-dark.btn-bottom:before {
  border-top-color: #37474f
}

.btn-dark.btn-left:before {
  border-right-color: #526069
}

.btn-dark.btn-left:focus:before,
.btn-dark.btn-left:hover:before {
  border-right-color: #76838f
}

.btn-dark.btn-left.active:before,
.btn-dark.btn-left:active:before,
.open>.dropdown-toggle.btn-dark.btn-left:before {
  border-right-color: #37474f
}

.btn-dark:focus,
.btn-dark:hover {
  color: #fff
}

.btn-dark.active,
.btn-dark:active,
.open>.dropdown-toggle.btn-dark {
  color: #fff
}

.btn-dark.btn-flat {
  color: #526069
}

.btn-flat {
  background: 0 0;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none
}

.btn-flat.disabled {
  color: #a3afb7
}

.btn-icon,
.btn.icon {
  padding: 10px;
  line-height: 1em
}

.btn-icon.btn-xs,
.btn.icon.btn-xs {
  padding: 4px;
  font-size: 12px
}

.btn-icon.btn-sm,
.btn.icon.btn-sm {
  padding: 8px;
  font-size: 14px
}

.btn-icon.btn-lg,
.btn.icon.btn-lg {
  padding: 12px;
  font-size: 20px
}

.btn-icon.disabled,
.btn.icon.disabled {
  color: #a3afb7
}

.btn-icon .icon {
  margin: -1px 0 0
}

.btn-raised {
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.18), 0 2px 4px rgba(0, 0, 0, 0.21);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.18), 0 2px 4px rgba(0, 0, 0, 0.21);
  -webkit-transition: -webkit-box-shadow 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: box-shadow 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  transition: box-shadow 0.25s cubic-bezier(0.4, 0, 0.2, 1)
}

.btn-raised.active,
.btn-raised:active,
.btn-raised:hover,
.open>.dropdown-toggle.btn-raised {
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15), 0 3px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15), 0 3px 6px rgba(0, 0, 0, 0.2)
}

.btn-raised.disabled,
.btn-raised[disabled],
fieldset[disabled] .btn-raised {
  -webkit-box-shadow: none;
  box-shadow: none
}

.btn-floating {
  width: 56px;
  height: 56px;
  padding: 0;
  margin: 0;
  font-size: 24px;
  text-align: center;
  border-radius: 100%;
  -webkit-box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15)
}

.btn-floating.btn-xs {
  width: 30px;
  height: 30px;
  padding: 0;
  font-size: 13px
}

.btn-floating.btn-sm {
  width: 40px;
  height: 40px;
  padding: 0;
  font-size: 15px
}

.btn-floating.btn-lg {
  width: 70px;
  height: 70px;
  padding: 0;
  font-size: 30px
}

.btn-floating i {
  position: relative;
  top: 0
}

.btn-animate {
  position: relative;
  overflow: hidden
}

.btn-animate span {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0)
}

.btn-animate-side {
  padding: 8px 28px
}

.btn-animate-side span {
  -webkit-transition: -webkit-transform .2s ease-out 0s;
  -o-transition: -o-transform .2s ease-out 0s;
  transition: transform .2s ease-out 0s
}

.btn-animate-side span>.icon {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  opacity: 0;
  -webkit-transition: opacity .2s ease-out 0s;
  -o-transition: opacity .2s ease-out 0s;
  transition: opacity .2s ease-out 0s;
  -webkit-transform: translate(-20px, -50%);
  -ms-transform: translate(-20px, -50%);
  -o-transform: translate(-20px, -50%);
  transform: translate(-20px, -50%)
}

.btn-animate-side:hover span {
  -webkit-transform: translate(10px, 0);
  -ms-transform: translate(10px, 0);
  -o-transform: translate(10px, 0);
  transform: translate(10px, 0)
}

.btn-animate-side:hover span>.icon {
  opacity: 1
}

.btn-animate-side.btn-xs {
  padding: 3px 14px
}

.btn-animate-side.btn-xs span>.icon {
  left: 5px
}

.btn-animate-side.btn-xs:hover span {
  -webkit-transform: translate(8px, 0);
  -ms-transform: translate(8px, 0);
  -o-transform: translate(8px, 0);
  transform: translate(8px, 0)
}

.btn-animate-side.btn-sm {
  padding: 6px 22px
}

.btn-animate-side.btn-sm span>.icon {
  left: 3px
}

.btn-animate-side.btn-sm:hover span {
  -webkit-transform: translate(8px, 0);
  -ms-transform: translate(8px, 0);
  -o-transform: translate(8px, 0);
  transform: translate(8px, 0)
}

.btn-animate-side.btn-lg {
  padding: 10px 33px
}

.btn-animate-side.btn-lg span>.icon {
  left: -6px
}

.btn-animate-side.btn-lg:hover span {
  -webkit-transform: translate(14px, 0);
  -ms-transform: translate(14px, 0);
  -o-transform: translate(14px, 0);
  transform: translate(14px, 0)
}

.btn-animate-vertical span {
  -webkit-transition: all .2s ease-out 0s;
  -o-transition: all .2s ease-out 0s;
  transition: all .2s ease-out 0s
}

.btn-animate-vertical span>.icon {
  position: absolute;
  top: -2px;
  left: 50%;
  display: block;
  font-size: 24px;
  -webkit-transform: translate(-50%, -100%);
  -ms-transform: translate(-50%, -100%);
  -o-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%)
}

.btn-animate-vertical:hover span {
  -webkit-transform: translate(0, 150%);
  -ms-transform: translate(0, 150%);
  -o-transform: translate(0, 150%);
  transform: translate(0, 150%)
}

.btn-animate-vertical.btn-xs span>.icon {
  top: -5px;
  font-size: 18px
}

.btn-animate-vertical.btn-sm span>.icon {
  top: -3px;
  font-size: 21px
}

.btn-animate-vertical.btn-lg span>.icon {
  font-size: 37px
}

.btn-labeled {
  padding: 0;
  padding-right: 8px
}

.btn-labeled .btn-label {
  padding: 6px 8px;
  margin-right: 5px
}

.btn-labeled.btn-xs {
  padding-right: 5px
}

.btn-labeled.btn-xs .btn-label {
  padding: 1px 4px;
  margin-right: 2px
}

.btn-labeled.btn-sm {
  padding-right: 13px
}

.btn-labeled.btn-sm .btn-label {
  padding: 6px 6px;
  margin-right: 10px
}

.btn-labeled.btn-lg {
  padding-right: 14px
}

.btn-labeled.btn-lg .btn-label {
  padding: 10px 14px;
  margin-right: 11px
}

.btn-labeled.btn-block {
  text-align: left
}

.btn-label {
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.15);
  border-radius: 3px 0 0 3px
}

.btn-pill-left {
  border-radius: 500px 0 0 500px
}

.btn-pill-right {
  border-radius: 0 500px 500px 0
}

.btn-direction {
  position: relative
}

.btn-direction:before {
  position: absolute;
  line-height: 0;
  content: '';
  border: 8px solid transparent
}

.btn-up:before {
  top: -16px;
  left: 50%;
  margin-left: -8px;
  border-bottom-color: #e4eaec
}

.btn-right:before {
  top: 50%;
  right: -16px;
  margin-top: -8px;
  border-left-color: #e4eaec
}

.btn-bottom:before {
  bottom: -16px;
  left: 50%;
  margin-left: -8px;
  border-top-color: #e4eaec
}

.btn-left:before {
  top: 50%;
  left: -16px;
  margin-top: -8px;
  border-right-color: #e4eaec
}

.btn-pure,
.btn-pure.active,
.btn-pure:active,
.btn-pure:focus,
.btn-pure:hover,
.btn-pure[disabled],
.open>.dropdown-toggle.btn-pure,
fieldset[disabled] .btn-pure {
  background-color: transparent;
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none
}

.btn-pure.active.focus,
.btn-pure.active:focus,
.btn-pure.active:hover,
.btn-pure.focus,
.btn-pure.focus:active,
.btn-pure:active:focus,
.btn-pure:active:hover,
.btn-pure:focus,
.btn-pure.focus:focus,
.btn-pure:focus:focus,
.btn-pure:focus:hover,
.btn-pure:hover,
.btn-pure.focus:hover,
.btn-pure:hover:focus,
.btn-pure:hover:hover,
.btn-pure.focus[disabled],
.btn-pure[disabled]:focus,
.btn-pure[disabled]:hover,
.open>.dropdown-toggle.btn-pure.focus,
.open>.dropdown-toggle.btn-pure:focus,
.open>.dropdown-toggle.btn-pure:hover,
fieldset[disabled] .btn-pure.focus,
fieldset[disabled] .btn-pure:focus,
fieldset[disabled] .btn-pure:hover {
  background-color: transparent;
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none
}

.btn-pure.btn-default {
  color: #a3afb7
}

.btn-pure.btn-default.active,
.btn-pure.btn-default:active,
.btn-pure.btn-default:focus,
.btn-pure.btn-default:hover,
.open>.dropdown-toggle.btn-pure.btn-default {
  color: #526069
}

.btn-pure.btn-default.active.focus,
.btn-pure.btn-default.active:focus,
.btn-pure.btn-default.active:hover,
.btn-pure.btn-default.focus:active,
.btn-pure.btn-default:active:focus,
.btn-pure.btn-default:active:hover,
.btn-pure.btn-default.focus:focus,
.btn-pure.btn-default:focus:focus,
.btn-pure.btn-default:focus:hover,
.btn-pure.btn-default.focus:hover,
.btn-pure.btn-default:hover:focus,
.btn-pure.btn-default:hover:hover,
.open>.dropdown-toggle.btn-pure.btn-default.focus,
.open>.dropdown-toggle.btn-pure.btn-default:focus,
.open>.dropdown-toggle.btn-pure.btn-default:hover {
  color: #526069
}

.btn-pure.btn-default.active .badge,
.btn-pure.btn-default:active .badge,
.btn-pure.btn-default:focus .badge,
.btn-pure.btn-default:hover .badge,
.open>.dropdown-toggle.btn-pure.btn-default .badge {
  color: #526069
}

.btn-pure.btn-primary {
  color: #62a8ea
}

.btn-pure.btn-primary.active,
.btn-pure.btn-primary:active,
.btn-pure.btn-primary:focus,
.btn-pure.btn-primary:hover,
.open>.dropdown-toggle.btn-pure.btn-primary {
  color: #3583ca
}

.btn-pure.btn-primary.active.focus,
.btn-pure.btn-primary.active:focus,
.btn-pure.btn-primary.active:hover,
.btn-pure.btn-primary.focus:active,
.btn-pure.btn-primary:active:focus,
.btn-pure.btn-primary:active:hover,
.btn-pure.btn-primary.focus:focus,
.btn-pure.btn-primary:focus:focus,
.btn-pure.btn-primary:focus:hover,
.btn-pure.btn-primary.focus:hover,
.btn-pure.btn-primary:hover:focus,
.btn-pure.btn-primary:hover:hover,
.open>.dropdown-toggle.btn-pure.btn-primary.focus,
.open>.dropdown-toggle.btn-pure.btn-primary:focus,
.open>.dropdown-toggle.btn-pure.btn-primary:hover {
  color: #3583ca
}

.btn-pure.btn-primary.active .badge,
.btn-pure.btn-primary:active .badge,
.btn-pure.btn-primary:focus .badge,
.btn-pure.btn-primary:hover .badge,
.open>.dropdown-toggle.btn-pure.btn-primary .badge {
  color: #3583ca
}

.btn-pure.btn-success {
  color: #46be8a
}

.btn-pure.btn-success.active,
.btn-pure.btn-success:active,
.btn-pure.btn-success:focus,
.btn-pure.btn-success:hover,
.open>.dropdown-toggle.btn-pure.btn-success {
  color: #279566
}

.btn-pure.btn-success.active.focus,
.btn-pure.btn-success.active:focus,
.btn-pure.btn-success.active:hover,
.btn-pure.btn-success.focus:active,
.btn-pure.btn-success:active:focus,
.btn-pure.btn-success:active:hover,
.btn-pure.btn-success.focus:focus,
.btn-pure.btn-success:focus:focus,
.btn-pure.btn-success:focus:hover,
.btn-pure.btn-success.focus:hover,
.btn-pure.btn-success:hover:focus,
.btn-pure.btn-success:hover:hover,
.open>.dropdown-toggle.btn-pure.btn-success.focus,
.open>.dropdown-toggle.btn-pure.btn-success:focus,
.open>.dropdown-toggle.btn-pure.btn-success:hover {
  color: #279566
}

.btn-pure.btn-success.active .badge,
.btn-pure.btn-success:active .badge,
.btn-pure.btn-success:focus .badge,
.btn-pure.btn-success:hover .badge,
.open>.dropdown-toggle.btn-pure.btn-success .badge {
  color: #279566
}

.btn-pure.btn-info {
  color: #57c7d4
}

.btn-pure.btn-info.active,
.btn-pure.btn-info:active,
.btn-pure.btn-info:focus,
.btn-pure.btn-info:hover,
.open>.dropdown-toggle.btn-pure.btn-info {
  color: #37a9b7
}

.btn-pure.btn-info.active.focus,
.btn-pure.btn-info.active:focus,
.btn-pure.btn-info.active:hover,
.btn-pure.btn-info.focus:active,
.btn-pure.btn-info:active:focus,
.btn-pure.btn-info:active:hover,
.btn-pure.btn-info.focus:focus,
.btn-pure.btn-info:focus:focus,
.btn-pure.btn-info:focus:hover,
.btn-pure.btn-info.focus:hover,
.btn-pure.btn-info:hover:focus,
.btn-pure.btn-info:hover:hover,
.open>.dropdown-toggle.btn-pure.btn-info.focus,
.open>.dropdown-toggle.btn-pure.btn-info:focus,
.open>.dropdown-toggle.btn-pure.btn-info:hover {
  color: #37a9b7
}

.btn-pure.btn-info.active .badge,
.btn-pure.btn-info:active .badge,
.btn-pure.btn-info:focus .badge,
.btn-pure.btn-info:hover .badge,
.open>.dropdown-toggle.btn-pure.btn-info .badge {
  color: #37a9b7
}

.btn-pure.btn-warning {
  color: #f2a654
}

.btn-pure.btn-warning.active,
.btn-pure.btn-warning:active,
.btn-pure.btn-warning:focus,
.btn-pure.btn-warning:hover,
.open>.dropdown-toggle.btn-pure.btn-warning {
  color: #e98f2e
}

.btn-pure.btn-warning.active.focus,
.btn-pure.btn-warning.active:focus,
.btn-pure.btn-warning.active:hover,
.btn-pure.btn-warning.focus:active,
.btn-pure.btn-warning:active:focus,
.btn-pure.btn-warning:active:hover,
.btn-pure.btn-warning.focus:focus,
.btn-pure.btn-warning:focus:focus,
.btn-pure.btn-warning:focus:hover,
.btn-pure.btn-warning.focus:hover,
.btn-pure.btn-warning:hover:focus,
.btn-pure.btn-warning:hover:hover,
.open>.dropdown-toggle.btn-pure.btn-warning.focus,
.open>.dropdown-toggle.btn-pure.btn-warning:focus,
.open>.dropdown-toggle.btn-pure.btn-warning:hover {
  color: #e98f2e
}

.btn-pure.btn-warning.active .badge,
.btn-pure.btn-warning:active .badge,
.btn-pure.btn-warning:focus .badge,
.btn-pure.btn-warning:hover .badge,
.open>.dropdown-toggle.btn-pure.btn-warning .badge {
  color: #e98f2e
}

.btn-pure.btn-danger {
  color: #f96868
}

.btn-pure.btn-danger.active,
.btn-pure.btn-danger:active,
.btn-pure.btn-danger:focus,
.btn-pure.btn-danger:hover,
.open>.dropdown-toggle.btn-pure.btn-danger {
  color: #d6494b
}

.btn-pure.btn-danger.active.focus,
.btn-pure.btn-danger.active:focus,
.btn-pure.btn-danger.active:hover,
.btn-pure.btn-danger.focus:active,
.btn-pure.btn-danger:active:focus,
.btn-pure.btn-danger:active:hover,
.btn-pure.btn-danger.focus:focus,
.btn-pure.btn-danger:focus:focus,
.btn-pure.btn-danger:focus:hover,
.btn-pure.btn-danger.focus:hover,
.btn-pure.btn-danger:hover:focus,
.btn-pure.btn-danger:hover:hover,
.open>.dropdown-toggle.btn-pure.btn-danger.focus,
.open>.dropdown-toggle.btn-pure.btn-danger:focus,
.open>.dropdown-toggle.btn-pure.btn-danger:hover {
  color: #d6494b
}

.btn-pure.btn-danger.active .badge,
.btn-pure.btn-danger:active .badge,
.btn-pure.btn-danger:focus .badge,
.btn-pure.btn-danger:hover .badge,
.open>.dropdown-toggle.btn-pure.btn-danger .badge {
  color: #d6494b
}

.btn-pure.btn-dark {
  color: #526069
}

.btn-pure.btn-dark.active,
.btn-pure.btn-dark:active,
.btn-pure.btn-dark:focus,
.btn-pure.btn-dark:hover,
.open>.dropdown-toggle.btn-pure.btn-dark {
  color: #37474f
}

.btn-pure.btn-dark.active.focus,
.btn-pure.btn-dark.active:focus,
.btn-pure.btn-dark.active:hover,
.btn-pure.btn-dark.focus:active,
.btn-pure.btn-dark:active:focus,
.btn-pure.btn-dark:active:hover,
.btn-pure.btn-dark.focus:focus,
.btn-pure.btn-dark:focus:focus,
.btn-pure.btn-dark:focus:hover,
.btn-pure.btn-dark.focus:hover,
.btn-pure.btn-dark:hover:focus,
.btn-pure.btn-dark:hover:hover,
.open>.dropdown-toggle.btn-pure.btn-dark.focus,
.open>.dropdown-toggle.btn-pure.btn-dark:focus,
.open>.dropdown-toggle.btn-pure.btn-dark:hover {
  color: #37474f
}

.btn-pure.btn-dark.active .badge,
.btn-pure.btn-dark:active .badge,
.btn-pure.btn-dark:focus .badge,
.btn-pure.btn-dark:hover .badge,
.open>.dropdown-toggle.btn-pure.btn-dark .badge {
  color: #37474f
}

.btn-pure.btn-inverse {
  color: #fff
}

.btn-pure.btn-inverse.active,
.btn-pure.btn-inverse:active,
.btn-pure.btn-inverse:focus,
.btn-pure.btn-inverse:hover,
.open>.dropdown-toggle.btn-pure.btn-inverse {
  color: #fff
}

.btn-pure.btn-inverse.active.focus,
.btn-pure.btn-inverse.active:focus,
.btn-pure.btn-inverse.active:hover,
.btn-pure.btn-inverse.focus:active,
.btn-pure.btn-inverse:active:focus,
.btn-pure.btn-inverse:active:hover,
.btn-pure.btn-inverse.focus:focus,
.btn-pure.btn-inverse:focus:focus,
.btn-pure.btn-inverse:focus:hover,
.btn-pure.btn-inverse.focus:hover,
.btn-pure.btn-inverse:hover:focus,
.btn-pure.btn-inverse:hover:hover,
.open>.dropdown-toggle.btn-pure.btn-inverse.focus,
.open>.dropdown-toggle.btn-pure.btn-inverse:focus,
.open>.dropdown-toggle.btn-pure.btn-inverse:hover {
  color: #fff
}

.btn-pure.btn-inverse.active .badge,
.btn-pure.btn-inverse:active .badge,
.btn-pure.btn-inverse:focus .badge,
.btn-pure.btn-inverse:hover .badge,
.open>.dropdown-toggle.btn-pure.btn-inverse .badge {
  color: #fff
}

.caret {
  border-top: 4px solid;
  -webkit-transition: .25s;
  -o-transition: .25s;
  transition: .25s;
  -webkit-transform: scale(1.001);
  -ms-transform: scale(1.001);
  -o-transform: scale(1.001);
  transform: scale(1.001)
}

.btn-group .btn+.dropdown-toggle .caret {
  margin-left: 0
}

.dropdown-toggle.btn .caret {
  margin-left: .3em
}

.dropdown-toggle.btn.btn-xs .caret {
  margin-left: 0
}

.btn-group>.btn+.dropdown-toggle {
  padding-right: .8em;
  padding-left: .8em
}

.dropdown-menu {
  margin-top: 5px;
  -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05);
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05);
  -webkit-transition: .25s;
  -o-transition: .25s;
  transition: .25s
}

.dropdown-menu .divider {
  margin: 6px 0
}

.dropdown-menu>li {
  padding: 0 5px;
  margin: 2px 0
}

.dropdown-menu>li>a {
  padding: 8px 15px;
  border-radius: 3px;
  -webkit-transition: background-color .25s;
  -o-transition: background-color .25s;
  transition: background-color .25s
}

.dropdown-menu li .icon:first-child,
.dropdown-menu li>a .icon:first-child {
  width: 1em;
  margin-right: .5em;
  text-align: center
}

.dropdown-menu.bullet {
  margin-top: 12px
}

.dropdown-menu.bullet:after,
.dropdown-menu.bullet:before {
  position: absolute;
  left: 10px;
  display: inline-block;
  width: 0;
  height: 0;
  content: '';
  border: 7px solid transparent;
  border-top-width: 0
}

.dropdown-menu.bullet:before {
  top: -7px;
  border-bottom-color: #e4eaec
}

.dropdown-menu.bullet:after {
  top: -6px;
  border-bottom-color: #fff
}

.dropdown-menu-right.bullet:after,
.dropdown-menu-right.bullet:before {
  right: 10px;
  left: auto
}

.dropdown-menu.animate {
  overflow: hidden
}

.dropdown-menu.animate>li {
  -webkit-animation-name: slide-left;
  -o-animation-name: slide-left;
  animation-name: slide-left;
  -webkit-animation-duration: .5s;
  -o-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both
}

.dropdown-menu.animate>li:nth-child(1) {
  -webkit-animation-delay: .02s;
  -o-animation-delay: .02s;
  animation-delay: .02s
}

.dropdown-menu.animate>li:nth-child(2) {
  -webkit-animation-delay: .04s;
  -o-animation-delay: .04s;
  animation-delay: .04s
}

.dropdown-menu.animate>li:nth-child(3) {
  -webkit-animation-delay: .06s;
  -o-animation-delay: .06s;
  animation-delay: .06s
}

.dropdown-menu.animate>li:nth-child(4) {
  -webkit-animation-delay: .08s;
  -o-animation-delay: .08s;
  animation-delay: .08s
}

.dropdown-menu.animate>li:nth-child(5) {
  -webkit-animation-delay: .1s;
  -o-animation-delay: .1s;
  animation-delay: .1s
}

.dropdown-menu.animate>li:nth-child(6) {
  -webkit-animation-delay: .12s;
  -o-animation-delay: .12s;
  animation-delay: .12s
}

.dropdown-menu.animate>li:nth-child(7) {
  -webkit-animation-delay: .14s;
  -o-animation-delay: .14s;
  animation-delay: .14s
}

.dropdown-menu.animate>li:nth-child(8) {
  -webkit-animation-delay: .16s;
  -o-animation-delay: .16s;
  animation-delay: .16s
}

.dropdown-menu.animate>li:nth-child(9) {
  -webkit-animation-delay: .18s;
  -o-animation-delay: .18s;
  animation-delay: .18s
}

.dropdown-menu.animate>li:nth-child(10) {
  -webkit-animation-delay: .2s;
  -o-animation-delay: .2s;
  animation-delay: .2s
}

.dropdown-menu.animate>li.divider {
  -webkit-animation-name: none;
  -o-animation-name: none;
  animation-name: none
}

.dropdown-menu.animate.animate-reverse>li:nth-last-child(1) {
  -webkit-animation-delay: .02s;
  -o-animation-delay: .02s;
  animation-delay: .02s
}

.dropdown-menu.animate.animate-reverse>li:nth-last-child(2) {
  -webkit-animation-delay: .04s;
  -o-animation-delay: .04s;
  animation-delay: .04s
}

.dropdown-menu.animate.animate-reverse>li:nth-last-child(3) {
  -webkit-animation-delay: .06s;
  -o-animation-delay: .06s;
  animation-delay: .06s
}

.dropdown-menu.animate.animate-reverse>li:nth-last-child(4) {
  -webkit-animation-delay: .08s;
  -o-animation-delay: .08s;
  animation-delay: .08s
}

.dropdown-menu.animate.animate-reverse>li:nth-last-child(5) {
  -webkit-animation-delay: .1s;
  -o-animation-delay: .1s;
  animation-delay: .1s
}

.dropdown-menu.animate.animate-reverse>li:nth-last-child(6) {
  -webkit-animation-delay: .12s;
  -o-animation-delay: .12s;
  animation-delay: .12s
}

.dropdown-menu.animate.animate-reverse>li:nth-last-child(7) {
  -webkit-animation-delay: .14s;
  -o-animation-delay: .14s;
  animation-delay: .14s
}

.dropdown-menu.animate.animate-reverse>li:nth-last-child(8) {
  -webkit-animation-delay: .16s;
  -o-animation-delay: .16s;
  animation-delay: .16s
}

.dropdown-menu.animate.animate-reverse>li:nth-last-child(9) {
  -webkit-animation-delay: .18s;
  -o-animation-delay: .18s;
  animation-delay: .18s
}

.dropdown-menu.animate.animate-reverse>li:nth-last-child(10) {
  -webkit-animation-delay: .2s;
  -o-animation-delay: .2s;
  animation-delay: .2s
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  margin-bottom: 6px;
  -webkit-box-shadow: 0 -3px 12px rgba(0, 0, 0, 0.05);
  box-shadow: 0 -3px 12px rgba(0, 0, 0, 0.05)
}

.dropup .dropdown-menu.bullet,
.navbar-fixed-bottom .dropdown .dropdown-menu.bullet {
  margin-bottom: 12px
}

.dropup .dropdown-menu.bullet:after,
.dropup .dropdown-menu.bullet:before,
.navbar-fixed-bottom .dropdown .dropdown-menu.bullet:after,
.navbar-fixed-bottom .dropdown .dropdown-menu.bullet:before {
  top: auto;
  border-top-width: 7px;
  border-bottom-width: 0
}

.dropup .dropdown-menu.bullet:before,
.navbar-fixed-bottom .dropdown .dropdown-menu.bullet:before {
  bottom: -7px;
  border-top-color: #e4eaec
}

.dropup .dropdown-menu.bullet:after,
.navbar-fixed-bottom .dropdown .dropdown-menu.bullet:after {
  bottom: -6px;
  border-top-color: #fff
}

.dropdown-menu>.dropdown-header {
  padding: 8px 20px 6px;
  font-size: 14px;
  font-weight: 500;
  cursor: default
}

.dropdown-menu>.dropdown-submenu {
  position: relative
}

.dropdown-menu>.dropdown-submenu>a {
  position: relative
}

.dropdown-menu>.dropdown-submenu>a:after {
  position: absolute;
  right: 10px;
  display: inline-block;
  width: 0;
  height: 0;
  margin-top: 6px;
  vertical-align: middle;
  content: '';
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px dashed
}

.dropdown-menu>.dropdown-submenu .dropdown-menu {
  left: 100%;
  margin: 0
}

.dropdown-menu>.dropdown-submenu.dropdown-menu-left .dropdown-menu {
  left: -100%
}

.dropdown-menu>.dropdown-submenu:hover .dropdown-menu {
  display: block
}

.dropdown .dropdown-submenu .dropdown-menu {
  top: 0
}

.dropup .dropdown-submenu .dropdown-menu {
  bottom: 0
}

.dropdown-menu-media {
  width: 360px;
  padding-top: 0;
  padding-bottom: 0
}

.dropdown-menu-media>li {
  padding: 0;
  margin: 0
}

.dropdown-menu-media .dropdown-menu-header {
  position: relative;
  padding: 20px 20px;
  background-color: #fff;
  border-bottom: 1px solid #e4eaec
}

.dropdown-menu-media .dropdown-menu-header>h3,
.dropdown-menu-media .dropdown-menu-header>h4,
.dropdown-menu-media .dropdown-menu-header>h5 {
  margin: 0
}

.dropdown-menu-media .dropdown-menu-header .badge,
.dropdown-menu-media .dropdown-menu-header .label {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%)
}

.dropdown-menu-media .list-group {
  max-height: 270px;
  margin: 0;
  font-size: 12px;
  border-radius: 0
}

.dropdown-menu-media .list-group-item {
  padding: 0 20px;
  border: none;
  border-radius: 0 !important
}

.dropdown-menu-media .list-group-item .media {
  padding: 15px 0;
  border-top: 1px solid #e4eaec
}

.dropdown-menu-media .list-group-item:first-child .media {
  border-top: none
}

.dropdown-menu-media>.dropdown-menu-footer {
  background-color: #f3f7f9;
  border-top: 1px solid #e4eaec
}

.dropdown-menu-media>.dropdown-menu-footer>a {
  padding: 15px 20px !important;
  color: #a3afb7 !important
}

.dropdown-menu-media>.dropdown-menu-footer>a:hover {
  color: #89bceb !important;
  background-color: transparent !important
}

.dropdown-menu-media>.dropdown-menu-footer>.dropdown-menu-footer-btn {
  position: absolute;
  right: 0
}

.dropdown-menu-media>.dropdown-menu-footer>.dropdown-menu-footer-btn:hover {
  color: #89bceb !important;
  background-color: transparent !important
}

.dropdown-menu-primary>.active>a,
.dropdown-menu-primary>.active>a:focus,
.dropdown-menu-primary>.active>a:hover {
  color: #fff;
  background-color: #62a8ea
}

.dropdown-menu-success>.active>a,
.dropdown-menu-success>.active>a:focus,
.dropdown-menu-success>.active>a:hover {
  color: #fff;
  background-color: #46be8a
}

.dropdown-menu-info>.active>a,
.dropdown-menu-info>.active>a:focus,
.dropdown-menu-info>.active>a:hover {
  color: #fff;
  background-color: #57c7d4
}

.dropdown-menu-warning>.active>a,
.dropdown-menu-warning>.active>a:focus,
.dropdown-menu-warning>.active>a:hover {
  color: #fff;
  background-color: #f2a654
}

.dropdown-menu-danger>.active>a,
.dropdown-menu-danger>.active>a:focus,
.dropdown-menu-danger>.active>a:hover {
  color: #fff;
  background-color: #f96868
}

.dropdown-menu-dark>.active>a,
.dropdown-menu-dark>.active>a:focus,
.dropdown-menu-dark>.active>a:hover {
  color: #fff;
  background-color: #526069
}

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05)
}

.btn-group:focus .dropdown-toggle {
  -webkit-transition: .25s;
  -o-transition: .25s;
  transition: .25s
}

.input-group-addon {
  -webkit-transition: border .25s linear, color .25s linear, background-color .25s linear;
  -o-transition: border .25s linear, color .25s linear, background-color .25s linear;
  transition: border .25s linear, color .25s linear, background-color .25s linear
}

.input-group-btn .btn {
  padding: 6px 10px
}

.input-group-btn .btn>.icon {
  vertical-align: bottom
}

.input-group-btn .dropdown-toggle.btn .caret {
  margin-left: 2px
}

.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group {
  z-index: 1
}

.nav>li>a {
  overflow: hidden
}

.nav>li>a:focus {
  outline: 0
}

.nav>li>a .close {
  display: inline-block;
  margin-left: 10px
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
  border-color: transparent
}

.nav-quick {
  padding: 0;
  margin-right: 0;
  margin-bottom: 22px;
  margin-left: 0;
  background-color: #fff;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05)
}

.nav-quick li {
  position: relative;
  display: block;
  padding: 0;
  text-align: center;
  list-style: none
}

.nav-quick a {
  display: block;
  padding: 16px 0;
  color: #76838f
}

.nav-quick a .icon {
  display: block;
  margin-bottom: .2em;
  font-size: 32px
}

.nav-quick a:hover {
  text-decoration: none;
  background-color: #f3f7f9
}

.nav-quick .badge,
.nav-quick .label {
  position: absolute;
  top: 0;
  right: 0
}

.nav-quick-sm a {
  padding: 12px 0
}

.nav-quick-sm a .icon {
  font-size: 24px
}

.nav-quick-lg a {
  padding: 22px 0
}

.nav-quick-lg a .icon {
  font-size: 40px
}

.nav-quick-bordered {
  border-top: 1px solid #e4eaec;
  border-left: 1px solid #e4eaec
}

.nav-quick-bordered li {
  border-right: 1px solid #e4eaec;
  border-bottom: 1px solid #e4eaec
}

.nav-pills>li>a {
  -webkit-transition: border .2s linear, color .2s linear, background-color .2s linear;
  -o-transition: border .2s linear, color .2s linear, background-color .2s linear;
  transition: border .2s linear, color .2s linear, background-color .2s linear
}

.nav-pills-rounded>li>a {
  padding-right: 20px;
  padding-left: 20px;
  margin-right: 5px;
  margin-left: 5px;
  border-radius: 1000px
}

.nav-tabs>li>a {
  padding: 10px 20px;
  color: #76838f;
  -webkit-transition: .25s;
  -o-transition: .25s;
  transition: .25s
}

.nav-tabs>li>a>.icon {
  margin-right: .5em;
  line-height: 1
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
  color: #fff;
  background-color: #62a8ea;
  border-color: transparent;
  border-bottom-color: #62a8ea
}

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

.nav-tabs.nav-justified>li.active>a,
.nav-tabs.nav-justified>li.active>a:focus,
.nav-tabs.nav-justified>li.active>a:hover {
  border-color: transparent;
  border-bottom-color: #62a8ea
}

.nav-tabs.nav-tabs-bottom {
  border-top: 1px solid #e4eaec;
  border-bottom: none
}

.nav-tabs.nav-tabs-bottom>li {
  margin-top: -1px;
  margin-bottom: 0
}

.nav-tabs.nav-tabs-bottom>li>a {
  border-radius: 0 0 4px 4px
}

.nav-tabs.nav-tabs-bottom>li>a:focus,
.nav-tabs.nav-tabs-bottom>li>a:hover {
  border-top-color: #e4eaec;
  border-bottom-color: transparent
}

.nav-tabs.nav-tabs-bottom.nav-justified {
  border-top: none
}

.nav-tabs.nav-tabs-bottom.nav-justified>li>a {
  border-top-color: #e4eaec;
  border-bottom-color: transparent
}

.nav-tabs.nav-tabs-bottom.nav-justified>li.active>a,
.nav-tabs.nav-tabs-bottom.nav-justified>li.active>a:focus,
.nav-tabs.nav-tabs-bottom.nav-justified>li.active>a:hover {
  border-top: 1px solid #62a8ea
}

.nav-tabs-reverse>li {
  float: right
}

.nav-tabs-reverse>li>a {
  margin-right: 0;
  margin-left: 2px
}

.nav-tabs-solid {
  border-bottom-color: #f3f7f9
}

.nav-tabs-solid>li>a:hover {
  border-color: transparent
}

.nav-tabs-solid>li.active>a,
.nav-tabs-solid>li.active>a:focus,
.nav-tabs-solid>li.active>a:hover {
  color: #76838f;
  background-color: #f3f7f9;
  border-color: transparent
}

.nav-tabs-solid~.tab-content {
  padding: 20px;
  background-color: #f3f7f9
}

.nav-tabs-solid.nav-justified>li>a {
  border: none
}

.nav-tabs-solid.nav-justified>li.active>a,
.nav-tabs-solid.nav-justified>li.active>a:focus,
.nav-tabs-solid.nav-justified>li.active>a:hover {
  border: none
}

.nav-tabs-solid.nav-tabs-bottom>li.active>a,
.nav-tabs-solid.nav-tabs-bottom>li.active>a:focus,
.nav-tabs-solid.nav-tabs-bottom>li.active>a:hover {
  border: none
}

.nav-tabs-line>li>a {
  padding: 10px 20px;
  border-bottom: 2px solid transparent
}

.nav-tabs-line>li>a:focus,
.nav-tabs-line>li>a:hover {
  background-color: transparent
}

.nav-tabs-line>li>a:hover {
  border-bottom-color: #ccd5db
}

.nav-tabs-line>li.active>a,
.nav-tabs-line>li.active>a:focus,
.nav-tabs-line>li.active>a:hover {
  color: #62a8ea;
  background-color: transparent;
  border-bottom: 2px solid #62a8ea
}

.nav-tabs-line .open>a,
.nav-tabs-line .open>a:focus,
.nav-tabs-line .open>a:hover {
  border-color: transparent;
  border-bottom-color: #ccd5db
}

.nav-tabs-line.nav-tabs-bottom>li>a {
  border-top: 2px solid transparent;
  border-bottom: none
}

.nav-tabs-line.nav-tabs-bottom>li>a:hover {
  border-top-color: #ccd5db;
  border-bottom-color: transparent
}

.nav-tabs-line.nav-tabs-bottom>li.active>a,
.nav-tabs-line.nav-tabs-bottom>li.active>a:focus,
.nav-tabs-line.nav-tabs-bottom>li.active>a:hover {
  border-top: 2px solid #62a8ea;
  border-bottom: none
}

.nav-tabs-line.nav-justified>li>a {
  border-bottom: 2px solid #e4eaec
}

.nav-tabs-line.nav-justified>li>a:hover {
  border-bottom-color: #ccd5db
}

.nav-tabs-line.nav-justified>li.active>a,
.nav-tabs-line.nav-justified>li.active>a:focus,
.nav-tabs-line.nav-justified>li.active>a:hover {
  border-color: transparent;
  border-bottom: 2px solid #62a8ea
}

.nav-tabs-line.nav-justified.nav-tabs-bottom {
  border-top: none
}

.nav-tabs-line.nav-justified.nav-tabs-bottom>li>a {
  border-top: 2px solid #e4eaec;
  border-bottom: none
}

.nav-tabs-line.nav-justified.nav-tabs-bottom>li>a:hover {
  border-top-color: #ccd5db
}

.nav-tabs-line.nav-justified.nav-tabs-bottom>li.active>a,
.nav-tabs-line.nav-justified.nav-tabs-bottom>li.active>a:focus,
.nav-tabs-line.nav-justified.nav-tabs-bottom>li.active>a:hover {
  border-top-color: #62a8ea;
  border-bottom: none
}

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

.nav-tabs-vertical:after {
  clear: both
}

.nav-tabs-vertical .nav-tabs {
  float: left;
  border-right: 1px solid #e4eaec;
  border-bottom: none
}

.nav-tabs-vertical .nav-tabs>li {
  float: none;
  margin-right: -1px;
  margin-bottom: 0
}

.nav-tabs-vertical .nav-tabs>li>a {
  padding: 10px 20px;
  margin-right: 0;
  margin-bottom: 2px;
  border-radius: 4px 0 0 4px
}

.nav-tabs-vertical .nav-tabs>li>a:hover {
  border-right-color: #e4eaec;
  border-bottom-color: transparent
}

.nav-tabs-vertical .nav-tabs>li.active>a,
.nav-tabs-vertical .nav-tabs>li.active>a:focus,
.nav-tabs-vertical .nav-tabs>li.active>a:hover {
  border-right-color: #62a8ea
}

.nav-tabs-vertical .nav-tabs-reverse {
  float: right;
  border-right: none;
  border-left: 1px solid #e4eaec
}

.nav-tabs-vertical .nav-tabs-reverse>li {
  margin-right: 0;
  margin-left: -1px
}

.nav-tabs-vertical .nav-tabs-reverse>li>a {
  margin-left: 0;
  border-radius: 0 4px 4px 0
}

.nav-tabs-vertical .nav-tabs-reverse>li>a:hover {
  border-right-color: transparent;
  border-left-color: #e4eaec
}

.nav-tabs-vertical .nav-tabs-reverse>li.active>a,
.nav-tabs-vertical .nav-tabs-reverse>li.active>a:focus,
.nav-tabs-vertical .nav-tabs-reverse>li.active>a:hover {
  border-left-color: #62a8ea
}

.nav-tabs-vertical .nav-tabs-solid {
  border-right-color: #f3f7f9
}

.nav-tabs-vertical .nav-tabs-solid>li>a:hover {
  border-color: transparent
}

.nav-tabs-vertical .nav-tabs-solid>li.active>a,
.nav-tabs-vertical .nav-tabs-solid>li.active>a:focus,
.nav-tabs-vertical .nav-tabs-solid>li.active>a:hover {
  border-color: transparent
}

.nav-tabs-vertical .nav-tabs-solid+.tab-content {
  padding: 20px
}

.nav-tabs-vertical .nav-tabs-solid.nav-tabs-reverse {
  border-left-color: #f3f7f9
}

.nav-tabs-vertical .nav-tabs-line>li>a {
  border-right: 2px solid transparent;
  border-bottom: none
}

.nav-tabs-vertical .nav-tabs-line>li>a:hover {
  border-right-color: #ccd5db
}

.nav-tabs-vertical .nav-tabs-line>li.active>a,
.nav-tabs-vertical .nav-tabs-line>li.active>a:focus,
.nav-tabs-vertical .nav-tabs-line>li.active>a:hover {
  border-right: 2px solid #62a8ea;
  border-bottom: none
}

.nav-tabs-vertical .nav-tabs-line.nav-tabs-reverse>li>a {
  border-right-width: 1px;
  border-left: 2px solid transparent
}

.nav-tabs-vertical .nav-tabs-line.nav-tabs-reverse>li>a:hover {
  border-color: transparent;
  border-left-color: #ccd5db
}

.nav-tabs-vertical .nav-tabs-line.nav-tabs-reverse>li.active>a,
.nav-tabs-vertical .nav-tabs-line.nav-tabs-reverse>li.active>a:focus,
.nav-tabs-vertical .nav-tabs-line.nav-tabs-reverse>li.active>a:hover {
  border-right: 1px solid transparent;
  border-left: 2px solid #62a8ea
}

.nav-tabs-vertical .tab-content {
  overflow: hidden
}

.nav-tabs-inverse .nav-tabs-solid {
  border-bottom-color: #fff
}

.nav-tabs-inverse .nav-tabs-solid>li.active>a,
.nav-tabs-inverse .nav-tabs-solid>li.active>a:focus,
.nav-tabs-inverse .nav-tabs-solid>li.active>a:hover {
  color: #76838f;
  background-color: #fff
}

.nav-tabs-inverse.nav-tabs-vertical .nav-tabs-solid {
  border-right-color: #fff
}

.nav-tabs-inverse.nav-tabs-vertical .nav-tabs-solid.nav-tabs-reverse {
  border-left-color: #fff
}

.nav-tabs-inverse .tab-content {
  background: #fff
}

.nav-tabs-animate .tab-content {
  overflow: hidden
}

.nav-tabs-lg>li>a {
  padding: 12px 20px;
  font-size: 18px;
  line-height: 1.3333333
}

.nav-tabs-sm>li>a {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5
}

.navbar-toggle {
  height: 66px;
  padding: 22px 15px;
  margin-top: 16px;
  margin-top: 0;
  margin-bottom: 16px;
  margin-bottom: 0;
  line-height: 22px;
  background: 0 0 !important;
  -webkit-transition: color .25s linear;
  -o-transition: color .25s linear;
  transition: color .25s linear
}

.navbar-toggle .icon {
  margin-top: -1px
}

.navbar-toggle:hover {
  background: 0 0 !important
}

.navbar-toggle-left {
  float: left;
  margin-right: 0;
  margin-left: 15px
}

.navbar {
  border: none;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08)
}

.navbar-fixed-bottom,
.navbar-fixed-top {
  width: 100%
}

@media (min-width: 768px) {
  .hidden-float {
    display: block
  }
}

@media (max-width: 767px) {
  .hidden-float {
    display: none !important
  }
}

.navbar-brand {
  padding: 22px 20px;
  font-weight: 500
}

.navbar-brand>.navbar-brand-logo {
  display: inline-block
}

.navbar-brand-logo {
  height: 32px;
  margin-top: -5px
}

.navbar-brand-text {
  margin-left: 6px
}

@media (max-width: 767px) {
  .navbar-brand-center {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
  }
}

@media (min-width: 768px) {

  .navbar-mega .container,
  .navbar-mega .container-fluid {
    position: relative
  }
}

.navbar-mega .dropdown-menu {
  left: auto
}

.navbar-mega .dropdown-mega {
  position: static
}

.navbar-mega .mega-content {
  padding: 20px 30px
}

.navbar-mega .mega-menu {
  min-width: 150px;
  max-width: 100%
}

.navbar-mega .mega-menu>ul {
  padding-left: 0
}

.navbar-mega .mega-menu .list-icons {
  margin-bottom: 6px
}

.navbar-mega .dropdown.dropdown-fw .dropdown-menu {
  right: 5px;
  left: 5px
}

@media (max-width: 767px) {
  .navbar-mega .dropdown.dropdown-fw .dropdown-menu {
    right: 0;
    left: 0
  }
}

.navbar-nav>li>a.navbar-avatar,
.navbar-toolbar>li>a.navbar-avatar {
  padding-top: 18px;
  padding-bottom: 18px
}

@media (max-width: 767px) {
  .navbar-nav>li>a.navbar-avatar {
    padding-top: 6px;
    padding-bottom: 6px
  }
}

.navbar-avatar .avatar {
  width: 30px
}

.navbar-form .icon {
  font-size: 16px;
  color: rgba(55, 71, 79, 0.4)
}

.navbar-form .form-control {
  background-color: #f3f7f9;
  border: none;
  border-radius: 38px
}

@media (min-width: 768px) {
  .navbar-search.collapse {
    display: block !important;
    height: auto !important;
    overflow: visible !important;
    visibility: visible !important
  }
}

@media (max-width: 767px) {
  .navbar-search {
    padding-right: 15px;
    padding-left: 15px
  }
}

@media (max-width: 767px) {
  .navbar-search .navbar-form {
    margin-top: 0;
    margin-bottom: 0;
    border-bottom: none
  }
}

.container-fluid>.navbar-search,
.container>.navbar-search {
  margin-right: -15px;
  margin-left: -15px
}

@media (min-width: 768px) {

  .container-fluid>.navbar-search,
  .container>.navbar-search {
    margin-right: 0;
    margin-left: 0
  }
}

.navbar-search-overlap {
  position: absolute !important;
  top: 0;
  right: 0;
  left: 0;
  background-color: #fff
}

.navbar-search-overlap .form-control,
.navbar-search-overlap .form-group {
  display: block !important;
  margin: 0
}

.navbar-search-overlap .form-control {
  height: 66px !important;
  background-color: transparent !important;
  border-radius: 0
}

.navbar-search-overlap .form-control:focus {
  border-color: transparent
}

.navbar-collapse-toolbar.in {
  overflow-y: visible
}

.navbar-toolbar {
  float: left
}

.navbar-toolbar:after,
.navbar-toolbar:before {
  display: table;
  content: " "
}

.navbar-toolbar:after {
  clear: both
}

.navbar-toolbar>li {
  float: left
}

.navbar-toolbar>li:after,
.navbar-toolbar>li:before {
  display: table;
  content: " "
}

.navbar-toolbar>li:after {
  clear: both
}

.navbar-toolbar>li>a {
  padding-top: 22px;
  padding-bottom: 22px;
  line-height: 22px
}

.navbar-toolbar .dropdown-menu {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  -o-transform-origin: 100% 0;
  transform-origin: 100% 0;
  -webkit-animation-duration: .3s;
  -o-animation-duration: .3s;
  animation-duration: .3s
}

@media (max-width: 767px) {
  .navbar-toolbar .dropdown-menu:not(.dropdown-menu-media) {
    max-height: 400px;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }

  .navbar-toolbar .open {
    position: static
  }

  .navbar-toolbar .open .dropdown-menu {
    right: 0;
    left: 0;
    float: none;
    width: auto;
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0
  }
}

@media (max-width: 767px) and (max-device-width: 480px) and (orientation: landscape) {
  .navbar-toolbar .dropdown-menu:not(.dropdown-menu-media) {
    max-height: 200px
  }
}

@media (max-width: 767px) {
  .navbar-toolbar-left {
    float: left !important
  }

  .navbar-toolbar-right {
    float: right !important
  }
}

.icon-fullscreen {
  font-family: "Web Icons"
}

.icon-fullscreen:before {
  content: "\f11d"
}

.icon-fullscreen.active:before {
  content: "\f11e"
}

.icon-menubar {
  font-family: "Web Icons"
}

.icon-menubar:before {
  content: "\f119"
}

.icon-menubar.active:before {
  content: "\f119"
}

.navbar-default .navbar-toolbar>li>a {
  color: #76838f
}

.navbar-default .navbar-toolbar>li>a:focus,
.navbar-default .navbar-toolbar>li>a:hover {
  color: #526069;
  background-color: rgba(243, 247, 249, 0.3)
}

.navbar-default .navbar-toolbar>.active>a,
.navbar-default .navbar-toolbar>.active>a:focus,
.navbar-default .navbar-toolbar>.active>a:hover {
  color: #526069;
  background-color: rgba(243, 247, 249, 0.6)
}

.navbar-default .navbar-toolbar>.disabled>a,
.navbar-default .navbar-toolbar>.disabled>a:focus,
.navbar-default .navbar-toolbar>.disabled>a:hover {
  color: #ccd5db;
  background-color: transparent
}

.navbar-default .navbar-toggle {
  color: #76838f
}

.navbar-default .navbar-toolbar>.open>a,
.navbar-default .navbar-toolbar>.open>a:focus,
.navbar-default .navbar-toolbar>.open>a:hover {
  color: #526069;
  background-color: rgba(243, 247, 249, 0.6)
}

.navbar-inverse .navbar-toolbar>li>a {
  color: #fff
}

.navbar-inverse .navbar-toolbar>li>a:focus,
.navbar-inverse .navbar-toolbar>li>a:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.1)
}

.navbar-inverse .navbar-toolbar>.active>a,
.navbar-inverse .navbar-toolbar>.active>a:focus,
.navbar-inverse .navbar-toolbar>.active>a:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.1)
}

.navbar-inverse .navbar-toolbar>.disabled>a,
.navbar-inverse .navbar-toolbar>.disabled>a:focus,
.navbar-inverse .navbar-toolbar>.disabled>a:hover {
  color: #fff;
  background-color: transparent
}

.navbar-inverse .navbar-toggle {
  color: #fff
}

.navbar-inverse .navbar-toolbar>.open>a,
.navbar-inverse .navbar-toolbar>.open>a:focus,
.navbar-inverse .navbar-toolbar>.open>a:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.1)
}

.breadcrumb {
  margin-bottom: 10px
}

.breadcrumb li+li:before {
  padding: 0 5px
}

.breadcrumb li .icon {
  text-decoration: none
}

.breadcrumb li .icon:before {
  margin-right: 10px
}

.breadcrumb-arrow>li+li:before {
  content: "\00bb\00a0"
}

.pagination li>a,
.pagination li>span {
  padding: 9px 15px;
  -webkit-transition: background .2s ease-out, border-color 0s ease-out, color .2s ease-out;
  -o-transition: background .2s ease-out, border-color 0s ease-out, color .2s ease-out;
  transition: background .2s ease-out, border-color 0s ease-out, color .2s ease-out
}

.pagination li>a:focus,
.pagination li>a:hover,
.pagination li>span:focus,
.pagination li>span:hover {
  -webkit-transition: background .2s ease-out, border-color .2s ease-out, color .2s ease-out;
  -o-transition: background .2s ease-out, border-color .2s ease-out, color .2s ease-out;
  transition: background .2s ease-out, border-color .2s ease-out, color .2s ease-out
}

.pagination li .icon {
  margin-top: -1px
}

.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {
  color: #ccd5db;
  cursor: not-allowed;
  background-color: transparent;
  border-color: #e4eaec
}

.pagination-gap>li>a {
  margin: 0 5px;
  border-radius: 5px
}

.pagination-gap>li>a:hover {
  background-color: transparent;
  border-color: #62a8ea
}

.pagination-gap>li:first-child>a,
.pagination-gap>li:last-child>a {
  border-radius: 5px
}

.pagination-no-border>li>a {
  border: none
}

.pagination-lg>li>a,
.pagination-lg>li>span {
  padding: 10px 17px;
  font-size: 16px;
  line-height: 1.3333333
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px
}

.pagination-sm>li>a,
.pagination-sm>li>span {
  padding: 6px 11px;
  font-size: 14px;
  line-height: 1.5
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px
}

.pager li>a,
.pager li>span {
  padding: 10px 20px;
  color: #76838f;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease
}

.pager li>a:focus,
.pager li>a:hover {
  color: #62a8ea
}

.pager li .icon {
  margin-top: -1px
}

.pager li>a:focus,
.pager li>a:hover {
  border-color: #62a8ea
}

.pager .disabled>a,
.pager .disabled>a:focus,
.pager .disabled>a:hover,
.pager .disabled>span {
  border-color: #e4eaec
}

.pager-round li>a,
.pager-round li>span {
  border-radius: 1000px
}

.label {
  padding: .25em .6em .25em;
  font-weight: 300;
  border-radius: .3em
}

.label.label-outline {
  color: #f3f7f9;
  background-color: transparent;
  border-color: #f3f7f9
}

.label-outline {
  border: 1px solid transparent
}

.label-round {
  border-radius: 1em
}

.label-default {
  color: #76838f;
  background-color: #e4eaec
}

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

.label-default.label-outline {
  color: #e4eaec;
  background-color: transparent;
  border-color: #e4eaec
}

.label-default[href]:focus,
.label-default[href]:hover {
  color: #a3afb7
}

.label-default.label-outline {
  color: #76838f
}

.label-primary {
  background-color: #62a8ea
}

.label-primary[href]:focus,
.label-primary[href]:hover {
  background-color: #89bceb
}

.label-primary.label-outline {
  color: #62a8ea;
  background-color: transparent;
  border-color: #62a8ea
}

.label-success {
  background-color: #46be8a
}

.label-success[href]:focus,
.label-success[href]:hover {
  background-color: #5cd29d
}

.label-success.label-outline {
  color: #46be8a;
  background-color: transparent;
  border-color: #46be8a
}

.label-info {
  background-color: #57c7d4
}

.label-info[href]:focus,
.label-info[href]:hover {
  background-color: #77d6e1
}

.label-info.label-outline {
  color: #57c7d4;
  background-color: transparent;
  border-color: #57c7d4
}

.label-warning {
  background-color: #f2a654
}

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

.label-warning.label-outline {
  color: #f2a654;
  background-color: transparent;
  border-color: #f2a654
}

.label-danger {
  background-color: #f96868
}

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

.label-danger.label-outline {
  color: #f96868;
  background-color: transparent;
  border-color: #f96868
}

.label-dark {
  background-color: #526069
}

.label-dark[href]:focus,
.label-dark[href]:hover {
  background-color: #76838f
}

.label-dark.label-outline {
  color: #526069;
  background-color: transparent;
  border-color: #526069
}

.label-lg {
  font-size: 16px
}

.label-sm {
  padding: .1em .5em .1em;
  font-size: 10px
}

.badge {
  padding: 3px 6px
}

.btn .badge {
  top: 0
}

.badge.up {
  position: relative;
  top: -10px;
  margin: 0 -.8em;
  border-radius: 15px
}

.badge.badge-absolute {
  position: absolute;
  top: -8px;
  right: -10px;
  z-index: 5
}

.badge-radius {
  border-radius: 3px
}

.badge-primary {
  color: #fff;
  background-color: #62a8ea
}

.badge-primary[href]:focus,
.badge-primary[href]:hover {
  color: #fff;
  background-color: #358fe4
}

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

.badge-success {
  color: #fff;
  background-color: #46be8a
}

.badge-success[href]:focus,
.badge-success[href]:hover {
  color: #fff;
  background-color: #369b6f
}

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

.badge-info {
  color: #fff;
  background-color: #57c7d4
}

.badge-info[href]:focus,
.badge-info[href]:hover {
  color: #fff;
  background-color: #33b6c5
}

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

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

.badge-warning[href]:focus,
.badge-warning[href]:hover {
  color: #fff;
  background-color: #ee8d25
}

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

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

.badge-danger[href]:focus,
.badge-danger[href]:hover {
  color: #fff;
  background-color: #f73737
}

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

.badge-dark {
  color: #fff;
  background-color: #526069
}

.badge-dark[href]:focus,
.badge-dark[href]:hover {
  color: #fff;
  background-color: #3c464c
}

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

.badge-lg {
  padding: 5px 9px 8px;
  font-size: 16px
}

.badge-sm {
  padding: 2px 5px;
  font-size: 10px
}

.jumbotron {
  padding: 0;
  border-radius: 3px
}

.jumbotron>.jumbotron-photo img {
  width: 100%;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px
}

.jumbotron-contents {
  padding: 20px
}

.jumbotron .carousel,
.jumbotron .carousel-inner,
.jumbotron .carousel-inner>.item.active img {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px
}

.jumbotron .carousel-inner>.item>a>img,
.jumbotron .carousel-inner>.item>img {
  width: 100%
}

.jumbotron .h1,
.jumbotron h1 {
  font-size: 28px
}

.jumbotron .h2,
.jumbotron h2 {
  font-size: 24px
}

@media screen and (min-width: 768px) {

  .container .jumbotron,
  .jumbotron {
    padding: 0
  }

  .jumbotron .h1,
  .jumbotron h1 {
    font-size: 28px
  }
}

.thumbnail {
  padding: 0;
  border: none;
  -webkit-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out
}

.thumbnail .caption {
  position: relative;
  display: block;
  padding-right: 0;
  padding-left: 0
}

.alert {
  padding-right: 20px;
  padding-left: 20px
}

.alert ul {
  padding-left: 13px
}

.alert ul li {
  padding-left: 7px
}

.panel>.alert {
  margin: 0
}

.alert-alt {
  color: #76838f;
  background-color: rgba(243, 247, 249, 0.8);
  border: none;
  border-left: 3px solid transparent
}

.alert-alt .alert-link,
.alert-alt a {
  text-decoration: none
}

.alert-dismissible {
  padding-right: 40px
}

.alert-dismissible .close {
  top: 0;
  text-decoration: none;
  opacity: .6
}

.alert-dismissible .close:focus,
.alert-dismissible .close:hover {
  opacity: 1
}

.alert-dismissible.alert-alt .close {
  color: #a3afb7;
  opacity: .6
}

.alert-dismissible.alert-alt .close:focus,
.alert-dismissible.alert-alt .close:hover {
  color: #a3afb7;
  opacity: 1
}

.alert-icon {
  position: relative;
  padding-left: 45px
}

.alert-icon>.icon {
  position: absolute;
  top: 18px;
  left: 20px;
  width: 1em;
  font-size: 16px;
  text-align: center
}

.alert-avatar {
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 75px
}

.alert-avatar>.avatar {
  position: absolute;
  top: 12px;
  left: 20px
}

.page-alert .alert-wrap {
  max-height: 0;
  padding: 0;
  margin: 0;
  overflow: hidden;
  -webkit-transition: max-height .7s linear 0s;
  -o-transition: max-height .7s linear 0s;
  transition: max-height .7s linear 0s
}

.page-alert .alert-wrap.in {
  max-height: 500px;
  -webkit-transition: max-height 1s linear 0s;
  -o-transition: max-height 1s linear 0s;
  transition: max-height 1s linear 0s
}

.page-alert .alert-wrap .alert {
  margin: 0;
  text-align: left;
  border-radius: 0
}

.alert-primary {
  color: #62a8ea;
  background-color: rgba(232, 241, 248, 0.8);
  border-color: #e8f1f8
}

.alert-primary hr {
  border-top-color: #d4e5f2
}

.alert-primary .alert-link {
  color: #358fe4
}

.alert-primary .close {
  color: #62a8ea
}

.alert-primary .close:focus,
.alert-primary .close:hover {
  color: #62a8ea
}

.alert-primary .alert-link {
  color: #4e97d9
}

.alert-alt.alert-primary {
  border-color: #62a8ea
}

.alert-alt.alert-primary .alert-link,
.alert-alt.alert-primary a {
  color: #62a8ea
}

.alert-success .alert-link {
  color: #36ab7a
}

.alert-alt.alert-success {
  border-color: #46be8a
}

.alert-alt.alert-success .alert-link,
.alert-alt.alert-success a {
  color: #46be8a
}

.alert-info .alert-link {
  color: #47b8c6
}

.alert-alt.alert-info {
  border-color: #57c7d4
}

.alert-alt.alert-info .alert-link,
.alert-alt.alert-info a {
  color: #57c7d4
}

.alert-warning .alert-link {
  color: #ec9940
}

.alert-alt.alert-warning {
  border-color: #f2a654
}

.alert-alt.alert-warning .alert-link,
.alert-alt.alert-warning a {
  color: #f2a654
}

.alert-danger .alert-link {
  color: #e9595b
}

.alert-alt.alert-danger {
  border-color: #f96868
}

.alert-alt.alert-danger .alert-link,
.alert-alt.alert-danger a {
  color: #f96868
}

.alert-social {
  position: relative;
  padding-left: 65px
}

.alert-social>.icon {
  position: absolute;
  top: 12px;
  bottom: 0;
  left: 20px;
  width: 1em;
  font-size: 30px;
  text-align: center
}

.alert-facebook {
  color: #fff;
  background-color: #3b5998;
  border-color: #3b5998
}

.alert-facebook hr {
  border-top-color: #344e86
}

.alert-facebook .alert-link {
  color: #e6e6e6
}

.alert-facebook .close {
  color: #fff
}

.alert-facebook .close:focus,
.alert-facebook .close:hover {
  color: #fff
}

.alert-facebook .alert-link {
  font-weight: 500;
  color: #fff
}

.alert-twitter {
  color: #fff;
  background-color: #55acee;
  border-color: #55acee
}

.alert-twitter hr {
  border-top-color: #3ea1ec
}

.alert-twitter .alert-link {
  color: #e6e6e6
}

.alert-twitter .close {
  color: #fff
}

.alert-twitter .close:focus,
.alert-twitter .close:hover {
  color: #fff
}

.alert-twitter .alert-link {
  font-weight: 500;
  color: #fff
}

.alert-google-plus {
  color: #fff;
  background-color: #dd4b39;
  border-color: #dd4b39
}

.alert-google-plus hr {
  border-top-color: #d73925
}

.alert-google-plus .alert-link {
  color: #e6e6e6
}

.alert-google-plus .close {
  color: #fff
}

.alert-google-plus .close:focus,
.alert-google-plus .close:hover {
  color: #fff
}

.alert-google-plus .alert-link {
  font-weight: 500;
  color: #fff
}

.alert-linkedin {
  color: #fff;
  background-color: #0976b4;
  border-color: #0976b4
}

.alert-linkedin hr {
  border-top-color: #08669c
}

.alert-linkedin .alert-link {
  color: #e6e6e6
}

.alert-linkedin .close {
  color: #fff
}

.alert-linkedin .close:focus,
.alert-linkedin .close:hover {
  color: #fff
}

.alert-linkedin .alert-link {
  font-weight: 500;
  color: #fff
}

.alert-flickr {
  color: #fff;
  background-color: #ff0084;
  border-color: #ff0084
}

.alert-flickr hr {
  border-top-color: #e60077
}

.alert-flickr .alert-link {
  color: #e6e6e6
}

.alert-flickr .close {
  color: #fff
}

.alert-flickr .close:focus,
.alert-flickr .close:hover {
  color: #fff
}

.alert-flickr .alert-link {
  font-weight: 500;
  color: #fff
}

.alert-tumblr {
  color: #fff;
  background-color: #35465c;
  border-color: #35465c
}

.alert-tumblr hr {
  border-top-color: #2c3a4c
}

.alert-tumblr .alert-link {
  color: #e6e6e6
}

.alert-tumblr .close {
  color: #fff
}

.alert-tumblr .close:focus,
.alert-tumblr .close:hover {
  color: #fff
}

.alert-tumblr .alert-link {
  font-weight: 500;
  color: #fff
}

.alert-github {
  color: #fff;
  background-color: #4183c4;
  border-color: #4183c4
}

.alert-github hr {
  border-top-color: #3876b4
}

.alert-github .alert-link {
  color: #e6e6e6
}

.alert-github .close {
  color: #fff
}

.alert-github .close:focus,
.alert-github .close:hover {
  color: #fff
}

.alert-github .alert-link {
  font-weight: 500;
  color: #fff
}

.alert-dribbble {
  color: #fff;
  background-color: #c32361;
  border-color: #c32361
}

.alert-dribbble hr {
  border-top-color: #ad1f56
}

.alert-dribbble .alert-link {
  color: #e6e6e6
}

.alert-dribbble .close {
  color: #fff
}

.alert-dribbble .close:focus,
.alert-dribbble .close:hover {
  color: #fff
}

.alert-dribbble .alert-link {
  font-weight: 500;
  color: #fff
}

.alert-youtube {
  color: #fff;
  background-color: #b31217;
  border-color: #b31217
}

.alert-youtube hr {
  border-top-color: #9c1014
}

.alert-youtube .alert-link {
  color: #e6e6e6
}

.alert-youtube .close {
  color: #fff
}

.alert-youtube .close:focus,
.alert-youtube .close:hover {
  color: #fff
}

.alert-youtube .alert-link {
  font-weight: 500;
  color: #fff
}

.alert.dark .alert-link {
  font-weight: 500;
  color: #fff !important
}

.alert.dark .alert-left-border {
  border: none;
  border-left: 3px solid transparent
}

.alert.dark.alert-dismissible.alert-alt .close {
  color: #fff
}

.alert.dark.alert-dismissible.alert-alt .close:focus,
.alert.dark.alert-dismissible.alert-alt .close:hover {
  color: #fff
}

.alert.dark.alert-primary {
  color: #fff;
  background-color: #62a8ea;
  border-color: #62a8ea
}

.alert.dark.alert-primary hr {
  border-top-color: #4c9ce7
}

.alert.dark.alert-primary .alert-link {
  color: #e6e6e6
}

.alert.dark.alert-primary .close {
  color: #fff
}

.alert.dark.alert-primary .close:focus,
.alert.dark.alert-primary .close:hover {
  color: #fff
}

.alert-alt.alert.dark.alert-primary {
  border-color: #2771b4
}

.alert-alt.alert.dark.alert-primary .alert-link,
.alert-alt.alert.dark.alert-primary a {
  color: #fff
}

.alert.dark.alert-success {
  color: #fff;
  background-color: #46be8a;
  border-color: #46be8a
}

.alert.dark.alert-success hr {
  border-top-color: #3dae7d
}

.alert.dark.alert-success .alert-link {
  color: #e6e6e6
}

.alert.dark.alert-success .close {
  color: #fff
}

.alert.dark.alert-success .close:focus,
.alert.dark.alert-success .close:hover {
  color: #fff
}

.alert-alt.alert.dark.alert-success {
  border-color: #247151
}

.alert-alt.alert.dark.alert-success .alert-link,
.alert-alt.alert.dark.alert-success a {
  color: #fff
}

.alert.dark.alert-info {
  color: #fff;
  background-color: #57c7d4;
  border-color: #57c7d4
}

.alert.dark.alert-info hr {
  border-top-color: #43c0cf
}

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

.alert.dark.alert-info .close {
  color: #fff
}

.alert.dark.alert-info .close:focus,
.alert.dark.alert-info .close:hover {
  color: #fff
}

.alert-alt.alert.dark.alert-info {
  border-color: #2e8893
}

.alert-alt.alert.dark.alert-info .alert-link,
.alert-alt.alert.dark.alert-info a {
  color: #fff
}

.alert.dark.alert-warning {
  color: #fff;
  background-color: #f2a654;
  border-color: #f2a654
}

.alert.dark.alert-warning hr {
  border-top-color: #f09a3c
}

.alert.dark.alert-warning .alert-link {
  color: #e6e6e6
}

.alert.dark.alert-warning .close {
  color: #fff
}

.alert.dark.alert-warning .close:focus,
.alert.dark.alert-warning .close:hover {
  color: #fff
}

.alert-alt.alert.dark.alert-warning {
  border-color: #cb7314
}

.alert-alt.alert.dark.alert-warning .alert-link,
.alert-alt.alert.dark.alert-warning a {
  color: #fff
}

.alert.dark.alert-danger {
  color: #fff;
  background-color: #f96868;
  border-color: #f96868
}

.alert.dark.alert-danger hr {
  border-top-color: #f84f4f
}

.alert.dark.alert-danger .alert-link {
  color: #e6e6e6
}

.alert.dark.alert-danger .close {
  color: #fff
}

.alert.dark.alert-danger .close:focus,
.alert.dark.alert-danger .close:hover {
  color: #fff
}

.alert-alt.alert.dark.alert-danger {
  border-color: #d91d1f
}

.alert-alt.alert.dark.alert-danger .alert-link,
.alert-alt.alert.dark.alert-danger a {
  color: #fff
}

.progress {
  height: 15px;
  -webkit-box-shadow: none;
  box-shadow: none
}

.progress-bar {
  line-height: 15px;
  -webkit-box-shadow: none;
  box-shadow: none
}

.progress-square {
  border-radius: 0
}

.progress-circle {
  border-radius: 1000px
}

.progress-vertical {
  position: relative;
  display: inline-block;
  width: 15px;
  height: 250px;
  min-height: 250px;
  margin-right: 30px;
  margin-bottom: 0
}

.progress-vertical .progress-bar {
  width: 100%
}

.progress-bar-indicating.active {
  position: relative;
  -webkit-animation: none;
  -o-animation: none;
  animation: none
}

.progress-bar-indicating.active:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  background-color: #fff;
  border-radius: inherit;
  opacity: 0;
  -webkit-animation: progress-active 3s ease 0s infinite;
  -o-animation: progress-active 3s ease 0s infinite;
  animation: progress-active 3s ease 0s infinite
}

.progress-vertical .progress-bar-indicating.active:before {
  -webkit-animation-name: progress-vertical-active;
  -o-animation-name: progress-vertical-active;
  animation-name: progress-vertical-active
}

.progress-skill {
  position: relative
}

.progress-skill .progress-bar>span {
  position: absolute;
  top: 0;
  right: 10px;
  color: #526069
}

.progress-lg {
  height: 22px
}

.progress-lg.progress-vertical {
  width: 25px
}

.progress-lg .progress-bar {
  line-height: 22px
}

.progress-sm {
  height: 10px
}

.progress-sm.progress-vertical {
  width: 10px
}

.progress-sm .progress-bar {
  line-height: 10px
}

.progress-xs {
  height: 4px;
  border-radius: 1px
}

.progress-xs.progress-vertical {
  width: 4px
}

.progress-xs .progress-bar {
  line-height: 4px
}

.contextual-progress {
  margin: 20px 0
}

.contextual-progress .progress-title {
  float: left
}

.contextual-progress .progress-label {
  position: relative;
  float: right
}

.contextual-progress .progress {
  height: 2px;
  margin: 5px 0
}

@-webkit-keyframes progress-active {
  0% {
    width: 0;
    opacity: .4
  }

  100% {
    width: 100%;
    opacity: 0
  }
}

@-o-keyframes progress-active {
  0% {
    width: 0;
    opacity: .4
  }

  100% {
    width: 100%;
    opacity: 0
  }
}

@keyframes progress-active {
  0% {
    width: 0;
    opacity: .4
  }

  100% {
    width: 100%;
    opacity: 0
  }
}

@-webkit-keyframes progress-vertical-active {
  0% {
    top: 0;
    opacity: 0
  }

  100% {
    top: 175px;
    opacity: .4
  }
}

@-o-keyframes progress-vertical-active {
  0% {
    top: 0;
    opacity: 0
  }

  100% {
    top: 175px;
    opacity: .4
  }
}

@keyframes progress-vertical-active {
  0% {
    top: 0;
    opacity: 0
  }

  100% {
    top: 175px;
    opacity: .4
  }
}

.media-object {
  width: 120px
}

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

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

.media-body {
  overflow: auto
}

.media .media {
  padding-bottom: 0;
  border-bottom: none
}

.media-meta {
  margin-bottom: 3px;
  font-size: 12px;
  color: #526069
}

.media-lg .media-object {
  width: 160px
}

.media-lg .media {
  margin-left: -110px
}

.media-sm .media-object {
  width: 80px
}

.media-sm .media {
  margin-left: -70px
}

.media-xs .media-object {
  width: 60px
}

.media-xs .media {
  margin-left: -60px
}

@media screen and (min-width: 768px) {
  .media-body {
    overflow: hidden
  }

  .media .media {
    margin-left: 0
  }
}

.list-group .media {
  padding: 2px 0;
  border-bottom: 0
}

.list-group .media .media-left,
.list-group .media .pull-left {
  padding-right: 20px
}

.list-group .media .media-right,
.list-group .media .pull-right {
  padding-left: 20px
}

.list-group .media .pull-right .status {
  margin-top: 15px;
  margin-right: 5px
}

.list-group .media .media-heading {
  font-size: 14px
}

.list-group-full>.list-group-item {
  padding-right: 0;
  padding-left: 0
}

a.list-group-item {
  border-radius: 3px
}

a.list-group-item.disabled,
a.list-group-item.disabled:focus,
a.list-group-item.disabled:hover {
  color: #ccd5db;
  background-color: #f3f7f9
}

a.list-group-item.active,
a.list-group-item.active:focus,
a.list-group-item.active:hover {
  color: #fff;
  background-color: #62a8ea
}

.list-group-item .icon {
  margin-right: 10px
}

.list-group.bg-inherit {
  border-radius: 3px
}

.list-group.bg-inherit .list-group-item {
  background-color: transparent;
  border-bottom-color: rgba(0, 0, 0, 0.075)
}

.list-group.bg-inherit .list-group-item:last-child {
  border-bottom-color: transparent
}

.list-group.bg-inherit .list-group-item:hover {
  background-color: rgba(0, 0, 0, 0.075);
  border-color: transparent
}

.list-group-bordered .list-group-item {
  border-color: #e4eaec
}

.list-group-bordered .list-group-item.active,
.list-group-bordered .list-group-item.active:focus,
.list-group-bordered .list-group-item.active:hover {
  color: #fff;
  background-color: #4e97d9;
  border-color: #4e97d9
}

.list-group-dividered .list-group-item {
  border-top-color: #e4eaec
}

.list-group-dividered .list-group-item.active:hover {
  border-top-color: #e4eaec
}

.list-group-dividered .list-group-item:last-child {
  border-bottom-color: #e4eaec
}

.list-group-dividered .list-group-item:first-child {
  border-top-color: transparent
}

.list-group-dividered .list-group-item.active:first-child:hover {
  border-top-color: transparent
}

.list-group-gap .list-group-item {
  margin-bottom: 2px;
  border-radius: 3px
}

.list-group-full .list-group-item {
  padding-right: 0;
  padding-left: 0
}

.list-group-item-dark {
  color: #fff;
  background-color: #526069
}

a.list-group-item-dark,
button.list-group-item-dark {
  color: #fff
}

a.list-group-item-dark .list-group-item-heading,
button.list-group-item-dark .list-group-item-heading {
  color: inherit
}

a.list-group-item-dark:focus,
a.list-group-item-dark:hover,
button.list-group-item-dark:focus,
button.list-group-item-dark:hover {
  color: #fff;
  background-color: #47535b
}

a.list-group-item-dark.active,
a.list-group-item-dark.active:focus,
a.list-group-item-dark.active:hover,
button.list-group-item-dark.active,
button.list-group-item-dark.active:focus,
button.list-group-item-dark.active:hover {
  color: #fff;
  background-color: #fff;
  border-color: #fff
}

.panel {
  position: relative;
  margin-bottom: 30px;
  border-width: 0
}

.panel>.nav-tabs-vertical .nav-tabs {
  margin-left: -1px
}

.panel>.nav-tabs-vertical .nav-tabs>li>a {
  border-left: none;
  border-radius: 0
}

.panel>.nav-tabs-vertical .nav-tabs.nav-tabs-reverse {
  margin-right: -1px
}

.panel>.nav-tabs-vertical .nav-tabs.nav-tabs-reverse>li>a {
  border-right: none;
  border-radius: 0
}

.panel:hover .panel-actions .show-on-hover {
  display: inline-block
}

.panel .panel-actions .show-on-hover {
  display: none
}

.panel.is-fullscreen {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  margin-bottom: 0;
  border-radius: 0
}

.panel.is-fullscreen .panel-loading {
  border-radius: 0
}

.panel.is-fullscreen .panel-actions [data-toggle=collapse] {
  display: none
}

.panel.is-fullscreen .panel-body {
  max-height: 100%;
  overflow: auto
}

.panel.is-close {
  display: none
}

.panel.is-collapse .panel-body {
  display: none;
  height: 0
}

.panel>.alert {
  padding-right: 30px;
  padding-left: 30px
}

.panel>.alert-dismissible {
  padding-right: 50px
}

@media screen and (max-width: 480px) {
  .panel>.alert {
    padding-right: 20px;
    padding-left: 20px
  }

  .panel>.alert-dismissible {
    padding-right: 40px
  }
}

.panel>.table-responsive>.table>tbody>tr>td:first-child,
.panel>.table-responsive>.table>tbody>tr>th:first-child,
.panel>.table-responsive>.table>tfoot>tr>td:first-child,
.panel>.table-responsive>.table>tfoot>tr>th:first-child,
.panel>.table-responsive>.table>thead>tr>td:first-child,
.panel>.table-responsive>.table>thead>tr>th:first-child,
.panel>.table-responsive>.table>tr>td:first-child,
.panel>.table-responsive>.table>tr>th:first-child,
.panel>.table>tbody>tr>td:first-child,
.panel>.table>tbody>tr>th:first-child,
.panel>.table>tfoot>tr>td:first-child,
.panel>.table>tfoot>tr>th:first-child,
.panel>.table>thead>tr>td:first-child,
.panel>.table>thead>tr>th:first-child,
.panel>.table>tr>td:first-child,
.panel>.table>tr>th:first-child {
  padding-left: 30px
}

@media screen and (max-width: 480px) {

  .panel>.table-responsive>.table>tbody>tr>td:first-child,
  .panel>.table-responsive>.table>tbody>tr>th:first-child,
  .panel>.table-responsive>.table>tfoot>tr>td:first-child,
  .panel>.table-responsive>.table>tfoot>tr>th:first-child,
  .panel>.table-responsive>.table>thead>tr>td:first-child,
  .panel>.table-responsive>.table>thead>tr>th:first-child,
  .panel>.table-responsive>.table>tr>td:first-child,
  .panel>.table-responsive>.table>tr>th:first-child,
  .panel>.table>tbody>tr>td:first-child,
  .panel>.table>tbody>tr>th:first-child,
  .panel>.table>tfoot>tr>td:first-child,
  .panel>.table>tfoot>tr>th:first-child,
  .panel>.table>thead>tr>td:first-child,
  .panel>.table>thead>tr>th:first-child,
  .panel>.table>tr>td:first-child,
  .panel>.table>tr>th:first-child {
    padding-left: 20px
  }
}

.panel>.table-responsive>.table>tbody>tr>td:last-child,
.panel>.table-responsive>.table>tbody>tr>th:last-child,
.panel>.table-responsive>.table>tfoot>tr>td:last-child,
.panel>.table-responsive>.table>tfoot>tr>th:last-child,
.panel>.table-responsive>.table>thead>tr>td:last-child,
.panel>.table-responsive>.table>thead>tr>th:last-child,
.panel>.table-responsive>.table>tr>td:last-child,
.panel>.table-responsive>.table>tr>th:last-child,
.panel>.table>tbody>tr>td:last-child,
.panel>.table>tbody>tr>th:last-child,
.panel>.table>tfoot>tr>td:last-child,
.panel>.table>tfoot>tr>th:last-child,
.panel>.table>thead>tr>td:last-child,
.panel>.table>thead>tr>th:last-child,
.panel>.table>tr>td:last-child,
.panel>.table>tr>th:last-child {
  padding-right: 30px
}

@media screen and (max-width: 480px) {

  .panel>.table-responsive>.table>tbody>tr>td:last-child,
  .panel>.table-responsive>.table>tbody>tr>th:last-child,
  .panel>.table-responsive>.table>tfoot>tr>td:last-child,
  .panel>.table-responsive>.table>tfoot>tr>th:last-child,
  .panel>.table-responsive>.table>thead>tr>td:last-child,
  .panel>.table-responsive>.table>thead>tr>th:last-child,
  .panel>.table-responsive>.table>tr>td:last-child,
  .panel>.table-responsive>.table>tr>th:last-child,
  .panel>.table>tbody>tr>td:last-child,
  .panel>.table>tbody>tr>th:last-child,
  .panel>.table>tfoot>tr>td:last-child,
  .panel>.table>tfoot>tr>th:last-child,
  .panel>.table>thead>tr>td:last-child,
  .panel>.table>thead>tr>th:last-child,
  .panel>.table>tr>td:last-child,
  .panel>.table>tr>th:last-child {
    padding-right: 20px
  }
}

.panel>.table>tbody:first-child>tr:first-child td,
.panel>.table>tbody:first-child>tr:first-child th {
  border-top: 1px solid #e4eaec
}

.panel>.list-group>.list-group-item {
  padding-right: 30px;
  padding-left: 30px
}

@media screen and (max-width: 480px) {
  .panel>.list-group>.list-group-item {
    padding-right: 20px;
    padding-left: 20px
  }
}

.panel-content>.row {
  padding-right: 30px;
  padding-left: 30px
}

.panel-content>.row>[class*=col-] {
  padding-right: 30px;
  padding-left: 30px
}

.panel-heading {
  position: relative;
  padding: 0;
  border-bottom: 1px solid transparent
}

.panel-heading+.alert {
  border-radius: 0
}

.panel-heading>.nav-tabs {
  border-bottom: none
}

.panel-heading+.nav-tabs {
  margin-top: -10px
}

.panel-body {
  position: relative
}

.panel-heading+.panel-body {
  padding-top: 0
}

.panel-body .h1:first-child,
.panel-body .h2:first-child,
.panel-body .h3:first-child,
.panel-body .h4:first-child,
.panel-body .h5:first-child,
.panel-body .h6:first-child,
.panel-body h1:first-child,
.panel-body h2:first-child,
.panel-body h3:first-child,
.panel-body h4:first-child,
.panel-body h5:first-child,
.panel-body h6:first-child {
  margin-top: 0
}

.panel-body>:last-child {
  margin-bottom: 0
}

.panel-body>.list-group-dividered:only-child>.list-group-item:last-child {
  border-bottom-color: transparent
}

.panel-footer {
  border-top: 1px solid transparent
}

.table+.panel-footer {
  padding-top: 15px;
  border-color: #e4eaec
}

.panel-title {
  display: block;
  padding: 20px 30px;
  font-size: 18px;
  color: #37474f
}

.panel-title>.icon {
  margin-right: 10px
}

.panel-title>.label {
  margin-left: 10px
}

.panel-title small {
  color: #76838f
}

.panel-desc {
  display: block;
  padding: 5px 0 0;
  margin: 0;
  font-size: 14px;
  color: #76838f
}

.panel-actions {
  position: absolute;
  top: 50%;
  right: 30px;
  z-index: 1;
  margin: auto;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%)
}

@media screen and (max-width: 480px) {
  .panel-actions {
    right: 20px
  }
}

ul.panel-actions {
  list-style: none
}

ul.panel-actions>li {
  display: inline-block;
  margin-left: 8px
}

ul.panel-actions>li:first-child {
  margin-left: 0
}

.panel-actions a {
  color: inherit
}

.panel-actions a.dropdown-toggle {
  text-decoration: none
}

.panel-actions .dropdown {
  display: inline-block
}

.panel-actions .dropdown-toggle {
  display: inline-block
}

.panel-actions .panel-action {
  display: inline-block;
  padding: 8px 10px;
  color: #a3afb7;
  text-decoration: none;
  cursor: pointer;
  background-color: transparent
}

.panel-actions .panel-action:hover {
  color: #526069
}

.panel-actions .panel-action:active {
  color: #526069
}

.panel-actions .panel-action:focus {
  outline: 0
}

.panel-actions .progress {
  width: 100px;
  margin: 0
}

.panel-actions .pagination {
  margin: 0
}

.panel-toolbar {
  padding: 5px 15px;
  margin: 0;
  background-color: transparent;
  border-top: 1px solid #e4eaec;
  border-bottom: 1px solid #e4eaec
}

.panel-bordered .panel-toolbar {
  border-top-color: transparent
}

.panel-toolbar .btn {
  padding: 5px 10px;
  color: #a3afb7
}

.panel-toolbar .btn.icon {
  width: 1em;
  text-align: center
}

.panel-toolbar .btn.active,
.panel-toolbar .btn:active,
.panel-toolbar .btn:hover {
  color: #76838f
}

.panel-loading {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 6;
  display: none;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  opacity: .6
}

.panel-loading .loader {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.panel>:not(.panel-loading):not(.collapsing) {
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s
}

.panel.is-loading>:not(.panel-loading) {
  opacity: .3
}

.panel.is-loading .panel-loading {
  display: block;
  opacity: 1
}

.panel-footer-chart {
  padding: 0
}

.panel-control {
  padding: 0;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none
}

.panel-body.scrollable-vertical {
  padding-right: 0 !important;
  padding-left: 0 !important
}

.panel-body.scrollable-vertical>.scrollable-container>.scrollable-content {
  padding-right: 30px;
  padding-left: 30px
}

@media screen and (max-width: 480px) {
  .panel-body.scrollable-vertical>.scrollable-container>.scrollable-content {
    padding-right: 20px;
    padding-left: 20px
  }
}

.panel-body.scrollable-vertical>.scrollable-bar {
  height: -webkit-calc(100% - 30px);
  height: calc(100% - 30px);
  margin-top: 0;
  margin-bottom: 30px;
  -webkit-transform: translateX(-26px);
  -ms-transform: translateX(-26px);
  -o-transform: translateX(-26px);
  transform: translateX(-26px)
}

.panel-bordered>.panel-body.scrollable-vertical>.scrollable-bar {
  height: -webkit-calc(100% - 60px);
  height: calc(100% - 60px);
  margin-bottom: 30px
}

.panel-body.scrollable-horizontal {
  padding-top: 0 !important;
  padding-bottom: 0 !important
}

.panel-body.scrollable-horizontal>.scrollable-container>.scrollable-content {
  padding-top: 0;
  padding-bottom: 30px
}

.panel-bordered>.panel-body.scrollable-horizontal>.scrollable-container>.scrollable-content {
  padding-top: 30px;
  padding-bottom: 30px
}

.panel-body.scrollable-horizontal>.scrollable-bar {
  width: -webkit-calc(100% - 60px);
  width: calc(100% - 60px);
  margin-right: 30px;
  margin-left: 0;
  -webkit-transform: translateY(-26px);
  -ms-transform: translateY(-26px);
  -o-transform: translateY(-26px);
  transform: translateY(-26px)
}

@media screen and (max-width: 480px) {
  .panel-body.scrollable-horizontal>.scrollable-bar {
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
    margin-right: 20px
  }
}

.panel-bordered>.panel-body.scrollable-horizontal>.scrollable-bar {
  -webkit-transform: translateY(-26px);
  -ms-transform: translateY(-26px);
  -o-transform: translateY(-26px);
  transform: translateY(-26px)
}

.panel-bordered>.panel-heading {
  border-bottom: 1px solid #e4eaec
}

.panel-bordered>.panel-heading>.panel-title {
  padding-bottom: 20px
}

.panel-bordered>.panel-footer {
  padding-top: 15px;
  border-top: 1px solid #e4eaec
}

.panel-bordered>.panel-body {
  padding-top: 30px
}

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

.panel.is-dragging {
  opacity: .8
}

.panel.is-dragging {
  cursor: move
}

.panel.panel-transparent {
  background: 0 0;
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none
}

.panel.panel-transparent>.panel-footer,
.panel.panel-transparent>.panel-heading {
  border-color: transparent
}

.panel-dark {
  border-color: #526069
}

.panel-dark>.panel-heading {
  color: #fff;
  background-color: #526069;
  border-color: #526069
}

.panel-dark>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #526069
}

.panel-dark>.panel-heading .badge {
  color: #526069;
  background-color: #fff
}

.panel-dark>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #526069
}

.panel-danger,
.panel-dark,
.panel-info,
.panel-primary,
.panel-success,
.panel-warning {
  border: none
}

.panel-danger .panel-heading,
.panel-dark .panel-heading,
.panel-info .panel-heading,
.panel-primary .panel-heading,
.panel-success .panel-heading,
.panel-warning .panel-heading {
  border: none
}

.panel-danger .panel-title,
.panel-dark .panel-title,
.panel-info .panel-title,
.panel-primary .panel-title,
.panel-success .panel-title,
.panel-warning .panel-title {
  color: #fff
}

.panel-danger .panel-action,
.panel-dark .panel-action,
.panel-info .panel-action,
.panel-primary .panel-action,
.panel-success .panel-action,
.panel-warning .panel-action {
  color: #fff
}

@media screen and (max-width: 480px) {
  .panel-actions {
    right: 20px
  }

  .panel-actions .progress {
    min-width: 80px
  }

  .panel-actions .show-on-hover {
    display: none
  }

  .panel-body,
  .panel-footer,
  .panel-title {
    padding-right: 20px;
    padding-left: 20px
  }
}

.well {
  padding: 20px
}

.well-lg {
  padding: 24px
}

.well-sm {
  padding: 12px
}

.well {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.02);
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.02)
}

.well-primary {
  color: #fff;
  background-color: #62a8ea
}

.well-success {
  color: #fff;
  background-color: #46be8a
}

.well-info {
  color: #fff;
  background-color: #57c7d4
}

.well-warning {
  color: #fff;
  background-color: #f2a654
}

.well-danger {
  color: #fff;
  background-color: #f96868
}

.close.icon {
  font-size: inherit
}

body {
  font-weight: 300
}

th {
  font-weight: 400
}

b,
strong {
  font-weight: 500
}

optgroup {
  font-weight: 500
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
  font-weight: 300
}

.lead {
  font-weight: 100
}

dt {
  font-weight: 500
}

kbd kbd {
  font-weight: 500
}

label {
  font-weight: 300
}

.checkbox label,
.radio label {
  font-weight: 300
}

.checkbox-inline,
.radio-inline {
  font-weight: 300
}

.btn-link {
  font-weight: 300
}

.dropdown-menu>li>a {
  font-weight: 100
}

.input-group-addon {
  font-weight: 300
}

.label {
  font-weight: 500
}

.popover {
  font-weight: 300
}

.tooltip {
  font-weight: 300
}

.modal-content {
  border: none;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2)
}

.modal-header {
  padding: 15px 20px;
  border-bottom: none
}

.modal-header .close {
  margin-top: 1px
}

.modal-body {
  padding: 20px
}

.modal-footer {
  padding: 6px 20px 20px;
  border-top: none
}

.modal-top {
  margin: 0 auto
}

.modal-center {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -webkit-box;
  display: flex;
  height: 100%;
  margin: 0 auto;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: center;
  align-content: center
}

.modal-bottom {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -webkit-box;
  display: flex;
  height: 100%;
  margin: 0 auto;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  -webkit-box-pack: end;
  justify-content: flex-end;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: center;
  align-content: center
}

.modal-sidebar {
  position: absolute;
  right: 0;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -webkit-box;
  display: flex;
  height: 100%;
  margin: 0;
  background-color: #fff;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: center;
  align-content: center
}

.modal-sidebar .modal-content {
  background-color: transparent;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none
}

.modal-sidebar .modal-header {
  border-bottom: none
}

.modal-sidebar .modal-footer {
  border-top: none
}

.modal-sidebar button.close {
  position: fixed;
  top: 20px;
  right: 20px
}

.modal.fade .modal-dialog.modal-sidebar {
  -webkit-transform: translate(25%, 0);
  -ms-transform: translate(25%, 0);
  -o-transform: translate(25%, 0);
  transform: translate(25%, 0)
}

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

.modal-fill-in {
  background-color: transparent
}

.modal-fill-in.in {
  background-color: rgba(255, 255, 255, 0.95);
  opacity: 1
}

.modal-fill-in .modal-dialog {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -webkit-box;
  display: flex;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center
}

@media (min-width: 768px) {
  .modal-fill-in .modal-dialog>* {
    width: 600px
  }

  .modal-fill-in .modal-dialog.modal-sm>* {
    width: 300px
  }

  .modal-fill-in .modal-dialog button.close {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 1;
    filter: alpha(opacity=50);
    opacity: .5;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
  }
}

@media (min-width: 992px) {
  .modal-fill-in .modal-dialog.modal-lg>* {
    width: 900px
  }
}

.modal-fill-in .modal-content {
  background-color: transparent;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none
}

.modal-fill-in .modal-header {
  border-bottom: none
}

.modal-fill-in .modal-footer {
  border-top: none
}

.modal-primary .modal-header {
  background-color: #62a8ea;
  border-radius: 4px 4px 0 0
}

.modal-primary .modal-header * {
  color: #fff
}

.modal-primary .modal-header .close {
  opacity: .6
}

.modal-success .modal-header {
  background-color: #46be8a;
  border-radius: 4px 4px 0 0
}

.modal-success .modal-header * {
  color: #fff
}

.modal-success .modal-header .close {
  opacity: .6
}

.modal-info .modal-header {
  background-color: #57c7d4;
  border-radius: 4px 4px 0 0
}

.modal-info .modal-header * {
  color: #fff
}

.modal-info .modal-header .close {
  opacity: .6
}

.modal-warning .modal-header {
  background-color: #f2a654;
  border-radius: 4px 4px 0 0
}

.modal-warning .modal-header * {
  color: #fff
}

.modal-warning .modal-header .close {
  opacity: .6
}

.modal-danger .modal-header {
  background-color: #f96868;
  border-radius: 4px 4px 0 0
}

.modal-danger .modal-header * {
  color: #fff
}

.modal-danger .modal-header .close {
  opacity: .6
}

.modal.modal-fade-in-scale-up .modal-dialog {
  opacity: 0;
  -webkit-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -o-transform: scale(0.7);
  transform: scale(0.7)
}

.modal.modal-fade-in-scale-up.in .modal-dialog {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1)
}

.modal.modal-slide-in-right .modal-dialog {
  opacity: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9 0s);
  -o-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9 0s);
  transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9 0s);
  -webkit-transform: translate(20%, 0);
  -ms-transform: translate(20%, 0);
  -o-transform: translate(20%, 0);
  transform: translate(20%, 0)
}

.modal.modal-slide-in-right.in .modal-dialog {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0)
}

.modal.modal-slide-from-bottom .modal-dialog {
  opacity: 0;
  -webkit-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  -webkit-transform: translate(0, 20%);
  -ms-transform: translate(0, 20%);
  -o-transform: translate(0, 20%);
  transform: translate(0, 20%)
}

.modal.modal-slide-from-bottom.in .modal-dialog {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0)
}

.modal.modal-newspaper .modal-dialog {
  opacity: 0;
  -webkit-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
  -webkit-transform: scale(0) rotate(720deg);
  -ms-transform: scale(0) rotate(720deg);
  -o-transform: scale(0) rotate(720deg);
  transform: scale(0) rotate(720deg)
}

.modal.modal-newspaper.in .modal-dialog {
  opacity: 1;
  -webkit-transform: scale(1) rotate(0);
  -ms-transform: scale(1) rotate(0);
  -o-transform: scale(1) rotate(0);
  transform: scale(1) rotate(0)
}

.modal.modal-fall {
  -webkit-perspective: 1300px;
  perspective: 1300px
}

.modal.modal-fall .modal-dialog {
  opacity: 0;
  -webkit-transform: translateZ(600px) rotateX(20deg);
  -ms-transform: translateZ(600px) rotateX(20deg);
  transform: translateZ(600px) rotateX(20deg);
  -ms-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d
}

.modal.modal-fall.in .modal-dialog {
  opacity: 1;
  -webkit-transition: all .3s ease-in 0s;
  -o-transition: all .3s ease-in 0s;
  transition: all .3s ease-in 0s;
  -webkit-transform: translateZ(0) rotateX(0);
  -ms-transform: translateZ(0) rotateX(0);
  transform: translateZ(0) rotateX(0)
}

.modal.modal-side-fall {
  -webkit-perspective: 1300px;
  perspective: 1300px
}

.modal.modal-side-fall .modal-dialog {
  -webkit-transform: translate(30%) translateZ(600px) rotate(10deg);
  -ms-transform: translate(30%) translateZ(600px) rotate(10deg);
  transform: translate(30%) translateZ(600px) rotate(10deg);
  -ms-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d
}

.modal.modal-side-fall.in .modal-dialog {
  -webkit-transition: all .3s ease-in 0s;
  -o-transition: all .3s ease-in 0s;
  transition: all .3s ease-in 0s;
  -webkit-transform: translate(0) translateZ(0) rotate(0);
  -ms-transform: translate(0) translateZ(0) rotate(0);
  transform: translate(0) translateZ(0) rotate(0)
}

.modal.modal-3d-flip-horizontal {
  -webkit-perspective: 1300px;
  perspective: 1300px
}

.modal.modal-3d-flip-horizontal .modal-dialog {
  -webkit-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  -webkit-transform: rotateY(-70deg);
  -ms-transform: rotateY(-70deg);
  -o-transform: rotateY(-70deg);
  transform: rotateY(-70deg);
  -ms-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d
}

.modal.modal-3d-flip-horizontal.in .modal-dialog {
  -webkit-transform: rotateY(0);
  -ms-transform: rotateY(0);
  -o-transform: rotateY(0);
  transform: rotateY(0)
}

.modal.modal-3d-flip-vertical {
  -webkit-perspective: 1300px;
  perspective: 1300px
}

.modal.modal-3d-flip-vertical .modal-dialog {
  -webkit-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  -webkit-transform: rotateX(-70deg);
  -ms-transform: rotateX(-70deg);
  -o-transform: rotateX(-70deg);
  transform: rotateX(-70deg);
  -ms-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d
}

.modal.modal-3d-flip-vertical.in .modal-dialog {
  -webkit-transform: rotateX(0);
  -ms-transform: rotateX(0);
  -o-transform: rotateX(0);
  transform: rotateX(0)
}

.modal.modal-3d-sign {
  -webkit-perspective: 1300px;
  perspective: 1300px
}

.modal.modal-3d-sign .modal-dialog {
  -webkit-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  -webkit-transform: rotateX(-60deg);
  -ms-transform: rotateX(-60deg);
  -o-transform: rotateX(-60deg);
  transform: rotateX(-60deg);
  -webkit-transform-origin: 50% 0 0;
  -ms-transform-origin: 50% 0 0;
  -o-transform-origin: 50% 0 0;
  transform-origin: 50% 0 0;
  -ms-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d
}

.modal.modal-3d-sign.in .modal-dialog {
  -webkit-transform: rotateX(0);
  -ms-transform: rotateX(0);
  -o-transform: rotateX(0);
  transform: rotateX(0)
}

.modal.modal-super-scaled .modal-dialog {
  opacity: 0;
  -webkit-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  -webkit-transform: scale(2);
  -ms-transform: scale(2);
  -o-transform: scale(2);
  transform: scale(2)
}

.modal.modal-super-scaled.in .modal-dialog {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1)
}

.modal.modal-just-me .modal-dialog {
  opacity: 0;
  -webkit-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8)
}

.modal.modal-just-me .modal-backdrop {
  background-color: #fff
}

.modal.modal-just-me.in {
  background: #fff
}

.modal.modal-just-me.in .modal-dialog {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1)
}

.modal.modal-just-me.in .modal-backdrop {
  opacity: 1
}

.modal.modal-3d-slit {
  -webkit-perspective: 1300px;
  perspective: 1300px
}

.modal.modal-3d-slit .modal-dialog {
  opacity: 0;
  -webkit-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
  -webkit-transform: translateZ(-3000px) rotateY(90deg);
  -ms-transform: translateZ(-3000px) rotateY(90deg);
  transform: translateZ(-3000px) rotateY(90deg);
  -ms-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d
}

.modal.modal-3d-slit.in .modal-dialog {
  -webkit-animation-name: slit;
  -o-animation-name: slit;
  animation-name: slit;
  -webkit-animation-duration: .7s;
  -o-animation-duration: .7s;
  animation-duration: .7s;
  -webkit-animation-timing-function: ease-out;
  -o-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards
}

.modal.modal-rotate-from-bottom {
  -webkit-perspective: 1300px;
  perspective: 1300px
}

.modal.modal-rotate-from-bottom .modal-dialog {
  -webkit-transition: all .3s ease-out 0s;
  -o-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
  -webkit-transform: translateY(100%) rotateX(90deg);
  -ms-transform: translateY(100%) rotateX(90deg);
  transform: translateY(100%) rotateX(90deg);
  -webkit-transform-origin: 0 100% 0;
  -ms-transform-origin: 0 100% 0;
  -o-transform-origin: 0 100% 0;
  transform-origin: 0 100% 0;
  -ms-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d
}

.modal.modal-rotate-from-bottom.in .modal-dialog {
  -webkit-transform: translateY(0) rotateX(0);
  -ms-transform: translateY(0) rotateX(0);
  transform: translateY(0) rotateX(0)
}

.modal.modal-rotate-from-left {
  -webkit-perspective: 1300px;
  perspective: 1300px
}

.modal.modal-rotate-from-left .modal-dialog {
  -webkit-transition: all .3s ease-out 0s;
  -o-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
  -webkit-transform: translateZ(100px) translateX(-30%) rotateY(90deg);
  -ms-transform: translateZ(100px) translateX(-30%) rotateY(90deg);
  transform: translateZ(100px) translateX(-30%) rotateY(90deg);
  -webkit-transform-origin: 0 100% 0;
  -ms-transform-origin: 0 100% 0;
  -o-transform-origin: 0 100% 0;
  transform-origin: 0 100% 0;
  -ms-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d
}

.modal.modal-rotate-from-left.in .modal-dialog {
  -webkit-transform: translateZ(0) translateX(0) rotateY(0);
  -ms-transform: translateZ(0) translateX(0) rotateY(0);
  transform: translateZ(0) translateX(0) rotateY(0)
}

@-webkit-keyframes slit {
  50% {
    opacity: .5;
    -webkit-transform: translateZ(-250px) rotateY(89deg);
    -ms-transform: translateZ(-250px) rotateY(89deg);
    transform: translateZ(-250px) rotateY(89deg)
  }

  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) rotateY(0);
    -ms-transform: translateZ(0) rotateY(0);
    transform: translateZ(0) rotateY(0)
  }
}

@-o-keyframes slit {
  50% {
    opacity: .5;
    -webkit-transform: translateZ(-250px) rotateY(89deg);
    -ms-transform: translateZ(-250px) rotateY(89deg);
    transform: translateZ(-250px) rotateY(89deg)
  }

  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) rotateY(0);
    -ms-transform: translateZ(0) rotateY(0);
    transform: translateZ(0) rotateY(0)
  }
}

@keyframes slit {
  50% {
    opacity: .5;
    -webkit-transform: translateZ(-250px) rotateY(89deg);
    -ms-transform: translateZ(-250px) rotateY(89deg);
    transform: translateZ(-250px) rotateY(89deg)
  }

  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) rotateY(0);
    -ms-transform: translateZ(0) rotateY(0);
    transform: translateZ(0) rotateY(0)
  }
}

.tooltip-inner {
  padding: 6px 12px
}

.tooltip-primary+.tooltip .tooltip-inner {
  color: #fff;
  background-color: #62a8ea
}

.tooltip-primary+.tooltip.top .tooltip-arrow {
  border-top-color: #62a8ea
}

.tooltip-primary+.tooltip.right .tooltip-arrow {
  border-right-color: #62a8ea
}

.tooltip-primary+.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #62a8ea
}

.tooltip-primary+.tooltip.left .tooltip-arrow {
  border-left-color: #62a8ea
}

.tooltip-success+.tooltip .tooltip-inner {
  color: #fff;
  background-color: #46be8a
}

.tooltip-success+.tooltip.top .tooltip-arrow {
  border-top-color: #46be8a
}

.tooltip-success+.tooltip.right .tooltip-arrow {
  border-right-color: #46be8a
}

.tooltip-success+.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #46be8a
}

.tooltip-success+.tooltip.left .tooltip-arrow {
  border-left-color: #46be8a
}

.tooltip-info+.tooltip .tooltip-inner {
  color: #fff;
  background-color: #57c7d4
}

.tooltip-info+.tooltip.top .tooltip-arrow {
  border-top-color: #57c7d4
}

.tooltip-info+.tooltip.right .tooltip-arrow {
  border-right-color: #57c7d4
}

.tooltip-info+.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #57c7d4
}

.tooltip-info+.tooltip.left .tooltip-arrow {
  border-left-color: #57c7d4
}

.tooltip-warning+.tooltip .tooltip-inner {
  color: #fff;
  background-color: #f2a654
}

.tooltip-warning+.tooltip.top .tooltip-arrow {
  border-top-color: #f2a654
}

.tooltip-warning+.tooltip.right .tooltip-arrow {
  border-right-color: #f2a654
}

.tooltip-warning+.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #f2a654
}

.tooltip-warning+.tooltip.left .tooltip-arrow {
  border-left-color: #f2a654
}

.tooltip-danger+.tooltip .tooltip-inner {
  color: #fff;
  background-color: #f96868
}

.tooltip-danger+.tooltip.top .tooltip-arrow {
  border-top-color: #f96868
}

.tooltip-danger+.tooltip.right .tooltip-arrow {
  border-right-color: #f96868
}

.tooltip-danger+.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #f96868
}

.tooltip-danger+.tooltip.left .tooltip-arrow {
  border-left-color: #f96868
}

.tooltip-rotate+.tooltip {
  opacity: 0;
  -webkit-animation: tooltip-rotate3d 1s ease .1s forwards;
  -o-animation: tooltip-rotate3d 1s ease .1s forwards;
  animation: tooltip-rotate3d 1s ease .1s forwards
}

@-webkit-keyframes tooltip-rotate3d {
  0% {
    opacity: 0;
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg)
  }

  100% {
    opacity: 1;
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }
}

@-o-keyframes tooltip-rotate3d {
  0% {
    opacity: 0;
    -o-transform: rotate(15deg);
    transform: rotate(15deg)
  }

  100% {
    opacity: 1;
    -o-transform: rotate(0);
    transform: rotate(0)
  }
}

@keyframes tooltip-rotate3d {
  0% {
    opacity: 0;
    -webkit-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    transform: rotate(15deg)
  }

  100% {
    opacity: 1;
    -webkit-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0)
  }
}

.tooltip-scale+.tooltip {
  -webkit-animation: tooltip-scale3d 1s ease 0s forwards;
  -o-animation: tooltip-scale3d 1s ease 0s forwards;
  animation: tooltip-scale3d 1s ease 0s forwards
}

@-webkit-keyframes tooltip-scale3d {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.7, 0.3, 1) translate(50%, 50%);
    transform: scale3d(0.7, 0.3, 1) translate(50%, 50%)
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1) translate(50%, 50%);
    transform: scale3d(1, 1, 1) translate(50%, 50%)
  }
}

@-o-keyframes tooltip-scale3d {
  0% {
    opacity: 0;
    transform: scale3d(0.7, 0.3, 1) translate(50%, 50%)
  }

  100% {
    opacity: 1;
    transform: scale3d(1, 1, 1) translate(50%, 50%)
  }
}

@keyframes tooltip-scale3d {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.7, 0.3, 1) translate(50%, 50%);
    transform: scale3d(0.7, 0.3, 1) translate(50%, 50%)
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1) translate(50%, 50%);
    transform: scale3d(1, 1, 1) translate(50%, 50%)
  }
}

.popover {
  padding: 0;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05)
}

.popover.bottom>.arrow:after {
  border-bottom-color: #f3f7f9
}

.popover-content {
  padding: 20px
}

.popover-primary+.popover .popover-title {
  color: #fff;
  background-color: #62a8ea;
  border-color: #62a8ea
}

.popover-primary+.popover.bottom .arrow {
  border-bottom-color: #62a8ea
}

.popover-primary+.popover.bottom .arrow:after {
  border-bottom-color: #62a8ea
}

.popover-success+.popover .popover-title {
  color: #fff;
  background-color: #46be8a;
  border-color: #46be8a
}

.popover-success+.popover.bottom .arrow {
  border-bottom-color: #46be8a
}

.popover-success+.popover.bottom .arrow:after {
  border-bottom-color: #46be8a
}

.popover-info+.popover .popover-title {
  color: #fff;
  background-color: #57c7d4;
  border-color: #57c7d4
}

.popover-info+.popover.bottom .arrow {
  border-bottom-color: #57c7d4
}

.popover-info+.popover.bottom .arrow:after {
  border-bottom-color: #57c7d4
}

.popover-warning+.popover .popover-title {
  color: #fff;
  background-color: #f2a654;
  border-color: #f2a654
}

.popover-warning+.popover.bottom .arrow {
  border-bottom-color: #f2a654
}

.popover-warning+.popover.bottom .arrow:after {
  border-bottom-color: #f2a654
}

.popover-danger+.popover .popover-title {
  color: #fff;
  background-color: #f96868;
  border-color: #f96868
}

.popover-danger+.popover.bottom .arrow {
  border-bottom-color: #f96868
}

.popover-danger+.popover.bottom .arrow:after {
  border-bottom-color: #f96868
}

.popover-rotate+.popover {
  opacity: 0;
  -webkit-animation: popover-rotate3d 1s ease .1s forwards;
  -o-animation: popover-rotate3d 1s ease .1s forwards;
  animation: popover-rotate3d 1s ease .1s forwards
}

@-webkit-keyframes popover-rotate3d {
  0% {
    opacity: 0;
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg)
  }

  100% {
    opacity: 1;
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }
}

@-o-keyframes popover-rotate3d {
  0% {
    opacity: 0;
    -o-transform: rotate(15deg);
    transform: rotate(15deg)
  }

  100% {
    opacity: 1;
    -o-transform: rotate(0);
    transform: rotate(0)
  }
}

@keyframes popover-rotate3d {
  0% {
    opacity: 0;
    -webkit-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    transform: rotate(15deg)
  }

  100% {
    opacity: 1;
    -webkit-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0)
  }
}

.popover-scale+.popover {
  -webkit-animation: popover-scale3d 1s ease 0s forwards;
  -o-animation: popover-scale3d 1s ease 0s forwards;
  animation: popover-scale3d 1s ease 0s forwards
}

@-webkit-keyframes popover-scale3d {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.7, 0.3, 1) translate(50%, 50%);
    transform: scale3d(0.7, 0.3, 1) translate(50%, 50%)
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1) translate(50%, 50%);
    transform: scale3d(1, 1, 1) translate(50%, 50%)
  }
}

@-o-keyframes popover-scale3d {
  0% {
    opacity: 0;
    transform: scale3d(0.7, 0.3, 1) translate(50%, 50%)
  }

  100% {
    opacity: 1;
    transform: scale3d(1, 1, 1) translate(50%, 50%)
  }
}

@keyframes popover-scale3d {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.7, 0.3, 1) translate(50%, 50%);
    transform: scale3d(0.7, 0.3, 1) translate(50%, 50%)
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1) translate(50%, 50%);
    transform: scale3d(1, 1, 1) translate(50%, 50%)
  }
}

.carousel-control {
  min-width: 50px
}

.carousel-control:focus,
.carousel-control:hover {
  filter: alpha(opacity=40);
  opacity: .4
}

.carousel-control .icon {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-top: -8px
}

.carousel-control.left .icon {
  left: 50%;
  margin-left: -8px
}

.carousel-control.right .icon {
  right: 50%;
  margin-right: -8px
}

.carousel-caption h1,
.carousel-caption h2,
.carousel-caption h3,
.carousel-caption h4,
.carousel-caption h5,
.carousel-caption h6 {
  color: inherit
}

.carousel-indicators {
  margin-bottom: 0
}

.carousel-indicators li {
  margin: 3px;
  background-color: rgba(255, 255, 255, 0.3);
  border: none
}

.carousel-indicators .active {
  width: 10px;
  height: 10px;
  margin: 3px
}

.carousel-indicators-scaleup li {
  border: none;
  -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
}

.carousel-indicators-scaleup .active {
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5)
}

.carousel-indicators-fillin li {
  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
}

.carousel-indicators-fillin .active {
  -webkit-box-shadow: 0 0 0 8px #fff inset;
  box-shadow: 0 0 0 8px #fff inset
}

.carousel-indicators-fall li {
  position: relative;
  -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
}

.carousel-indicators-fall li:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  content: '';
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: opacity .3s ease 0s, visibility 0s ease .3s;
  -o-transition: opacity .3s ease 0s, visibility 0s ease .3s;
  transition: 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%)
}

.carousel-indicators-fall .active {
  background-color: transparent;
  -webkit-transform: translate(0, 200%);
  -ms-transform: translate(0, 200%);
  -o-transform: translate(0, 200%);
  transform: translate(0, 200%)
}

.carousel-indicators-fall .active:after {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity .3s ease 0s;
  -o-transition: opacity .3s ease 0s;
  transition: opacity .3s ease 0s
}

@media screen and (min-width: 768px) {
  .carousel-control .icon {
    width: 24px;
    height: 24px;
    margin-top: -12px;
    font-size: 24px
  }

  .carousel-control.left .icon {
    margin-left: -12px
  }

  .carousel-control.right .icon {
    margin-right: -12px
  }
}

.vertical-align {
  font-size: 0
}

.vertical-align:before {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  content: ""
}

.vertical-align-bottom,
.vertical-align-middle {
  display: inline-block;
  max-width: 100%;
  font-size: 14px
}

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

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

.inline {
  display: inline !important
}

.inline-block {
  display: inline-block !important
}

.block {
  display: block !important
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: normal;
  white-space: nowrap
}

.text-break {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  word-wrap: break-word;
  white-space: normal;
  -ms-hyphens: auto
}

.text-nowrap {
  white-space: nowrap
}

.text-top {
  vertical-align: top !important
}

.text-middle {
  vertical-align: middle !important
}

.text-bottom {
  vertical-align: bottom !important
}

.text-left {
  text-align: left !important
}

.text-right {
  text-align: right !important
}

.text-center {
  text-align: center !important
}

.text-justify {
  text-align: justify !important
}

.text-lowercase {
  text-transform: lowercase !important
}

.text-uppercase {
  text-transform: uppercase !important
}

.text-capitalize {
  text-transform: capitalize !important
}

.font-weight-unset {
  font-weight: unset !important
}

.font-weight-100 {
  font-weight: 100 !important
}

.font-weight-200 {
  font-weight: 200 !important
}

.font-weight-300 {
  font-weight: 300 !important
}

.font-weight-400 {
  font-weight: 400 !important
}

.font-weight-500 {
  font-weight: 500 !important
}

.font-weight-600 {
  font-weight: 600 !important
}

.font-weight-700 {
  font-weight: 700 !important
}

.font-weight-800 {
  font-weight: 800 !important
}

.font-weight-900 {
  font-weight: 900 !important
}

.font-weight-light {
  font-weight: 100 !important
}

.font-weight-normal {
  font-weight: 300 !important
}

.font-weight-medium {
  font-weight: 400 !important
}

.font-weight-bold {
  font-weight: 500 !important
}

.font-size-0 {
  font-size: 0 !important
}

.font-size-10 {
  font-size: 10px !important
}

.font-size-12 {
  font-size: 12px !important
}

.font-size-14 {
  font-size: 14px !important
}

.font-size-16 {
  font-size: 16px !important
}

.font-size-18 {
  font-size: 18px !important
}

.font-size-20 {
  font-size: 20px !important
}

.font-size-24 {
  font-size: 24px !important
}

.font-size-26 {
  font-size: 26px !important
}

.font-size-30 {
  font-size: 30px !important
}

.font-size-40 {
  font-size: 40px !important
}

.font-size-50 {
  font-size: 50px !important
}

.font-size-60 {
  font-size: 60px !important
}

.font-size-70 {
  font-size: 70px !important
}

.font-size-80 {
  font-size: 80px !important
}

.visible-xlg {
  display: none !important
}

.visible-xlg-block,
.visible-xlg-inline,
.visible-xlg-inline-block {
  display: none !important
}

@media (min-width: 1600px) {
  .visible-xlg {
    display: block !important
  }

  table.visible-xlg {
    display: table !important
  }

  tr.visible-xlg {
    display: table-row !important
  }

  td.visible-xlg,
  th.visible-xlg {
    display: table-cell !important
  }
}

@media (min-width: 1600px) {
  .visible-xlg-block {
    display: block !important
  }
}

@media (min-width: 1600px) {
  .visible-xlg-inline {
    display: inline !important
  }
}

@media (min-width: 1200px) {
  .visible-xlg-inline-block {
    display: inline-block !important
  }
}

@media (min-width: 1600px) {
  .hidden-xlg {
    display: none !important
  }
}

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap
}

.select2-container .select2-search--inline {
  float: left
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051
}

.select2-results {
  display: block
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0
}

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none
}

.select2-results__option[aria-selected] {
  cursor: pointer
}

.select2-container--open .select2-dropdown {
  left: 0
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0
}

.select2-search--dropdown {
  display: block;
  padding: 4px
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none
}

.select2-search--dropdown.select2-search--hide {
  display: none
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0)
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
  padding: 1px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield
}

.select2-container--default .select2-results>.select2-results__options {
  max-height: 200px;
  overflow-y: auto
}

.select2-container--default .select2-results__option[role=group] {
  padding: 0
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none
}

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none
}

.select2-container--classic .select2-dropdown--below {
  border-top: none
}

.select2-container--classic .select2-results>.select2-results__options {
  max-height: 200px;
  overflow-y: auto
}

.select2-container--classic .select2-results__option[role=group] {
  padding: 0
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb
}

/*!
 * Font Awesome Free 5.15.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("/tpl/fonts/fa-solid-900-e2675a616b68f446fa6284c111554c7f.eot?vsn=d");
  src: url("/tpl/fonts/fa-solid-900.eot#iefix") format("embedded-opentype"), url("/tpl/fonts/fa-solid-900-64b3e814a66c2719b15abf8f7998bd73.woff2?vsn=d") format("woff2"), url("/tpl/fonts/fa-solid-900.svg#fontawesome") format("svg")
}

@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("/tpl/fonts/fa-regular-400-859001f6ae8eb0bb3878aaa971b50fc6.eot?vsn=d");
  src: url("/tpl/fonts/fa-regular-400.eot#iefix") format("embedded-opentype"), url("/tpl/fonts/fa-regular-400-7980a6361c25b4665dbbe92d4488783c.woff2?vsn=d") format("woff2"), url("/tpl/fonts/fa-regular-400-7aaf5675efd6339e9aba53ecbe5f1e36.woff?vsn=d") format("woff"), url("/tpl/fonts/fa-regular-400-f33342516f7cbe46f1d6b68f9e7bbeda.ttf?vsn=d") format("truetype"), url("/tpl/fonts/fa-regular-400.svg#fontawesome") format("svg")
}

@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: normal;
  font-display: block;
  src: url("/tpl/fonts/fa-brands-400.eot");
  src: url("/tpl/fonts/fa-brands-400.eot#iefix") format("embedded-opentype"), url("/tpl/fonts/fa-brands-400.woff2") format("woff2"), url("/tpl/fonts/fa-brands-400.woff") format("woff"), url("/tpl/fonts/fa-brands-400.ttf") format("truetype"), url("/tpl/fonts/fa-brands-400.svg#fontawesome") format("svg")
}

.fa,
.fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900
}

.far {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400
}

.fab {
  font-family: 'Font Awesome 5 Brands'
}

.fa,
.fas,
.far,
.fal,
.fad,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1
}

.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -.0667em
}

.fa-xs {
  font-size: .75em
}

.fa-sm {
  font-size: .875em
}

.fa-1x {
  font-size: 1em
}

.fa-2x {
  font-size: 2em
}

.fa-3x {
  font-size: 3em
}

.fa-4x {
  font-size: 4em
}

.fa-5x {
  font-size: 5em
}

.fa-6x {
  font-size: 6em
}

.fa-7x {
  font-size: 7em
}

.fa-8x {
  font-size: 8em
}

.fa-9x {
  font-size: 9em
}

.fa-10x {
  font-size: 10em
}

.fa-fw {
  text-align: center;
  width: 1.25em
}

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0
}

.fa-ul>li {
  position: relative
}

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit
}

.fa-border {
  border: solid 0.08em #eee;
  border-radius: .1em;
  padding: .2em .25em .15em
}

.fa-pull-left {
  float: left
}

.fa-pull-right {
  float: right
}

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: .3em
}

.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: .3em
}

.fa-spin {
  animation: fa-spin 2s infinite linear
}

.fa-pulse {
  animation: fa-spin 1s infinite steps(8)
}

@keyframes fa-spin {
  0% {
    transform: rotate(0deg)
  }

  100% {
    transform: rotate(360deg)
  }
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg)
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg)
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg)
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1)
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1)
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(-1, -1)
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
  filter: none
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em
}

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%
}

.fa-stack-1x {
  line-height: inherit
}

.fa-stack-2x {
  font-size: 2em
}

.fa-inverse {
  color: #fff
}

.fa-500px:before {
  content: "\f26e"
}

.fa-accessible-icon:before {
  content: "\f368"
}

.fa-accusoft:before {
  content: "\f369"
}

.fa-acquisitions-incorporated:before {
  content: "\f6af"
}

.fa-ad:before {
  content: "\f641"
}

.fa-address-book:before {
  content: "\f2b9"
}

.fa-address-card:before {
  content: "\f2bb"
}

.fa-adjust:before {
  content: "\f042"
}

.fa-adn:before {
  content: "\f170"
}

.fa-adversal:before {
  content: "\f36a"
}

.fa-affiliatetheme:before {
  content: "\f36b"
}

.fa-air-freshener:before {
  content: "\f5d0"
}

.fa-airbnb:before {
  content: "\f834"
}

.fa-algolia:before {
  content: "\f36c"
}

.fa-align-center:before {
  content: "\f037"
}

.fa-align-justify:before {
  content: "\f039"
}

.fa-align-left:before {
  content: "\f036"
}

.fa-align-right:before {
  content: "\f038"
}

.fa-alipay:before {
  content: "\f642"
}

.fa-allergies:before {
  content: "\f461"
}

.fa-amazon:before {
  content: "\f270"
}

.fa-amazon-pay:before {
  content: "\f42c"
}

.fa-ambulance:before {
  content: "\f0f9"
}

.fa-american-sign-language-interpreting:before {
  content: "\f2a3"
}

.fa-amilia:before {
  content: "\f36d"
}

.fa-anchor:before {
  content: "\f13d"
}

.fa-android:before {
  content: "\f17b"
}

.fa-angellist:before {
  content: "\f209"
}

.fa-angle-double-down:before {
  content: "\f103"
}

.fa-angle-double-left:before {
  content: "\f100"
}

.fa-angle-double-right:before {
  content: "\f101"
}

.fa-angle-double-up:before {
  content: "\f102"
}

.fa-angle-down:before {
  content: "\f107"
}

.fa-angle-left:before {
  content: "\f104"
}

.fa-angle-right:before {
  content: "\f105"
}

.fa-angle-up:before {
  content: "\f106"
}

.fa-angry:before {
  content: "\f556"
}

.fa-angrycreative:before {
  content: "\f36e"
}

.fa-angular:before {
  content: "\f420"
}

.fa-ankh:before {
  content: "\f644"
}

.fa-app-store:before {
  content: "\f36f"
}

.fa-app-store-ios:before {
  content: "\f370"
}

.fa-apper:before {
  content: "\f371"
}

.fa-apple:before {
  content: "\f179"
}

.fa-apple-alt:before {
  content: "\f5d1"
}

.fa-apple-pay:before {
  content: "\f415"
}

.fa-archive:before {
  content: "\f187"
}

.fa-archway:before {
  content: "\f557"
}

.fa-arrow-alt-circle-down:before {
  content: "\f358"
}

.fa-arrow-alt-circle-left:before {
  content: "\f359"
}

.fa-arrow-alt-circle-right:before {
  content: "\f35a"
}

.fa-arrow-alt-circle-up:before {
  content: "\f35b"
}

.fa-arrow-circle-down:before {
  content: "\f0ab"
}

.fa-arrow-circle-left:before {
  content: "\f0a8"
}

.fa-arrow-circle-right:before {
  content: "\f0a9"
}

.fa-arrow-circle-up:before {
  content: "\f0aa"
}

.fa-arrow-down:before {
  content: "\f063"
}

.fa-arrow-left:before {
  content: "\f060"
}

.fa-arrow-right:before {
  content: "\f061"
}

.fa-arrow-up:before {
  content: "\f062"
}

.fa-arrows-alt:before {
  content: "\f0b2"
}

.fa-arrows-alt-h:before {
  content: "\f337"
}

.fa-arrows-alt-v:before {
  content: "\f338"
}

.fa-artstation:before {
  content: "\f77a"
}

.fa-assistive-listening-systems:before {
  content: "\f2a2"
}

.fa-asterisk:before {
  content: "\f069"
}

.fa-asymmetrik:before {
  content: "\f372"
}

.fa-at:before {
  content: "\f1fa"
}

.fa-atlas:before {
  content: "\f558"
}

.fa-atlassian:before {
  content: "\f77b"
}

.fa-atom:before {
  content: "\f5d2"
}

.fa-audible:before {
  content: "\f373"
}

.fa-audio-description:before {
  content: "\f29e"
}

.fa-autoprefixer:before {
  content: "\f41c"
}

.fa-avianex:before {
  content: "\f374"
}

.fa-aviato:before {
  content: "\f421"
}

.fa-award:before {
  content: "\f559"
}

.fa-aws:before {
  content: "\f375"
}

.fa-baby:before {
  content: "\f77c"
}

.fa-baby-carriage:before {
  content: "\f77d"
}

.fa-backspace:before {
  content: "\f55a"
}

.fa-backward:before {
  content: "\f04a"
}

.fa-bacon:before {
  content: "\f7e5"
}

.fa-bacteria:before {
  content: "\e059"
}

.fa-bacterium:before {
  content: "\e05a"
}

.fa-bahai:before {
  content: "\f666"
}

.fa-balance-scale:before {
  content: "\f24e"
}

.fa-balance-scale-left:before {
  content: "\f515"
}

.fa-balance-scale-right:before {
  content: "\f516"
}

.fa-ban:before {
  content: "\f05e"
}

.fa-band-aid:before {
  content: "\f462"
}

.fa-bandcamp:before {
  content: "\f2d5"
}

.fa-barcode:before {
  content: "\f02a"
}

.fa-bars:before {
  content: "\f0c9"
}

.fa-baseball-ball:before {
  content: "\f433"
}

.fa-basketball-ball:before {
  content: "\f434"
}

.fa-bath:before {
  content: "\f2cd"
}

.fa-battery-empty:before {
  content: "\f244"
}

.fa-battery-full:before {
  content: "\f240"
}

.fa-battery-half:before {
  content: "\f242"
}

.fa-battery-quarter:before {
  content: "\f243"
}

.fa-battery-three-quarters:before {
  content: "\f241"
}

.fa-battle-net:before {
  content: "\f835"
}

.fa-bed:before {
  content: "\f236"
}

.fa-beer:before {
  content: "\f0fc"
}

.fa-behance:before {
  content: "\f1b4"
}

.fa-behance-square:before {
  content: "\f1b5"
}

.fa-bell:before {
  content: "\f0f3"
}

.fa-bell-slash:before {
  content: "\f1f6"
}

.fa-bezier-curve:before {
  content: "\f55b"
}

.fa-bible:before {
  content: "\f647"
}

.fa-bicycle:before {
  content: "\f206"
}

.fa-biking:before {
  content: "\f84a"
}

.fa-bimobject:before {
  content: "\f378"
}

.fa-binoculars:before {
  content: "\f1e5"
}

.fa-biohazard:before {
  content: "\f780"
}

.fa-birthday-cake:before {
  content: "\f1fd"
}

.fa-bitbucket:before {
  content: "\f171"
}

.fa-bitcoin:before {
  content: "\f379"
}

.fa-bity:before {
  content: "\f37a"
}

.fa-black-tie:before {
  content: "\f27e"
}

.fa-blackberry:before {
  content: "\f37b"
}

.fa-blender:before {
  content: "\f517"
}

.fa-blender-phone:before {
  content: "\f6b6"
}

.fa-blind:before {
  content: "\f29d"
}

.fa-blog:before {
  content: "\f781"
}

.fa-blogger:before {
  content: "\f37c"
}

.fa-blogger-b:before {
  content: "\f37d"
}

.fa-bluetooth:before {
  content: "\f293"
}

.fa-bluetooth-b:before {
  content: "\f294"
}

.fa-bold:before {
  content: "\f032"
}

.fa-bolt:before {
  content: "\f0e7"
}

.fa-bomb:before {
  content: "\f1e2"
}

.fa-bone:before {
  content: "\f5d7"
}

.fa-bong:before {
  content: "\f55c"
}

.fa-book:before {
  content: "\f02d"
}

.fa-book-dead:before {
  content: "\f6b7"
}

.fa-book-medical:before {
  content: "\f7e6"
}

.fa-book-open:before {
  content: "\f518"
}

.fa-book-reader:before {
  content: "\f5da"
}

.fa-bookmark:before {
  content: "\f02e"
}

.fa-bootstrap:before {
  content: "\f836"
}

.fa-border-all:before {
  content: "\f84c"
}

.fa-border-none:before {
  content: "\f850"
}

.fa-border-style:before {
  content: "\f853"
}

.fa-bowling-ball:before {
  content: "\f436"
}

.fa-box:before {
  content: "\f466"
}

.fa-box-open:before {
  content: "\f49e"
}

.fa-box-tissue:before {
  content: "\e05b"
}

.fa-boxes:before {
  content: "\f468"
}

.fa-braille:before {
  content: "\f2a1"
}

.fa-brain:before {
  content: "\f5dc"
}

.fa-bread-slice:before {
  content: "\f7ec"
}

.fa-briefcase:before {
  content: "\f0b1"
}

.fa-briefcase-medical:before {
  content: "\f469"
}

.fa-broadcast-tower:before {
  content: "\f519"
}

.fa-broom:before {
  content: "\f51a"
}

.fa-brush:before {
  content: "\f55d"
}

.fa-btc:before {
  content: "\f15a"
}

.fa-buffer:before {
  content: "\f837"
}

.fa-bug:before {
  content: "\f188"
}

.fa-building:before {
  content: "\f1ad"
}

.fa-bullhorn:before {
  content: "\f0a1"
}

.fa-bullseye:before {
  content: "\f140"
}

.fa-burn:before {
  content: "\f46a"
}

.fa-buromobelexperte:before {
  content: "\f37f"
}

.fa-bus:before {
  content: "\f207"
}

.fa-bus-alt:before {
  content: "\f55e"
}

.fa-business-time:before {
  content: "\f64a"
}

.fa-buy-n-large:before {
  content: "\f8a6"
}

.fa-buysellads:before {
  content: "\f20d"
}

.fa-calculator:before {
  content: "\f1ec"
}

.fa-calendar:before {
  content: "\f133"
}

.fa-calendar-alt:before {
  content: "\f073"
}

.fa-calendar-check:before {
  content: "\f274"
}

.fa-calendar-day:before {
  content: "\f783"
}

.fa-calendar-minus:before {
  content: "\f272"
}

.fa-calendar-plus:before {
  content: "\f271"
}

.fa-calendar-times:before {
  content: "\f273"
}

.fa-calendar-week:before {
  content: "\f784"
}

.fa-camera:before {
  content: "\f030"
}

.fa-camera-retro:before {
  content: "\f083"
}

.fa-campground:before {
  content: "\f6bb"
}

.fa-canadian-maple-leaf:before {
  content: "\f785"
}

.fa-candy-cane:before {
  content: "\f786"
}

.fa-cannabis:before {
  content: "\f55f"
}

.fa-capsules:before {
  content: "\f46b"
}

.fa-car:before {
  content: "\f1b9"
}

.fa-car-alt:before {
  content: "\f5de"
}

.fa-car-battery:before {
  content: "\f5df"
}

.fa-car-crash:before {
  content: "\f5e1"
}

.fa-car-side:before {
  content: "\f5e4"
}

.fa-caravan:before {
  content: "\f8ff"
}

.fa-caret-down:before {
  content: "\f0d7"
}

.fa-caret-left:before {
  content: "\f0d9"
}

.fa-caret-right:before {
  content: "\f0da"
}

.fa-caret-square-down:before {
  content: "\f150"
}

.fa-caret-square-left:before {
  content: "\f191"
}

.fa-caret-square-right:before {
  content: "\f152"
}

.fa-caret-square-up:before {
  content: "\f151"
}

.fa-caret-up:before {
  content: "\f0d8"
}

.fa-carrot:before {
  content: "\f787"
}

.fa-cart-arrow-down:before {
  content: "\f218"
}

.fa-cart-plus:before {
  content: "\f217"
}

.fa-cash-register:before {
  content: "\f788"
}

.fa-cat:before {
  content: "\f6be"
}

.fa-cc-amazon-pay:before {
  content: "\f42d"
}

.fa-cc-amex:before {
  content: "\f1f3"
}

.fa-cc-apple-pay:before {
  content: "\f416"
}

.fa-cc-diners-club:before {
  content: "\f24c"
}

.fa-cc-discover:before {
  content: "\f1f2"
}

.fa-cc-jcb:before {
  content: "\f24b"
}

.fa-cc-mastercard:before {
  content: "\f1f1"
}

.fa-cc-paypal:before {
  content: "\f1f4"
}

.fa-cc-stripe:before {
  content: "\f1f5"
}

.fa-cc-visa:before {
  content: "\f1f0"
}

.fa-centercode:before {
  content: "\f380"
}

.fa-centos:before {
  content: "\f789"
}

.fa-certificate:before {
  content: "\f0a3"
}

.fa-chair:before {
  content: "\f6c0"
}

.fa-chalkboard:before {
  content: "\f51b"
}

.fa-chalkboard-teacher:before {
  content: "\f51c"
}

.fa-charging-station:before {
  content: "\f5e7"
}

.fa-chart-area:before {
  content: "\f1fe"
}

.fa-chart-bar:before {
  content: "\f080"
}

.fa-chart-line:before {
  content: "\f201"
}

.fa-chart-pie:before {
  content: "\f200"
}

.fa-check:before {
  content: "\f00c"
}

.fa-check-circle:before {
  content: "\f058"
}

.fa-check-double:before {
  content: "\f560"
}

.fa-check-square:before {
  content: "\f14a"
}

.fa-cheese:before {
  content: "\f7ef"
}

.fa-chess:before {
  content: "\f439"
}

.fa-chess-bishop:before {
  content: "\f43a"
}

.fa-chess-board:before {
  content: "\f43c"
}

.fa-chess-king:before {
  content: "\f43f"
}

.fa-chess-knight:before {
  content: "\f441"
}

.fa-chess-pawn:before {
  content: "\f443"
}

.fa-chess-queen:before {
  content: "\f445"
}

.fa-chess-rook:before {
  content: "\f447"
}

.fa-chevron-circle-down:before {
  content: "\f13a"
}

.fa-chevron-circle-left:before {
  content: "\f137"
}

.fa-chevron-circle-right:before {
  content: "\f138"
}

.fa-chevron-circle-up:before {
  content: "\f139"
}

.fa-chevron-down:before {
  content: "\f078"
}

.fa-chevron-left:before {
  content: "\f053"
}

.fa-chevron-right:before {
  content: "\f054"
}

.fa-chevron-up:before {
  content: "\f077"
}

.fa-child:before {
  content: "\f1ae"
}

.fa-chrome:before {
  content: "\f268"
}

.fa-chromecast:before {
  content: "\f838"
}

.fa-church:before {
  content: "\f51d"
}

.fa-circle:before {
  content: "\f111"
}

.fa-circle-notch:before {
  content: "\f1ce"
}

.fa-city:before {
  content: "\f64f"
}

.fa-clinic-medical:before {
  content: "\f7f2"
}

.fa-clipboard:before {
  content: "\f328"
}

.fa-clipboard-check:before {
  content: "\f46c"
}

.fa-clipboard-list:before {
  content: "\f46d"
}

.fa-clock:before {
  content: "\f017"
}

.fa-clone:before {
  content: "\f24d"
}

.fa-closed-captioning:before {
  content: "\f20a"
}

.fa-cloud:before {
  content: "\f0c2"
}

.fa-cloud-download-alt:before {
  content: "\f381"
}

.fa-cloud-meatball:before {
  content: "\f73b"
}

.fa-cloud-moon:before {
  content: "\f6c3"
}

.fa-cloud-moon-rain:before {
  content: "\f73c"
}

.fa-cloud-rain:before {
  content: "\f73d"
}

.fa-cloud-showers-heavy:before {
  content: "\f740"
}

.fa-cloud-sun:before {
  content: "\f6c4"
}

.fa-cloud-sun-rain:before {
  content: "\f743"
}

.fa-cloud-upload-alt:before {
  content: "\f382"
}

.fa-cloudflare:before {
  content: "\e07d"
}

.fa-cloudscale:before {
  content: "\f383"
}

.fa-cloudsmith:before {
  content: "\f384"
}

.fa-cloudversify:before {
  content: "\f385"
}

.fa-cocktail:before {
  content: "\f561"
}

.fa-code:before {
  content: "\f121"
}

.fa-code-branch:before {
  content: "\f126"
}

.fa-codepen:before {
  content: "\f1cb"
}

.fa-codiepie:before {
  content: "\f284"
}

.fa-coffee:before {
  content: "\f0f4"
}

.fa-cog:before {
  content: "\f013"
}

.fa-cogs:before {
  content: "\f085"
}

.fa-coins:before {
  content: "\f51e"
}

.fa-columns:before {
  content: "\f0db"
}

.fa-comment:before {
  content: "\f075"
}

.fa-comment-alt:before {
  content: "\f27a"
}

.fa-comment-dollar:before {
  content: "\f651"
}

.fa-comment-dots:before {
  content: "\f4ad"
}

.fa-comment-medical:before {
  content: "\f7f5"
}

.fa-comment-slash:before {
  content: "\f4b3"
}

.fa-comments:before {
  content: "\f086"
}

.fa-comments-dollar:before {
  content: "\f653"
}

.fa-compact-disc:before {
  content: "\f51f"
}

.fa-compass:before {
  content: "\f14e"
}

.fa-compress:before {
  content: "\f066"
}

.fa-compress-alt:before {
  content: "\f422"
}

.fa-compress-arrows-alt:before {
  content: "\f78c"
}

.fa-concierge-bell:before {
  content: "\f562"
}

.fa-confluence:before {
  content: "\f78d"
}

.fa-connectdevelop:before {
  content: "\f20e"
}

.fa-contao:before {
  content: "\f26d"
}

.fa-cookie:before {
  content: "\f563"
}

.fa-cookie-bite:before {
  content: "\f564"
}

.fa-copy:before {
  content: "\f0c5"
}

.fa-copyright:before {
  content: "\f1f9"
}

.fa-cotton-bureau:before {
  content: "\f89e"
}

.fa-couch:before {
  content: "\f4b8"
}

.fa-cpanel:before {
  content: "\f388"
}

.fa-creative-commons:before {
  content: "\f25e"
}

.fa-creative-commons-by:before {
  content: "\f4e7"
}

.fa-creative-commons-nc:before {
  content: "\f4e8"
}

.fa-creative-commons-nc-eu:before {
  content: "\f4e9"
}

.fa-creative-commons-nc-jp:before {
  content: "\f4ea"
}

.fa-creative-commons-nd:before {
  content: "\f4eb"
}

.fa-creative-commons-pd:before {
  content: "\f4ec"
}

.fa-creative-commons-pd-alt:before {
  content: "\f4ed"
}

.fa-creative-commons-remix:before {
  content: "\f4ee"
}

.fa-creative-commons-sa:before {
  content: "\f4ef"
}

.fa-creative-commons-sampling:before {
  content: "\f4f0"
}

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1"
}

.fa-creative-commons-share:before {
  content: "\f4f2"
}

.fa-creative-commons-zero:before {
  content: "\f4f3"
}

.fa-credit-card:before {
  content: "\f09d"
}

.fa-critical-role:before {
  content: "\f6c9"
}

.fa-crop:before {
  content: "\f125"
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-crop-alt:before {
  content: "\f565"
}

.fa-cross:before {
  content: "\f654"
}

.fa-crosshairs:before {
  content: "\f05b"
}

.fa-crow:before {
  content: "\f520"
}

.fa-crown:before {
  content: "\f521"
}

.fa-crutch:before {
  content: "\f7f7"
}

.fa-css3:before {
  content: "\f13c"
}

.fa-css3-alt:before {
  content: "\f38b"
}

.fa-cube:before {
  content: "\f1b2"
}

.fa-cubes:before {
  content: "\f1b3"
}

.fa-cut:before {
  content: "\f0c4"
}

.fa-cuttlefish:before {
  content: "\f38c"
}

.fa-d-and-d:before {
  content: "\f38d"
}

.fa-d-and-d-beyond:before {
  content: "\f6ca"
}

.fa-dailymotion:before {
  content: "\e052"
}

.fa-dashcube:before {
  content: "\f210"
}

.fa-database:before {
  content: "\f1c0"
}

.fa-deaf:before {
  content: "\f2a4"
}

.fa-deezer:before {
  content: "\e077"
}

.fa-delicious:before {
  content: "\f1a5"
}

.fa-democrat:before {
  content: "\f747"
}

.fa-deploydog:before {
  content: "\f38e"
}

.fa-deskpro:before {
  content: "\f38f"
}

.fa-desktop:before {
  content: "\f108"
}

.fa-dev:before {
  content: "\f6cc"
}

.fa-deviantart:before {
  content: "\f1bd"
}

.fa-dharmachakra:before {
  content: "\f655"
}

.fa-dhl:before {
  content: "\f790"
}

.fa-diagnoses:before {
  content: "\f470"
}

.fa-diaspora:before {
  content: "\f791"
}

.fa-dice:before {
  content: "\f522"
}

.fa-dice-d20:before {
  content: "\f6cf"
}

.fa-dice-d6:before {
  content: "\f6d1"
}

.fa-dice-five:before {
  content: "\f523"
}

.fa-dice-four:before {
  content: "\f524"
}

.fa-dice-one:before {
  content: "\f525"
}

.fa-dice-six:before {
  content: "\f526"
}

.fa-dice-three:before {
  content: "\f527"
}

.fa-dice-two:before {
  content: "\f528"
}

.fa-digg:before {
  content: "\f1a6"
}

.fa-digital-ocean:before {
  content: "\f391"
}

.fa-digital-tachograph:before {
  content: "\f566"
}

.fa-directions:before {
  content: "\f5eb"
}

.fa-discord:before {
  content: "\f392"
}

.fa-discourse:before {
  content: "\f393"
}

.fa-disease:before {
  content: "\f7fa"
}

.fa-divide:before {
  content: "\f529"
}

.fa-dizzy:before {
  content: "\f567"
}

.fa-dna:before {
  content: "\f471"
}

.fa-dochub:before {
  content: "\f394"
}

.fa-docker:before {
  content: "\f395"
}

.fa-dog:before {
  content: "\f6d3"
}

.fa-dollar-sign:before {
  content: "\f155"
}

.fa-dolly:before {
  content: "\f472"
}

.fa-dolly-flatbed:before {
  content: "\f474"
}

.fa-donate:before {
  content: "\f4b9"
}

.fa-door-closed:before {
  content: "\f52a"
}

.fa-door-open:before {
  content: "\f52b"
}

.fa-dot-circle:before {
  content: "\f192"
}

.fa-dove:before {
  content: "\f4ba"
}

.fa-download:before {
  content: "\f019"
}

.fa-draft2digital:before {
  content: "\f396"
}

.fa-drafting-compass:before {
  content: "\f568"
}

.fa-dragon:before {
  content: "\f6d5"
}

.fa-draw-polygon:before {
  content: "\f5ee"
}

.fa-dribbble:before {
  content: "\f17d"
}

.fa-dribbble-square:before {
  content: "\f397"
}

.fa-dropbox:before {
  content: "\f16b"
}

.fa-drum:before {
  content: "\f569"
}

.fa-drum-steelpan:before {
  content: "\f56a"
}

.fa-drumstick-bite:before {
  content: "\f6d7"
}

.fa-drupal:before {
  content: "\f1a9"
}

.fa-dumbbell:before {
  content: "\f44b"
}

.fa-dumpster:before {
  content: "\f793"
}

.fa-dumpster-fire:before {
  content: "\f794"
}

.fa-dungeon:before {
  content: "\f6d9"
}

.fa-dyalog:before {
  content: "\f399"
}

.fa-earlybirds:before {
  content: "\f39a"
}

.fa-ebay:before {
  content: "\f4f4"
}

.fa-edge:before {
  content: "\f282"
}

.fa-edge-legacy:before {
  content: "\e078"
}

.fa-edit:before {
  content: "\f044"
}

.fa-egg:before {
  content: "\f7fb"
}

.fa-eject:before {
  content: "\f052"
}

.fa-elementor:before {
  content: "\f430"
}

.fa-ellipsis-h:before {
  content: "\f141"
}

.fa-ellipsis-v:before {
  content: "\f142"
}

.fa-ello:before {
  content: "\f5f1"
}

.fa-ember:before {
  content: "\f423"
}

.fa-empire:before {
  content: "\f1d1"
}

.fa-envelope:before {
  content: "\f0e0"
}

.fa-envelope-open:before {
  content: "\f2b6"
}

.fa-envelope-open-text:before {
  content: "\f658"
}

.fa-envelope-square:before {
  content: "\f199"
}

.fa-envira:before {
  content: "\f299"
}

.fa-equals:before {
  content: "\f52c"
}

.fa-eraser:before {
  content: "\f12d"
}

.fa-erlang:before {
  content: "\f39d"
}

.fa-ethereum:before {
  content: "\f42e"
}

.fa-ethernet:before {
  content: "\f796"
}

.fa-etsy:before {
  content: "\f2d7"
}

.fa-euro-sign:before {
  content: "\f153"
}

.fa-evernote:before {
  content: "\f839"
}

.fa-exchange-alt:before {
  content: "\f362"
}

.fa-exclamation:before {
  content: "\f12a"
}

.fa-exclamation-circle:before {
  content: "\f06a"
}

.fa-exclamation-triangle:before {
  content: "\f071"
}

.fa-expand:before {
  content: "\f065"
}

.fa-expand-alt:before {
  content: "\f424"
}

.fa-expand-arrows-alt:before {
  content: "\f31e"
}

.fa-expeditedssl:before {
  content: "\f23e"
}

.fa-external-link-alt:before {
  content: "\f35d"
}

.fa-external-link-square-alt:before {
  content: "\f360"
}

.fa-eye:before {
  content: "\f06e"
}

.fa-eye-dropper:before {
  content: "\f1fb"
}

.fa-eye-slash:before {
  content: "\f070"
}

.fa-facebook:before {
  content: "\f09a"
}

.fa-facebook-f:before {
  content: "\f39e"
}

.fa-facebook-messenger:before {
  content: "\f39f"
}

.fa-facebook-square:before {
  content: "\f082"
}

.fa-fan:before {
  content: "\f863"
}

.fa-fantasy-flight-games:before {
  content: "\f6dc"
}

.fa-fast-backward:before {
  content: "\f049"
}

.fa-fast-forward:before {
  content: "\f050"
}

.fa-faucet:before {
  content: "\e005"
}

.fa-fax:before {
  content: "\f1ac"
}

.fa-feather:before {
  content: "\f52d"
}

.fa-feather-alt:before {
  content: "\f56b"
}

.fa-fedex:before {
  content: "\f797"
}

.fa-fedora:before {
  content: "\f798"
}

.fa-female:before {
  content: "\f182"
}

.fa-fighter-jet:before {
  content: "\f0fb"
}

.fa-figma:before {
  content: "\f799"
}

.fa-file:before {
  content: "\f15b"
}

.fa-file-alt:before {
  content: "\f15c"
}

.fa-file-archive:before {
  content: "\f1c6"
}

.fa-file-audio:before {
  content: "\f1c7"
}

.fa-file-code:before {
  content: "\f1c9"
}

.fa-file-contract:before {
  content: "\f56c"
}

.fa-file-csv:before {
  content: "\f6dd"
}

.fa-file-download:before {
  content: "\f56d"
}

.fa-file-excel:before {
  content: "\f1c3"
}

.fa-file-export:before {
  content: "\f56e"
}

.fa-file-image:before {
  content: "\f1c5"
}

.fa-file-import:before {
  content: "\f56f"
}

.fa-file-invoice:before {
  content: "\f570"
}

.fa-file-invoice-dollar:before {
  content: "\f571"
}

.fa-file-medical:before {
  content: "\f477"
}

.fa-file-medical-alt:before {
  content: "\f478"
}

.fa-file-pdf:before {
  content: "\f1c1"
}

.fa-file-powerpoint:before {
  content: "\f1c4"
}

.fa-file-prescription:before {
  content: "\f572"
}

.fa-file-signature:before {
  content: "\f573"
}

.fa-file-upload:before {
  content: "\f574"
}

.fa-file-video:before {
  content: "\f1c8"
}

.fa-file-word:before {
  content: "\f1c2"
}

.fa-fill:before {
  content: "\f575"
}

.fa-fill-drip:before {
  content: "\f576"
}

.fa-film:before {
  content: "\f008"
}

.fa-filter:before {
  content: "\f0b0"
}

.fa-fingerprint:before {
  content: "\f577"
}

.fa-fire:before {
  content: "\f06d"
}

.fa-fire-alt:before {
  content: "\f7e4"
}

.fa-fire-extinguisher:before {
  content: "\f134"
}

.fa-firefox:before {
  content: "\f269"
}

.fa-firefox-browser:before {
  content: "\e007"
}

.fa-first-aid:before {
  content: "\f479"
}

.fa-first-order:before {
  content: "\f2b0"
}

.fa-first-order-alt:before {
  content: "\f50a"
}

.fa-firstdraft:before {
  content: "\f3a1"
}

.fa-fish:before {
  content: "\f578"
}

.fa-fist-raised:before {
  content: "\f6de"
}

.fa-flag:before {
  content: "\f024"
}

.fa-flag-checkered:before {
  content: "\f11e"
}

.fa-flag-usa:before {
  content: "\f74d"
}

.fa-flask:before {
  content: "\f0c3"
}

.fa-flickr:before {
  content: "\f16e"
}

.fa-flipboard:before {
  content: "\f44d"
}

.fa-flushed:before {
  content: "\f579"
}

.fa-fly:before {
  content: "\f417"
}

.fa-folder:before {
  content: "\f07b"
}

.fa-folder-minus:before {
  content: "\f65d"
}

.fa-folder-open:before {
  content: "\f07c"
}

.fa-folder-plus:before {
  content: "\f65e"
}

.fa-font:before {
  content: "\f031"
}

.fa-font-awesome:before {
  content: "\f2b4"
}

.fa-font-awesome-alt:before {
  content: "\f35c"
}

.fa-font-awesome-flag:before {
  content: "\f425"
}

.fa-font-awesome-logo-full:before {
  content: "\f4e6"
}

.fa-fonticons:before {
  content: "\f280"
}

.fa-fonticons-fi:before {
  content: "\f3a2"
}

.fa-football-ball:before {
  content: "\f44e"
}

.fa-fort-awesome:before {
  content: "\f286"
}

.fa-fort-awesome-alt:before {
  content: "\f3a3"
}

.fa-forumbee:before {
  content: "\f211"
}

.fa-forward:before {
  content: "\f04e"
}

.fa-foursquare:before {
  content: "\f180"
}

.fa-free-code-camp:before {
  content: "\f2c5"
}

.fa-freebsd:before {
  content: "\f3a4"
}

.fa-frog:before {
  content: "\f52e"
}

.fa-frown:before {
  content: "\f119"
}

.fa-frown-open:before {
  content: "\f57a"
}

.fa-fulcrum:before {
  content: "\f50b"
}

.fa-funnel-dollar:before {
  content: "\f662"
}

.fa-futbol:before {
  content: "\f1e3"
}

.fa-galactic-republic:before {
  content: "\f50c"
}

.fa-galactic-senate:before {
  content: "\f50d"
}

.fa-gamepad:before {
  content: "\f11b"
}

.fa-gas-pump:before {
  content: "\f52f"
}

.fa-gavel:before {
  content: "\f0e3"
}

.fa-gem:before {
  content: "\f3a5"
}

.fa-genderless:before {
  content: "\f22d"
}

.fa-get-pocket:before {
  content: "\f265"
}

.fa-gg:before {
  content: "\f260"
}

.fa-gg-circle:before {
  content: "\f261"
}

.fa-ghost:before {
  content: "\f6e2"
}

.fa-gift:before {
  content: "\f06b"
}

.fa-gifts:before {
  content: "\f79c"
}

.fa-git:before {
  content: "\f1d3"
}

.fa-git-alt:before {
  content: "\f841"
}

.fa-git-square:before {
  content: "\f1d2"
}

.fa-github:before {
  content: "\f09b"
}

.fa-github-alt:before {
  content: "\f113"
}

.fa-github-square:before {
  content: "\f092"
}

.fa-gitkraken:before {
  content: "\f3a6"
}

.fa-gitlab:before {
  content: "\f296"
}

.fa-gitter:before {
  content: "\f426"
}

.fa-glass-cheers:before {
  content: "\f79f"
}

.fa-glass-martini:before {
  content: "\f000"
}

.fa-glass-martini-alt:before {
  content: "\f57b"
}

.fa-glass-whiskey:before {
  content: "\f7a0"
}

.fa-glasses:before {
  content: "\f530"
}

.fa-glide:before {
  content: "\f2a5"
}

.fa-glide-g:before {
  content: "\f2a6"
}

.fa-globe:before {
  content: "\f0ac"
}

.fa-globe-africa:before {
  content: "\f57c"
}

.fa-globe-americas:before {
  content: "\f57d"
}

.fa-globe-asia:before {
  content: "\f57e"
}

.fa-globe-europe:before {
  content: "\f7a2"
}

.fa-gofore:before {
  content: "\f3a7"
}

.fa-golf-ball:before {
  content: "\f450"
}

.fa-goodreads:before {
  content: "\f3a8"
}

.fa-goodreads-g:before {
  content: "\f3a9"
}

.fa-google:before {
  content: "\f1a0"
}

.fa-google-drive:before {
  content: "\f3aa"
}

.fa-google-pay:before {
  content: "\e079"
}

.fa-google-play:before {
  content: "\f3ab"
}

.fa-google-plus:before {
  content: "\f2b3"
}

.fa-google-plus-g:before {
  content: "\f0d5"
}

.fa-google-plus-square:before {
  content: "\f0d4"
}

.fa-google-wallet:before {
  content: "\f1ee"
}

.fa-gopuram:before {
  content: "\f664"
}

.fa-graduation-cap:before {
  content: "\f19d"
}

.fa-gratipay:before {
  content: "\f184"
}

.fa-grav:before {
  content: "\f2d6"
}

.fa-greater-than:before {
  content: "\f531"
}

.fa-greater-than-equal:before {
  content: "\f532"
}

.fa-grimace:before {
  content: "\f57f"
}

.fa-grin:before {
  content: "\f580"
}

.fa-grin-alt:before {
  content: "\f581"
}

.fa-grin-beam:before {
  content: "\f582"
}

.fa-grin-beam-sweat:before {
  content: "\f583"
}

.fa-grin-hearts:before {
  content: "\f584"
}

.fa-grin-squint:before {
  content: "\f585"
}

.fa-grin-squint-tears:before {
  content: "\f586"
}

.fa-grin-stars:before {
  content: "\f587"
}

.fa-grin-tears:before {
  content: "\f588"
}

.fa-grin-tongue:before {
  content: "\f589"
}

.fa-grin-tongue-squint:before {
  content: "\f58a"
}

.fa-grin-tongue-wink:before {
  content: "\f58b"
}

.fa-grin-wink:before {
  content: "\f58c"
}

.fa-grip-horizontal:before {
  content: "\f58d"
}

.fa-grip-lines:before {
  content: "\f7a4"
}

.fa-grip-lines-vertical:before {
  content: "\f7a5"
}

.fa-grip-vertical:before {
  content: "\f58e"
}

.fa-gripfire:before {
  content: "\f3ac"
}

.fa-grunt:before {
  content: "\f3ad"
}

.fa-guilded:before {
  content: "\e07e"
}

.fa-guitar:before {
  content: "\f7a6"
}

.fa-gulp:before {
  content: "\f3ae"
}

.fa-h-square:before {
  content: "\f0fd"
}

.fa-hacker-news:before {
  content: "\f1d4"
}

.fa-hacker-news-square:before {
  content: "\f3af"
}

.fa-hackerrank:before {
  content: "\f5f7"
}

.fa-hamburger:before {
  content: "\f805"
}

.fa-hammer:before {
  content: "\f6e3"
}

.fa-hamsa:before {
  content: "\f665"
}

.fa-hand-holding:before {
  content: "\f4bd"
}

.fa-hand-holding-heart:before {
  content: "\f4be"
}

.fa-hand-holding-medical:before {
  content: "\e05c"
}

.fa-hand-holding-usd:before {
  content: "\f4c0"
}

.fa-hand-holding-water:before {
  content: "\f4c1"
}

.fa-hand-lizard:before {
  content: "\f258"
}

.fa-hand-middle-finger:before {
  content: "\f806"
}

.fa-hand-paper:before {
  content: "\f256"
}

.fa-hand-peace:before {
  content: "\f25b"
}

.fa-hand-point-down:before {
  content: "\f0a7"
}

.fa-hand-point-left:before {
  content: "\f0a5"
}

.fa-hand-point-right:before {
  content: "\f0a4"
}

.fa-hand-point-up:before {
  content: "\f0a6"
}

.fa-hand-pointer:before {
  content: "\f25a"
}

.fa-hand-rock:before {
  content: "\f255"
}

.fa-hand-scissors:before {
  content: "\f257"
}

.fa-hand-sparkles:before {
  content: "\e05d"
}

.fa-hand-spock:before {
  content: "\f259"
}

.fa-hands:before {
  content: "\f4c2"
}

.fa-hands-helping:before {
  content: "\f4c4"
}

.fa-hands-wash:before {
  content: "\e05e"
}

.fa-handshake:before {
  content: "\f2b5"
}

.fa-handshake-alt-slash:before {
  content: "\e05f"
}

.fa-handshake-slash:before {
  content: "\e060"
}

.fa-hanukiah:before {
  content: "\f6e6"
}

.fa-hard-hat:before {
  content: "\f807"
}

.fa-hashtag:before {
  content: "\f292"
}

.fa-hat-cowboy:before {
  content: "\f8c0"
}

.fa-hat-cowboy-side:before {
  content: "\f8c1"
}

.fa-hat-wizard:before {
  content: "\f6e8"
}

.fa-hdd:before {
  content: "\f0a0"
}

.fa-head-side-cough:before {
  content: "\e061"
}

.fa-head-side-cough-slash:before {
  content: "\e062"
}

.fa-head-side-mask:before {
  content: "\e063"
}

.fa-head-side-virus:before {
  content: "\e064"
}

.fa-heading:before {
  content: "\f1dc"
}

.fa-headphones:before {
  content: "\f025"
}

.fa-headphones-alt:before {
  content: "\f58f"
}

.fa-headset:before {
  content: "\f590"
}

.fa-heart:before {
  content: "\f004"
}

.fa-heart-broken:before {
  content: "\f7a9"
}

.fa-heartbeat:before {
  content: "\f21e"
}

.fa-helicopter:before {
  content: "\f533"
}

.fa-highlighter:before {
  content: "\f591"
}

.fa-hiking:before {
  content: "\f6ec"
}

.fa-hippo:before {
  content: "\f6ed"
}

.fa-hips:before {
  content: "\f452"
}

.fa-hire-a-helper:before {
  content: "\f3b0"
}

.fa-history:before {
  content: "\f1da"
}

.fa-hive:before {
  content: "\e07f"
}

.fa-hockey-puck:before {
  content: "\f453"
}

.fa-holly-berry:before {
  content: "\f7aa"
}

.fa-home:before {
  content: "\f015"
}

.fa-hooli:before {
  content: "\f427"
}

.fa-hornbill:before {
  content: "\f592"
}

.fa-horse:before {
  content: "\f6f0"
}

.fa-horse-head:before {
  content: "\f7ab"
}

.fa-hospital:before {
  content: "\f0f8"
}

.fa-hospital-alt:before {
  content: "\f47d"
}

.fa-hospital-symbol:before {
  content: "\f47e"
}

.fa-hospital-user:before {
  content: "\f80d"
}

.fa-hot-tub:before {
  content: "\f593"
}

.fa-hotdog:before {
  content: "\f80f"
}

.fa-hotel:before {
  content: "\f594"
}

.fa-hotjar:before {
  content: "\f3b1"
}

.fa-hourglass:before {
  content: "\f254"
}

.fa-hourglass-end:before {
  content: "\f253"
}

.fa-hourglass-half:before {
  content: "\f252"
}

.fa-hourglass-start:before {
  content: "\f251"
}

.fa-house-damage:before {
  content: "\f6f1"
}

.fa-house-user:before {
  content: "\e065"
}

.fa-houzz:before {
  content: "\f27c"
}

.fa-hryvnia:before {
  content: "\f6f2"
}

.fa-html5:before {
  content: "\f13b"
}

.fa-hubspot:before {
  content: "\f3b2"
}

.fa-i-cursor:before {
  content: "\f246"
}

.fa-ice-cream:before {
  content: "\f810"
}

.fa-icicles:before {
  content: "\f7ad"
}

.fa-icons:before {
  content: "\f86d"
}

.fa-id-badge:before {
  content: "\f2c1"
}

.fa-id-card:before {
  content: "\f2c2"
}

.fa-id-card-alt:before {
  content: "\f47f"
}

.fa-ideal:before {
  content: "\e013"
}

.fa-igloo:before {
  content: "\f7ae"
}

.fa-image:before {
  content: "\f03e"
}

.fa-images:before {
  content: "\f302"
}

.fa-imdb:before {
  content: "\f2d8"
}

.fa-inbox:before {
  content: "\f01c"
}

.fa-indent:before {
  content: "\f03c"
}

.fa-industry:before {
  content: "\f275"
}

.fa-infinity:before {
  content: "\f534"
}

.fa-info:before {
  content: "\f129"
}

.fa-info-circle:before {
  content: "\f05a"
}

.fa-innosoft:before {
  content: "\e080"
}

.fa-instagram:before {
  content: "\f16d"
}

.fa-instagram-square:before {
  content: "\e055"
}

.fa-instalod:before {
  content: "\e081"
}

.fa-intercom:before {
  content: "\f7af"
}

.fa-internet-explorer:before {
  content: "\f26b"
}

.fa-invision:before {
  content: "\f7b0"
}

.fa-ioxhost:before {
  content: "\f208"
}

.fa-italic:before {
  content: "\f033"
}

.fa-itch-io:before {
  content: "\f83a"
}

.fa-itunes:before {
  content: "\f3b4"
}

.fa-itunes-note:before {
  content: "\f3b5"
}

.fa-java:before {
  content: "\f4e4"
}

.fa-jedi:before {
  content: "\f669"
}

.fa-jedi-order:before {
  content: "\f50e"
}

.fa-jenkins:before {
  content: "\f3b6"
}

.fa-jira:before {
  content: "\f7b1"
}

.fa-joget:before {
  content: "\f3b7"
}

.fa-joint:before {
  content: "\f595"
}

.fa-joomla:before {
  content: "\f1aa"
}

.fa-journal-whills:before {
  content: "\f66a"
}

.fa-js:before {
  content: "\f3b8"
}

.fa-js-square:before {
  content: "\f3b9"
}

.fa-jsfiddle:before {
  content: "\f1cc"
}

.fa-kaaba:before {
  content: "\f66b"
}

.fa-kaggle:before {
  content: "\f5fa"
}

.fa-key:before {
  content: "\f084"
}

.fa-keybase:before {
  content: "\f4f5"
}

.fa-keyboard:before {
  content: "\f11c"
}

.fa-keycdn:before {
  content: "\f3ba"
}

.fa-khanda:before {
  content: "\f66d"
}

.fa-kickstarter:before {
  content: "\f3bb"
}

.fa-kickstarter-k:before {
  content: "\f3bc"
}

.fa-kiss:before {
  content: "\f596"
}

.fa-kiss-beam:before {
  content: "\f597"
}

.fa-kiss-wink-heart:before {
  content: "\f598"
}

.fa-kiwi-bird:before {
  content: "\f535"
}

.fa-korvue:before {
  content: "\f42f"
}

.fa-landmark:before {
  content: "\f66f"
}

.fa-language:before {
  content: "\f1ab"
}

.fa-laptop:before {
  content: "\f109"
}

.fa-laptop-code:before {
  content: "\f5fc"
}

.fa-laptop-house:before {
  content: "\e066"
}

.fa-laptop-medical:before {
  content: "\f812"
}

.fa-laravel:before {
  content: "\f3bd"
}

.fa-lastfm:before {
  content: "\f202"
}

.fa-lastfm-square:before {
  content: "\f203"
}

.fa-laugh:before {
  content: "\f599"
}

.fa-laugh-beam:before {
  content: "\f59a"
}

.fa-laugh-squint:before {
  content: "\f59b"
}

.fa-laugh-wink:before {
  content: "\f59c"
}

.fa-layer-group:before {
  content: "\f5fd"
}

.fa-leaf:before {
  content: "\f06c"
}

.fa-leanpub:before {
  content: "\f212"
}

.fa-lemon:before {
  content: "\f094"
}

.fa-less:before {
  content: "\f41d"
}

.fa-less-than:before {
  content: "\f536"
}

.fa-less-than-equal:before {
  content: "\f537"
}

.fa-level-down-alt:before {
  content: "\f3be"
}

.fa-level-up-alt:before {
  content: "\f3bf"
}

.fa-life-ring:before {
  content: "\f1cd"
}

.fa-lightbulb:before {
  content: "\f0eb"
}

.fa-line:before {
  content: "\f3c0"
}

.fa-link:before {
  content: "\f0c1"
}

.fa-linkedin:before {
  content: "\f08c"
}

.fa-linkedin-in:before {
  content: "\f0e1"
}

.fa-linode:before {
  content: "\f2b8"
}

.fa-linux:before {
  content: "\f17c"
}

.fa-lira-sign:before {
  content: "\f195"
}

.fa-list:before {
  content: "\f03a"
}

.fa-list-alt:before {
  content: "\f022"
}

.fa-list-ol:before {
  content: "\f0cb"
}

.fa-list-ul:before {
  content: "\f0ca"
}

.fa-location-arrow:before {
  content: "\f124"
}

.fa-lock:before {
  content: "\f023"
}

.fa-lock-open:before {
  content: "\f3c1"
}

.fa-long-arrow-alt-down:before {
  content: "\f309"
}

.fa-long-arrow-alt-left:before {
  content: "\f30a"
}

.fa-long-arrow-alt-right:before {
  content: "\f30b"
}

.fa-long-arrow-alt-up:before {
  content: "\f30c"
}

.fa-low-vision:before {
  content: "\f2a8"
}

.fa-luggage-cart:before {
  content: "\f59d"
}

.fa-lungs:before {
  content: "\f604"
}

.fa-lungs-virus:before {
  content: "\e067"
}

.fa-lyft:before {
  content: "\f3c3"
}

.fa-magento:before {
  content: "\f3c4"
}

.fa-magic:before {
  content: "\f0d0"
}

.fa-magnet:before {
  content: "\f076"
}

.fa-mail-bulk:before {
  content: "\f674"
}

.fa-mailchimp:before {
  content: "\f59e"
}

.fa-male:before {
  content: "\f183"
}

.fa-mandalorian:before {
  content: "\f50f"
}

.fa-map:before {
  content: "\f279"
}

.fa-map-marked:before {
  content: "\f59f"
}

.fa-map-marked-alt:before {
  content: "\f5a0"
}

.fa-map-marker:before {
  content: "\f041"
}

.fa-map-marker-alt:before {
  content: "\f3c5"
}

.fa-map-pin:before {
  content: "\f276"
}

.fa-map-signs:before {
  content: "\f277"
}

.fa-markdown:before {
  content: "\f60f"
}

.fa-marker:before {
  content: "\f5a1"
}

.fa-mars:before {
  content: "\f222"
}

.fa-mars-double:before {
  content: "\f227"
}

.fa-mars-stroke:before {
  content: "\f229"
}

.fa-mars-stroke-h:before {
  content: "\f22b"
}

.fa-mars-stroke-v:before {
  content: "\f22a"
}

.fa-mask:before {
  content: "\f6fa"
}

.fa-mastodon:before {
  content: "\f4f6"
}

.fa-maxcdn:before {
  content: "\f136"
}

.fa-mdb:before {
  content: "\f8ca"
}

.fa-medal:before {
  content: "\f5a2"
}

.fa-medapps:before {
  content: "\f3c6"
}

.fa-medium:before {
  content: "\f23a"
}

.fa-medium-m:before {
  content: "\f3c7"
}

.fa-medkit:before {
  content: "\f0fa"
}

.fa-medrt:before {
  content: "\f3c8"
}

.fa-meetup:before {
  content: "\f2e0"
}

.fa-megaport:before {
  content: "\f5a3"
}

.fa-meh:before {
  content: "\f11a"
}

.fa-meh-blank:before {
  content: "\f5a4"
}

.fa-meh-rolling-eyes:before {
  content: "\f5a5"
}

.fa-memory:before {
  content: "\f538"
}

.fa-mendeley:before {
  content: "\f7b3"
}

.fa-menorah:before {
  content: "\f676"
}

.fa-mercury:before {
  content: "\f223"
}

.fa-meteor:before {
  content: "\f753"
}

.fa-microblog:before {
  content: "\e01a"
}

.fa-microchip:before {
  content: "\f2db"
}

.fa-microphone:before {
  content: "\f130"
}

.fa-microphone-alt:before {
  content: "\f3c9"
}

.fa-microphone-alt-slash:before {
  content: "\f539"
}

.fa-microphone-slash:before {
  content: "\f131"
}

.fa-microscope:before {
  content: "\f610"
}

.fa-microsoft:before {
  content: "\f3ca"
}

.fa-minus:before {
  content: "\f068"
}

.fa-minus-circle:before {
  content: "\f056"
}

.fa-minus-square:before {
  content: "\f146"
}

.fa-mitten:before {
  content: "\f7b5"
}

.fa-mix:before {
  content: "\f3cb"
}

.fa-mixcloud:before {
  content: "\f289"
}

.fa-mixer:before {
  content: "\e056"
}

.fa-mizuni:before {
  content: "\f3cc"
}

.fa-mobile:before {
  content: "\f10b"
}

.fa-mobile-alt:before {
  content: "\f3cd"
}

.fa-modx:before {
  content: "\f285"
}

.fa-monero:before {
  content: "\f3d0"
}

.fa-money-bill:before {
  content: "\f0d6"
}

.fa-money-bill-alt:before {
  content: "\f3d1"
}

.fa-money-bill-wave:before {
  content: "\f53a"
}

.fa-money-bill-wave-alt:before {
  content: "\f53b"
}

.fa-money-check:before {
  content: "\f53c"
}

.fa-money-check-alt:before {
  content: "\f53d"
}

.fa-monument:before {
  content: "\f5a6"
}

.fa-moon:before {
  content: "\f186"
}

.fa-mortar-pestle:before {
  content: "\f5a7"
}

.fa-mosque:before {
  content: "\f678"
}

.fa-motorcycle:before {
  content: "\f21c"
}

.fa-mountain:before {
  content: "\f6fc"
}

.fa-mouse:before {
  content: "\f8cc"
}

.fa-mouse-pointer:before {
  content: "\f245"
}

.fa-mug-hot:before {
  content: "\f7b6"
}

.fa-music:before {
  content: "\f001"
}

.fa-napster:before {
  content: "\f3d2"
}

.fa-neos:before {
  content: "\f612"
}

.fa-network-wired:before {
  content: "\f6ff"
}

.fa-neuter:before {
  content: "\f22c"
}

.fa-newspaper:before {
  content: "\f1ea"
}

.fa-nimblr:before {
  content: "\f5a8"
}

.fa-node:before {
  content: "\f419"
}

.fa-node-js:before {
  content: "\f3d3"
}

.fa-not-equal:before {
  content: "\f53e"
}

.fa-notes-medical:before {
  content: "\f481"
}

.fa-npm:before {
  content: "\f3d4"
}

.fa-ns8:before {
  content: "\f3d5"
}

.fa-nutritionix:before {
  content: "\f3d6"
}

.fa-object-group:before {
  content: "\f247"
}

.fa-object-ungroup:before {
  content: "\f248"
}

.fa-octopus-deploy:before {
  content: "\e082"
}

.fa-odnoklassniki:before {
  content: "\f263"
}

.fa-odnoklassniki-square:before {
  content: "\f264"
}

.fa-oil-can:before {
  content: "\f613"
}

.fa-old-republic:before {
  content: "\f510"
}

.fa-om:before {
  content: "\f679"
}

.fa-opencart:before {
  content: "\f23d"
}

.fa-openid:before {
  content: "\f19b"
}

.fa-opera:before {
  content: "\f26a"
}

.fa-optin-monster:before {
  content: "\f23c"
}

.fa-orcid:before {
  content: "\f8d2"
}

.fa-osi:before {
  content: "\f41a"
}

.fa-otter:before {
  content: "\f700"
}

.fa-outdent:before {
  content: "\f03b"
}

.fa-page4:before {
  content: "\f3d7"
}

.fa-pagelines:before {
  content: "\f18c"
}

.fa-pager:before {
  content: "\f815"
}

.fa-paint-brush:before {
  content: "\f1fc"
}

.fa-paint-roller:before {
  content: "\f5aa"
}

.fa-palette:before {
  content: "\f53f"
}

.fa-palfed:before {
  content: "\f3d8"
}

.fa-pallet:before {
  content: "\f482"
}

.fa-paper-plane:before {
  content: "\f1d8"
}

.fa-paperclip:before {
  content: "\f0c6"
}

.fa-parachute-box:before {
  content: "\f4cd"
}

.fa-paragraph:before {
  content: "\f1dd"
}

.fa-parking:before {
  content: "\f540"
}

.fa-passport:before {
  content: "\f5ab"
}

.fa-pastafarianism:before {
  content: "\f67b"
}

.fa-paste:before {
  content: "\f0ea"
}

.fa-patreon:before {
  content: "\f3d9"
}

.fa-pause:before {
  content: "\f04c"
}

.fa-pause-circle:before {
  content: "\f28b"
}

.fa-paw:before {
  content: "\f1b0"
}

.fa-paypal:before {
  content: "\f1ed"
}

.fa-peace:before {
  content: "\f67c"
}

.fa-pen:before {
  content: "\f304"
}

.fa-pen-alt:before {
  content: "\f305"
}

.fa-pen-fancy:before {
  content: "\f5ac"
}

.fa-pen-nib:before {
  content: "\f5ad"
}

.fa-pen-square:before {
  content: "\f14b"
}

.fa-pencil-alt:before {
  content: "\f303"
}

.fa-pencil-ruler:before {
  content: "\f5ae"
}

.fa-penny-arcade:before {
  content: "\f704"
}

.fa-people-arrows:before {
  content: "\e068"
}

.fa-people-carry:before {
  content: "\f4ce"
}

.fa-pepper-hot:before {
  content: "\f816"
}

.fa-perbyte:before {
  content: "\e083"
}

.fa-percent:before {
  content: "\f295"
}

.fa-percentage:before {
  content: "\f541"
}

.fa-periscope:before {
  content: "\f3da"
}

.fa-person-booth:before {
  content: "\f756"
}

.fa-phabricator:before {
  content: "\f3db"
}

.fa-phoenix-framework:before {
  content: "\f3dc"
}

.fa-phoenix-squadron:before {
  content: "\f511"
}

.fa-phone:before {
  content: "\f095"
}

.fa-phone-alt:before {
  content: "\f879"
}

.fa-phone-slash:before {
  content: "\f3dd"
}

.fa-phone-square:before {
  content: "\f098"
}

.fa-phone-square-alt:before {
  content: "\f87b"
}

.fa-phone-volume:before {
  content: "\f2a0"
}

.fa-photo-video:before {
  content: "\f87c"
}

.fa-php:before {
  content: "\f457"
}

.fa-pied-piper:before {
  content: "\f2ae"
}

.fa-pied-piper-alt:before {
  content: "\f1a8"
}

.fa-pied-piper-hat:before {
  content: "\f4e5"
}

.fa-pied-piper-pp:before {
  content: "\f1a7"
}

.fa-pied-piper-square:before {
  content: "\e01e"
}

.fa-piggy-bank:before {
  content: "\f4d3"
}

.fa-pills:before {
  content: "\f484"
}

.fa-pinterest:before {
  content: "\f0d2"
}

.fa-pinterest-p:before {
  content: "\f231"
}

.fa-pinterest-square:before {
  content: "\f0d3"
}

.fa-pizza-slice:before {
  content: "\f818"
}

.fa-place-of-worship:before {
  content: "\f67f"
}

.fa-plane:before {
  content: "\f072"
}

.fa-plane-arrival:before {
  content: "\f5af"
}

.fa-plane-departure:before {
  content: "\f5b0"
}

.fa-plane-slash:before {
  content: "\e069"
}

.fa-play:before {
  content: "\f04b"
}

.fa-play-circle:before {
  content: "\f144"
}

.fa-playstation:before {
  content: "\f3df"
}

.fa-plug:before {
  content: "\f1e6"
}

.fa-plus:before {
  content: "\f067"
}

.fa-plus-circle:before {
  content: "\f055"
}

.fa-plus-square:before {
  content: "\f0fe"
}

.fa-podcast:before {
  content: "\f2ce"
}

.fa-poll:before {
  content: "\f681"
}

.fa-poll-h:before {
  content: "\f682"
}

.fa-poo:before {
  content: "\f2fe"
}

.fa-poo-storm:before {
  content: "\f75a"
}

.fa-poop:before {
  content: "\f619"
}

.fa-portrait:before {
  content: "\f3e0"
}

.fa-pound-sign:before {
  content: "\f154"
}

.fa-power-off:before {
  content: "\f011"
}

.fa-pray:before {
  content: "\f683"
}

.fa-praying-hands:before {
  content: "\f684"
}

.fa-prescription:before {
  content: "\f5b1"
}

.fa-prescription-bottle:before {
  content: "\f485"
}

.fa-prescription-bottle-alt:before {
  content: "\f486"
}

.fa-print:before {
  content: "\f02f"
}

.fa-procedures:before {
  content: "\f487"
}

.fa-product-hunt:before {
  content: "\f288"
}

.fa-project-diagram:before {
  content: "\f542"
}

.fa-pump-medical:before {
  content: "\e06a"
}

.fa-pump-soap:before {
  content: "\e06b"
}

.fa-pushed:before {
  content: "\f3e1"
}

.fa-puzzle-piece:before {
  content: "\f12e"
}

.fa-python:before {
  content: "\f3e2"
}

.fa-qq:before {
  content: "\f1d6"
}

.fa-qrcode:before {
  content: "\f029"
}

.fa-question:before {
  content: "\f128"
}

.fa-question-circle:before {
  content: "\f059"
}

.fa-quidditch:before {
  content: "\f458"
}

.fa-quinscape:before {
  content: "\f459"
}

.fa-quora:before {
  content: "\f2c4"
}

.fa-quote-left:before {
  content: "\f10d"
}

.fa-quote-right:before {
  content: "\f10e"
}

.fa-quran:before {
  content: "\f687"
}

.fa-r-project:before {
  content: "\f4f7"
}

.fa-radiation:before {
  content: "\f7b9"
}

.fa-radiation-alt:before {
  content: "\f7ba"
}

.fa-rainbow:before {
  content: "\f75b"
}

.fa-random:before {
  content: "\f074"
}

.fa-raspberry-pi:before {
  content: "\f7bb"
}

.fa-ravelry:before {
  content: "\f2d9"
}

.fa-react:before {
  content: "\f41b"
}

.fa-reacteurope:before {
  content: "\f75d"
}

.fa-readme:before {
  content: "\f4d5"
}

.fa-rebel:before {
  content: "\f1d0"
}

.fa-receipt:before {
  content: "\f543"
}

.fa-record-vinyl:before {
  content: "\f8d9"
}

.fa-recycle:before {
  content: "\f1b8"
}

.fa-red-river:before {
  content: "\f3e3"
}

.fa-reddit:before {
  content: "\f1a1"
}

.fa-reddit-alien:before {
  content: "\f281"
}

.fa-reddit-square:before {
  content: "\f1a2"
}

.fa-redhat:before {
  content: "\f7bc"
}

.fa-redo:before {
  content: "\f01e"
}

.fa-redo-alt:before {
  content: "\f2f9"
}

.fa-registered:before {
  content: "\f25d"
}

.fa-remove-format:before {
  content: "\f87d"
}

.fa-renren:before {
  content: "\f18b"
}

.fa-reply:before {
  content: "\f3e5"
}

.fa-reply-all:before {
  content: "\f122"
}

.fa-replyd:before {
  content: "\f3e6"
}

.fa-republican:before {
  content: "\f75e"
}

.fa-researchgate:before {
  content: "\f4f8"
}

.fa-resolving:before {
  content: "\f3e7"
}

.fa-restroom:before {
  content: "\f7bd"
}

.fa-retweet:before {
  content: "\f079"
}

.fa-rev:before {
  content: "\f5b2"
}

.fa-ribbon:before {
  content: "\f4d6"
}

.fa-ring:before {
  content: "\f70b"
}

.fa-road:before {
  content: "\f018"
}

.fa-robot:before {
  content: "\f544"
}

.fa-rocket:before {
  content: "\f135"
}

.fa-rocketchat:before {
  content: "\f3e8"
}

.fa-rockrms:before {
  content: "\f3e9"
}

.fa-route:before {
  content: "\f4d7"
}

.fa-rss:before {
  content: "\f09e"
}

.fa-rss-square:before {
  content: "\f143"
}

.fa-ruble-sign:before {
  content: "\f158"
}

.fa-ruler:before {
  content: "\f545"
}

.fa-ruler-combined:before {
  content: "\f546"
}

.fa-ruler-horizontal:before {
  content: "\f547"
}

.fa-ruler-vertical:before {
  content: "\f548"
}

.fa-running:before {
  content: "\f70c"
}

.fa-rupee-sign:before {
  content: "\f156"
}

.fa-rust:before {
  content: "\e07a"
}

.fa-sad-cry:before {
  content: "\f5b3"
}

.fa-sad-tear:before {
  content: "\f5b4"
}

.fa-safari:before {
  content: "\f267"
}

.fa-salesforce:before {
  content: "\f83b"
}

.fa-sass:before {
  content: "\f41e"
}

.fa-satellite:before {
  content: "\f7bf"
}

.fa-satellite-dish:before {
  content: "\f7c0"
}

.fa-save:before {
  content: "\f0c7"
}

.fa-schlix:before {
  content: "\f3ea"
}

.fa-school:before {
  content: "\f549"
}

.fa-screwdriver:before {
  content: "\f54a"
}

.fa-scribd:before {
  content: "\f28a"
}

.fa-scroll:before {
  content: "\f70e"
}

.fa-sd-card:before {
  content: "\f7c2"
}

.fa-search:before {
  content: "\f002"
}

.fa-search-dollar:before {
  content: "\f688"
}

.fa-search-location:before {
  content: "\f689"
}

.fa-search-minus:before {
  content: "\f010"
}

.fa-search-plus:before {
  content: "\f00e"
}

.fa-searchengin:before {
  content: "\f3eb"
}

.fa-seedling:before {
  content: "\f4d8"
}

.fa-sellcast:before {
  content: "\f2da"
}

.fa-sellsy:before {
  content: "\f213"
}

.fa-server:before {
  content: "\f233"
}

.fa-servicestack:before {
  content: "\f3ec"
}

.fa-shapes:before {
  content: "\f61f"
}

.fa-share:before {
  content: "\f064"
}

.fa-share-alt:before {
  content: "\f1e0"
}

.fa-share-alt-square:before {
  content: "\f1e1"
}

.fa-share-square:before {
  content: "\f14d"
}

.fa-shekel-sign:before {
  content: "\f20b"
}

.fa-shield-alt:before {
  content: "\f3ed"
}

.fa-shield-virus:before {
  content: "\e06c"
}

.fa-ship:before {
  content: "\f21a"
}

.fa-shipping-fast:before {
  content: "\f48b"
}

.fa-shirtsinbulk:before {
  content: "\f214"
}

.fa-shoe-prints:before {
  content: "\f54b"
}

.fa-shopify:before {
  content: "\e057"
}

.fa-shopping-bag:before {
  content: "\f290"
}

.fa-shopping-basket:before {
  content: "\f291"
}

.fa-shopping-cart:before {
  content: "\f07a"
}

.fa-shopware:before {
  content: "\f5b5"
}

.fa-shower:before {
  content: "\f2cc"
}

.fa-shuttle-van:before {
  content: "\f5b6"
}

.fa-sign:before {
  content: "\f4d9"
}

.fa-sign-in-alt:before {
  content: "\f2f6"
}

.fa-sign-language:before {
  content: "\f2a7"
}

.fa-sign-out-alt:before {
  content: "\f2f5"
}

.fa-signal:before {
  content: "\f012"
}

.fa-signature:before {
  content: "\f5b7"
}

.fa-sim-card:before {
  content: "\f7c4"
}

.fa-simplybuilt:before {
  content: "\f215"
}

.fa-sink:before {
  content: "\e06d"
}

.fa-sistrix:before {
  content: "\f3ee"
}

.fa-sitemap:before {
  content: "\f0e8"
}

.fa-sith:before {
  content: "\f512"
}

.fa-skating:before {
  content: "\f7c5"
}

.fa-sketch:before {
  content: "\f7c6"
}

.fa-skiing:before {
  content: "\f7c9"
}

.fa-skiing-nordic:before {
  content: "\f7ca"
}

.fa-skull:before {
  content: "\f54c"
}

.fa-skull-crossbones:before {
  content: "\f714"
}

.fa-skyatlas:before {
  content: "\f216"
}

.fa-skype:before {
  content: "\f17e"
}

.fa-slack:before {
  content: "\f198"
}

.fa-slack-hash:before {
  content: "\f3ef"
}

.fa-slash:before {
  content: "\f715"
}

.fa-sleigh:before {
  content: "\f7cc"
}

.fa-sliders-h:before {
  content: "\f1de"
}

.fa-slideshare:before {
  content: "\f1e7"
}

.fa-smile:before {
  content: "\f118"
}

.fa-smile-beam:before {
  content: "\f5b8"
}

.fa-smile-wink:before {
  content: "\f4da"
}

.fa-smog:before {
  content: "\f75f"
}

.fa-smoking:before {
  content: "\f48d"
}

.fa-smoking-ban:before {
  content: "\f54d"
}

.fa-sms:before {
  content: "\f7cd"
}

.fa-snapchat:before {
  content: "\f2ab"
}

.fa-snapchat-ghost:before {
  content: "\f2ac"
}

.fa-snapchat-square:before {
  content: "\f2ad"
}

.fa-snowboarding:before {
  content: "\f7ce"
}

.fa-snowflake:before {
  content: "\f2dc"
}

.fa-snowman:before {
  content: "\f7d0"
}

.fa-snowplow:before {
  content: "\f7d2"
}

.fa-soap:before {
  content: "\e06e"
}

.fa-socks:before {
  content: "\f696"
}

.fa-solar-panel:before {
  content: "\f5ba"
}

.fa-sort:before {
  content: "\f0dc"
}

.fa-sort-alpha-down:before {
  content: "\f15d"
}

.fa-sort-alpha-down-alt:before {
  content: "\f881"
}

.fa-sort-alpha-up:before {
  content: "\f15e"
}

.fa-sort-alpha-up-alt:before {
  content: "\f882"
}

.fa-sort-amount-down:before {
  content: "\f160"
}

.fa-sort-amount-down-alt:before {
  content: "\f884"
}

.fa-sort-amount-up:before {
  content: "\f161"
}

.fa-sort-amount-up-alt:before {
  content: "\f885"
}

.fa-sort-down:before {
  content: "\f0dd"
}

.fa-sort-numeric-down:before {
  content: "\f162"
}

.fa-sort-numeric-down-alt:before {
  content: "\f886"
}

.fa-sort-numeric-up:before {
  content: "\f163"
}

.fa-sort-numeric-up-alt:before {
  content: "\f887"
}

.fa-sort-up:before {
  content: "\f0de"
}

.fa-soundcloud:before {
  content: "\f1be"
}

.fa-sourcetree:before {
  content: "\f7d3"
}

.fa-spa:before {
  content: "\f5bb"
}

.fa-space-shuttle:before {
  content: "\f197"
}

.fa-speakap:before {
  content: "\f3f3"
}

.fa-speaker-deck:before {
  content: "\f83c"
}

.fa-spell-check:before {
  content: "\f891"
}

.fa-spider:before {
  content: "\f717"
}

.fa-spinner:before {
  content: "\f110"
}

.fa-splotch:before {
  content: "\f5bc"
}

.fa-spotify:before {
  content: "\f1bc"
}

.fa-spray-can:before {
  content: "\f5bd"
}

.fa-square:before {
  content: "\f0c8"
}

.fa-square-full:before {
  content: "\f45c"
}

.fa-square-root-alt:before {
  content: "\f698"
}

.fa-squarespace:before {
  content: "\f5be"
}

.fa-stack-exchange:before {
  content: "\f18d"
}

.fa-stack-overflow:before {
  content: "\f16c"
}

.fa-stackpath:before {
  content: "\f842"
}

.fa-stamp:before {
  content: "\f5bf"
}

.fa-star:before {
  content: "\f005"
}

.fa-star-and-crescent:before {
  content: "\f699"
}

.fa-star-half:before {
  content: "\f089"
}

.fa-star-half-alt:before {
  content: "\f5c0"
}

.fa-star-of-david:before {
  content: "\f69a"
}

.fa-star-of-life:before {
  content: "\f621"
}

.fa-staylinked:before {
  content: "\f3f5"
}

.fa-steam:before {
  content: "\f1b6"
}

.fa-steam-square:before {
  content: "\f1b7"
}

.fa-steam-symbol:before {
  content: "\f3f6"
}

.fa-step-backward:before {
  content: "\f048"
}

.fa-step-forward:before {
  content: "\f051"
}

.fa-stethoscope:before {
  content: "\f0f1"
}

.fa-sticker-mule:before {
  content: "\f3f7"
}

.fa-sticky-note:before {
  content: "\f249"
}

.fa-stop:before {
  content: "\f04d"
}

.fa-stop-circle:before {
  content: "\f28d"
}

.fa-stopwatch:before {
  content: "\f2f2"
}

.fa-stopwatch-20:before {
  content: "\e06f"
}

.fa-store:before {
  content: "\f54e"
}

.fa-store-alt:before {
  content: "\f54f"
}

.fa-store-alt-slash:before {
  content: "\e070"
}

.fa-store-slash:before {
  content: "\e071"
}

.fa-strava:before {
  content: "\f428"
}

.fa-stream:before {
  content: "\f550"
}

.fa-street-view:before {
  content: "\f21d"
}

.fa-strikethrough:before {
  content: "\f0cc"
}

.fa-stripe:before {
  content: "\f429"
}

.fa-stripe-s:before {
  content: "\f42a"
}

.fa-stroopwafel:before {
  content: "\f551"
}

.fa-studiovinari:before {
  content: "\f3f8"
}

.fa-stumbleupon:before {
  content: "\f1a4"
}

.fa-stumbleupon-circle:before {
  content: "\f1a3"
}

.fa-subscript:before {
  content: "\f12c"
}

.fa-subway:before {
  content: "\f239"
}

.fa-suitcase:before {
  content: "\f0f2"
}

.fa-suitcase-rolling:before {
  content: "\f5c1"
}

.fa-sun:before {
  content: "\f185"
}

.fa-superpowers:before {
  content: "\f2dd"
}

.fa-superscript:before {
  content: "\f12b"
}

.fa-supple:before {
  content: "\f3f9"
}

.fa-surprise:before {
  content: "\f5c2"
}

.fa-suse:before {
  content: "\f7d6"
}

.fa-swatchbook:before {
  content: "\f5c3"
}

.fa-swift:before {
  content: "\f8e1"
}

.fa-swimmer:before {
  content: "\f5c4"
}

.fa-swimming-pool:before {
  content: "\f5c5"
}

.fa-symfony:before {
  content: "\f83d"
}

.fa-synagogue:before {
  content: "\f69b"
}

.fa-sync:before {
  content: "\f021"
}

.fa-sync-alt:before {
  content: "\f2f1"
}

.fa-syringe:before {
  content: "\f48e"
}

.fa-table:before {
  content: "\f0ce"
}

.fa-table-tennis:before {
  content: "\f45d"
}

.fa-tablet:before {
  content: "\f10a"
}

.fa-tablet-alt:before {
  content: "\f3fa"
}

.fa-tablets:before {
  content: "\f490"
}

.fa-tachometer-alt:before {
  content: "\f3fd"
}

.fa-tag:before {
  content: "\f02b"
}

.fa-tags:before {
  content: "\f02c"
}

.fa-tape:before {
  content: "\f4db"
}

.fa-tasks:before {
  content: "\f0ae"
}

.fa-taxi:before {
  content: "\f1ba"
}

.fa-teamspeak:before {
  content: "\f4f9"
}

.fa-teeth:before {
  content: "\f62e"
}

.fa-teeth-open:before {
  content: "\f62f"
}

.fa-telegram:before {
  content: "\f2c6"
}

.fa-telegram-plane:before {
  content: "\f3fe"
}

.fa-temperature-high:before {
  content: "\f769"
}

.fa-temperature-low:before {
  content: "\f76b"
}

.fa-tencent-weibo:before {
  content: "\f1d5"
}

.fa-tenge:before {
  content: "\f7d7"
}

.fa-terminal:before {
  content: "\f120"
}

.fa-text-height:before {
  content: "\f034"
}

.fa-text-width:before {
  content: "\f035"
}

.fa-th:before {
  content: "\f00a"
}

.fa-th-large:before {
  content: "\f009"
}

.fa-th-list:before {
  content: "\f00b"
}

.fa-the-red-yeti:before {
  content: "\f69d"
}

.fa-theater-masks:before {
  content: "\f630"
}

.fa-themeco:before {
  content: "\f5c6"
}

.fa-themeisle:before {
  content: "\f2b2"
}

.fa-thermometer:before {
  content: "\f491"
}

.fa-thermometer-empty:before {
  content: "\f2cb"
}

.fa-thermometer-full:before {
  content: "\f2c7"
}

.fa-thermometer-half:before {
  content: "\f2c9"
}

.fa-thermometer-quarter:before {
  content: "\f2ca"
}

.fa-thermometer-three-quarters:before {
  content: "\f2c8"
}

.fa-think-peaks:before {
  content: "\f731"
}

.fa-thumbs-down:before {
  content: "\f165"
}

.fa-thumbs-up:before {
  content: "\f164"
}

.fa-thumbtack:before {
  content: "\f08d"
}

.fa-ticket-alt:before {
  content: "\f3ff"
}

.fa-tiktok:before {
  content: "\e07b"
}

.fa-times:before {
  content: "\f00d"
}

.fa-times-circle:before {
  content: "\f057"
}

.fa-tint:before {
  content: "\f043"
}

.fa-tint-slash:before {
  content: "\f5c7"
}

.fa-tired:before {
  content: "\f5c8"
}

.fa-toggle-off:before {
  content: "\f204"
}

.fa-toggle-on:before {
  content: "\f205"
}

.fa-toilet:before {
  content: "\f7d8"
}

.fa-toilet-paper:before {
  content: "\f71e"
}

.fa-toilet-paper-slash:before {
  content: "\e072"
}

.fa-toolbox:before {
  content: "\f552"
}

.fa-tools:before {
  content: "\f7d9"
}

.fa-tooth:before {
  content: "\f5c9"
}

.fa-torah:before {
  content: "\f6a0"
}

.fa-torii-gate:before {
  content: "\f6a1"
}

.fa-tractor:before {
  content: "\f722"
}

.fa-trade-federation:before {
  content: "\f513"
}

.fa-trademark:before {
  content: "\f25c"
}

.fa-traffic-light:before {
  content: "\f637"
}

.fa-trailer:before {
  content: "\e041"
}

.fa-train:before {
  content: "\f238"
}

.fa-tram:before {
  content: "\f7da"
}

.fa-transgender:before {
  content: "\f224"
}

.fa-transgender-alt:before {
  content: "\f225"
}

.fa-trash:before {
  content: "\f1f8"
}

.fa-trash-alt:before {
  content: "\f2ed"
}

.fa-trash-restore:before {
  content: "\f829"
}

.fa-trash-restore-alt:before {
  content: "\f82a"
}

.fa-tree:before {
  content: "\f1bb"
}

.fa-trello:before {
  content: "\f181"
}

.fa-tripadvisor:before {
  content: "\f262"
}

.fa-trophy:before {
  content: "\f091"
}

.fa-truck:before {
  content: "\f0d1"
}

.fa-truck-loading:before {
  content: "\f4de"
}

.fa-truck-monster:before {
  content: "\f63b"
}

.fa-truck-moving:before {
  content: "\f4df"
}

.fa-truck-pickup:before {
  content: "\f63c"
}

.fa-tshirt:before {
  content: "\f553"
}

.fa-tty:before {
  content: "\f1e4"
}

.fa-tumblr:before {
  content: "\f173"
}

.fa-tumblr-square:before {
  content: "\f174"
}

.fa-tv:before {
  content: "\f26c"
}

.fa-twitch:before {
  content: "\f1e8"
}

.fa-twitter:before {
  content: "\f099"
}

.fa-twitter-square:before {
  content: "\f081"
}

.fa-typo3:before {
  content: "\f42b"
}

.fa-uber:before {
  content: "\f402"
}

.fa-ubuntu:before {
  content: "\f7df"
}

.fa-uikit:before {
  content: "\f403"
}

.fa-umbraco:before {
  content: "\f8e8"
}

.fa-umbrella:before {
  content: "\f0e9"
}

.fa-umbrella-beach:before {
  content: "\f5ca"
}

.fa-uncharted:before {
  content: "\e084"
}

.fa-underline:before {
  content: "\f0cd"
}

.fa-undo:before {
  content: "\f0e2"
}

.fa-undo-alt:before {
  content: "\f2ea"
}

.fa-uniregistry:before {
  content: "\f404"
}

.fa-unity:before {
  content: "\e049"
}

.fa-universal-access:before {
  content: "\f29a"
}

.fa-university:before {
  content: "\f19c"
}

.fa-unlink:before {
  content: "\f127"
}

.fa-unlock:before {
  content: "\f09c"
}

.fa-unlock-alt:before {
  content: "\f13e"
}

.fa-unsplash:before {
  content: "\e07c"
}

.fa-untappd:before {
  content: "\f405"
}

.fa-upload:before {
  content: "\f093"
}

.fa-ups:before {
  content: "\f7e0"
}

.fa-usb:before {
  content: "\f287"
}

.fa-user:before {
  content: "\f007"
}

.fa-user-alt:before {
  content: "\f406"
}

.fa-user-alt-slash:before {
  content: "\f4fa"
}

.fa-user-astronaut:before {
  content: "\f4fb"
}

.fa-user-check:before {
  content: "\f4fc"
}

.fa-user-circle:before {
  content: "\f2bd"
}

.fa-user-clock:before {
  content: "\f4fd"
}

.fa-user-cog:before {
  content: "\f4fe"
}

.fa-user-edit:before {
  content: "\f4ff"
}

.fa-user-friends:before {
  content: "\f500"
}

.fa-user-graduate:before {
  content: "\f501"
}

.fa-user-injured:before {
  content: "\f728"
}

.fa-user-lock:before {
  content: "\f502"
}

.fa-user-md:before {
  content: "\f0f0"
}

.fa-user-minus:before {
  content: "\f503"
}

.fa-user-ninja:before {
  content: "\f504"
}

.fa-user-nurse:before {
  content: "\f82f"
}

.fa-user-plus:before {
  content: "\f234"
}

.fa-user-secret:before {
  content: "\f21b"
}

.fa-user-shield:before {
  content: "\f505"
}

.fa-user-slash:before {
  content: "\f506"
}

.fa-user-tag:before {
  content: "\f507"
}

.fa-user-tie:before {
  content: "\f508"
}

.fa-user-times:before {
  content: "\f235"
}

.fa-users:before {
  content: "\f0c0"
}

.fa-users-cog:before {
  content: "\f509"
}

.fa-users-slash:before {
  content: "\e073"
}

.fa-usps:before {
  content: "\f7e1"
}

.fa-ussunnah:before {
  content: "\f407"
}

.fa-utensil-spoon:before {
  content: "\f2e5"
}

.fa-utensils:before {
  content: "\f2e7"
}

.fa-vaadin:before {
  content: "\f408"
}

.fa-vector-square:before {
  content: "\f5cb"
}

.fa-venus:before {
  content: "\f221"
}

.fa-venus-double:before {
  content: "\f226"
}

.fa-venus-mars:before {
  content: "\f228"
}

.fa-vest:before {
  content: "\e085"
}

.fa-vest-patches:before {
  content: "\e086"
}

.fa-viacoin:before {
  content: "\f237"
}

.fa-viadeo:before {
  content: "\f2a9"
}

.fa-viadeo-square:before {
  content: "\f2aa"
}

.fa-vial:before {
  content: "\f492"
}

.fa-vials:before {
  content: "\f493"
}

.fa-viber:before {
  content: "\f409"
}

.fa-video:before {
  content: "\f03d"
}

.fa-video-slash:before {
  content: "\f4e2"
}

.fa-vihara:before {
  content: "\f6a7"
}

.fa-vimeo:before {
  content: "\f40a"
}

.fa-vimeo-square:before {
  content: "\f194"
}

.fa-vimeo-v:before {
  content: "\f27d"
}

.fa-vine:before {
  content: "\f1ca"
}

.fa-virus:before {
  content: "\e074"
}

.fa-virus-slash:before {
  content: "\e075"
}

.fa-viruses:before {
  content: "\e076"
}

.fa-vk:before {
  content: "\f189"
}

.fa-vnv:before {
  content: "\f40b"
}

.fa-voicemail:before {
  content: "\f897"
}

.fa-volleyball-ball:before {
  content: "\f45f"
}

.fa-volume-down:before {
  content: "\f027"
}

.fa-volume-mute:before {
  content: "\f6a9"
}

.fa-volume-off:before {
  content: "\f026"
}

.fa-volume-up:before {
  content: "\f028"
}

.fa-vote-yea:before {
  content: "\f772"
}

.fa-vr-cardboard:before {
  content: "\f729"
}

.fa-vuejs:before {
  content: "\f41f"
}

.fa-walking:before {
  content: "\f554"
}

.fa-wallet:before {
  content: "\f555"
}

.fa-warehouse:before {
  content: "\f494"
}

.fa-watchman-monitoring:before {
  content: "\e087"
}

.fa-water:before {
  content: "\f773"
}

.fa-wave-square:before {
  content: "\f83e"
}

.fa-waze:before {
  content: "\f83f"
}

.fa-weebly:before {
  content: "\f5cc"
}

.fa-weibo:before {
  content: "\f18a"
}

.fa-weight:before {
  content: "\f496"
}

.fa-weight-hanging:before {
  content: "\f5cd"
}

.fa-weixin:before {
  content: "\f1d7"
}

.fa-whatsapp:before {
  content: "\f232"
}

.fa-whatsapp-square:before {
  content: "\f40c"
}

.fa-wheelchair:before {
  content: "\f193"
}

.fa-whmcs:before {
  content: "\f40d"
}

.fa-wifi:before {
  content: "\f1eb"
}

.fa-wikipedia-w:before {
  content: "\f266"
}

.fa-wind:before {
  content: "\f72e"
}

.fa-window-close:before {
  content: "\f410"
}

.fa-window-maximize:before {
  content: "\f2d0"
}

.fa-window-minimize:before {
  content: "\f2d1"
}

.fa-window-restore:before {
  content: "\f2d2"
}

.fa-windows:before {
  content: "\f17a"
}

.fa-wine-bottle:before {
  content: "\f72f"
}

.fa-wine-glass:before {
  content: "\f4e3"
}

.fa-wine-glass-alt:before {
  content: "\f5ce"
}

.fa-wix:before {
  content: "\f5cf"
}

.fa-wizards-of-the-coast:before {
  content: "\f730"
}

.fa-wodu:before {
  content: "\e088"
}

.fa-wolf-pack-battalion:before {
  content: "\f514"
}

.fa-won-sign:before {
  content: "\f159"
}

.fa-wordpress:before {
  content: "\f19a"
}

.fa-wordpress-simple:before {
  content: "\f411"
}

.fa-wpbeginner:before {
  content: "\f297"
}

.fa-wpexplorer:before {
  content: "\f2de"
}

.fa-wpforms:before {
  content: "\f298"
}

.fa-wpressr:before {
  content: "\f3e4"
}

.fa-wrench:before {
  content: "\f0ad"
}

.fa-x-ray:before {
  content: "\f497"
}

.fa-xbox:before {
  content: "\f412"
}

.fa-xing:before {
  content: "\f168"
}

.fa-xing-square:before {
  content: "\f169"
}

.fa-y-combinator:before {
  content: "\f23b"
}

.fa-yahoo:before {
  content: "\f19e"
}

.fa-yammer:before {
  content: "\f840"
}

.fa-yandex:before {
  content: "\f413"
}

.fa-yandex-international:before {
  content: "\f414"
}

.fa-yarn:before {
  content: "\f7e3"
}

.fa-yelp:before {
  content: "\f1e9"
}

.fa-yen-sign:before {
  content: "\f157"
}

.fa-yin-yang:before {
  content: "\f6ad"
}

.fa-yoast:before {
  content: "\f2b1"
}

.fa-youtube:before {
  content: "\f167"
}

.fa-youtube-square:before {
  content: "\f431"
}

.fa-zhihu:before {
  content: "\f63f"
}

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

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

/*!
 * Datepicker for Bootstrap v1.9.0 (https://github.com/uxsolutions/bootstrap-datepicker)
 *
 * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
 */
/* 
.datepicker {
  padding: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  direction: ltr
}

.datepicker-inline {
  width: 220px
}

.datepicker-rtl {
  direction: rtl
}

.datepicker-rtl.dropdown-menu {
  left: auto
}

.datepicker-rtl table tr td span {
  float: right
}

.datepicker-dropdown {
  top: 0;
  left: 0
}

.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #999;
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute
}

.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-top: 0;
  position: absolute
}

.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px
}

.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px
}

.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px
}

.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px
}

.datepicker-dropdown.datepicker-orient-bottom:before {
  top: -7px
}

.datepicker-dropdown.datepicker-orient-bottom:after {
  top: -6px
}

.datepicker-dropdown.datepicker-orient-top:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #999
}

.datepicker-dropdown.datepicker-orient-top:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #fff
}

.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.datepicker td,
.datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: none
}

.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent
}

.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused {
  background: #eee;
  cursor: pointer
}

.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #999
}

.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #999;
  cursor: default
}

.datepicker table tr td.highlighted {
  background: #d9edf7;
  border-radius: 0
}

.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
  background-color: #fde19a;
  background-image: -moz-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: -ms-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));
  background-image: -webkit-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: -o-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);
  border-color: #fdf59a #fdf59a #fbed50;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #000
}

.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today.active:hover,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled.active:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled.disabled:hover,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today[disabled]:hover,
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled[disabled]:hover {
  background-color: #fdf59a
}

.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today.active:hover,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled.active:hover {
  background-color: #fbf069 \9
}

.datepicker table tr td.today:hover:hover {
  color: #000
}

.datepicker table tr td.today.active:hover {
  color: #fff
}

.datepicker table tr td.range,
.datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover {
  background: #eee;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0
}

.datepicker table tr td.range.today,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover {
  background-color: #f3d17a;
  background-image: -moz-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: -ms-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3c17a), to(#f3e97a));
  background-image: -webkit-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: -o-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3c17a', endColorstr='#f3e97a', GradientType=0);
  border-color: #f3e97a #f3e97a #edde34;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0
}

.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today.active:hover,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled.active:hover,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled.disabled:hover,
.datepicker table tr td.range.today[disabled],
.datepicker table tr td.range.today[disabled]:hover,
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today.disabled[disabled]:hover {
  background-color: #f3e97a
}

.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today.active:hover,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled.active:hover {
  background-color: #efe24b \9
}

.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
  background-color: #9e9e9e;
  background-image: -moz-linear-gradient(to bottom, #b3b3b3, gray);
  background-image: -ms-linear-gradient(to bottom, #b3b3b3, gray);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b3b3b3), to(gray));
  background-image: -webkit-linear-gradient(to bottom, #b3b3b3, gray);
  background-image: -o-linear-gradient(to bottom, #b3b3b3, gray);
  background-image: linear-gradient(to bottom, #b3b3b3, gray);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3b3b3', endColorstr='#808080', GradientType=0);
  border-color: #808080 #808080 #595959;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25)
}

.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected.active:hover,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled.active:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled.disabled:hover,
.datepicker table tr td.selected[disabled],
.datepicker table tr td.selected[disabled]:hover,
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected.disabled[disabled]:hover {
  background-color: #808080
}

.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected.active:hover,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled.active:hover {
  background-color: #666666 \9
}

.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(to bottom, #08c, #04c);
  background-image: -ms-linear-gradient(to bottom, #08c, #04c);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#04c));
  background-image: -webkit-linear-gradient(to bottom, #08c, #04c);
  background-image: -o-linear-gradient(to bottom, #08c, #04c);
  background-image: linear-gradient(to bottom, #08c, #04c);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25)
}

.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active.active:hover,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled.disabled:hover,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active[disabled]:hover,
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled[disabled]:hover {
  background-color: #0044cc
}

.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active.active:hover,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled.active:hover {
  background-color: #003399 \9
}

.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px
}

.datepicker table tr td span:hover,
.datepicker table tr td span.focused {
  background: #eee
}

.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #999;
  cursor: default
}

.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(to bottom, #08c, #04c);
  background-image: -ms-linear-gradient(to bottom, #08c, #04c);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#04c));
  background-image: -webkit-linear-gradient(to bottom, #08c, #04c);
  background-image: -o-linear-gradient(to bottom, #08c, #04c);
  background-image: linear-gradient(to bottom, #08c, #04c);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25)
}

.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active.active:hover,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled.disabled:hover,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active[disabled]:hover,
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled[disabled]:hover {
  background-color: #0044cc
}

.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active.active:hover,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled.active:hover {
  background-color: #003399 \9
}

.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #999
}

.datepicker .datepicker-switch {
  width: 145px
}

.datepicker .datepicker-switch,
.datepicker .prev,
.datepicker .next,
.datepicker tfoot tr th {
  cursor: pointer
}

.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker tfoot tr th:hover {
  background: #eee
}

.datepicker .prev.disabled,
.datepicker .next.disabled {
  visibility: hidden
}

.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle
}

.input-append.date .add-on,
.input-prepend.date .add-on {
  cursor: pointer
}

.input-append.date .add-on i,
.input-prepend.date .add-on i {
  margin-top: 3px
}

.input-daterange input {
  text-align: center
}

.input-daterange input:first-child {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px
}

.input-daterange input:last-child {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0
}

.input-daterange .add-on {
  display: inline-block;
  width: auto;
  min-width: 16px;
  height: 18px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 18px;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  vertical-align: middle;
  background-color: #eee;
  border: 1px solid #ccc;
  margin-left: -5px;
  margin-right: -5px
} */

.minicolors {
  position: relative
}

.minicolors-sprite {
  background-image: url(data:image/png;base64,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)
}

.minicolors-swatch {
  position: absolute;
  vertical-align: middle;
  background-position: -80px 0;
  border: solid 1px #ccc;
  cursor: text;
  padding: 0;
  margin: 0;
  display: inline-block
}

.minicolors-swatch-color {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0
}

.minicolors input[type=hidden]+.minicolors-swatch {
  width: 28px;
  position: static;
  cursor: pointer
}

.minicolors input[type=hidden][disabled]+.minicolors-swatch {
  cursor: default
}

.minicolors-panel {
  position: absolute;
  width: 173px;
  background: white;
  border: solid 1px #CCC;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  z-index: 99999;
  box-sizing: content-box;
  display: none
}

.minicolors-panel.minicolors-visible {
  display: block
}

.minicolors-position-top .minicolors-panel {
  top: -154px
}

.minicolors-position-right .minicolors-panel {
  right: 0
}

.minicolors-position-bottom .minicolors-panel {
  top: auto
}

.minicolors-position-left .minicolors-panel {
  left: 0
}

.minicolors-with-opacity .minicolors-panel {
  width: 194px
}

.minicolors .minicolors-grid {
  position: relative;
  top: 1px;
  left: 1px;
  width: 150px;
  height: 150px;
  background-position: -120px 0;
  cursor: crosshair
}

.minicolors .minicolors-grid-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 150px;
  height: 150px
}

.minicolors-slider-saturation .minicolors-grid {
  background-position: -420px 0
}

.minicolors-slider-saturation .minicolors-grid-inner {
  background-position: -270px 0;
  background-image: inherit
}

.minicolors-slider-brightness .minicolors-grid {
  background-position: -570px 0
}

.minicolors-slider-brightness .minicolors-grid-inner {
  background-color: black
}

.minicolors-slider-wheel .minicolors-grid {
  background-position: -720px 0
}

.minicolors-slider,
.minicolors-opacity-slider {
  position: absolute;
  top: 1px;
  left: 152px;
  width: 20px;
  height: 150px;
  background-color: white;
  background-position: 0 0;
  cursor: row-resize
}

.minicolors-slider-saturation .minicolors-slider {
  background-position: -60px 0
}

.minicolors-slider-brightness .minicolors-slider {
  background-position: -20px 0
}

.minicolors-slider-wheel .minicolors-slider {
  background-position: -20px 0
}

.minicolors-opacity-slider {
  left: 173px;
  background-position: -40px 0;
  display: none
}

.minicolors-with-opacity .minicolors-opacity-slider {
  display: block
}

.minicolors-grid .minicolors-picker {
  position: absolute;
  top: 70px;
  left: 70px;
  width: 12px;
  height: 12px;
  border: solid 1px black;
  border-radius: 10px;
  margin-top: -6px;
  margin-left: -6px;
  background: none
}

.minicolors-grid .minicolors-picker>div {
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  border: solid 2px white;
  box-sizing: content-box
}

.minicolors-picker {
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 2px;
  background: white;
  border: solid 1px black;
  margin-top: -2px;
  box-sizing: content-box
}

.minicolors-swatches,
.minicolors-swatches li {
  margin: 5px 0 3px 5px;
  padding: 0;
  list-style: none;
  overflow: hidden
}

.minicolors-swatches .minicolors-swatch {
  position: relative;
  float: left;
  cursor: pointer;
  margin: 0 4px 0 0
}

.minicolors-with-opacity .minicolors-swatches .minicolors-swatch {
  margin-right: 7px
}

.minicolors-swatch.selected {
  border-color: #000
}

.minicolors-inline {
  display: inline-block
}

.minicolors-inline .minicolors-input {
  display: none !important
}

.minicolors-inline .minicolors-panel {
  position: relative;
  top: auto;
  left: auto;
  box-shadow: none;
  z-index: auto;
  display: inline-block
}

.minicolors-theme-default .minicolors-swatch {
  top: 5px;
  left: 5px;
  width: 18px;
  height: 18px
}

.minicolors-theme-default .minicolors-swatches .minicolors-swatch {
  margin-bottom: 2px;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px
}

.minicolors-theme-default.minicolors-position-right .minicolors-swatch {
  left: auto;
  right: 5px
}

.minicolors-theme-default.minicolors {
  width: auto;
  display: inline-block
}

.minicolors-theme-default .minicolors-input {
  height: 20px;
  width: auto;
  display: inline-block;
  padding-left: 26px
}

.minicolors-theme-default.minicolors-position-right .minicolors-input {
  padding-right: 26px;
  padding-left: inherit
}

.minicolors-theme-bootstrap .minicolors-swatch {
  z-index: 2;
  top: 3px;
  left: 3px;
  width: 28px;
  height: 28px;
  border-radius: 3px
}

.minicolors-theme-bootstrap .minicolors-swatches .minicolors-swatch {
  margin-bottom: 2px;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px
}

.minicolors-theme-bootstrap .minicolors-swatch-color {
  border-radius: inherit
}

.minicolors-theme-bootstrap.minicolors-position-right>.minicolors-swatch {
  left: auto;
  right: 3px
}

.minicolors-theme-bootstrap .minicolors-input {
  float: none;
  padding-left: 44px
}

.minicolors-theme-bootstrap.minicolors-position-right .minicolors-input {
  padding-right: 44px;
  padding-left: 12px
}

.minicolors-theme-bootstrap .minicolors-input.input-lg+.minicolors-swatch {
  top: 4px;
  left: 4px;
  width: 37px;
  height: 37px;
  border-radius: 5px
}

.minicolors-theme-bootstrap .minicolors-input.input-sm+.minicolors-swatch {
  width: 24px;
  height: 24px
}

.minicolors-theme-bootstrap .minicolors-input.input-xs+.minicolors-swatch {
  width: 18px;
  height: 18px
}

.input-group .minicolors-theme-bootstrap:not(:first-child) .minicolors-input {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0
}

.minicolors-theme-semanticui .minicolors-swatch {
  top: 0;
  left: 0;
  padding: 18px
}

.minicolors-theme-semanticui input {
  text-indent: 30px
}

.icons {
  text-align: right
}

.icons-nowrap {
  text-align: right;
  white-space: nowrap;
}

.font-10 {
  font-size: 1em
}

.font-15 {
  font-size: 1.5em
}

.font-20 {
  font-size: 2em
}

.as_link {
  color: #62a8ea;
  cursor: pointer
}

.d-none {
  display: none
}

.form-control {
  border: 1px solid #BBB
}

.body-delivery {
  padding-top: 0
}

strong {
  font-weight: bold
}

.select2-selection--single {
  height: 36px !important;
  padding-top: 4px !important
}

.body-nobanner {
  padding-top: 70px !important
}

.checkbox-custom label::before {
  border: 1px solid #BBB
}

.dropdown-menu>li>a {
  padding: 0
}

.banner-fixed {
  top: 110px;
  z-index: 1000;
  width: 100%;
  position: fixed
}

.banner-static {
  top: 110px;
  z-index: 1000;
  width: 100%;
  position: static
}

span.twitter-typeahead {
  width: 100%;
  border: 1px solid #DDD
}

.tt-menu {
  background-color: #EEEEEE;
  width: 100%
}

.tt-suggestion {
  padding: .1em 1em .1em 1em;
  background-color: #EEEEEE;
  border: 1px solid #DDD
}

.tt-cursor {
  background-color: #EE4
}

.green_change {
  background-color: #b3ffb3;
  margin-left: .2em;
  width: 3.5em;
  float: right
}

.red_change {
  background-color: #ffcccc;
  margin-left: .2em;
  width: 3.5em;
  float: right
}

.no_change {
  background-color: #f4f4b0;
  margin-left: .2em;
  width: 3.5em;
  float: right
}

.column-split {
  border-right: 2px solid #BBBBBB
}

.page_break {
  page-break-after: always !important;
  position: relative;
  display: block;
  float: none;
  background-color: #AAAAAA
}

.media_gallery {
  width: 100%;
  height: 15em;
  overflow-y: auto
}

.media_item {
  width: 20em;
  border: 1px solid gray;
  float: left;
  text-align: center
}

.cursor-pointer {
  cursor: pointer
}

.big_icon {
  font-size: 4em
}

.medium_icon {
  font-size: 2em
}

.media_img {
  width: 100%
}

.item_descr {
  z-index: 1051
}

.order_preview_link {
  cursor: pointer
}

.rental_preview_link {
  cursor: pointer
}

.tab-content-bordered {
  padding: 1.6em;
  border-left: solid 1px #CCCCCC;
  border-right: solid 1px #CCCCCC;
  border-bottom: solid 1px #CCCCCC
}

select.date-select {
  width: auto;
  border: 1px solid #cccccc;
  background-color: #ffffff;
  height: 35px
}

td.late {
  background-color: red;
  color: white
}

ul.thumbnails {
  list-style-type: none;
  padding-left: 0px
}

.thumbnail {
  width: 100%;
  height: 140px;
  border: 1px solid #AAAAAA;
  margin: 10px;
  padding: 10px;
  background-color: #EEEEEE
}

.digg_pagination {
  cursor: default
}

.digg_pagination a,
.digg_pagination span,
.digg_pagination em {
  padding: 0.2em 0.5em;
  display: block;
  float: left;
  margin-right: 1px
}

.digg_pagination .disabled {
  color: #999999;
  border: 1px solid #dddddd
}

.digg_pagination .current {
  font-style: normal;
  font-weight: bold;
  background: #2e6ab1;
  color: white;
  border: 1px solid #2e6ab1
}

.digg_pagination a {
  text-decoration: none;
  color: #105cb6;
  border: 1px solid #9aafe5
}

.digg_pagination a:hover,
.digg_pagination a:focus {
  color: #000033;
  border-color: #000033
}

.digg_pagination .page_info {
  background: #2e6ab1;
  color: white;
  padding: 0.4em 0.6em;
  width: 22em;
  margin-bottom: 0.3em;
  text-align: center
}

.digg_pagination .page_info b {
  color: #000033;
  background: #6aa6ed;
  padding: 0.1em 0.25em
}

.digg_pagination:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden
}

* html .digg_pagination {
  height: 1%
}

*:first-child+html .digg_pagination {
  overflow: hidden
}

.pay-form {
  margin-top: 15px;
  margin-bottom: 10px;
  display: none;
}

.pay-form .form-control:first-child {
  margin-left: 25px;
}

.pay-form label {
  margin-left: 5px;
}

.pay-form .form-control {
  margin-left: 10px;
}

.d-none {
  visibility: hidden;
  display: none;
}


.recovey-status-step {
  border: 1px solid #BBB;
  font-size: 1.4em;
  padding: .2em 2em .2em 2em;
  font-weight: bold;
}

.selected-item {
  background-color: #0000FF;
  color: #FFF;
}

.device-uids {
  width: auto;
  min-width: 270px;
}