@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,800&subset=latin,latin-ext);
@import url(http://fonts.googleapis.com/css?family=Josefin+Sans:300);

body {
    background: #fff;
    font-family: 'Open Sans', sans-serif;
    -webkit-font-smoothing: antialiased;
}

html, body {
    height: 100%;
}

header {
    background: #fff;
}

/*

Sticky Footer by Ryan Fait
http://ryanfait.com/

*/

.wrapper {
	min-height: 100%;
	margin: 0 auto -90px; /* the bottom margin is the negative value of the footer's height */
}

footer#main, .push {
	height: 90px; /* '.push' must be the same height as 'footer' */
}

footer#main {
    color: #636363;
    padding: 10px 0 0;
    background: #333;
    border-bottom: 50px #2B2B2B solid;
}

footer#main a {
    color: #959595;
}

footer#main a:hover {
    color: #78B9F7;
    text-decoration: none;
}

.page-title {
    padding: 30px 0;
    background: #F7F7F7;
}

.nowrap {
    white-space: nowrap;
}

.js-hide {
    display: none;
}

.bannercontainer {
    width:100%;
    position:relative;
    padding:0;
}

.banner{
    width:100%;
    position:relative;
}

.box {
    padding: 30px 50px;
}

.box-slider {
    padding-bottom: 0;
}

.before-box {
    margin-bottom: 0;
}

.box-title {
    padding-bottom: 40px;
}

.box-title-blue {
    background: #78B9F7;
}

.text-white {
    color: #fff!important;
}

.text-naviblue, h1.text-white small {
    color: #3498db;
}

.text-left {
    text-align: left!important;
}

.strong {
    font-weight: 800;
}

.light {
    font-weight: 300;
}

.light b, .lead b {
    font-weight: 400;
}

.leadest {
    font-size: 28px;
    line-height: 30px;
}

.number {
    font-family: 'Josefin Sans';
}

.counter {
    font-family: 'Josefin Sans';
    font-weight: 300;
    font-size: 54px;
}

.light-gray {
    background: #F3F3F3;
}

.nav-top.nav-pills>li>a {
    color: #888;
    background: #fff;
    border-radius: 23px;
    display: block;
    border: 1px #E8E8E8 solid;
    padding: 8px 18px;
}

.nav-top.nav-pills>li>a i {
    margin-left: 10px;
    color: #428BCA;
}

.nav-top {
    margin-top: 10px;
}

.nav-top li {

}

.nav-top li.sigin {
    left: -100px;
}

