@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,700');

.bs {
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    color: #6f6f7a;
}

.bs h1, .bs h2 {
    font-weight: bold;
}

.bs-header {
    background-image: url(../images/bg-header.jpg);
    background-size: cover;
}

.bs header {
    background-color: rgba(0, 0, 0, 0.5);
    font-family: 'Open Sans', sans-serif;
}

.bs header img {
    padding: 30px 0;
}

.icon-bar {
    background-color: #fff;
}

.bs #myNavbar li a {
    padding-top: 40px;
    padding-bottom: 40px;
    color: #fff;
    font-size: 18px;
    border-bottom: 5px solid transparent;
    font-weight: 300;
}

.bs #myNavbar li a:hover {
    background-color: #414141;
    border-bottom: 5px solid #f67920;
}

.bs-banner {
    padding: 100px 0;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    color: #fff;
}

.bs-banner h1 {
    font-size: 42px;
    margin: 0 0 30px 0;
}

.bs-banner span {
    font-size: 21px;
}

.btn-cta {
    background-color: #f77c24;
    border-color: rgba(0,0,0,0.2);
    font-size: 25px;
    font-weight: bold;
    padding: 15px 60px;
    margin-top: 50px;
	color: #FFF;
}

.btn-cta:hover {
    opacity: 0.9;
}

.bs-features {
    padding: 30px 0;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
}

.bs-features img {
    margin-right: 20px;
}

.bs-features h3 {
    margin: 0;
    font-weight: bold;
    font-size: 26px;
    margin-bottom: 5px;
}

.bs-features span {
    font-size: 16px;
}

.bs-learn {
    padding: 80px 0;
    color: #6f6f7a;
}

.bs-learn h2 {
    font-size: 35px;
    margin-top: 0;
}

.bs-ul {
    list-style: none;
    padding: 0;
    margin-top: 30px;
}

.bs-ul li {
    font-size: 25px;
    margin-bottom: 10px;
    line-height: 1.3em;
    letter-spacing: -1px;
}

.bs-ul li i.fa {
    padding-right: 10px;
	float: left;
	margin-top: 5px;
	margin-bottom: 10px;
}

.bs-description {
    background-color: #f8f8f8;
    padding: 80px 0;
    color: #6f6f7a;
}

.bs-desc-p {
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    font-size: 25px;
    display: block;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
}

.bs-description .btn-cta {
    margin-top: 15px;
}

.bs-curriculum h2 {
    font-size: 35px;
    position: absolute;
    margin-top: 0;
}

.bs-list {
    float: right;
    color: #d4d4d4;
    padding: 10px;
    background-color: #f9f9f9;
    border: 1px solid #d2d2d2;
    border-radius: 3px;
    font-size: 30px !important;
}

.bs-curriculum {
    padding: 80px 0 100px;
    color: #6f6f7a;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
}

.bs-title {
    margin-bottom: 50px;
}

.bs-curriculum .panel-title a,
.bs-curriculum a button,
.bs-faq a button {
    color: #4b4b4b;
    font-weight: bold;
}

.bs-curriculum .panel-body {
    padding: 0;
    border: 0;
}

.bs-curriculum .panel-heading {
    padding: 20px 0 50px 20px;
    border-top-left-radius: unset;
    border-top-right-radius: unset;
    background-color: #f9f9f9;
}

.bs-curriculum .panel-group .panel,
.bs-faq .panel-group .panel {
    border-radius: unset;
}

.bs-curriculum .panel-title,
.bs-faq .panel-title {
    font-size: 25px;
}

.bs-curriculum .panel-group,
.bs-faq .panel-group {
    margin-bottom: 5px;
}

.bs-curriculum .panel-default {
    border-color: #aaaaaa;
}

.bs-lessons {
    padding: 20px 0 55px 65px;
    border: 1px solid #aaaaaa;
    font-size: 25px;
    margin-top: 3px;
}

.bs-lessons i {
    color: #6c97c2;
}

.panel-heading .accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings';
    /* essential for enabling glyphicon */
    content: "\2212";
    /* adjust as needed, taken from bootstrap.css */
    float: left;
    /* adjust as needed */
    color: #6c97c2;
    /* adjust as needed */
    margin-right: 30px;
    font-size: 15px;
    font-weight: 300;
    line-height: 25px;
}

.panel-heading .accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\002b";
    /* adjust as needed, taken from bootstrap.css */
}

.bs-viewbtn {
    padding: 20px 16px;
    border: 1px solid #ddd;
    border-radius: unset;
    font-weight: bold;
    background-color: #f9f9f9;
    font-size: 25px;
}

