/* ========================================================================
   Component: bootstrap-reset.less
 ========================================================================== */
@import url(https://fonts.googleapis.com/css?family=PT+Sans:400italic,400,700);
a {
  outline: none !important;
}
hr {
  border-top: 1px solid #9E9D9E;
}
.page-header {
  border-bottom-color: #9E9D9E;
}
.panel {
  border: 1px solid #eee;
  border-bottom: 1px solid #828182;
}
.panel .panel-heading a {
  text-decoration: none !important;
}
.well {
  border-bottom: 1px solid #828182;
}
.jumbotron {
  border-bottom: 2px solid #828182;
}
.nav-tabs > li > a {
  font-weight: bold;
  color: #656565;
  background-color: #B9B9B9;
  margin: 0;
  border: 1px solid #828182;
  border-radius: 0;
  padding: 10px 20px;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: inherit;
  border-bottom-color: #fff;
}
.tab-content {
  padding: 10px 20px 0px;
  border-style: solid;
  border-width: 0 1px 1px 1px;
  border-color: #828182;
}
.nav-pills + .tab-content {
  border: 0;
  padding: 0;
}
.btn {
  border-radius: 3px;
  border-color: rgba(0, 0, 0, 0.15);
  box-shadow: 0 -1px 0px rgba(0, 0, 0, 0.15) inset;
  -webkit-appearance: none;
  outline: none !important;
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
}
.btn.btn-link {
  box-shadow: none;
  border: 0;
}
.btn-lg {
  box-shadow: 0 -2px 0px rgba(0, 0, 0, 0.15) inset;
}
.form-control,
.input-group-addon {
  border-color: #dbd9d9;
}
.form-control {
  box-shadow: 0 0 0 #000 !important;
}
.input-group-addon {
  background-color: #f8f9fb;
}
fieldset {
  padding-bottom: 20px;
  border-bottom: 1px dashed #eee;
  margin-bottom: 20px;
}
fieldset.last-child,
fieldset:last-child {
  border-bottom: 0;
}
fieldset .form-group {
  margin-bottom: 0;
}
.table > thead > tr > th {
  border-bottom-width: 1px;
}
.table > tbody + tbody {
  border-bottom-width: 1px;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 1px;
}
.progress {
  -webkit-box-shadow: 0 0 0 #000;
  box-shadow: 0 0 0 #000;
  border-radius: 3px;
  border: 1px solid #f1f1f1;
  background-color: #fff;
}
.progress .progress-bar {
  -webkit-box-shadow: 0 0 0 #000;
  box-shadow: 0 0 0 #000;
}
.popover {
  box-shadow: 0 0 0 #000;
  border-color: #eee;
  border-bottom: 2px solid #9E9D9E;
  border-radius: 3px;
}
.popover .popover-title {
  border: 0;
}
.nav li > a {
  background-color: transparent;
}
.nav.nav-pills .active > a {
  background-color: #673C4F;
}
.dropdown-menu {
  border-radius: 3px;
}
.dropdown-header {
  color: #a1a2a3;
}
.carousel .carousel-indicators {
  bottom: 0;
}
.carousel .carousel-control.left,
.carousel .carousel-control.right {
  background-image: none;
}
.carousel .carousel-control em {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
}
/* ========================================================================
   Component: layout.less
 ========================================================================== */
html,
html body.full-height {
  height: 100%;
}
html,
body {
  overflow-x: hidden;
}
@media only screen and (min-width: 768px) {
}
.wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}
.wrapper:before,
.wrapper:after {
  content: " ";
  display: table;
}
.wrapper:after {
  clear: both;
}
.wrapper.wrapper-boxed {
  max-width: 960px;
  margin: 0 auto;
}
.wrapper > .aside {
  position: absolute;
  margin-top: 0px;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0px;
  z-index: 10;
}
.wrapper > section {
  position: relative;
  background-color: #eef0f4;
  min-height: 100%;
  z-index: 11;
  margin-left: 0;
}
.main-content {
  padding: 20px 10px 20px 10px;
}
.main-content > h3 {
  margin: 0 0 30px 0;
  font-weight: normal;
}
@media only screen and (min-width: 768px) {
  .wrapper > .aside {
    position: fixed;
    z-index: 501;
    margin-top: 0px;
  }
  .wrapper > section {
    margin-left: 0px;
    padding-top: 0px;
  }
  .main-content {
    padding: 20px 40px;
  }
}
.aside-toggled {
  overflow-y: hidden;
}
.aside-toggled .wrapper > section {
  margin-left: 0px;
}
.csstransforms3d .wrapper > section {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.csstransforms3d .aside-toggled .wrapper > section {
  margin-left: 0;
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (min-width: 768px) {
  .aside-toggled {
    overflow-y: auto;
  }
  .aside-toggled .wrapper > .aside {
    width: 0px;
  }
  .aside-toggled .wrapper > section {
    margin-left: 0px;
  }
  .csstransforms3d .aside-toggled .wrapper > section {
    -webkit-transform: none;
    -moz-transform: none;
    -opera-transform: none;
    -ms-transform: none;
    transform: none;
    margin-left: 0px;
  }
}
/* ========================================================================
   Component: top-navbar.less
 ========================================================================== */
.navbar {
  margin-bottom: 0px;
}
.navbar-inverse {
  background: #673C4F;
  color: #efefef;
  border-bottom: 1px solid #673C4F;
}
.navbar-inverse a {
  color: #efefef;
}
.navbar-inverse .navbar-toggle {
  border: none;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #422733;
}
.navbar-inverse .navbar-collapse {
  border-color: #422733;
}
.navbar-inverse .navbar-brand {
  color: #fff;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: #422733;
}
.navbar-inverse .navbar-nav > li > a {
  color: #fdfdfd;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: #422733;
}
.navbar-inverse a.bg-dark {
  background-color: #553241;
}
.brand-logo {
  font-weight: 700;
  text-shadow: 0 1px 3px #444;
}
/* ========================================================================
   Component: sidebar.less
 ========================================================================== */
.sidebar {
  background-color: #2c3037;
  height: 100%;
  overflow-y: auto;
}
.sidebar > .nav {
  position: relative;
  padding-bottom: 60px;
  min-height: 100%;
}
.sidebar .nav > li > a {
  padding: 16px 30px;
  color: #919293;
  font-weight: bold;
  letter-spacing: .025em;
  text-shadow: 0 1px 3px #222;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.sidebar .nav > li > a:focus,
.sidebar .nav > li > a:hover {
  color: #fff;
  background-color: transparent;
}
.sidebar .nav > li > a > em {
  width: 2em;
}
.sidebar .nav > li.active > a,
.sidebar .nav > li.active > a:focus,
.sidebar .nav > li.active > a:hover {
  color: #fff;
  background-color: #434953;
}
.sidebar .nav .nav {
  padding-left: 30px;
  background-color: #212429;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15) inset;
}
.sidebar .nav .nav > li > a {
  position: relative;
  padding: 10px 30px;
  font-size: 13px;
  background-color: transparent !important;
  font-weight: normal;
}
.sidebar .nav .nav > li > a:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  border-radius: 500px;
  background-color: #919293;
}
.sidebar .nav .nav > li.active > a:after {
  background-color: #fff;
  background-color: #673C4F;
}
.sidebar .nav > .nav-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  min-height: 60px;
  padding: 16px 10px;
  text-align: right;
}
.sidebar .nav > .nav-footer .nav-footer-divider {
  display: block;
  height: 1px;
  width: auto;
  background-color: rgba(255, 255, 255, 0.1);
}
@media only screen and (min-width: 768px) {
  .aside-toggled .sidebar {
    overflow: visible !important;
  }
  .aside-toggled .sidebar > .nav > li > a > em {
    font-size: 1.7em;
    width: auto;
  }
  .aside-toggled .sidebar > .nav > li > a,
  .aside-toggled .sidebar > .nav > li > .item {
    padding: 22px 0;
    text-align: center;
  }
  .aside-toggled .sidebar > .nav > li > a .item-text,
  .aside-toggled .sidebar > .nav > li > .item .item-text {
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    padding-left: 20px;
    font-weight: normal;
    line-height: 40px;
    white-space: nowrap;
    color: #fff;
    background: #212429;
    z-index: 2002;
  }
  .aside-toggled .sidebar > .nav > li > a.no-submenu .item-text,
  .aside-toggled .sidebar > .nav > li > .item.no-submenu .item-text {
    display: none !important;
  }
  .aside-toggled .sidebar .nav .nav {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    padding-left: 20px;
    padding-top: 40px;
    min-width: 180px;
    z-index: 2001;
    height: auto !important;
  }
  .aside-toggled .sidebar .nav > li:hover .nav,
  .aside-toggled .sidebar .nav > li.open .nav {
    display: block;
  }
  .aside-toggled .sidebar .nav > li:hover .item-text,
  .aside-toggled .sidebar .nav > li.open .item-text {
    display: block;
  }
  .aside-toggled .sidebar .nav .label {
    position: absolute;
    top: 10px;
    right: 5px;
  }
}
/* ========================================================================
   Component: typo.less
 ========================================================================== */
body {
  font-family: "PT Sans", sans-serif;
  color: #656565;
}
h1,
h2,
h3,
h4 {
  font-weight: bold;
}
.upcase {
  text-transform: uppercase;
}
/* ========================================================================
   Component: button-extra.less
 ========================================================================== */
.btn-inverse {
  color: #fff;
  background-color: #673C4F;
  border-color: #673C4F;
}
.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse.focus,
.btn-inverse:active,
.btn-inverse.active,
.open > .dropdown-toggle.btn-inverse {
  color: #fff;
  background-color: #472936;
  border-color: #402531;
}
.btn-inverse:active,
.btn-inverse.active,
.open > .dropdown-toggle.btn-inverse {
  background-image: none;
}
.btn-inverse.disabled,
.btn-inverse[disabled],
fieldset[disabled] .btn-inverse,
.btn-inverse.disabled:hover,
.btn-inverse[disabled]:hover,
fieldset[disabled] .btn-inverse:hover,
.btn-inverse.disabled:focus,
.btn-inverse[disabled]:focus,
fieldset[disabled] .btn-inverse:focus,
.btn-inverse.disabled.focus,
.btn-inverse[disabled].focus,
fieldset[disabled] .btn-inverse.focus,
.btn-inverse.disabled:active,
.btn-inverse[disabled]:active,
fieldset[disabled] .btn-inverse:active,
.btn-inverse.disabled.active,
.btn-inverse[disabled].active,
fieldset[disabled] .btn-inverse.active {
  background-color: #673C4F;
  border-color: #673C4F;
}
.btn-inverse .badge {
  color: #673C4F;
  background-color: #fff;
}
.btn-green {
  color: #fff;
  background-color: #B8FFD4;
  border-color: #9fffc5;
}
.btn-green:hover,
.btn-green:focus,
.btn-green.focus,
.btn-green:active,
.btn-green.active,
.open > .dropdown-toggle.btn-green {
  color: #fff;
  background-color: #85ffb5;
  border-color: #61ff9f;
}
.btn-green:active,
.btn-green.active,
.open > .dropdown-toggle.btn-green {
  background-image: none;
}
.btn-green.disabled,
.btn-green[disabled],
fieldset[disabled] .btn-green,
.btn-green.disabled:hover,
.btn-green[disabled]:hover,
fieldset[disabled] .btn-green:hover,
.btn-green.disabled:focus,
.btn-green[disabled]:focus,
fieldset[disabled] .btn-green:focus,
.btn-green.disabled.focus,
.btn-green[disabled].focus,
fieldset[disabled] .btn-green.focus,
.btn-green.disabled:active,
.btn-green[disabled]:active,
fieldset[disabled] .btn-green:active,
.btn-green.disabled.active,
.btn-green[disabled].active,
fieldset[disabled] .btn-green.active {
  background-color: #B8FFD4;
  border-color: #9fffc5;
}
.btn-green .badge {
  color: #B8FFD4;
  background-color: #fff;
}
.btn-purple {
  color: #fff;
  background-color: #390040;
  border-color: #220027;
}
.btn-purple:hover,
.btn-purple:focus,
.btn-purple.focus,
.btn-purple:active,
.btn-purple.active,
.open > .dropdown-toggle.btn-purple {
  color: #fff;
  background-color: #0c000d;
  border-color: #000000;
}
.btn-purple:active,
.btn-purple.active,
.open > .dropdown-toggle.btn-purple {
  background-image: none;
}
.btn-purple.disabled,
.btn-purple[disabled],
fieldset[disabled] .btn-purple,
.btn-purple.disabled:hover,
.btn-purple[disabled]:hover,
fieldset[disabled] .btn-purple:hover,
.btn-purple.disabled:focus,
.btn-purple[disabled]:focus,
fieldset[disabled] .btn-purple:focus,
.btn-purple.disabled.focus,
.btn-purple[disabled].focus,
fieldset[disabled] .btn-purple.focus,
.btn-purple.disabled:active,
.btn-purple[disabled]:active,
fieldset[disabled] .btn-purple:active,
.btn-purple.disabled.active,
.btn-purple[disabled].active,
fieldset[disabled] .btn-purple.active {
  background-color: #390040;
  border-color: #220027;
}
.btn-purple .badge {
  color: #390040;
  background-color: #fff;
}
.btn-pink {
  color: #fff;
  background-color: #F5CCE8;
  border-color: #f1b7de;
}
.btn-pink:hover,
.btn-pink:focus,
.btn-pink.focus,
.btn-pink:active,
.btn-pink.active,
.open > .dropdown-toggle.btn-pink {
  color: #fff;
  background-color: #eda1d5;
  border-color: #e784c7;
}
.btn-pink:active,
.btn-pink.active,
.open > .dropdown-toggle.btn-pink {
  background-image: none;
}
.btn-pink.disabled,
.btn-pink[disabled],
fieldset[disabled] .btn-pink,
.btn-pink.disabled:hover,
.btn-pink[disabled]:hover,
fieldset[disabled] .btn-pink:hover,
.btn-pink.disabled:focus,
.btn-pink[disabled]:focus,
fieldset[disabled] .btn-pink:focus,
.btn-pink.disabled.focus,
.btn-pink[disabled].focus,
fieldset[disabled] .btn-pink.focus,
.btn-pink.disabled:active,
.btn-pink[disabled]:active,
fieldset[disabled] .btn-pink:active,
.btn-pink.disabled.active,
.btn-pink[disabled].active,
fieldset[disabled] .btn-pink.active {
  background-color: #F5CCE8;
  border-color: #f1b7de;
}
.btn-pink .badge {
  color: #F5CCE8;
  background-color: #fff;
}
.btn-outline {
  background-color: transparent;
  border-color: #fff;
}
.btn-outline:hover,
.btn-outline:focus {
  background-color: #fff;
  color: #673C4F;
}
.btn-flat {
  border-bottom-width: 1px;
  border-radius: 0;
  box-shadow: 0 0 0 #000;
}
.btn-xl {
  padding: 20px 16px;
  font-size: 18px;
}
.btn-square {
  border-radius: 0;
}
.btn-pill-left,
.btn-oval {
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  padding-left: 18px;
}
.btn-pill-right,
.btn-oval {
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  padding-right: 18px;
}
.btn-labeled {
  padding-top: 0;
  padding-bottom: 0;
}
.btn-label {
  position: relative;
  background: transparent;
  background: rgba(0, 0, 0, 0.05);
  display: inline-block;
  padding: 8px 14px;
  left: -14px;
  border-radius: 3px 0 0 3px;
}
.btn-label.btn-label-right {
  left: auto;
  right: -14px;
  border-radius: 0 3px 3px 0;
}
.btn-lg .btn-label {
  padding: 10px 16px;
  left: -16px;
  border-radius: 5px 0 0 5px;
}
.btn-lg .btn-label.btn-label-right {
  left: auto;
  right: -16px;
  border-radius: 0 5px 5px 0;
}
.btn-sm .btn-label {
  padding: 5px 10px;
  left: -10px;
  border-radius: 2px 0 0 2px;
}
.btn-sm .btn-label.btn-label-right {
  left: auto;
  right: -10px;
  border-radius: 0 2px 2px 0;
}
.btn-xs .btn-label {
  padding: 1px 5px;
  left: -5px;
  border-radius: 2px 0 0 2px;
}
.btn-xs .btn-label.btn-label-right {
  left: auto;
  right: -5px;
  border-radius: 0 2px 2px 0;
}
.btn-fw {
  min-width: 80px;
}
.btn-fw.btn-sm {
  min-width: 40px;
}
.btn-fw.btn-md {
  min-width: 60px;
}
.btn-fw.btn-lg {
  min-width: 140px;
}
/* ========================================================================
   Component: placeholder.less
 ========================================================================== */
.box-placeholder {
  margin-bottom: 15px;
  padding: 20px;
  border: 1px dashed #ddd;
  background: #fafafa;
  color: #444;
}
.box-placeholder > :last-child {
  margin-bottom: 0;
}
.box-placeholder-lg {
  padding-top: 80px;
  padding-bottom: 80px;
}
/* ========================================================================
   Component: panels.less
 ========================================================================== */
.panel .table {
  margin-bottom: 0;
  border: 0;
}
.panel-flat {
  margin: 0 !important;
  border: 0;
}
.panel-group .panel-flat {
  box-shadow: 0 0 0 #000;
}
.panel-group .panel-flat:first-child {
  border-radius: 4px 4px 0 0;
}
.panel-group .panel-flat:last-child {
  border-radius: 0 0 4px 4px;
}
.panel-heading > a[data-perform] {
  display: inline-block;
  color: #fff;
  width: 2em;
  text-align: center;
}
.panel-default .panel-heading > a[data-perform] {
  color: #c1c2c3;
}
.panel-heading > .label.pull-right {
  margin-top: 3px;
}
.panel-footer .pagination {
  margin: 0;
}
.panel-footer .radial-bar {
  margin-bottom: 0;
}
.panel-footer p {
  margin-bottom: 0;
}
.panel-heading-active {
  background-color: #673C4F !important;
  font-weight: bold;
  font-size: 16px;
}
.panel-heading-active > a {
  padding: 15px 0;
  color: #fff !important;
  -webkit-transition: padding 0.5s ease;
  -o-transition: padding 0.5s ease;
  transition: padding 0.5s ease;
}
.panel-heading-active + .panel-collapse:after {
  content: "";
  display: block;
  width: 60%;
  margin: 0 auto;
  height: 0;
  border-bottom: 1px solid #e1e2e3;
}
.panel-inverse {
  border-color: #eee;
}
.panel-inverse > .panel-heading {
  color: #fff;
  background-color: #673C4F;
  border-color: #673C4F;
}
.panel-inverse > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #eee;
}
.panel-inverse > .panel-heading .badge {
  color: #673C4F;
  background-color: #fff;
}
.panel-inverse > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #eee;
}
.panel-green {
  border-color: #eee;
}
.panel-green > .panel-heading {
  color: #fff;
  background-color: #B8FFD4;
  border-color: #B8FFD4;
}
.panel-green > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #eee;
}
.panel-green > .panel-heading .badge {
  color: #B8FFD4;
  background-color: #fff;
}
.panel-green > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #eee;
}
.panel-pink {
  border-color: #eee;
}
.panel-pink > .panel-heading {
  color: #fff;
  background-color: #F5CCE8;
  border-color: #F5CCE8;
}
.panel-pink > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #eee;
}
.panel-pink > .panel-heading .badge {
  color: #F5CCE8;
  background-color: #fff;
}
.panel-pink > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #eee;
}
.panel-purple {
  border-color: #eee;
}
.panel-purple > .panel-heading {
  color: #fff;
  background-color: #390040;
  border-color: #390040;
}
.panel-purple > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #eee;
}
.panel-purple > .panel-heading .badge {
  color: #390040;
  background-color: #fff;
}
.panel-purple > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #eee;
}
/* ========================================================================
   Component: user-block.less
 ========================================================================== */
