#content {
    min-height: 100vh;
}

/* lessons */
.lessonCard {
  box-shadow: 0 0 10px 0 rgba(46, 60, 73, 0.1);
  margin-bottom:20px;
  padding: 20px;
  display: flex;
  flex-flow: row;
  min-height: 200px;
  width: 100%
}

.lessonInfo {
  float: left;
  width: 60%;
}

.lessonInfo > .btn {
  display: block;
      margin: auto;
      width: 140px;
}

.lessonInfo > .subtitle {
      font-size: 12px;
    color: #7d97ad;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.3;
}

.lessonInfo > .title {
      color: #2e3d49;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.4;
    margin-top: 8px;
}

.lessonInfo > .description {
      color: #2e3d49;
    line-height: 1.8;
    font-size: 14px;
    margin: 10px 0 30px;
}

.lessonImage {
  float: right;
  height: 100%;
  display:block;
  width: 40%
}

.lessonImage > img {
    max-width:60%;
    max-height:60%;
    margin:auto;
    padding: 20px;
    display: block;
}

@media (max-width: 767px) {                  
   .hide-when-small {
      display: none;
   }
   .full-when-small {
    width: 100%;
   }
}

/* general css */
#title {
    margin-top: 80px;
    margin-bottom: 5px;
    font-size: 38px;
    font-weight: 300;
    text-align: center;
}

#subtitle {
    text-align: center;
    margin-bottom: 40px;
    font-size: 18px;
    margin-top: 10px;
    font-weight: 300;
}

.intro {
    margin-bottom: 40px;
}


/* footer */
.footer {
  background: #333;
  color: #ccc;
  padding: 15px 30px;
  font-size: 12px;
  line-height: 20px;
  width: 100%;
}

.footer > p:first-child { 
    float: right;
}

@media (max-width: 767px) {     
    .footer > p:first-child { 
        float: none;
    }
    .footer {
      text-align: center;
    }             
}


.box-simple {
    min-height: 230px;
}
.clearfix:before,
.clearfix:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after {
    content: " ";
    display: table;
}
.clearfix:after,
.navbar:after,
.navbar-header:after {
    clear: both;
}
.pull-right {
    float: right !important;
}
.pull-left {
    float: left !important;
}
a,
button {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
a i.fa,
button i.fa {
    margin: 0 5px;
}
.clickable {
    cursor: pointer !important;
}
.text-uppercase {
    text-transform: uppercase;
    letter-spacing: 0.08em;
}
p.lead,
section {
    margin-bottom: 40px;
}
.no-mb {
    margin-bottom: 0 !important;
}
.icon {
    display: inline-block;
    width: 80px;
    height: 80px;
    color: #fff;
    line-height: 80px;
    border-radius: 40px;
    border: solid 1px #fff;
    font-size: 20px;
}
ul.list-style-none {
    list-style: none;
}
.navbar {
    border: none;
}
.navbar ul.nav > li > a {
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 0.08em;
    border-top: solid 5px transparent;
}
.navbar ul.nav > li > a:hover {
    border-top: solid 5px #986dbd;
}
@media (max-width: 768px) {
    .navbar ul.nav > li > a:hover {
        border-top-color: transparent;
    }
}
.navbar .navbar-buttons {
    float: right;
}
.navbar .navbar-buttons button,
{
    margin-top: 11px;
    margin-bottom: 11px;
    margin-left: 0;
    margin-right: 5px;
}
.navbar #search {
    clear: both;
    border-top: solid 1px #986dbd;
    text-align: right;
}
.navbar #search form {
    float: right;
}
.navbar #search form .input-group {
    width: 500px;
}
@media (max-width: 768px) {
    .navbar #search form .input-group {
        width: 100%;
    }
}
.navbar-affixed-top {
    top: -32px;
}