.bs-viewbtn i {
    color: #6c97c2;
    font-size: 20px;
}

.bs-rating {
    padding: 80px 0;
    background-color: #f8f8f8;
}

.bs-star {
    margin-bottom: 12px;
}

.bs-avrate {
    font-size: 20px;
    font-weight: bold;
    color: #4b4b4b;
}

.bs-rating .progress-bar-warning {
    background-color: #aaaaaa;
}

.bs-rating .progress {
    border-radius: 0;
    height: 28px;
}

.bs-score {
    font-size: 110px;
    color: #6f6f7a;
    line-height: 120px;
}

.bs-gray {
    color: #f0f0f0;
    font-size: 30px !important;
}

.bs-per {
    font-size: 25px;
    margin-left: 20px;
}

.bs-orange {
    color: #f7941d;
    font-size: 30px !important;
}

.bs-rating h2 {
    font-size: 35px;
    margin-top: 0;
    color: #6f6f7a;
    margin-bottom: 40px;
}

.bs-testimonial {
    padding: 80px 0;
}

.bs-testimonial h2 {
    font-size: 35px;
    margin-bottom: 40px;
}

.bs-testimony {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 21px;
	height: 120px;
	overflow: hidden;
	display: block;
}

.bs-testi {
    padding-left: 0;
    font-family: Arial, Helvetica, sans-serif;
}

.bs-testi h3,
.bs-testi2 h3 {
    color: #48aab5;
    font-size: 21px;
    font-weight: bold;
}

.bs-testi2 {
    padding-right: 0;
    font-family: Arial, Helvetica, sans-serif;
}

.bs-testi small,
.bs-testi2 small {
    font-size: 15px !important;
    color: #777;
    line-height: 30px;
}

.bs-faq {
    background-color: #f9f9f9;
    padding: 80px 0;
}

.bs-faq h2 {
    font-size: 35px;
}

.bs-faq .panel-heading {
    padding: 15px 30px;
    border-top-left-radius: unset;
    border-top-right-radius: unset;
    background-color: #f9f9f9;
}

.bs-faq .panel-title {
    font-weight: bold;
}

.bs-faq .panel-body {
    padding: 30px 30px 30px 80px;
    border: 0;
    font-size: 25px;
}

.bs-instructor {
    padding: 80px 0;
}

.bs-instructor img {
    margin-top: 50px;
}

.bs-p {
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    font-size: 25px;
    display: block;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
}

.bs-name {
    font-weight: bold;
    color: #333;
    margin-bottom: 0;
}

.bs-position {
    font-size: 18px;
}

.bs-quote {
    padding: 50px 0;
    background-image: url(../images/quote-bg.png);
    background-size: cover;
    color: #fff;
}

.bs-quote h2 {
    font-size: 35px;
}

.bs-quote .btn-cta {
    padding: 30px 70px;
    font-size: 30px;
}

.bs-course {
    padding: 80px 0 100px;
    background-color: #f9f9f9;
}

.bs-course h2 {
    font-size: 35px;
}

.bs-card {
    background-color: #fff;
    border: 1px solid #d7d7d7;
}

.bs-card-desc {
    padding: 0 20px 20px;
}

.bs-card-desc h3 {
    font-weight: bold;
    margin-bottom: 0;
}

.bs-author {
    display: block;
    margin: 5px 0;
}

.bs-yellow {
    color: #f7941d;
    font-size: 18px !important;
}

.bs-price {
    font-weight: bold;
    font-size: 40px;
    padding-left: 0;
    font-family: 'Open Sans', sans-serif;
}

.bs-btn {
    padding-right: 0;
}

.btn-lm {
    border-radius: 0;
    background-color: #f67920;
    border-color: rgba(0,0,0,0.2);
    margin-top: 15px;
	color: #FFF;
}

.btn-lm:hover {
/*
    background-color: #f67920;
    border-color: #f67920;
*/
    opacity: 0.9;
}

.bs-promo {
    padding: 80px 0;
    background-image: url(../images/promo-bg.png);
    background-size: cover;
    text-align: center;
}

.bs-pricing {
    border: 3px solid #8e99a4;
    padding: 40px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
}

.bs-pricing h2 {
    font-size: 25px;
    margin: 0 0 20px 0;
}

.bs-sub-p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 17px;
    display: block;
}

.bs-pricing del {
    font-size: 40px;
    color: #cbcbcb;
}

.bs-pricing img {
    vertical-align: sub;
}

.bs-fprice {
    font-size: 50px;
}

.bs-pricing a.btn {
    margin-top: 20px;
}

.bs-laptop {
    margin-top: 25px;
}