.user-block {
  position: relative;
  display: block;
  margin: 15px 30px;
  cursor: pointer;
}
.user-block > .user-block-picture {
  position: relative;
  display: inline-block;
  width: 60px;
  margin-right: 15px;
}
.user-block > .user-block-picture > img {
  max-width: 100%;
  height: auto;
}
.user-block > .user-block-picture > .user-block-status {
  display: none;
}
.user-block .user-block-info {
  display: inline-block;
}
.user-block .user-block-info .user-block-name {
  display: block;
  color: #f1f1f1;
}
.user-block .user-block-info .user-block-role {
  display: block;
  font-size: 12px;
  color: #aaa;
}
.user-block-status {
  position: absolute;
  left: 80px;
  bottom: -3px;
}
.user-block-status > .btn {
  font-size: 10px;
  background-color: #222;
  background-color: rgba(0, 0, 0, 0.05);
  color: #c1c2c3 !important;
  min-width: 70px;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .aside-toggled .user-block {
    padding: 0 !important;
    margin: 20px 0;
  }
  .aside-toggled .user-block > .user-block-picture {
    margin: 0;
    width: 50px;
  }
  .aside-toggled .user-block > .user-block-picture > .user-block-status {
    display: block;
    text-indent: -9999px;
    top: 0;
    left: 0;
  }
  .aside-toggled .user-block > .user-block-picture > .user-block-status > .point {
    position: absolute;
    top: -5px;
    left: -8px;
  }
  .aside-toggled .user-block .user-block-role,
  .aside-toggled .user-block .user-block-status {
    display: none;
  }
}
/* ========================================================================
   Component: dropdown-extras.less
 ========================================================================== */