.fixed-bg { 
    background: no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.tp-simpleresponsive .button.big {
    background-image: none!important;
    background-color: rgba(120, 185, 247, .9)!important;
    text-shadow: none!important;
    -webkit-box-shadow: none!important;
    -moz-box-shadow: none!important;
    box-shadow: none!important;
    border: 1px #fff solid;
}

.icons i {
    font-size: 48px;
    color: rgba(0, 0, 0, .4);
}

.icons .row {
    margin-bottom: 20px;
}

.lessons-index {
    margin: 0;
    padding: 0;
}

.lessons-index li {
    list-style-type: none;
    background: #f7f7f7;
    float: left;
    width: 50%;
    border-right: 1px #fff solid;
    margin-bottom: 1px;
    white-space: nowrap;
}

.lessons-index li a {
    color: #666;
    padding: 0 10px 0 0;
    display: inline-block;
    width: 100%;
    position: relative;
}

.lessons-index li a:hover {
    /*
    color: #fff;
    background: #78B9F7;
    */
    background: #eee;
    text-decoration: none;
}

.lessons-index li .n {
    background: #8ed2ff;
    display: inline-block;
    padding: 10px 0;
    width: 50px;
    color: #fff;
    text-align: center;
    font-size: 15px;
    margin-right: 10px;
    position: relative;
    z-index: 3;
    border-right: 1px #fff solid;
    /*border-bottom: 2px #6fb4f5 solid; */
}

.lessons-index li .revision {
    background: #2980b9;
}

.lessons-index li .test {
    background: #f39c12;
}

.li-progress-bar {
    position: absolute;
    width: 100%;
    height: 2px;
    display: inline-block;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: transparent;/*rgba(136, 136, 136, .1);*/
}

.li-progress-bar .li-progress {
    display: block;
    height: 100%;
    float: left;
}

.li-progress-bar .li-progress-danger {
    background: #f1c40f;
}

.li-progress-bar .li-progress-info {
    background: #3498db;
}

.li-progress-bar .li-progress-success {
    background: #2ecc71;
}

.lessons-index-1-col li {
    width: 100%;
    float: none;
}

.lessons-index-1-col li a {
    padding: 10px;
    text-align: center;
}

.lessons-index-1-col li a {
    font-size: 24px;
}

.cart {

    width: 350px;
    padding: 10px 0 12px 0;
    margin-top: 50px;
}

.cart .thumb {
    display: inline-block;
    width: 120px;
    height: 150px;
    overflow: hidden;
    margin: 1px;
    float: left;
    margin-top: -50px;
}

.cart address {
    margin-bottom: 0;
}

.steps {
    min-height: 80px;
}

.steps a {
    color: #78b9f7;
    text-transform: uppercase;
    text-decoration: none;
    display: block;
    text-align: center;
}

.steps .step-line {
    background: #eee;
    height: 5px;
    width: 50%;
    position: absolute;
    margin-top: 17px;
    z-index: 1;
}

.steps > .step:first-child .step-line {
    left: 55%;
}

.steps > .step:last-child .step-line {
    left: -5%;
    width: 55%;
}

.steps > .step:not(:first-child):not(:last-child) .step-line {
    width: 100%;
    left: 0;
}

.steps .step-line:last-child {
    width: 50%;
    left: 0;
}

.steps .step-circle {
    display: block;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
    border: 3px #eee solid;
    width: 30px;
    height: 30px;
    left: 48%;
    margin-top: 5px;    
    z-index: 2;
    position: absolute;
}

.steps .step-circle,
.steps .step-dot {
    border-radius: 50%;
}

.steps .step-circle .step-dot {
    display: none;
}

.steps .active .step-circle {
    border-color: #78b9f7;
}

.steps .active .step-dot {
    display: block;
}

.steps .active .step-line {
    background: #78b9f7;
}

.steps .step-dot {
    width: 24px;
    height: 24px;
    background: #78b9f7;
    border: 3px #fff solid;
}

.steps-static a:hover {
    cursor: default;
}

/* Medium devices (desktops, 992px and up) */
@media (max-width: 992px) {
    .lessons-index li {
        float: none;
        width: 100%;
    }

    .page-title h1 {
        text-align: center;
    }

    .navbar-white .navbar-brand {
        margin-top: -50px;
        position: absolute;
    }

    .navbar-toggle {
        width: 100%;
    }
}

/*  */
@media (max-width: 766px) {
    .navbar-nav>li>a {
        padding: 10px 30px;
        border-bottom: 1px #eee solid;
        text-align: center;
    }
}

@media (max-width: 360px) {
    .lessons-index li {
        font-size: 12px;
    }

    .lessons-index li .n {
        width: 30px;
        margin-right: 5px;
    }    
}


/*  Buttons  --------------------------------*/

.gray-yellow {
    background: #ccc;
}
.gray-yellow:hover {
    background: #ffd800;
}
.yellow-gray {
    background: #ffd800;
}
.yellow-gray:hover {
    background: #ccc;
}
.yellow-darkgray {
    background: #ffd800;
}
.yellow-darkgray:hover {
    background: #333;
}
.darkgray-yellow {
    background: #333;
}
.darkgray-yellow:hover {
    background: #ffd800;
}
.gray-blue {
    background: #ccc;
}
.gray-blue:hover {
    background: #78B9F7;
}
.blue-gray {
    background: #78B9F7;
}
.blue-gray:hover {
    background: #ccc;
}
.blue-darkgray {
    background: #78B9F7;
}
.blue-darkgray:hover {
    background: #333;
}
.darkgray-blue {
    background: #333;
}
.darkgray-blue:hover {
    background: #78B9F7;
}
.gray-cream {
    background: #ccc;
}
.gray-cream:hover {
    background: #EEE9DA;
    color: #333;
}
.cream-gray {
    background: #EEE9DA;
    color: #333;
}
.cream-gray:hover {
    background: #ccc;
}
.cream-darkgray {
    background: #EEE9DA;
    color: #333;
}
.cream-darkgray:hover {
    background: #333;
}
.darkgray-cream {
    background: #333;
}
.darkgray-cream:hover {
    background: #EEE9DA;
    color: #333;
}
.gray-green {
    background: #ccc;
}
.gray-green:hover {
    background: #9BCC45;
}
.green-gray {
    background: #9BCC45;
}
.green-gray:hover {
    background: #ccc;
}
.green-darkgray {
    background: #9BCC45;
}
.green-darkgray:hover {
    background: #333;
}
.darkgray-green {
    background: #333;
}
.darkgray-green:hover {
    background: #9BCC45;
}
.gray-orange {
    background: #ccc;
}
.gray-orange:hover {
    background: #FE9601;
}
.orange-gray {
    background: #FE9601;
}
.orange-gray:hover {
    background: #ccc;
}
.orange-darkgray {
    background: #FE9601;
}
.orange-darkgray:hover {
    background: #333;
}
.darkgray-orange {
    background: #333;
}
.darkgray-orange:hover {
    background: #FE9601;
}
.gray-pink {
    background: #ccc;
}
.gray-pink:hover {
    background: #FF9DBC;
}
.pink-gray {
    background: #FF9DBC;
}
.pink-gray:hover {
    background: #ccc;
}
.pink-darkgray {
    background: #FF9DBC;
}
.pink-darkgray:hover {
    background: #333;
}
.darkgray-pink {
    background: #333;
}
.darkgray-pink:hover {
    background: #FF9DBC;
}
.gray-red {
    background: #ccc;
}
.gray-red:hover {
    background: #D73300;
}
.red-gray {
    background: #D73300;
}
.red-gray:hover {
    background: #ccc;
}
.red-darkgray {
    background: #D73300;
}
.red-darkgray:hover {
    background: #333;
}
.darkgray-red {
    background: #333;
}
.darkgray-red:hover {
    background: #D73300;
}
.gray-tan {
    background: #ccc;
}
.gray-tan:hover {
    background: #D7AD7C;
}
.tan-gray {
    background: #D7AD7C;
}
.tan-gray:hover {
    background: #ccc;
}
.tan-darkgray {
    background: #D7AD7C;
}
.tan-darkgray:hover {
    background: #333;
}
.darkgray-tan {
    background: #333;
}
.darkgray-tan:hover {
    background: #D7AD7C;
}
.white-darkgray {
    background: #fff;
    color: #333;
}
.white-darkgray:hover {
    background: #333;
    color: #fff;
}
.darkgray-white {
    background: #333;
}
.darkgray-white:hover {
    background: #fff;
    color: #333;
}
.button.small {
    padding: 5px 8px 6px;
    font-size: 11px;
    line-height: 11px;
}
.button.big {
    padding-right: 30px;
    padding-left: 30px;
    font-size: 16px;
}

.user-menu .list-group-item {
    background: #f7f7f7;
    border: 0;
    padding: 15px 15px;
}

.user-menu .list-group-item:hover {
    background: #cecece;
}

.user-menu .list-group-item:hover i.fa {
    color: #fff;
}

.user-menu .list-group-item.active {
    background: #48a3da;
}

.list-group-grid {
    display: block;
}

.list-group-grid .list-group-item {
    width: 50%;
    float: left;
    text-align: center;
}

.list-group-grid .list-group-item i.fa {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}

.table-va-middle>thead>tr>th,
.table-va-middle>tbody>tr>th, .table>tfoot>tr>th,
.table-va-middle>thead>tr>td, .table>tbody>tr>td,
.table-va-middle>tfoot>tr>td {
    vertical-align: middle
}

.table-flat>thead>tr>th {
    padding: 15px 8px;
}

.table-flat>thead>tr>th,
.table-flat>tbody>tr>th,
.table-flat>tfoot>tr>th,
.table-flat>thead>tr>td,
.table-flat>tbody>tr>td,
.table-flat>tfoot>tr>td,
.table-flat.table-bordered>thead>tr>th,
.table-flat.table-bordered>tbody>tr>th,
.table-flat.table-bordered>tfoot>tr>th,
.table-flat.table-bordered>thead>tr>td,
.table-flat.table-bordered>tbody>tr>td,
.table-flat.table-bordered>tfoot>tr>td {
    color: #666;
    border-color: #fff;
}

.table-flat {
    border-top-width: 0;
}

.table-flat>thead>tr>th {
    font-weight: normal;
    background: transparent;
}

.table-flat>tbody>tr>td,
.table-flat>tbody>tr>th {
    background: #f7f7f7;
}

.circle-info-half {

}