.bs footer {
    padding: 20px;
/*    background-color: #5e5e5e;*/
    color: #fff;
    line-height: 40px;
    font-size: 17px;
}

@media only screen and (max-width: 767px) {
    .bs header .navbar-toggle {
        margin-top: 30px;
    }
    .bs-banner {
        padding: 20px;
    }
    .bs-banner h1 {
        font-size: 35px;
        margin: 0 0 15px 0;
    }
    .bs-banner span {
        font-size: 18px;
    }
    .btn-cta {
        margin: 20px 0;
        width: 100%;
    }
    .bs #myNavbar li a {
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 15px;
    }
    .bs-features {
        padding: 20px;
        text-align: center;
    }
    .bs-features img {
        float: none !important;
        display: block;
        margin: 20px auto 10px;
    }
    .bs-learn {
        padding: 20px;
    }
    .bs-learn h2 {
        font-size: 30px;
        text-align: center;
    }
    .bs-ul li {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .bs-description {
        padding: 20px;
    }
    .bs-desc-p {
        font-size: 18px;
    }
    .bs-curriculum {
        padding: 20px;
    }
    .bs-curriculum h2 {
        font-size: 30px;
        width: 80%;
    }
    .bs-curriculum .panel-group {
        margin-top: 80px;
    }
    .bs-curriculum .panel-title,
    .bs-faq .panel-title {
        font-size: 18px;
    }
    .bs-curriculum .panel-heading,
    .bs-faq .panel-heading {
        padding: 10px;
    }
    .panel-heading .accordion-toggle::after {
        padding-bottom: 15px;
    }
    .bs-lessons {
        padding: 10px;
        font-size: 16px;
    }
    .bs-rating {
        padding: 20px;
    }
    .bs-rating h2 {
        font-size: 30px;
        text-align: center;
    }
    .bs-bar {
        margin-top: 20px;
    }
    .bs-per {
        font-size: 20px;
    }
    .bs-testimonial {
        padding: 20px;
    }
    .bs-review,
    .bs-testimonial {
        text-align: center !important;
    }
    .bs-testimonial img {
        display: block;
        margin: 20px auto 30px;
    }
    .bs-faq {
        padding: 20px;
    }
    .bs-faq h2 {
        font-size: 30px;
    }
    .bs-faq .panel-body {
        padding: 20px;
        font-size: 16px;
    }
    .bs-instructor {
        padding: 20px;
    }
    .bs-title {
        margin-bottom: 20px;
    }
    .bs-p {
        font-size: 18px;
    }
    .bs-quote {
        padding: 20px;
    }
    .bs-quote h2 {
        font-size: 30px;
    }
    .bs-quote .btn-cta {
        font-size: 30px;
        padding: 10px;
    }
    .bs-course {
        padding: 20px;
    }
    .bs-course h2 {
        font-size: 30px;
    }
    .bs-card {
        margin-bottom: 20px;
    }
    .bs-card img {
		width: 100%;
	}
    .bs-promo {
        padding: 20px 0;
    }
    .bs-pricing {
        padding: 15px;
    }
    .bs footer {
        line-height: 24px !important;
    }
    .bs footer img {
        display: block;
        margin: auto;
    }
    .bs footer div {
        text-align: center !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .bs-banner h1 {
        font-size: 30px;
        margin: 0 0 10px 0;
    }
    .bs-banner span {
        font-size: 18px;
    }
    .btn-cta {
        margin-top: 10px;
        width: 100%;
        padding: 10px;
    }
    .bs-features {
        text-align: center;
    }
    .bs-features img {
        float: none !important;
        display: block;
        margin: 0 auto 10px;
    }
    .bs-ul li {
        font-size: 16px;
    }
    .bs-desc-p {
        font-size: 16px;
    }
    .bs-curriculum .panel-heading {
        padding: 20px 0 40px 20px;
    }
    .bs-curriculum .panel-title,
    .bs-faq .panel-title {
        font-size: 20px;
    }
    .bs-lessons {
        padding: 10px 0 65px 65px;
        font-size: 18px;
    }
    .bs-orange,
    .bs-gray {
        font-size: 25px !important;
    }
    .bs-testimony {
        font-size: 18px;
    }
    .bs-faq .panel-body {
        font-size: 18px;
    }
    .bs-p {
        font-size: 18px;
    }
    .bs-quote .btn-cta {
        padding: 10px;
        font-size: 25px;
        width: 100%;
        margin-top: 50px;
    }
    .bs-quote h2 {
        font-size: 25px;
    }
    .bs-pricing {
        padding: 20px;
    }
    .bs footer {
        line-height: 24px;
    }
}