.dropdown-lg > .dropdown-menu {
  min-width: 200px;
}
.dropdown-list > .dropdown-menu {
  padding: 0;
  min-width: 220px;
}
.dropdown-list .list-group {
  margin: 0;
}
.dropdown-list .list-group-item {
  border-radius: 0;
  border-left: 0;
  border-right: 0;
}
.dropdown-list .list-group-item:first-child {
  border-top: 0;
}
.dropdown-list .list-group-item:last-child {
  border-bottom: 0;
}
.dropdown > a {
  position: relative;
}
.dropdown > a > .label {
  position: absolute;
  top: 0;
  right: 0;
  padding: 2px 5px;
}
@media only screen and (min-width: 768px) {
  .dropdown > a > .label {
    top: 10px;
  }
}
.dropdown-menu-header {
  padding: 10px 15px;
  background-color: #f7f8f9;
  border-bottom: 1px solid #e1e1e1;
}
/* ========================================================================
   Component: row-extra.less
 ========================================================================== */
.row-table {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
  margin: 0;
}
.row-table > [class*="col-"] {
  display: table-cell;
  float: none;
  table-layout: fixed;
  vertical-align: middle;
}
.row-flush > [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}
/* ========================================================================
   Component: widget.less
 ========================================================================== */
.widget {
  margin-bottom: 20px;
}
.widget.panel,
.widget .panel {
  overflow: hidden;
}
/* ========================================================================
   Component: half-float.less
 ========================================================================== */
