body {
  font-family: "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #626262;
  font-size: 14px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /*-webkit-font-feature-settings: "kern" 1;
  -moz-font-feature-settings: "kern" 1;*/
}

h1, h2, h3, h4, h5 {
  font-family: 'Raleway', sans-serif;
  color: #222;
}

h3, h5 {
  text-align: center;
}

h5 {
  margin-top: 10px;
  color: #626262;
  line-height: 1.3;
}

.main {
  padding-top: 54px;
}

/**
 * Navbar
 */

#menu-button {
  display: none;
  margin-top: 0;
  margin-bottom: 0;
}

.navbar {
  position: fixed;
  width: 100%;
  background-color: #fff;
  transition: box-shadow linear 0.3s;
}

.nav > li {
  text-align: center;
}

.navbar.docked {
  box-shadow: 0 0 20px 5px rgba(0,0,0,0.1);
}

.navbar-logo {
	font-family: 'Lobster', cursive;
	font-weight: bold;
	font-size: 24px;
  color: #6d5cae;
}

.navbar-logo span {
  color: #626262;
}

.navbar-nav > li > a {
  color: #626262;
  margin-top: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: 600;
}

.navbar-nav > li > a.action {
  border: 1px solid #999;
  border-radius: 3px;
}

.navbar-nav > li > a:hover {
  color: #222;
  background-color: transparent;
}

.navbar-nav.navbar-right:last-child {
  margin-right: 0;
  margin-left: 0;
}


/**
 * Hero
 */

.hero {
  text-align: center;
  height: 100vh;
  padding-top: 12vh;
  min-height: 460px;
}

.hero h1 {
  font-size: 3.2rem;
  margin-bottom: 2rem;
}

.hero h5 {
  font-size: 1.4rem;
}

@media screen and (min-width: 768px) {
  .hero {
    padding-top: 18vh;
    max-height: 700px;
  }

  .hero h1 {
    font-size: 5.2rem;
  }

  .hero h5 {
    font-size: 1.8rem;
  }
}

.hero .btn {
  margin-top: 30px;
}

button.btn-primary,
a.btn-primary {
  background-color: #6d5cae;
  color: #fff;
  border: 0;
  font-weight: bold;
}

button.btn-primary:hover,
a.btn-primary:hover {
  background-color: #7968BD;
}

/**
 * Window
 */

.screen {
  margin-top: -190px;
}

.window .toolbar {
  color: #626262;
  border: 1px solid #6d5cae;
  border-bottom: 1px solid #6d5cae;
  padding: 0 4px;
  overflow: hidden;
}

.window .toolbar i {
  color: #6d5cae;
  border: 1px solid #6d5cae;
  border-radius: 2px;
  padding: 3px 5px;
  margin: 5px 0;
}

.window .toolbar .center {
  width: 60%;
  margin: 5px auto;
  border: 1px solid #6d5cae;
  border-radius: 2px;
  content: " ";
  display: inline-block;
}

.window .toolbar .left {
  width: 20%;
  text-align: left;
}
.window .toolbar .right {
  width: 20%;
  text-align: right;
}

.window .content {
  border: 1px solid #6d5cae;
  border-top: 0;
}

/**
 * Features
 */

.features img {
  max-width: 300px;
  box-shadow: 0px 3px 15px rgba(0,0,0,0.1);
}

.features h5 {
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .features .vertical {
    margin-top: 60px;
  }

  .features h3,
  .features h5 {
    text-align: left;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 768px) {
  #started-by-day {
    position: absolute;
    top: 40px;
    left: 250px;
  }
}

.features.center h3,
.features.center h4,
.features.center h5 {
  text-align: center;
}

.features.separator {
  border-top: 1px solid #eee;
}

.features.images {
  margin-bottom: 50px;
}