/* buttons  */
.btn {
    font-weight: 700;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    padding: 6px 12px;
    font-size: 13px;
    line-height: 1.42857143;
    border-radius: 0;
}
.input-group .btn {
    font-size: 14px;
}
.btn-lg {
    padding: 10px 16px;
    font-size: 14px;
    line-height: 1.33;
    border-radius: 0;
}
.btn-template-main {
    color: #986dbd;
    background-color: #ffffff;
    border-color: #986dbd;
}
.btn-template-main:hover,
.btn-template-main:focus,
.btn-template-main:active
{
    color: #986dbd;
    background-color: #e6e6e6;
    border-color: #7a4aa3;
}
.btn-template-main:active {
    background-image: none;
}
.btn-template-main:hover,
.btn-template-main:focus,
.btn-template-main:active
{
    background: #986dbd;
    color: #ffffff;
    border-color: #986dbd;
}
/* ribbons for product sales etc. */
.owl-carousel .owl-controls .owl-page.active span,
.owl-theme .owl-controls .owl-page.active span,
.owl-carousel .owl-controls.clickable .owl-page:hover span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    background: #986dbd;
}
.home-carousel {
    position: relative;
    background-size: cover;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.home-carousel .dark-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #986dbd;
    opacity: 0.9;
    filter: alpha(opacity=90);
}
.home-carousel .owl-carousel {
    padding-top: 60px;
    padding-bottom: 20px;
}
.home-carousel .owl-theme .owl-controls .owl-page span {
    background: #666;
}
.home-carousel .owl-theme .owl-controls .owl-page.active span {
    background: #fff;
}
.home-carousel .owl-theme .owl-controls .owl-page:hover span {
    background: #fff;
}
@media (max-width: 767px) {
    .home-carousel {
        text-align: center !important;
    }
}
@media (min-width: 992px) {
    .home-carousel .right {
        text-align: right;
    }
}
.home-carousel h1,
.home-carousel ul {
    color: #fff;
}
.home-carousel h1 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 46px;
    letter-spacing: 0.08em;
}
@media (max-width: 991px) {
    .home-carousel h1 {
        font-size: 36px;
    }
}
.home-carousel ul {
    font-size: 18px;
    font-weight: 700;
    padding: 0;
    text-transform: uppercase;
    letter-spacing: 0.10em;
}
@media (max-width: 991px) {
    .home-carousel ul,
    {
        font-size: 14px;
    }
}
.home-carousel ul li {
    margin-bottom: 10px;
}
.box-simple {
    text-align: center;
    margin-bottom: 40px;
}
.box-simple .icon {
    color: #fff;
    border-color: #986dbd;
    background-color: rgba(152, 109, 189, .3);
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.box-simple h3 {
    font-weight: normal;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 1.5;
    color: #555555;
    font-weight: 800;
    letter-spacing: 0.08em;
}
.box-simple p {
    color: #999999;
}
.box-simple:hover .icon {
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}
.box-simple:hover .icon i {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
}


/* universal box */
.bar {
    position: relative;
    padding: 60px 0;
}
.bar.background-image-fixed-2 {
    background: url('../img/fixed-background-2.jpg') center top no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
.bar.color-white h3,
.bar.color-white p {
    color: #fff;
}
.bar .dark-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.75;
    filter: alpha(opacity=75);
}   

/* nav */
.nav > li > a {
    padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
    background-color: #eeeeee;
}

/* navbar */
.navbar {
    position: relative;
    min-height: 62px;
    margin-bottom: 0;
    border-bottom: 1px solid transparent;
}
@media (min-width: 768px) {
    .navbar {
        border-radius: 0px;
    }
}
@media (min-width: 768px) {
    .navbar-header {
        float: left;
    }
}
.navbar-collapse {
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
}
@media (min-width: 768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none;
    }
    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }
}
.navbar-affixed-top .navbar-collapse {
    max-height: 340px;
}
@media (max-width: 480px) and (orientation: landscape) {
    .navbar-affixed-top .navbar-collapse,
    {
        max-height: 200px;
    }
}
.container > .navbar-header,
.container > .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
}
@media (min-width: 768px) {
    .container > .navbar-header,
    .container > .navbar-collapse {
        margin-right: 0;
        margin-left: 0;
    }
}


.navbar-brand:hover,
.navbar-brand:focus {
    text-decoration: none;
}
@media (min-width: 768px) {
    .navbar > .container .navbar-brand,
    {
        margin-left: -15px;
    }
}
.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 14px;
    margin-bottom: 14px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0;
}
.navbar-toggle:focus {
    outline: 0;
}
.navbar-nav {
    margin: 10.5px -15px;
}
.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
}
@media (min-width: 768px) {
    .navbar-nav {
        float: left;
        margin: 0;
    }
    .navbar-nav > li {
        float: left;
    }
    .navbar-nav > li > a {
        padding-top: 21px;
        padding-bottom: 21px;
    }
    .navbar-nav.navbar-right:last-child {
        margin-right: -15px;
    }
}
@media (min-width: 768px) {
    .navbar-right {
        float: right !important;
    }
}
.navbar-form {
    margin-left: -15px;
    margin-right: -15px;
    padding: 10px 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);
    margin-top: 14px;
    margin-bottom: 14px;
}
@media (min-width: 768px) {
    .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}
.navbar-default {
    background-color: #ffffff;
    border-color: #cccccc;
    border-bottom: none;
}

.navbar-brand {
    background: url('../img/logo.png');
    -webkit-filter: grayscale(100%);
    filter: gray;
    margin-top: 20px;
    margin-left: 10px;
    background-size: 200px 30px;
    height: 30px;
    width: 200px;
}

.navbar-brand :hover {
    background-color: red; 
    height: 200px;
    width: 600px;
}

.navbar-default .navbar-brand {
    color: #555555;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #3b3b3b;
    background-color: transparent;
}
.navbar-default .navbar-nav > li > a {
    color: #555555;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #555555;
    background-color: #cab3dd;
}
.navbar-default .navbar-toggle {
    border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #986dbd;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #cccccc;
}


/* pager*/
.pager {
  margin: 20px 0;
  border-top: solid 1px #eeeeee;
  padding-top: 20px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  background-color: #ffffff;
  border: 1px solid #986dbd;
  border-radius: 0;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  color: #fff;
  background-color: #986dbd;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999999;
  background-color: #ffffff;
  border-color: #ddd;
}


/* scaffolding */
body {
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
}
a {
    color: #986dbd;
    text-decoration: none;
}
a:hover,
a:focus {
    color: #724599;
    text-decoration: underline;
}
a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eeeeee;
}

/* forms.less */
label {
    font-weight: normal;
}
.form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
}
.form-control:focus {
    border-color: #986dbd;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(152, 109, 189, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(152, 109, 189, 0.6);
}
.form-group {
    margin-bottom: 20px;
}


/* type */



h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-weight: 700;
    line-height: 1.1;
    color: #333333;
}
h1,
h2,
h3 {
    margin-top: 30px;
    margin-bottom: 20px;
}
h2 {
    font-size: 16px;
    margin-bottom: 5px;
}

p {
    margin: 0 0 10px;
    font-weight: 300;
}
.lead {
    margin-bottom: 20px;
    font-size: 18px;
}
@media (min-width: 768px) {
    .lead {
        font-size: 21px;
    }
}
blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 14px;
    border-left: 5px solid #986dbd;
}
address {
    margin-bottom: 20px;
    line-height: 1.42857143;
}