.half-float {
  position: relative;
  margin-bottom: 65px;
}
.half-float .half-float-bottom,
.half-float .half-float-top {
  position: absolute;
  left: 50%;
  bottom: -60px;
  width: 120px;
  height: 120px;
  margin-left: -60px;
  z-index: 2;
}
.half-float .half-float-top {
  bottom: auto;
  top: -60px;
}
.half-float + * {
  margin-top: -55px;
  padding-top: 65px;
}
/* ========================================================================
   Component: login.less
 ========================================================================== */
.row-login {
  height: 100%;
  padding: 50px 0;
  background-color: #2c3037;
}
.row-table > .col-table-top {
  vertical-align: top;
}
.panel-login img.logo {
  height: 74px;
}
.panel-login .text-padded {
  padding: 0 16px;
}
/* ========================================================================
   Component: app.less
 ========================================================================== */
.has-error .help-error {
  color: #F45866;
}
/* ========================================================================
   Component: dashboard.less
 ========================================================================== */
.topics {
  font-size: 1.2em;
}
a.clean-link {
  text-decoration: none;
  color: inherit;
}
/* ========================================================================
   Component: lesson.less
 ========================================================================== */
.lesson-description a {
  color: #bcb665;
  text-decoration: underline;
}
.lesson-description a:active,
.lesson-description a:hover {
  color: #DBD56E;
  text-decoration: underline;
}
.code-tabs li.active {
  background: #282c34;
  color: #eee;
}
.code-tabs li.active a {
  background: #282c34 !important;
  color: #eee !important;
  border-bottom-color: #282c34 !important;
}
.code-content {
  font-size: 1.2em;
  background: #282c34;
  overflow: hidden;
  height: 500px;
}
.code-content pre {
  font-size: 16px;
  background: none;
  border: none;
}
.code-content .tab-pane {
  overflow-y: auto;
  height: 100%;
}
/* ========================================================================
   Component: form-elements.less
 ========================================================================== */