.train {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.features .who {
  margin-top: 50px;
}

section {
  padding-top: 30px;
  padding-bottom: 30px;
}

@media screen and (min-width: 768px) {
  section {
    padding-top: 50px;
    padding-bottom: 70px;
  }
}

/**
 * Give it a try
 */

#give-it-a-try a.btn {
  background-color: #6d5cae;
  color: #fff;
  margin-top: 30px;
  font-weight: bold;
}

#give-it-a-try a.btn:hover {
  background-color: #7968BD;
}

#give-it-a-try {
  text-align: center;
}

/**
 * Plans
 */
.plans {
  padding-bottom: 0px;
}

.plans .bg-primary {
  color: #fff;
}

.plans .plan-row {
  border: 1px solid rgba(0,0,0,0.07);
  border-top: 0;
  padding: 10px 15px;
}

/**
 * Footer
 */

.footer {
  margin-top: 30px;
  text-align: center;
  padding: 20px 0;
  border-top: 1px solid #eee;
}

.footer a {
  color: #626262;
}

.footer a:hover {
  color: #222;
}

.footer .support-links {
  font-size: 1.2rem;
}

.footer .copyright {
  padding: 30px 0 5px 0;
  font-size: 1.1rem;
}

.footer .social-links {
  font-size: 18px;
}

/**
 * Panel
 */

 .panel {
     -webkit-box-shadow: none;
     box-shadow: none;
     border-radius: 1px;
     -webkit-border-radius: 1px;
     -moz-border-radius: 1px;
     -webkit-transition: all 0.2s ease;
     transition: all 0.2s ease;
     position: relative;
 }

 .panel .panel-heading {
     background: transparent;
     border-radius: 0px;
     border-bottom: 0px;
     padding: 20px 20px 7px 20px;
     position: relative;
     z-index: 3;
     min-height: 48px;
 }

 .panel .panel-heading.separator:after {
     content: "";
     height: 1px;
     background: rgba(0,0,0,0.08);
     left: 16px;
     right: 16px;
     position: absolute;
     bottom: 0;
 }

 .panel .panel-heading+.panel-body {
     padding-top: 0;
     height: calc(100% - 50px);
 }

 .panel .panel-heading .panel-title {
     text-transform: uppercase;
     display: inline-block;
     letter-spacing: 0.02em;
     font-size: 12px;
     font-weight: 600;
     margin: 0;
     padding: 0;
     line-height: normal;
     overflow: hidden;
     text-overflow: ellipsis;
     -webkit-text-stroke: 0px;
     filter: alpha(opacity=40);
     -webkit-transition: opacity 0.3s ease;
     transition: opacity 0.3s ease;
 }

 .panel .panel-heading .panel-controls {
     float: right;
     margin-top: -3px;
 }

 .panel .panel-heading .panel-controls ul {
     margin: 0;
     padding: 0;
 }

 .panel .panel-heading .panel-controls ul li {
     display: inline-block;
     list-style: none;
     line-height: 0;
 }

 .panel .panel-heading .panel-controls:after {
     content: "";
     display: table;
     clear: both;
 }

 .panel .panel-heading.panel-heading-hover .panel-title {
     opacity: .4;
 }

 .panel .panel-heading.panel-heading-hover:hover .panel-title {
     opacity: 1;
 }

 .panel.panel-default {
     border: 1px solid rgba(0,0,0,0.07);
 }

 .panel.panel-bordered {
     border: 1px solid rgba(230,230,230,0.7);
 }

 .panel.panel-condensed .panel-heading {
     padding: 13px 13px 0 13px;
     min-height: 30px;
 }

 .panel.panel-condensed .panel-heading .panel-title {
     opacity: .4;
 }

 .panel.panel-condensed .panel-body {
     padding: 13px;
 }

 .panel.panel-hover .panel-heading .panel-title {
     opacity: .4;
 }

 .panel.panel-hover:hover .panel-heading .panel-title {
     opacity: 1;
 }

 .panel.panel-transparent {
     background: transparent;
     -webkit-box-shadow: none;
     box-shadow: none;
 }