/**
 * Custom form elements
 *    - Checkbox
 *    - Radios
 *    - Switch
 *    - Rounded inputs
 */
.c-checkbox,
.c-radio {
  margin-right: 4px;
}
.c-checkbox *,
.c-radio * {
  cursor: pointer;
}
.c-checkbox input,
.c-radio input {
  opacity: 0;
  position: absolute;
  margin-left: 0 !important;
}
.c-checkbox span,
.c-radio span {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-left: -20px;
  width: 20px;
  height: 20px;
  border-radius: 2px;
  border: 1px solid #ccc;
  margin-right: 5px;
}
.c-checkbox:hover span,
.c-radio:hover span {
  border-color: #673C4F;
}
.form-inline .c-checkbox span,
.form-inline .c-radio span {
  margin-left: 0;
}
.c-checkbox.c-checkbox-rounded span,
.c-radio.c-checkbox-rounded span,
.c-checkbox.c-radio-rounded span,
.c-radio.c-radio-rounded span {
  border-radius: 500px;
}
/* override for radio */
.c-radio span {
  border-radius: 500px;
}
/* the icon */
.c-checkbox span:before,
.c-radio span:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  text-align: center !important;
  font-size: 12px;
  line-height: 18px;
  vertical-align: middle;
}
/* Checked state */
input[type=checkbox]:checked + span:before,
input[type=radio]:checked + span:before {
  color: #fff;
  opacity: 1;
  transition: color 0.3 ease-out;
}
input[type=checkbox]:checked + span,
input[type=radio]:checked + span {
  border-color: #673C4F;
  background-color: #673C4F;
}
/* override for radio */
input[type=radio]:checked + span {
  background-color: #fff;
}
input[type=radio]:checked + span:before {
  color: #673C4F;
}
/* Disable state */
input[type=checkbox]:disabled + span,
input[type=radio]:disabled + span {
  border-color: #ddd !important;
  background-color: #ddd !important;
}
/* override for radio */
input[type=radio]:disabled + span {
  background-color: #fff !important;
}
input[type=radio]:disabled + span:before {
  color: #ddd;
}
.form-control-rounded {
  border-radius: 100px;
}
.switch * {
  cursor: pointer;
}
.switch input {
  opacity: 0;
  position: absolute;
  z-index: -1;
}
.switch span {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 30px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 100px;
  transition: all .5s;
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.1) inset;
}
.switch span:after {
  content: "";
  position: absolute;
  background-color: #fff;
  top: 0;
  left: 0;
  height: 28px;
  width: 28px;
  border: 1px solid #ddd;
  border-radius: 400px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-transition: all .2s;
}
.switch input:checked + span {
  background-color: #673C4F;
  border-color: #673C4F;
  transition: all .5s;
}
.switch input:checked + span:after {
  left: 50%;
  transition: all .2s;
}
.has-feedback .form-control-feedback {
  top: 0;
}
label + .form-control + .form-control-feedback {
  top: 36px;
}
/* ========================================================================
   Component: form-file.less
 ========================================================================== */
.form-file {
  position: relative;
  display: inline-block;
  vertical-align: bottom;
  overflow: hidden;
}
.form-file input[type="file"] {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  opacity: 0;
  cursor: pointer;
  /* 1 */
  left: 0;
  /* 2 */
  font-size: 500px;
}
/* ========================================================================
   Component: form-validation.less
 ========================================================================== */
.parsley-error {
  border-color: #F45866 !important;
}
.parsley-errors-list {
  display: none;
  margin: 0;
  padding: 0;
}
.parsley-errors-list.filled {
  display: block;
}
.parsley-errors-list > li {
  font-size: 12px;
  list-style: none;
  color: #F45866;
}
/* ========================================================================
   Component: form-tags.less
 ========================================================================== */
.bootstrap-tagsinput {
  border-color: #dbd9d9;
  box-shadow: 0 0 0 #000 !important;
}
/* ========================================================================
   Component: form-dragdrop.less
 ========================================================================== */
/**
 * Provides a dragover state for uploads
 */
.dragover {
  box-shadow: 0 0 20px rgba(100, 100, 100, 0.3);
}
/* ========================================================================
   Component: form-wizard.less
 ========================================================================== */
.form-wizard > ol {
  list-style-type: none;
  padding: 0 15px;
  padding: 0 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.form-wizard > ol > li {
  min-height: 50px;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.form-wizard > ol > li > a {
  text-decoration: none;
}
.form-wizard > ol > li .label {
  background-color: #673C4F;
  display: block;
  width: 30px;
  margin: 0 auto;
  height: 30px;
  line-height: 26px;
  border-radius: 50%;
  font-size: 14px;
}
.form-wizard > ol > li .label[href]:hover,
.form-wizard > ol > li .label[href]:focus {
  background-color: #472936;
}
.form-wizard > ol > li h4 {
  display: inline-block;
  color: #656565;
}
.form-wizard > ol > li small {
  display: block;
  color: #676667;
}
.form-wizard > ol > li.active {
  background-color: #673C4F;
  color: #fff;
}
.form-wizard > ol > li.active h4,
.form-wizard > ol > li.active small {
  color: #fff;
}
.form-wizard > ol > li.active .label {
  background-color: #fff;
  border-color: #fff;
  color: #673C4F;
}
.form-wizard > ol.wizard-nolabels .label {
  display: none !important;
}
.form-wizard .progress {
  display: block;
}
.form-wizard .progress .progress-bar {
  display: block;
}
.form-wizard .bwizard-buttons {
  margin: 0;
}
.form-wizard .well {
  border: 0;
  margin: 0;
  box-shadow: 0 0 0 #000;
}
.form-wizard .well fieldset {
  margin: 0;
}
.form-wizard.wizard-horizontal > ol > li {
  display: inline-block;
}
.form-wizard.wizard-vertical:before,
.form-wizard.wizard-vertical:after {
  content: " ";
  display: table;
}
.form-wizard.wizard-vertical:after {
  clear: both;
}
.form-wizard.wizard-vertical > ol {
  float: left;
  width: 39%;
  padding: 0;
}
.form-wizard.wizard-vertical > ol > li {
  display: block;
  padding: 10px;
}
.form-wizard.wizard-vertical > ol > li h4 {
  font-size: 14px;
}
.form-wizard.wizard-vertical > div {
  float: right;
  width: 59%;
}
.form-wizard.wizard-vertical .pager {
  clear: both;
  padding-top: 10px;
}
.form-wizard.wizard-vertical .well {
  padding: 0;
}
/* ========================================================================
   Component: utils.less
 ========================================================================== */
.m0 {
  margin: 0 !important;
}
.ml0 {
  margin-left: 0 !important;
}
.mr0 {
  margin-right: 0 !important;
}
.mt0 {
  margin-top: 0 !important;
}
.mb0 {
  margin-bottom: 0 !important;
}
.m {
  margin: 10px !important;
}
.ml {
  margin-left: 10px !important;
}
.mr {
  margin-right: 10px !important;
}
.mt {
  margin-top: 10px !important;
}
.mb {
  margin-bottom: 10px !important;
}
.m-sm {
  margin: 5px !important;
}
.ml-sm {
  margin-left: 5px !important;
}
.mr-sm {
  margin-right: 5px !important;
}
.mt-sm {
  margin-top: 5px !important;
}
.mb-sm {
  margin-bottom: 5px !important;
}
.m-lg {
  margin: 15px !important;
}
.ml-lg {
  margin-left: 15px !important;
}
.mr-lg {
  margin-right: 15px !important;
}
.mt-lg {
  margin-top: 15px !important;
}
.mb-lg {
  margin-bottom: 15px !important;
}
.m-xl {
  margin: 30px !important;
}
.ml-xl {
  margin-left: 30px !important;
}
.mr-xl {
  margin-right: 30px !important;
}
.mt-xl {
  margin-top: 30px !important;
}
.mb-xl {
  margin-bottom: 30px !important;
}
.mv {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
.mh {
  margin-left: 10px !important;
  margin-right: 10px !important;
}
.mv-lg {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}
.mh-lg {
  margin-left: 15px !important;
  margin-right: 15px !important;
}
.mv-sm {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}
.mh-sm {
  margin-left: 5px !important;
  margin-right: 5px !important;
}
.p0 {
  padding: 0 !important;
}
.p {
  padding: 10px !important;
}
.pl {
  padding-left: 10px !important;
}
.pr {
  padding-right: 10px !important;
}
.pt {
  padding-top: 10px !important;
}
.pb {
  padding-bottom: 10px !important;
}
.p-sm {
  padding: 5px !important;
}
.pl-sm {
  padding-left: 5px !important;
}
.pr-sm {
  padding-right: 5px !important;
}
.pt-sm {
  padding-top: 5px !important;
}
.pb-sm {
  padding-bottom: 5px !important;
}
.p-lg {
  padding: 15px !important;
}
.pl-lg {
  padding-left: 15px !important;
}
.pr-lg {
  padding-right: 15px !important;
}
.pt-lg {
  padding-top: 15px !important;
}
.pb-lg {
  padding-bottom: 15px !important;
}
.pv {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.ph {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.pv-lg {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}
.ph-lg {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.pv-sm {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}
.ph-sm {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.b0 {
  border-width: 0 !important;
}
.bl0 {
  border-left-width: 0 !important;
}
.br0 {
  border-right-width: 0 !important;
}
.bt0 {
  border-top-width: 0 !important;
}
.bb0 {
  border-bottom-width: 0 !important;
}
.br {
  border-right: 1px solid #e1e1e1;
}
.bl {
  border-left: 1px solid #e1e1e1;
}
.bt {
  border-top: 1px solid #e1e1e1;
}
.bb {
  border-bottom: 1px solid #e1e1e1;
}
.b {
  border-right: 1px solid #e1e1e1;
  border-left: 1px solid #e1e1e1;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
}
.radius-clear {
  border-radius: 0 !important;
}
.shadow-clear {
  box-shadow: 0 0 0 #000 !important;
}
.text-white {
  color: #fff;
}
.text-inverse {
  color: #673C4F;
}
.text-alpha {
  color: rgba(255, 255, 255, 0.5);
}
.text-pink {
  color: #F5CCE8;
}
.text-purple {
  color: #390040;
}
.text-alpha-inverse {
  color: rgba(0, 0, 0, 0.5);
}
.text-green {
  color: #B8FFD4;
}
.text-sm {
  font-size: 11.9px;
}
.text-lg {
  font-size: 42px;
}
.inline {
  display: inline-block !important;
}
.block-center {
  margin: 0 auto;
}
.bg-primary {
  background-color: #673C4F;
  color: #fff;
}
.bg-success {
  background-color: #25D49F;
  color: #fff;
}
.bg-info {
  background-color: #B7B3A1;
  color: #fff;
}
.bg-warning {
  background-color: #DBD56E;
  color: #fff;
}
.bg-danger {
  background-color: #F45866;
  color: #fff;
}
.bg-inverse {
  background-color: #673C4F;
  color: #fff;
}
.bg-white {
  background-color: #fff;
  color: inherit;
}
.bg-green {
  background-color: #B8FFD4;
  color: #fff;
}
.bg-pink {
  background-color: #F5CCE8;
  color: #fff;
}
.bg-purple {
  background-color: #390040;
  color: #fff;
}
.bg-gray-lighter {
  background-color: #B9B9B9;
  color: inherit;
}
.bg-gray-darker {
  background-color: #555455;
  color: inherit;
}
.align-middle {
  vertical-align: middle;
}
.align-top {
  vertical-align: top;
}
.align-bottom {
  vertical-align: bottom;
}
.bg-center {
  background-position: center center;
  background-size: cover;
}
.list-icon em {
  font-size: 14px;
  width: 40px;
  vertical-align: middle;
  margin: 0;
  display: inline-block;
  text-align: center;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  line-height: 30px;
}
.list-icon div:hover em {
  -webkit-transform: scale(3, 3);
  -ms-transform: scale(3, 3);
  -o-transform: scale(3, 3);
  transform: scale(3, 3);
}
.label-inverse {
  background-color: #673C4F;
}
.label-inverse[href]:hover,
.label-inverse[href]:focus {
  background-color: #472936;
}
.label-green {
  background-color: #B8FFD4;
}
.label-green[href]:hover,
.label-green[href]:focus {
  background-color: #85ffb5;
}
.label-pink {
  background-color: #F5CCE8;
}
.label-pink[href]:hover,
.label-pink[href]:focus {
  background-color: #eda1d5;
}
.label-purple {
  background-color: #390040;
}
.label-purple[href]:hover,
.label-purple[href]:focus {
  background-color: #0c000d;
}
.label-gray {
  background-color: #828182;
}
.label-gray[href]:hover,
.label-gray[href]:focus {
  background-color: #686868;
}
.label-gray-light {
  background-color: #9E9D9E;
}
.label-gray-light[href]:hover,
.label-gray-light[href]:focus {
  background-color: #858385;
}
.landing-page {
  background: white;
  font-size: 2.4em;
}
.landing-page section.flash {
  font-size: 0.8em;
}
.landing-page section.flash .alert-warning {
  background: #DBD56E;
  border: 0;
  color: #555;
  border-radius: 0;
  margin-bottom: 0;
}
.landing-page .content-section a {
  color: #656565;
  text-decoration: underline;
}
.landing-page .content-section a:hover,
.landing-page .content-section a:active {
  color: #333;
}
.landing-page .bg-warning {
  text-shadow: 0px 0px 3px #5f5b29;
}
.landing-page .bg-warning a {
  color: #fff;
  font-size: 1.1em;
}
.landing-page .bg-warning a em.fa {
  font-size: 1.2em;
}
.landing-page p.light {
  color: #999;
}
.landing-page .underline {
  padding: 2px 1px;
  border-bottom: 1px dotted #F45866;
}
.landing-page a.underline:hover,
.landing-page a.underline:active {
  text-decoration: none;
  background: #F45866;
  color: white;
  transition: background-color 0.5s ease, color 0.3s ease;
}
.landing-page a.video-link {
  text-decoration: none;
  color: inherit;
}
.landing-page .author-content {
  -webkit-clip-path: polygon(0 60px, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 60px, 100% 0, 100% 100%, 0 100%);
  background: #25D49F;
  padding-top: 100px;
  padding-bottom: 80px;
  height: auto;
  font-size: 0.8em;
  color: #333;
}
.landing-page .author-content img {
  padding: 0 20px 10px 20px;
  width: 90%;
  max-width: 400px;
}
.landing-page .author-content a {
  color: #333;
  text-decoration: underline;
}
.landing-page .author-content a:hover,
.landing-page .author-content a:active {
  color: #fff;
}
.landing-page .author-content a.bubble {
  text-decoration: none;
  font-family: 'Fredoka One', cursive;
  color: #fff;
  text-shadow: 1px 1px #111, 1px -1px #111, -1px 1px #111, -1px -1px #111, 2px -2px #111;
}
.landing-page .author-content a.bubble:active,
.landing-page .author-content a.bubble:hover {
  text-decoration: none;
  text-shadow: 1px 1px #111, 1px -1px #111, -1px 1px #111, -1px -1px #111, 2px -2px #111, 3px -3px #111;
}
.landing-page .author-content h1 {
  padding-bottom: 30px;
}
.landing-page .author-section {
  padding-top: 60px;
  background-image: linear-gradient(bottom, #25D49F 50%, #eef0f4 50%);
  background-image: -o-linear-gradient(bottom, #25D49F 50%, #eef0f4 50%);
  background-image: -moz-linear-gradient(bottom, #25D49F 50%, #eef0f4 50%);
  background-image: -webkit-linear-gradient(bottom, #25D49F 50%, #eef0f4 50%);
  background-image: -ms-linear-gradient(bottom, #25D49F 50%, #eef0f4 50%);
}
.landing-page .footer-section {
  padding-top: 10px;
  background-image: linear-gradient(bottom, #FFF 50%, #25D49F 50%);
  background-image: -o-linear-gradient(bottom, #FFF 50%, #25D49F 50%);
  background-image: -moz-linear-gradient(bottom, #FFF 50%, #25D49F 50%);
  background-image: -webkit-linear-gradient(bottom, #FFF 50%, #25D49F 50%);
  background-image: -ms-linear-gradient(bottom, #FFF 50%, #25D49F 50%);
}
.landing-page .footer-content {
  -webkit-clip-path: polygon(0 60px, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 60px, 100% 0, 100% 100%, 0 100%);
  background: #fff;
  padding-top: 90px;
  height: auto;
}
.landing-page .signup-content {
  -webkit-clip-path: polygon(0 0, 100% 60px, 100% 100%, 0 calc(100% - 60px));
  clip-path: polygon(0 0, 100% 60px, 100% 100%, 0 calc(100% - 60px));
  background: #673C4F;
  padding-top: 100px;
  padding-bottom: 140px;
  /*padding: 100px;
    padding-bottom: 100px;*/
  height: auto;
  font-family: 'Fredoka One', cursive;
  color: white;
}
.landing-page .jumbo-content {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 60px));
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 60px));
  background: #673C4F;
  padding-top: 24px;
  /* padding-top: 60px; */
  padding-bottom: 100px;
  /*padding: 100px;
    padding-bottom: 100px;*/
  height: auto;
  font-family: 'Fredoka One', cursive;
  color: white;
}
.landing-page .exercises-section h1,
.landing-page .footer-section h1 {
  font-family: 'Fredoka One', cursive;
  font-weight: normal;
  font-size: 40px;
  color: #fff;
  text-shadow: 1px 1px #111, 1px -1px #111, -1px 1px #111, -1px -1px #111, 3px -3px #111;
}
.landing-page .jumbo-content h1,
.landing-page .signup-content h1,
.landing-page .author-content h1 {
  font-family: 'Fredoka One', cursive;
  font-weight: normal;
  font-size: 40px;
  color: #ededed;
  text-shadow: 1px 1px #111, 1px -1px #111, -1px 1px #111, -1px -1px #111, 3px -3px #111;
}
.landing-page .jumbo-content form,
.landing-page .signup-content form {
  font-family: "PT Sans", sans-serif;
  font-size: 20px;
}
.landing-page .signup-content p {
  font-family: "PT Sans", sans-serif;
  font-size: 20px;
}
.landing-page .signup-section {
  background-image: linear-gradient(bottom, #eef0f4 50%, #FFF 50%);
  background-image: -o-linear-gradient(bottom, #eef0f4 50%, #FFF 50%);
  background-image: -moz-linear-gradient(bottom, #eef0f4 50%, #FFF 50%);
  background-image: -webkit-linear-gradient(bottom, #eef0f4 50%, #FFF 50%);
  background-image: -ms-linear-gradient(bottom, #eef0f4 50%, #FFF 50%);
}
.landing-page .exercises-section {
  padding-top: 20px;
  background: #eef0f4;
  font-size: 14px;
}
.landing-page .exercises-section h1 {
  padding-bottom: 30px;
}
.landing-page .disclaimer-box {
  max-width: 400px;
}
.landing-page .disclaimer {
  font-family: "PT Sans", sans-serif;
  font-size: 14px !important;
  font-style: italic;
  padding-top: 12px;
}
.landing-page .login-wrapper {
  position: relative;
  margin-bottom: 70px;
}

.landing-page .jumbo-content .login-section {
  position: absolute;
  top: 0px;
  right: 20px;
  color: #ddd;
  font-family: "PT Sans", sans-serif;
  font-size: 14px;
}
.landing-page .jumbo-content .btn-login {
  color: #ddd;
  font-family: "PT Sans", sans-serif;
  font-size: 14px;
  margin-left: 10px;
  background: rgba(0, 0, 0, 0.1);
}
.landing-page .jumbo-content .btn-login:hover,
.landing-page .jumbo-content .btn-login:active {
  background: rgba(0, 0, 0, 0.2);
}
.landing-page .jumbo-content .btn-login .fa {
  color: #ddd;
  font-size: 12px;
  line-height: 14px;
  padding-left: 2px;
}
.landing-page .btn-input {
  border-radius: 3px;
  border-color: rgba(0, 0, 0, 0.15);
  -webkit-appearance: none;
  outline: none !important;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  user-select: none;
  font-family: inherit;
  box-sizing: border-box;
  color: #555;
  width: 360px;
  margin-right: 4px;
  box-shadow: 0 -2px 0px rgba(0, 0, 0, 0.15) inset;
}
.landing-page .vcenter {
  display: inline-block;
  vertical-align: middle;
  float: none;
}
.landing-page .quote {
  font-style: italic;
  font-size: 1.3em;
}
.landing-page .btn-success {
  color: #fff;
  text-shadow: 1px 1px #686868;
}
.opacity-60 {
  opacity: 0.6;
}
body.members {
  /* Video */
  /* Vimeo Embed */
}
body.members section.flash {
  font-size: 1.2em;
}
body.members section.flash .alert-success {
  background: #25D49F;
  border: 0;
  color: #555;
  border-radius: 0;
  margin-bottom: 0;
}
body.members nav {
  margin-bottom: 30px;
}
body.members nav a.navbar-brand {
  padding-top: 8px;
}
body.members nav a.navbar-brand:active,
body.members nav a.navbar-brand:hover {
  background-color: #673C4F;
}
body.members nav a.navbar-brand img {
  height: 65px;
}
body.members .exercises-section .tab-content {
  padding: 0;
  border: none;
}
body.members video {
  width: 100%;
  max-width: 1920px;
}
body.members .embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
  border-bottom: 1px solid #eee;
}
body.members .embed-container iframe,
body.members .embed-container object,
body.members .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body.members .video-panel {
  padding-bottom: 0px;
}
body.members .nav.nav-pills :not(.active) > a {
  background: transparent;
  border: 1px solid #673C4F;
  color: #673C4F;
}
.widget-exercise {
  box-shadow: 2px 2px 2px #ccc;
}
.widget-exercise a {
  text-decoration: none;
  color: white;
  text-shadow: 0px 0px 3px #5f5b29;
}
.widget-exercise img {
  width: 100%;
  border-bottom: 1px solid #eee;
}
.widget-exercise .topics span.label {
  margin-right: 2px;
  font-family: sans-serif;
  font-size: 0.7em;
}
.widget-exercise .topics span.label.label-gray-light {
  background: #B9B9B9;
}
.widget-exercise .text-top {
  vertical-align: top;
}
.widget-exercise .label {
  font-weight: normal;
}
.widget-exercise .length {
  font-family: sans-serif;
  font-size: 1em;
}
.widget-exercise .panel-demo {
  max-height: 46px;
  padding: 14px 0 !important;
}
.widget-exercise .panel-demo .demo {
  position: relative !important;
  top: -14px !important;
  right: 0 !important;
  padding: 14px !important;
}
.widget-exercise .panel-demo .source {
  position: relative !important;
  top: -14px !important;
  left: 0 !important;
  padding: 14px 8px 14px 14px !important;
}