.panel.panel-transparent .panel-body {
     background: transparent;
 }

.panel.full-height {
     height: calc(100%);
 }

.panel.full-height .panel-body {
   height: auto;
   width: 100%;
   height: 100%;
}

.panel.panel-featured {
   -webkit-box-shadow: -1px 1px 3px 0px rgba(121,129,135,0.14);
   box-shadow: -1px 1px 3px 0px rgba(121,129,135,0.14);
   width: calc(100% - 50px);
   float: right;
}

.panel.panel-featured .panel-title h4 {
   font-size: 16px;
   text-transform: uppercase;
   color: #f0f0f0;
}

.panel.panel-featured .panel-body h3 {
   line-height: 34px;
   font-size: 26px;
}

.panel.panel-featured .footer .username {
   line-height: 8px;
   padding-top: 10px;
   font-size: 16px;
}

.panel.panel-featured .footer .buttons li {
   display: inline;
   list-style: none;
   font-weight: bold;
   margin-left: 20px;
}

.panel.panel-featured .footer .buttons li:first-child {
   margin-left: 0;
}

.panel.panel-featured .footer .buttons .heart {
   color: #f55753;
}

.panel.panel-featured .footer .buttons .comment {
   color: #626262;
}

.panel.panel-featured .ribbon {
   width: 38px;
   height: 38px;
   margin-left: -39px;
   float: left;
   -webkit-box-shadow: inset -3px 0px 3px 0px rgba(0,0,0,0.14);
   box-shadow: inset -3px 0px 3px 0px rgba(0,0,0,0.14);
}

.panel.panel-featured .ribbon.green {
   background: #48b0f7;
}

.panel.panel-featured .ribbon.blue {
   background: #10cfbd;
}

.panel.hover-fill:hover {
   background: #f0f0f0;
}

.panel.hover-stroke:hover {
   border: 1px solid #e6e6e6;
}

.panel .panel-body {
   padding: 20px;
   height: 100%;
   width: 100%;
}

.panel .panel-body.no-padding .row {
   margin-left: 0;
   margin-right: 0;
}

.panel .panel-body.no-bottom-padding {
   padding-bottom: 0;
}

.panel .panel-body.no-top-padding {
   padding-top: 0;
}

.panel .panel-body .title {
   margin-top: 0px;
}

.panel .panel-body.scrollable {
   margin-bottom: 20px;
}

.panel .pgn-wrapper {
   position: absolute;
   z-index: 602;
}

.panel-heading a:not(.btn) {
   color: #626262!important;
   opacity: .4;
   padding-top: 10px;
   padding-bottom: 10px;
}

.panel-heading a:not(.btn).portlet-refresh {
   -webkit-transition: opacity 0.3s ease;
   transition: opacity 0.3s ease;
}

.panel-heading a:not(.btn).portlet-refresh.refreshing {
   opacity: 1;
}

.panel-heading .dropdown ul li a,.panel-heading .dropdown-menu li a {
   padding: 0 20px;
}

.panel-heading a[data-toggle]:hover {
   opacity: 1;
}

.padding-15 {
    padding: 15px!important;
}
.fs-16 {
    font-size: 16px!important;
}
.bg-primary {
    background-color: #6d5cae;
}
.bold {
    font-weight: bold!important;
}
.no-margin {
  margin: 0!important;
}

.form-control {
  background-color: #ffffff;
  background-image: none;
  border: 1px solid rgba(0,0,0,0.07);
  font-family: Arial,sans-serif;
  -webkit-appearance: none;
  color: #2c2c2c;
  outline: 0;
  height: 35px;
  padding: 9px 12px;
  line-height: normal;
  font-size: 14px;
  font-weight: normal;
  vertical-align: middle;
  min-height: 35px;
  -webkit-transition: all 0.12s ease;
  transition: all 0.12s ease;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-transition: background 0.2s linear 0s;
  transition: background 0.2s linear 0s;
}

.form-group {
  margin-bottom: 10px;
}
