@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Roboto:300,300i,400,500,700');

@font-face {
    font-family: 'back_to_black_demoregular';
    src: url('back-to-black-demo.regular-webfont.woff2') format('woff2'),  url('back-to-black-demo.regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'oswaldbold';
    src: url('../fonts/oswald-bold-webfont.woff2') format('woff2'),  url('../fonts/oswald-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'oswald_regularregular';
    src: url('../fonts/oswald-regular-webfont.woff2') format('woff2'),  url('../fonts/oswald-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
/*@import url('https://fonts.googleapis.com/css?family=Oswald:400,700');*/
/**
 * zones.css
 */

/* ZONES */
/** New Global Nav**/
/*FONTS*/
@font-face {
    font-family: 'oswaldbold';
    src: url('https://chinesepod.com/fonts/oswald-bold-webfont.woff2') format('woff2'),  url('../fonts/oswald-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'oswald_regularregular';
    src: url('https://chinesepod.com/fonts/oswald-regular-webfont.woff2') format('woff2'),  url('../fonts/oswald-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.reset-margin {
    margin: 0;
}
body {
    font-family: 'Roboto', sans-serif;
    margin: 0;
    padding: 0;
    border: 0;
}
.cp-burger {
    width: 35px;
    height: 28px;
    position: relative;
    margin: 15px 15px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    float: right;
}
.cp-burger span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #eee;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.cp-burger span:nth-child(1) {
    top: 0;
}
.cp-burger span:nth-child(2) {
    top: 12px;
}
.cp-burger span:nth-child(3) {
    top: 24px;
}
.cp-burger.open span:nth-child(1) {
    top: 12px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}
.cp-burger.open span:nth-child(2) {
    opacity: 0;
    left: -62px;
}
.cp-burger.open span:nth-child(3) {
    top: 12px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
@media (min-width: 768px) {
    .cp-burger {
        display: none;
    }
}
.cp-navbar {
    position: fixed;
    width: 100%;
    height: 62px;
    background: #292929;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: row;
    -moz-box-shadow: 0 4px 8px 1px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 4px 8px 1px rgba(0,0,0,0.2);
    box-shadow: 0 4px 8px 1px rgba(0,0,0,0.2);
    left: 0;
    top: 0;
    right: 0;
    z-index: 1025;
}
.cp-navbar a {
    text-decoration: none;
}
.cp-navbar-logo-cont {
    margin: 0;
}
a.cp-logo-link {
    width: 190px;
    float: left;
    overflow: hidden;
    margin-right: 5px;
}
.cp-navbar-logo {
    float: left;
    margin: 15px;
}
.cp-navbar-logo-mobile {
    display: none;
}
@media(max-width:992px) {
    .cp-navbar-logo-mobile {
        display: inline-block;
        padding: 7px;
    }
    .cp-navbar-logo {
        /* display: none; */
    }
}
.cp-menu {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex: 1;
    line-height: 1.4;
}
.cp-menu > .cp-menu-item {
    margin: 5px 1px 0;
    background: green;
    justify-content: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 110px;
    text-transform: uppercase;
    font-size: 12px;
    border-top: 2px solid #545463;
    background: #545463;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    cursor: pointer;
    position: relative;

}
.cp-menu > .cp-menu-item:hover {
    background: #fff;
    border-top: 2px solid #fe4040;
}
.cp-menu-item > span.cp-menu-item-lbl,
.cp-menu-item > span.cp-menu-item-lbl > a {
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    color: #fff;
    font-family: 'oswaldbold';
    letter-spacing: 1px;
    display: block;
    text-align: center;
    text-decoration: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.cp-menu-item:hover > span.cp-menu-item-lbl,
.cp-menu-item:hover > span.cp-menu-item-lbl > a {
    color: #181818;
}
.cp-menu-item > .cp-mega-dropdown {
    position: fixed;
    top: 62px;
    left: 0;
    right: 0;
    opacity: 0.00;
    filter: alpha(opacity =0);
    visibility: hidden;
    border-bottom: 2px solid #fe4040;
    padding: 0;
    background: #fff;
    -webkit-transition: all .1s ease-in-out .4s;
    -moz-transition: all .1s ease-in-out .4s;
    transition: all .1s ease-in-out .4s;
    cursor: default;
}
.cp-menu-item:hover > .cp-mega-dropdown,
.cp-menu-item:focus > .cp-mega-dropdown,
.cp-menu-item:active > .cp-mega-dropdown {
    opacity: 1;
    filter: alpha(opacity =100);
    visibility: visible;
    padding: 10px 0;
}
.cp-mega-dropdown-centralized {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media (min-width: 1200px){
    .cp-mega-dropdown-centralized {
        width: 1170px;
    }
}
@media (min-width: 992px){
    .cp-mega-dropdown-centralized {
        width: 970px;
    }
}
@media (min-width: 768px){
    .cp-mega-dropdown-centralized {
        width: 750px;
    }
}
@media (max-width: 767px){
    .cp-mega-dropdown-centralized {
        flex-direction: column;
    }
}
.cp-mega-dropdown-item {
    height: 50px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    margin: 10px 0;
    text-align: center;
    color: #545463;
    font-weight: 700;
    font-size: 14px;
    border-right: 1px solid #eee;
    justify-content: center;
    flex: 1;
}
.cp-mega-dropdown-item:last-child {
    border: 0;
}
.cp-mega-dropdown a {
    text-decoration: none;
    color: #545463;
}
.cp-mega-dropdown a:hover,
.cp-mega-dropdown a:focus,
.cp-mega-dropdown a:active,
.cp-mega-dropdown-item:hover,
.cp-mega-dropdown-item:focus,
.cp-mega-dropdown-item:active {
    color: #E1001E;
}
.cp-right-menu {
    flex: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: stretch;
    justify-content: flex-end;
    font-weight: 500;
    font-size: 14px;
}
.cp-right-menu-item {
    margin: 0 20px 0 0;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}
.cp-right-menu-item,
.cp-right-menu-item .cp-dropdown-toggle {
    text-decoration: none;
    color: #fff;
}
.cp-right-menu-item:hover,
.cp-right-menu-item:focus,
.cp-right-menu-item .cp-dropdown-toggle:hover,
.cp-right-menu-item .cp-dropdown-toggle:focus {
    color: #ccc;
}
.cp-btn {
    padding: 13px 15px;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    transition: .2s;
    text-decoration: none;
    text-align: center;
}
.cp-btn-green {
    background: #00b233;
    color: #fff;
    border: 1px solid #00b233;
}
.cp-btn-green:hover,
.cp-btn-green:focus {
    background: #fff;
    color: #00b233;
    border: 1px solid #00b233;
}
.cp-btn-rounded {
    border-radius: 75px;
}
.cp-pointer-up {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-right: -10px;
    opacity: 0.00;
    filter: alpha(opacity =0);
    visibility: hidden;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
}
.divider {
    height: 1px;
    background-color: rgb(229, 229, 229);
    margin: 0;
    overflow: hidden;
    border: 0;
}
.nav-beta {
    position: absolute;
    bottom: 7px;
    left: 50%;
    margin-left: -19px;
    font-family: 'Roboto', sans-serif;
    font-size: 10px;
}
@media (min-width: 1025px){
    .hidden-lg-disp {
        display: none;
    }
}
@media (min-width: 768px) and (max-width:1050px){
    .cp-menu > .cp-menu-item {
        width: auto;
        padding: 0 10px;
    }
    .cp-right-menu-item {
        margin-right: 10px;
    }
}
@media (max-width: 991px){
    a.cp-logo-link {
        width: 52px;
        margin-right: 15px;
    }
}
@media (max-width: 767px){
    .cp-mobile-menu-collapsed {
        display: none !important;
    }
    .cp-navbar-logo-cont {
        width: 100%;
    }
    .cp-menu {
        position: fixed;
        top: 62px;
        background: #181818;
        left: 0;
        right: 0;
        bottom:  0;
        padding: 10px 0;
        flex-direction: column;
        overflow: auto;
        display: block;
    }
    .cp-menu > .cp-menu-item {
        position: relative;
        width: 100%;
        margin: 0;
        -webkit-transition: none;
        -moz-transition: none;
        transition: none;
        background: none;
        border: none;
    }
    .cp-menu > .cp-menu-item:hover,
    .cp-menu > .cp-menu-item:focus,
    .cp-menu > .cp-menu-item:active {
        border: none;
    }
    .cp-menu-item > span.cp-menu-item-lbl,
    .cp-menu-item > span.cp-menu-item-lbl > a {
        -webkit-transition: none;
        -moz-transition: none;
        transition: none;
        -moz-user-select: none;
        -webkit-user-select: none;
        user-select: none;
    }
    .cp-menu-item > span.cp-menu-item-lbl {
        padding: 12px 0;
    }
    .cp-menu-item:hover > .cp-mega-dropdown,
    .cp-menu-item:focus > .cp-mega-dropdown,
    .cp-menu-item:active > .cp-mega-dropdown {
        display: none;
    }
    .cp-menu-item.menu-open > span.cp-menu-item-lbl,
    .cp-menu-item.menu-open > span.cp-menu-item-lbl > a {
        background: #fff;
        color: #333 !important;
    }
    .cp-menu-item > span.cp-menu-item-lbl {
        padding: 14px 0;
    }
    .cp-menu-item.menu-open .cp-mega-dropdown {
        display: block;
        opacity: 1;
        filter: alpha(opacity =100);
        visibility: visible;
        padding: 10px 0;
    }
    .cp-menu-item > .cp-mega-dropdown {
        position: relative;
        top: auto;
        border: none;
        display: none;
    }
    .cp-right-menu {
        flex-direction: column;
        flex: none;
    }
    .cp-right-menu-item {
        display: block;
        width: 100%;
        text-align: center;
        margin: 12px 0;
    }
    .cp-right-menu-item a {
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
    }
    .cp-nav-btn {
        width: 130px;
        margin: 0 auto;
        display: block;
    }
    .cp-pointer-up {
        display: none;
    }
    .cp-dropdown:hover > .cp-dropdown-menu,
    .cp-dropdown:focus > .cp-dropdown-menu,
    .cp-dropdown:active > .cp-dropdown-menu,
    .cp-dropdown.dropdown-open .cp-dropdown-menu {
        position: relative;
        margin-top: 15px;
    }
    .cp-dropdown-menu {
        display: none;
    }
    .cp-dropdown.dropdown-open .cp-dropdown-menu {
        display: flex;
        opacity: 1;
        filter: alpha(opacity =100);
        visibility: visible;
    }
    .cp-social,
    .cp-app-store-icon {
        flex: none;
        margin: 3px;
    }
    .cp-menu-item > .cp-mega-dropdown {
        padding: 0;
        border-top: 1px solid #ccc;
    }
    .cp-mega-dropdown-item {
        height: auto;
        padding: 0;
        border: none;
    }
    .nav-beta {
        bottom: auto;
        top: 27px;
    }
    .cp-menu-item.menu-open .nav-beta {
        color: #333;
    }
}

/*------------------------------
NEWS
------------------------------*/
.entry {
    margin: 10px 0 50px 0;
}
.entry h2 a {
    color: #c11920;
}
/* Update Form */
.update input, .update select {
    width: 200px;
}
/*------------------------------
LISTS
------------------------------*/
.filter {
    border: 1px solid #999;
    padding: 10px;
    margin-bottom: 20px;
    font-size: 12px; /* 12px */
}
form#filter {
    display: inline;
}
table.list {
    width: 100%;
    text-align: left;
    border-collapse: collapse;
    border: 1px solid #cccccc;
    font-size: 12px; /* 12px */
    margin-bottom: 20px;
}
table.list thead {
    background: #e8edff;
    color: #fff;
}
table.list tr {
    padding: 10px;
    font-weight: normal;
}
table.list th {
    padding: 10px;
    font-weight: normal;
    background-color: #222;
    text-align: left;
}
table.list tbody {
    color: #333;
    background: #e8edff;
    font-size: 1.2em; /* 12px */
}
table.list td {
    padding: 10px;
    font-size: 12px; /* 12px */
}
table.list tbody tr.odd {
    background-color: #DFE7FF;
}
table.list tbody tr:hover td {
    background: #d0dafd;
}
table.list a:hover {
    color: #FF0000;
}
/* Colors */
.status_orange {
    color: #FF9900;
    display: inline;
}
.status_green {
    color: #006600;
    display: inline;
}
.status_red {
    color: #FF0000;
    display: inline;
}
.footnote {
    font-size: 12px;
}
/*------------------------------
TABLES
------------------------------*/
.full-col #side .sideblock {
    margin: 10px 0 40px 0;
    font-size: 12px; /* 12px */
    background-color: #ececec;
    padding: 10px;
}
.full-col #side .title {
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 10px;
}
.full-col #side .sideblock ul, .full-col #side .sideblock p {
    list-style-type: none;
    margin-left: 2px;
    font-size: 12px;
}
/*------------------------------
VIEWS
------------------------------*/

table.view {
    width: 100%;
    text-align: left;
    border-collapse: collapse;
    border: 1px solid #cccccc;
    font-size: 12px; /* 12px */
    margin-bottom: 20px;
}
table.view tbody tr td {
    border: 1px solid #cccccc;
}
table.view tbody tr .fname {
    background-color: #f4f4f4;
    font-weight: bold;
    text-align: right;
    width: 20%;
    vertical-align: top;
}
table.view tbody tr .fview, table.view tbody tr .fvalue {
    width: 30%;
    vertical-align: top;
}
table.view td {
    padding: 10px;
    font-size: 12px; /* 12px */
}
.required_red {
    color: #FF0000;
    display: inline;
}
table.view input, table.view textarea {
    font-size: 14px;
}
.bg_highlight {
    border: 1px solid #999999;
    background: #ebebeb;
    padding: 20px;
}
.jeditable-standard-select select {
    width: 100px;
}
table.list td.group-id, table.list td.teacher {
    padding: 0;
}
.jeditable-student-view-input input {
    width: 100px;
}
.course-contents {
    padding-left: 25px;
    padding-bottom: 20px;
}
.course-info-row {
    height: 30px;
}
.course-title {
    cursor: pointer;
}
.course-title.expanded {
    background: url(/images/icons/arrow-expanded.png) 10px 13px no-repeat;
    padding-left: 30px;
    font-weight: bold;
    border-bottom: none;
}
.course-title.collapsed {
    background: url(/images/icons/arrow-collapsed.png) 10px 13px no-repeat;
    padding-left: 30px;
    font-weight: none;
    border-bottom: 1px solid #DDDDDD;
;
}
table.teacherzone, table.schoolzone {
    border: 1px solid #c0c0c0;
    margin: 20px 0;
    width: 100%
}
table.teacherzone th, table.schoolzone th {
    text-align: left;
    padding: 4px;
    color: #fff;
    background: #333;
    font-size: 14px;
}
table.teacherzone tr td, table.schoolzone tr td {
    padding: 6px;
    text-align: left;
    vertical-align: top;
}
table.teacherzone tr td, table.schoolzone tr td {
    border: 1px solid #ddd;
}
table.teacherzone .altrow td, table.schoolzone .altrow td {
    background: #f5f5f5;
}
table.list .student-list-item td {
    padding: 10px 5px;
    font-size: 11px;
}
/**
 * global.css
 */
.btn-transparent {
    color: #333;
    background: transparent;
}
/* Forms */

.navbar-inverse {
    background-color: #000;
    border-bottom: 0;
}
.navbar-brand {
    padding: 8px 20px 0 15px;
}
.mainbody {
    /*    font-size: 62.5%;*/
    color: #333;
    line-height: 1.5;
    background-color: #000;
}
.mainbody p {
    font-size: 14px; /* 14px */
    line-height: 1.5em;
    margin: 0 0 10px 0;
}
.noheight {
    font-size: 14px; /* 14px */
    line-height: 1.0em;
    margin: 0 0 10px 0;
}
/* Headings */
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    text-decoration: none;
}
h3 a, h3 a:visited {
    color: #333;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
    text-decoration: underline;
}
.content h1 a, .content h2 a, .content h3 a, .content h4 a, .content h5 a, .content h6 a, .content h1 a:visited, .content h2 a:visited, .content h3 a:visited, .content h4 a:visited, .content h1 a:hover, .content h2 a:hover, h3 .content a:hover, .content h4 a:hover {
    color: #cc0000;
}
.lessonbar h2 a, .lessonbar h2 a:visited {
    color: #333;
}
.lessonbar h2 .color a {
    color: #cc0000;
}
td .headline-title {
    font-size: 1.2em;
    margin: 0;
    padding: 0;
    color: #fff;
}
td .headline-title a, td .headline-title a:visited {
    color: #000000;
}
/* Links */
a.color {
    color: #cc0000;
}
a.color:visited {
    color: #cc0000;
}
a.red2 {
    color: #c11920;
    font-size: 1.2em;
}
a.green2 {
    color: #8ac407;
    font-size: 10px;
}
.red {
    color: #c11920;
}
.green {
    color: #8ac407;
}
.imgright {
    float: right;
    border: 1px solid #333;
    margin: 0 0 20px 20px;
}
.imgright2 {
    float: right;
    margin: 0 0 20px 20px;
}
.imgleft {
    float: left;
    border: 1px solid #333;
    margin: 0 20px 20px 0;
}
.imgleft2 {
    float: left;
    margin: 15px 20px 20px 0;
}
.nobullets {
    list-style: none;
}
.index-password a {
    color: #ccc;
    text-decoration: none;
}
.index-password a:hover {
    text-decoration: underline;
}
.lessonbar h2 a {
    text-decoration: none;
}
.lessonbar h2 a:hover {
    text-decoration: underline;
}
.dialogue-list a {
    text-decoration: none;
}
.dialogue-list a:hover {
    text-decoration: underline;
}
#expansion a {
    text-decoration: none;
}
#expansion a:hover {
    text-decoration: underline;
}
ul.sub-ul-list {
    margin-left: 12px;
    display: inline;
    float: left;
}
/* Gutters */
.row.gutter-sm {
    margin-left: -7px;
    margin-right: -7px;
}
[class*="col-"].gutter-sm {
    padding-left: 7px;
    padding-right: 7px;
}
/* Comments */
#lesson-comments .username, #lesson-comments .username a, #lesson-comments .les-com1-sub-avatar a {
    color: #cc0000;
    font-weight: bold;
    text-decoration: none;
}
#all_conversations_link {
    text-align: center;
    margin-top: 10px;
}
.conversation-r h4 {
    font-size: 18px;
    margin-top: -6px;
}
.conversation-r h4 a.red2 {
    color: #cc0000;
    font-size: 18px;
}
.conversation-r h4 a.black {
    color: #333;
    font-size: 18px;
}
.css_audio_btn span.css_btn_lbl {
    color: #fff;
    display: none;
}
.css_audio_btn{
    color: #fff;
    border: none;
    background-color: transparent;
    margin-top: 7px;
    margin-bottom: 7px;
}
br+.css_audio_btn{
    margin-top: 0;
}
.css_audio_btn:before{
    content: '\f144';
    font: normal normal normal 30px/25px FontAwesome;
    color: #E1001E;
}
.css_audio_btn:hover:before{
    color: #ff3b2c;
}
.css_audio_btn:focus{
    outline: none;
}
.css_audio_btn:hover{
}
.pronunciation-section table{
    margin-bottom: 10px;
}
.pronunciation-section .table-border td{
    text-align: center;
    border: 1px solid #ddd;
    vertical-align: middle;
}
.pronunciation-section .table-border tr:nth-child(odd){
    background-color: #f9f9f9;
}
.css_audio_btn:hover span.css_btn_lbl {
    color: #cc0000;
}
#lesson-comments .les-com1 ul li, #lesson-comments .les-com1 ol li {
    margin-left: 20px;
    /*font-size:75%;*/
    margin-bottom: 10px;
    list-style-position: outside;
}
.btn#addComment {
    border-radius: 20px;
    font-size: 16px;
    background: #E1001E;
    color: #fff;
    outline: none;
    border: 1px solid #E1001E;
}
.btn#addComment:focus, .btn#addComment:hover {
    background: #fff;
    border: 1px solid #E1001E;
    color: #E1001E;
}
/* */
.header-itemie6 {
    _margin-top: 90px;
}
/* Global End */
/* structure css */
.mainbody {
    margin: 50px 0 0 0;
    padding: 0;
    background: #c0c0c0;
    width: 100%;
}
.r-col {
    float: left;
    width: 310px;
}
.l-col {
    width: 640px;
    float: left;
    margin-right: 10px;
    display: inline;
}
.full-col {
    width: 950px;
    display: inline;
}
.full-col #main {
    float: left;
    display: inline;
    width: 600px;
}
.full-col #side {
    margin-left: 640px;
}
/* structure css  end*/
/* common css */
.date {
    color: #666;
    font-size: 12px;
    font-style: italic;
    margin-bottom: 10px;
    padding-top: 5px;
    border-top: #ccc solid 1px;
}
.icon {
    width: auto;
    float: left;
    margin-right: 12px;
}
.col-a, .col-b {
    float: left;
    width: auto;
    clear: right;
}
.time {
    font-size: 0.9em;
    color: #999;
}
.hide {
    display: none;
}
.form-table td {
    padding: 6px;
}
.perpage {
    float: right;
    width: auto;
}
.text-tip {
    color: #999;
    font-size: 12px;
}
.settings {
    float: right;
}
.rss {
    float: right;
    width: 20px;
}
.large-box {
    border: #ccc solid 1px;
    padding: 10px 20px;
}
th.txt-right {
    text-align: right;
}
.btnr {
    float: right;
    clear: left;
}
.box-r {
    float: right;
    clear: left;
    width: auto;
}
.box-l {
    float: left;
    clear: right;
    width: auto;
}
.li-more {
    list-style-type: none;
    padding-left: 14px;
    font-weight: bold;
    padding-top: 6px;
}
/* common css */
/* content */
.l-col .no-nav {
    border-top: #999 solid 1px;
    padding-top: 0;
}
.no-nav {
    border-top: #999 solid 1px;
    padding-top: 0;
}
.content-100 {
    font-size: 1.2em;
    border-top: #999 solid 1px;
    border-bottom: 1px solid #8b8b8b;
    background: #fff;
    border-left: #8b8b8b solid 1px;
    border-right: #8b8b8b solid 1px;
    padding: 10px 20px;
    _padding: 10px 22px 15px 22px;
}
.content-small {
    font-size: 0.925em;
}
.content .rss {
    width: 100%;
    text-align: right;
    margin-bottom: 12px;
    padding-top: 10px;
}
/* content end */
/* navigation start */
.navigation {
    width: 100%;
    line-height: normal;
    margin: 0;
}
.navigation ul {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    background: #c0c0c0 url(../images/nav_bg.gif) repeat-x bottom left;
}
.navigation ul li {
    float: left;
    margin: 0;
    padding: 0;
}
.navigation ul li.set {
    float: right;
}
.navigation ul li.set a {
    background: none;
    float: right;
    padding: 5px 5px 0 0;
}
.navigation ul a {
    background: url(../images/tab_left.gif) no-repeat scroll left top;
    float: left;
    display: block;
    margin: 0;
    padding: 6px 0 4px 8px;
    color: #727272;
    text-decoration: none;
    font-weight: bold;
}
.navigation ul a span {
    background: url(../images/tab_right.gif) no-repeat scroll right top;
    padding: 6px 8px 4px 0;
}
.navigation ul li.current a {
    background-position: 0 -150px;
    padding-bottom: 5px;
}
.navigation ul li.current a span {
    background-position: 100% -150px;
    padding: 6px 8px 5px 0;
    color: #cc0000;
}
.navigation ul a:hover {
    background-position: 0 -150px;
    text-decoration: none;
    padding-bottom: 5px;
}
.navigation ul a:hover span {
    background-position: 100% -150px;
    padding: 6px 8px 5px 0;
    color: #cc0000;
}
.navigation ul li.unload a {
    background: url(../images/tab_left.gif) no-repeat scroll 0 -300px;
    float: left;
    margin: 0;
    padding: 4px 8px;
}
.navigation ul li.unload a span {
    background: url(../images/tab_right.gif) no-repeat scroll 100% -300px;
    color: #727272;
    display: block;
    float: left;
    font-weight: bold;
    padding: 4px 8px;
    text-decoration: none;
    width: auto;
}
#menutab ul {
    background: #fff url(../images/nav_bg.gif) repeat-x bottom left;
;
}  /*add ranking page*/
/* navigation start */
/* Start page */
.bspage {
    text-align: center;
}
#page {
    text-align: center;
    margin: 1.5em 0;
    font-size: 12px;
}
#page a {
    color: #cc0000;
    text-decoration: none;
    border: 1px solid #cc0000;
    padding: 2px 6px;
    margin: 3px;
}
#page a:hover {
    color: #fff;
    background-color: #cc0000;
}
#page .current.prev, #page .current.next {
    text-decoration: none;
    border: 1px solid #999;
    padding: 3px 5px;
    color: #999;
    color: #333;
}
/* End page */
/* comment */
.comment-main {
    list-style: none;
}
.avatar {
    float: left;
    margin-right: 10px;
    display: inline;
    margin-top: -3px;
}
.comment-main h2 {
    font-size: 1.6em;
    margin: 0;
}
.comment-main li {
    clear: both;
    margin-bottom: 12px;
    display: block;
}
.conversation-r {
    float: right;
    margin-bottom: 20px;
    margin-top: -4px;
    min-height: 90px;
    width: 580px;
}
/*.conversation-r a{  color:#333;  }
.conversation-r .color{ color:#cc0000;} */
#team .conversation-r {
    width: 550px;
}
#team .conversation-r h2 a {
    color: #cc0000;
}
.conversation-r p {
    font-size: 14px;
}
/* comment end */
.team-avatar {
    float: left;
    margin-right: 10px;
    display: inline;
}
.team-r {
    margin-left: 130px;
    margin-bottom: 20px;
    min-height: 150px;
}
/* exercise */
.exercise-main .menu {
    position: relative;
    overflow: visible;
}
.exercise-sidebar {
    width: 300px;
    float: left;
    margin-right: 20px;
    _margin-right: 10px;
}
#dialogue .dialo-a button, #dialogue .dialo-b button, .vocab-table button, #expansion button {
    float: right;
    clear: left;
}
/* checkboxes - language, sticky */
.circular-checklist .checkbox-inline {
    display: inline-block;
    position: relative;
    width: 31px;
    height: 31px;
    padding: 0;
    border-radius: 31px;
    text-align: center;
    font-family: Roboto, sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 32px;
    background-color: #9F9F9F;
    box-shadow: 1px 1px 0 0 rgba(0,0,0,0.50);
}
.circular-checklist .checkbox-inline.option-pinyin {
    font-size: 28px;
    line-height: 30px;
}
.circular-checklist .checkbox-inline.option-hanzi {
    font-size: 22title="Flashcards"px;
    line-height: 30px;
}
.circular-checklist .checkbox-inline .text-label {
    color: #FFF;
}
.circular-checklist .checkbox-inline.checked {
    background-color: #CF1D12;
}
.circular-checklist .checkbox-inline input[type="checkbox"] {
    visibility: hidden;
    position: absolute;
    height: 0;
    width: 0;
}
.circular-checklist .checkbox-inline+.checkbox-inline {
    margin-left: 8px;
}
/*#dialogue .dialo-a,#dialogue .dialo-b {
    font-size: 1.4em;
}*/

.dialo-a {
    background: #ddd;
    padding: 10px;
    font-size: 12px;
}
.dialo-b {
    background: #f5f5f5;
    padding: 10px;
    font-size: 12px;
}
.dialo-a a, .dialo-b a {
    color: #666;
}
/*.dialo-a td,.dialo-b td,.dialo-a p,.dialo-b p {
    font-size: 1.2em;
}*/

/* exercise */
/* sidebar */
.sidebar {
    margin-bottom: 10px;
    font-size: 0.9em;
}
.sidebar .checkbox input {
    width: auto;
}
.sidebar input.hundred {
    width: 100%;
}
.sidebar-img-top {
    background: #fff;
    clear: both;
    height: 7px;
    border-radius: 10px 10px 0 0;
}
.sidebar-img-content {
    padding: 0;
    text-align: center;
    background: #FFFFFF;
}
.sidebar-btm {
    background: #fff;
    border-radius: 0 0 10px 10px;
    clear: both;
    height: 7px;
}
.sidebar-title {
    font-weight: bold;
    font-size: 14px;
    color: #ffffff;
    background-color: #2d2e2d;
    border-radius: 10px 10px 0 0;
    padding: 5px 10px;
}
.sidebar-title h3 {
    font-size: 1em;
    display: block;
    width: 240px;
    margin: 0;
    padding: 0;
}
.sidebar-content {
    padding: 10px;
    background: #fff;
}
.sidebar-content form {
    margin: 0
}
.sidebar-content input {
    border: 1px solid #BBBBBB;
    padding: 2px;
    color: #E1001E
}
.newusers a {
    display: inline-table;
    margin: 4px auto;
}
.s-cancel {
    float: right;
}
.activity-list p {
    margin: 3px 0;
    width: 100%;
    display: inline-table;
}
.activity-list img {
    margin-bottom: 10px;
    float: left;
    margin-right: 4px;
}
/* sidebar end */
/* header start*/
#header {
    background-color: #000;
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
    min-width: 950px;
}
#logo {
    float: left;
}
#header-item {
    float: right;
    color: #ffffff;
    text-align: right;
    _margin-top: -80px;
    padding-top: 19px
}
.header-text {
    height: 6px;
    line-height: 110%;
    _height: 0;
}
#header-item img {
    vertical-align: middle;
}
#header-item input, #header-item select {
    vertical-align: middle;
    padding: 1px 2px;
    color: #666;
    max-width: 280px;
    _margin-bottom: 0;
}
#header-item a {
    text-decoration: none;
    color: #ffffff;
}
#header-item a:hover {
    text-decoration: underline;
}
input.btn-search {
    background: url(../images/search.jpg) no-repeat left top;
    width: 24px;
    height: 23px;
    border: none;
    top: 0;
    position: relative;
}
.breadcrumbs {
    margin-bottom: 10px;
    font-size: 1.2em;
    margin-top: -20px;
}
.breadcrumbs a {
    color: #333;
}
/* header end */
/* nav */
#nav {
    margin-top: 0;
    padding-top: 0;
    float: left;
    display: inline;
}
#nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    float: left;
}
#nav ul li {
    float: left;
    font-weight: bolder;
    font-size: 1.2em;
    margin: 0;
}
#nav ul li a {
    float: left;
    display: block;
    text-decoration: none;
    color: #ffffff;
    padding: 19px 15px;
    font-weight: bold;
    overflow: hidden
}
#nav ul li a:hover {
    color: #ffffff;
    text-decoration: none;
    background: #8d8d8d url(../images/current_bg.jpg) repeat-x left bottom;
}
#nav ul li.current {
    background: #8d8d8d url(../images/current_bg.jpg) repeat-x left bottom;
}
/* list style */
.list-arrow-2 {
    list-style-type: none;
    list-style-position: outside;
    margin-bottom: 5px;
    margin-top: 5px;
}
.list-arrow-2 li {
    background: url(../images/icons/bullet_go.gif) no-repeat 0 3px;
    padding-left: 20px;
}
.list-arrow-2 ul {
    list-style-type: none;
    list-style-position: outside;
}
/* list style end */
/* lesson */
.lesson-image {
    width: auto;
    display: inline-table;
    margin-bottom: 6px;
}
#lesson-image img {
    border: #c8cdd2 solid 1px;
    padding: 3px;
}
.related-mp3 {
    float: left;
    margin-left: 50px;
    margin-top: 6px;
}
.lesson-intro {
    float: left;
    _width: 95%;
}
.lessonbar {
    width: 100%;
    clear: both;
    float: left;
    margin-bottom: 40px;
}
.lessonbar h2 {
    margin: 10px auto 20px auto;
    width: 100%;
}
.lessonbar h2 a {
    color: #333;
}
.lessonbar h2 span a {
    color: #cc0000;
}
.lessonbar .col-a {
    margin-right: 12px;
    _margin-right: 0;
}
.lessonbar .col-a img {
    margin: 0;
}
.lessonbar .col-b {
    width: 320px;
}
.lessonbar .col-b ul.exercise-list {
    margin-bottom: 20px;
    display: inline-table;
}
.lessonbar .col-b ul.exercise-list li {
    list-style: none;
    float: left;
    width: 150px;
    font-weight: bold;
    margin-top: 14px;
    _width: 150px;
    _display: inline;
}
.lessonbar .col-b ul.exercise-list li a {
    color: #333;
}
.lessonbar .col-b ul.exercise-list li img {
    top: 3px;
    position: relative;
}
.lessonbar .col-b .date {
    margin-bottom: 12px;
    font-size: 0.8em;
}
/* lesson end */
.clear-1 {
    clear: both;
    width: 100%;
    height: 1px;
}
.clear-5 {
    clear: both;
    width: 100%;
    height: 1px;
}
.clear-10 {
    clear: both;
    width: 100%;
    height: 10px;
}
.clear-12 {
    clear: both;
    width: 100%;
    height: 12px;
}
.clear-15 {
    clear: both;
    width: 100%;
    height: 15px;
}
.clear-20 {
    clear: both;
    width: 100%;
    height: 20px;
}
.clear-25 {
    clear: both;
    width: 100%;
    height: 25px;
}
.clear-30 {
    clear: both;
    width: 100%;
    height: 30px;
}
.clear-40 {
    clear: both;
    width: 100%;
    height: 40px;
}
.clear-50 {
    clear: both;
    width: 100%;
    height: 50px;
}
.cpodrow {
    width: 100%;
    clear: both;
    overflow: hidden;
    border: 0;
    margin-left: 0 !important;
}
/*  box  */
.roundcorner-gray-top {
    background-attachment: scroll;
    background-image: url(../images/graybox_round_t.gif);
    background-position: left top;
    background-repeat: no-repeat;
    height: 5px;
    margin: 0;
    clear: both;
}
.roundcorner-gray-top .fold {
    float: right;
    margin: 20px;
    _margin: 10px 10px 0 -10px;
    _overflow: visible;
    clear: both;
    width: 10px;
    height: 0;
    display: block;
}
* html .clear {
    height: 0;
}
.clear {
    display: block;
}
/*add for me first suggestion box*/
.first-suggestion-box {
    background-attachment: scroll;
    background-image: url(../images/graybox_round_m.gif);
    background-repeat: repeat-y;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 20px;
    margin-left: 0;
}
.first-suggestion-box ul { /* font-size: 18px; */
}
.first-suggestion-box ul li {
    list-style-type: decimal;
}
.suggestion-box, .first-suggestion-box {
    background-attachment: scroll;
    background-image: url(../images/graybox_round_m.gif);
    background-repeat: repeat-y;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 20px;
    margin-left: 0;
    width: 590px;
}
.suggestion-box #lesson_sets, .first-suggestion-box #lesson_sets {
    width: 560px;
}
.suggestion-box #lesson_sets .lesson_set, .first-suggestion-box #lesson_sets .lesson_set {
    width: 165px;
    border: #a9a9a9 solid 3px;
}
.roundcorner-gray-top {
    background-attachment: scroll;
    background-image: url(../images/graybox_round_t.gif);
    background-position: left top;
    background-repeat: no-repeat;
    clear: both;
    height: 5px;
    margin: 0;
    position: relative;
    top: -5px;
}
.first-suggestion-box h5, .suggestion-box h5 {
    padding-left: 10px;
    margin: 10px 5px 20px;
    display: inline;
}
.roundcorner-gray-content {
    margin: 0;
    padding: 0 15px;
    overflow: hidden;
    width: 590px;
}
.roundcorner-gray-botton {
    background-attachment: scroll;
    background-image: url(../images/graybox_round_b.gif);
    background-position: left bottom;
    background-repeat: no-repeat;
    clear: both;
    height: 5px;
    margin: 0;
    padding: 0;
}
.bg-yellow {
}
/*  box   */
.filter-box {
    border: 2px solid #ECECEC;
    color: #333333;
    font-size: 1.2em;
    margin: 10px auto;
    padding: 8px 10px;
}
/* start lesson_sets */
.lesson_sets {
    width: 590px;
}
.lesson_sets {
}
.lesson_sets .row .box {
    margin: 15px 3px;
    text-align: center;
    float: left;
    width: 130px;
    border: 1px solid #A9A9A9;
    background: #fff;
    padding: 10px 4px;
    overflow: hidden;
    font-size: 1.2em;
}
.lesson_sets .title {
    text-align: center;
    width: auto;
}
.lesson_sets .all {
    float: right;
    font-size: 1.2em;
    margin-right: 4px;
}
/* end lesson_sets */
.heading{
    margin: 0;
}
.hover-nodecoration:hover{
    text-decoration: none
}
.content .row .col-a {
    width: 42%;
    clear: both;
    padding-right: 35px;
    border-right: #f5f5f5 solid 1px;
}
.content .row .col-b {
    float: right;
    width: 46%;
}
#library-channels h3, #community-groups .h3 {
    font-size: 1.4em;
}
#library-channels .column img, #community-groups .column img {
    float: left;
    margin: 0.5em 1.1em 1px 0;
}
.table-comments-list th, .table-list th {
    font-weight: bold;
    font-size: 1.2em;
    text-align: left;
    padding: 2px 4px;
    border-bottom: #999 solid 1px;
}
.table-comments-list td, .table-list td {
    border-bottom: #999 solid 1px;
    padding: 4px;
}
.table-comments-list td, .table-list td {
    font-size: 12px;
}
.operate-table {
    border-top: #999 solid 1px;
    border-bottom: #999 solid 1px;
}
.operate-table td {
    padding: 6px;
}
.lesson-list-table {
    width: 100%;
}
.lesson-list-table th {
    font-size: 1.2em;
    padding: 8px;
    border-top: #999 solid 1px;
    text-align: left;
}
.lesson-list-table td {
    border-top: #999 solid 1px;
    border-bottom: #999 solid 1px;
    padding: 6px;
}
tr.odd {
    background: #f7f7f7;
}
tr.even {
    background: #ffffff;
}
tr.groupline td {
    border-top: #ccc solid 3px;
}
.l-col .table-list td {
    font-size: 14px;
}
table.table-list2 td a {
    color: #333;
}
table.table-list2 td span {
    color: #9d9d9d;
}
table.table-list2 td a .color {
    color: #cc0000;
}
/*  popwindow  */
#helpOnPageContent1, #helpOnPageContent2, #helpOnPageContent3, #helpOnPageContent4, #helpOnPageContent5, #helpOnPageContent6, #helpOnPageContent7, #helpOnPageContent8, #helpOnPageContent9, #helpOnPageContent10, #helpOnPageContent11, #helpOnPageContent12, #helpOnPageContent13, #helpOnPageContent14, #helpOnPageContent15, #helpOnPageContent16, #helpOnPageContent17, #helpOnPageContent18, #helpOnPageContent19, #helpOnPageContent20, #helpOnPageContent21, #helpOnPageContent22, #helpOnPageContent23, #helpOnPageContent24, #helpOnPageContent25, #helpOnPageContent26 {
    display: none;
}
/* Start new */
.header-sub-info {
    font-size: 12px;
    background: #666;
    color: #ffffff;
    float: left;
    width: 100%;
    height: 32px;
}
.header-sub-info .container {
    text-align: right;
    padding-top: 6px
}
.header-sub-info a {
    color: #ffffff;
    text-decoration: none;
}
.header-sub-info a:hover {
    color: #ffffff;
    text-decoration: underline;
}
.header-shadow {
    width: 100%;
    background: url(/images/h-info-bg.jpg) repeat-x;
    height: 14px;
    float: left;
    display: block;
    margin-bottom: -40px;
    position: relative;
}
.training-select {
    float: left;
    position: relative;
    margin: 4px auto;
}
.header-subscription {
    font-size: 12px;
    line-height: 120%;
    float: left;
    width: 280px;
    color: #fff;
    margin-top: 11px;
    border-left: #444 solid 1px;
    padding-left: 12px;
}
/* Start new */
/*  home -- activity  */
#activity {
    font-size: 1.4em;
}
#activity .row {
    border-top: #ccc solid 1px;
    padding-top: 20px;
}
.activity-reply {
    border-top: #999 solid 1px;
    width: 100%;
    clear: both;
}
.activity-reply .avatar {
    margin-top: 4px;
}
.activity-reply-r {
    display: table;
    float: right;
    width: 430px;
}
/*  home -- activity  */
/*  home -- profile  */
#profile {
    overflow: hidden;
    margin: 20px 0;
}
#profile .col-a {
    margin-right: 20px;
    display: inline;
    width: 165px;
}
#profile .col-b {
    width: 400px;
}
#profile a.p-edit {
    float: right;
    color: #0000ff;
    font-size: 14px;
    font-weight: normal;
    line-height: 200%;
    *line-height: 100%;
    *top: -22px;
    *position: relative;
    text-decoration: none;
}
#profile a.p-edit span {
    text-decoration: underline;
}
/*  home -- profile  */
/*  community  */
#conversation #post_btn {
    float: right;
    clear: left;
}
#ranking .table-list {
    border: #999 solid 1px;
    margin: -1px 1px 0 1px;
    _margin: -1px -1px 0 0;
    float: left;
    width: 586px;
    -width: 594px;
    overflow: visible;
}
#post_btn input.btn-writepost {
    background-image: url(/images/write-a-own-post.jpg);
    border: 0 none;
    cursor: pointer;
    height: 31px;
    width: 181px;
    position: relative;
    *margin-right: 20px;
}
input[type="button"].btn-writepost:hover {
    background-image: url(/images/write-a-own-post2.jpg);
}
/*  messages  */
/*
.info,.success,.warning,.error,.validation {
    border: 1px solid;
    margin: 10px 0px;
    padding: 15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
    font-size: 1.2em;
}
*/

.info {
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url('/images/messages/info.png');
}
.success {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image: url('/images/messages/success.png');
}
.warning {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('/images/messages/warning.png');
}
.error {
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('/images/messages/error.png');
}
.subscribe {
    border: 1px solid;
    margin: 10px 0;
    padding: 15px 20px;
    font-size: 1.2em;
    background-color: #eee;
    border: 3px solid #749a02;
}
#sub-button {
    float: left;
    width: 130px;
}
#sub-text {
    margin-left: 140px;
}
.green-box {
    border: 2px solid #33CC00;
    color: #33CC00;
    padding: 8px 10px;
    margin: 10px auto;
    font-size: 12px;
}
/* tooltip begins */
#dhtmltooltip {
    position: absolute;
    left: -300px;
    width: 200px;
    border:2px solid #d30000;
    visibility: hidden;
    border-radius: 14px;
    background-color: #FFF;
    z-index: 100;
    color: #000;
    text-align: left;
    box-shadow: 2px 3px 10px rgba(0,0,0,0.3);
}
#dhtmlpointer {
    position: absolute;
    left: -300px;
    z-index: 101;
    font-size: 36px;
    visibility: hidden;
}
a.forbidden-gray {
    color: #666;
}
.row_1 {
    font-size: 32px;
    line-height: 1.2;
    text-align: left;
    padding: 10px 40px 5px 15px;
}
.row_3 {
    font-size: 18px;
    line-height: 1.2;
    text-align: left;
    padding: 5px 15px 10px;
}
.invisible_pinyin {
    font-size: 32px;
    line-height: 1.2;
    padding: 0 15px;
    text-align: left;
}
.row_2, .row_4 {
    font-size: 14px;
    line-height: 1.2;
    text-align: left;
    padding: 10px 15px;
    border-top: 1px solid #ddd;
    font-style: italic;
}
/* tooltip ends */
.les-comment-hold td input {
    margin: 5px auto;
}
/* en characters - WARNING: this style depends on the translation being a link! */
/* sample lesson */
.sample-a-lesson-note {
    border: #fff solid 1px;
    background: #Faffbd;
    padding: 8px;
    color: #8d731f;
    font-size: 1.4em;
    font-weight: bold;
    margin-bottom: 20px;
}
.sample-a-lesson-note span {
    color: #333;
}
.sample-note-text {
    float: left;
    width: 650px;
    margin: 15px auto;
}
.sample-sign-up {
    float: right;
    width: 200px;
    height: 30px;
    margin-top: 0;
}
/* sample lesson end */
/* sign up */
table.sign-up {
    table-layout: fixed;
    border-collapse: collapse;
}
table.sign-up td {
    padding: 2px 0;
    border: 0;
    margin-left: 0;
    overflow: visible;
}
table.sign-up td input[type=text], table.sign-up td input[type=password], table.sign-up td textarea {
    width: 100%;
    *width: 215px;
}
table.sign-up td input[type=text], table.sign-up td input[type=password] {
    height: 34px;
    line-height: 34px;
    font-size: 16px;
    padding-left: 4px;
}
table.sign-up td input[type=text], table.sign-up td input[type=password] {
    height: 34px;
    line-height: 36px;
    font-size: 16px;
    padding-left: 4px;
    _padding-left: 2px;
    _line-height: 30px;
}
table.sign-up td textarea {
    width: 98%;
    height: 150px;
    font-size: 13px;
}
.txt-right {
    text-align: right;
}
table.sign-up .txt-right {
    padding-right: 12px;
}
table.sign-up td *.checkbox {
    width: 16px;
    height: 12px;
}
.sign-note-tick, .sign-note-assign {
    height: 42px;
    background: #999;
    width: 100%;
    float: left;
    margin-left: 5px;
    display: inline;
}
.sign-note-tick {
    background: url(../images/messages/sign-up-tick.png) no-repeat;
}
.sign-note-error {
    background: url(../images/messages/sign-up-assign.png) no-repeat;
    color: #cc0000;
    height: 42px;
    width: 215px;
    margin-left: 5px;
}
.sign-note-focus {
    background: url(../images/messages/sign-up-assign.png) no-repeat;
    height: 42px;
    width: 215px;
    margin-left: 5px;
}
.note-text {
    font-size: 11px;
    line-height: 11px;
    height: 42px;
    vertical-align: middle;
    display: table-cell;
    padding-left: 30px;
    width: 180px;
    *display: block;
    *margin-top: 12px;
    *height: auto;
}
/* sign up end */
.small {
    font-size: 85%;
}
/* vivi */
/* products */
.font_topic {
    font-size: 17px;
    font-weight: bold;
    color: #c11920;
    padding: 10px 0
}
.main {
    border: 1px solid #cacaca;
    background-color: #f2f2f2;
}
.class_height {
    height: 328px
}
.teacher_main {
    border-bottom: 1px solid #cacaca;
    height: 400px;
}
.teacher_box {
    border: 1px solid #cacaca;
    background-color: #f2f2f2;
}
.teacher_box p {
    font-size: 12px
}
.teacher_content_height {
    height: 1200px
}
.teacher_height_gu {
    height: 310px
}
.teacher_height_ex {
    height: 330px
}
.main p {
    font-size: 12px;
    color: #000;
    padding-left: 10px;
    margin: 0;
}
.main p span {
    color: #b6272b;
    font-weight: bold
}
.l_main {
    width: 210px;
    border-right: 1px solid #cacaca;
    float: left;
    height: 100%
}
.l_main p {
    line-height: 18px;
    margin: 0;
}
.l_main p span {
    color: #b7262d;
    font-weight: bold
}
.r_main {
    width: 350px;
    float: left;
    margin-left: 15px;
    margin-top: 10px
}
.r_main p {
    padding: 2px 0
}
.r_main p span {
    color: #b7262d;
    font-size: 28px;
    font-weight: bold
}
.r_main_a {
    padding-left: 230px
}
.sidebar_p {
    float: right;
    padding-right: 15px;
    margin: 0;
    padding-top: 8px;
    font-size: 12px
}
.sidebar_img {
    float: left;
    padding-left: 15px;
    margin: 0;
}
.clear {
    float: none
}
.clr {
    clear: both;
}
.br {
    line-height: 3px
}
#help_table {
    border: 1px solid #cacaca;
    background-color: #f2f2f2;
}
#help_table th {
    font-size: 12px;
    padding: 10px;
    font-weight: normal;
    text-align: left
}
#help_table tr {
    padding: 10px;
}
#help_table td {
    font-size: 12px;
    padding: 10px;
    padding: 5px;
}
#help_table .right {
    text-align: right
}
.te_box {
    border: 1px solid #cacaca;
    height: 100%;
    margin-bottom: 8px;
}
.te_box p {
    font-size: 12px
}
.te_box img {
    float: left;
    text-align: center
}
.te_box_text {
    float: right;
    width: 400px;
    padding: 24px 35px;
}
.te_box span {
    color: #bb1a1f;
    font-weight: bold;
    text-align: right
}
.te_img_r {
    float: right;
    text-align: center
}
.te_text_l {
    float: left;
    width: 400px;
    padding: 24px 35px;
}
.me_p {
    font-size: 12px;
    margin-bottom: 10px
}
.me_text {
    font-size: 12px;
    width: 265px;
    padding: 0;
    margin: 0;
    padding-left: 6px
}
.over {
    padding: 40px 5px;
    height: 300px;
    width: 590px
}
.over h4 {
    color: #B7262D
}
.over img {
    float: left
}
.over_text {
    font-size: 12px;
    float: right;
    width: 320px
}
.over_text p {
    padding-bottom: 20px
}
.over_text span {
    color: #c01921;
    font-weight: bold
}
.over_box p {
    font-size: 12px;
    font-weight: bold;
    float: left;
    padding-top: 5px
}
.over_box img {
    float: left;
    height: 52;
    padding-right: 10px
}
.over_box a {
    color: #c01921;
    text-decoration: underline
}
/* app */
.app_box {
    border: 0;
    padding: 20px 20px
}
.app_box td {
    padding: 6px;
    vertical-align: top
}
.app_box .right {
    text-align: right
}
.app_box .width {
    width: 350px
}
.app_box p {
    font-size: 12px;
    width: 350px;
    vertical-align: middle
}
.app_box li {
    font-size: 12px;
    padding-left: 20px;
    width: 330px
}
/* banner */
.banner h1 {
    font-size: 30px;
    font-weight: bold;
    color: #FFF;
    padding: 0;
    line-height: 30px
}
.banner p {
    font-size: 12px;
    color: #FFF;
    line-height: 12px
}
.banner p span {
    font-size: 16px;
    font-weight: bold;
    color: #FFF;
    font-style: italic;
}
.banner_1 {
    background-image: url(../images/index/flash_1_bg.jpg);
    width: 960px;
    height: 291px;
    background-repeat: no-repeat;
    padding: 40px 0 0 40px;
    margin: 0;
}
.banner_2 {
    background-image: url(../images/index/flash_2_bg.jpg);
    width: 960px;
    height: 291px;
    background-repeat: no-repeat;
    padding: 40px 0 0 40px;
    margin: 0;
}
.banner_3 {
    background-image: url(../images/index/flash_3_bg.jpg);
    width: 960px;
    height: 291px;
    background-repeat: no-repeat;
    padding: 40px 0 0 40px;
    margin: 0;
}
/* evaluation */
.evaluation {
    background-color: #FFF;
    border: 1px solid #999;
    padding: 20px 20px;
}
.evaluation p {
    padding-top: 10px;
    padding-bottom: 0;
    margin: 0
}
.evaluation span {
    color: #920101;
    font-weight: bold;
}
.evaluation table td {
    padding-bottom: 2px;
    padding-right: 10px
}
.evaselected {
    display: block;
    width: 20px;
    height: 20px;
    background: #900;
    text-decoration: none;
    color: #FFFfff;
    text-align: center
}
.evaluation table th {
    padding-top: 20px;
    text-align: right;
    color: #920101;
    font-size: 12px;
    padding-right: 10px
}
.evaluation a {
    display: block;
    width: 20px;
    height: 20px;
    color: #333;
    text-align: center
}
.evaluation a:hover {
    display: block;
    width: 20px;
    height: 20px;
    background: #900;
    text-decoration: none;
    color: #FFF;
    text-align: center
}
.topic {
    font-size: 18px;
    color: #920101;
    font-weight: bold;
    background-image: url(../images/bg_line.jpg);
    height: 39px;
    background-repeat: no-repeat;
}
.line {
    border: 1px dotted #333
}
/* flashcard */
.flashcard {
    background-color: #FFF;
    border: 1px solid #999;
    padding: 30px 15px 0 15px;
    height: 100%
}
.flashcard li {
    color: #cc0000
}
.flashcard .bottom {
    background-color: #e8e8e8;
    text-align: center;
    padding: 20px 20px;
    margin-top: 10px
}
.flashcard_a {
    width: 290px;
    float: left
}
.flashcard_b {
    width: 372px;
    float: left
}
.line_ {
    width: 1px;
    height: 270px;
    background: #ccc;
    float: left;
    margin: 10px 13px
}
.flashcard h1 {
    color: #cc0000
}
.flashcard .lessonbar img {
    float: left;
    padding-left: 10px;
    padding-top: 17px;
    padding-right: 20px
}
.flashcard .logos {
    border: 1px solid #d5d5d5;
    background-color: #F6F6F6;
    padding: 2px 8px;
    margin-bottom: 10px;
    background: url(../images/press_bg.jpg) left top;
}
.flashcard .logos p {
    float: left;
    width: 200px;
}
.flashcard .logos img {
    float: right;
    padding: 0;
    margin: 0
}
.img {
    float: right
}
/* executive */
.over_bg {
    background-image: url(../images/executive/overview_bg.jpg);
    width: 600px;
    height: 322px
}
.over_bg p {
    width: 400px;
    padding-left: 20px
}
.center {
    text-align: center
}
.featurebar {
    padding-top: 6px;
    width: 480px;
    float: left;
    width: 100%;
    padding-bottom: 30px;
    padding-top: 10px
}
.featurebar img {
    float: left;
}
.featurebar p {
    float: right;
    width: 500px
}
.featurebar ul {
    float: right;
    width: 485px;
}
.featurebar p span {
    font-size: 18px;
    font-weight: bold;
}
.method_text {
    text-align: center;
    padding-top: 80px
}
.exe_teacher {
    padding-top: 20px
}
.exe_teacher img {
    float: left;
    padding-right: 10px
}
.exe_teacher ul {
    line-height: 18px
}
.name {
    font-weight: bold;
    text-align: right;
    list-style: none
}
.pro-content {
    padding: 20px 19px
}
.pro_box {
    border: 1px solid #333;
    height: 100%;
    margin-bottom: 30px;
}
.pro_box ul {
    list-style: none;
    padding: 15px 40px 0 40px
}
.pro_box li {
    padding-bottom: 10px
}
.pro_box p {
    padding-left: 40px
}
.pro_box p span {
    color: #ca9401;
    font-weight: bold;
    font-size: 16px;
}
.pro_box li span {
    color: #ca9401;
    font-weight: bold;
    font-size: 16px;
}
.pro_box table {
    width: 90%;
    margin: 10px auto;
}
.pro_box table th {
    font-weight: bold;
    font-size: 14px;
    padding: 2px 10px 2px 0;
    text-align: right
}
.pro_box table span {
    color: #0b8528;
    font-weight: bold;
    font-size: 16px;
}
.up {
    color: #F00
}
.down {
    color: green
}
.tour {
    margin: 10px 0;
    padding: 10px 0;
    border-bottom: 1px dotted #999
}
.tour img {
    float: left;
    padding-right: 20px
}
.tour p {
    float: right;
    width: 400px;
}
.tour p span {
    font-weight: bold;
    font-size: 18px
}
.tour ul {
    float: right;
    width: 400px;
}
.sub-l {
    float: left;
    width: 180px
}
.sub-l p {
    text-align: center;
}
.sub-r {
    float: right;
    width: 400px
}
.sub-r h4 {
    color: #B7262D
}
/* Library ç»‚ï¿½Channel Lists */
#library-header {
    background-color: #FFF;
}
#library-header hr {
    width: 100%;
    background-color: #999;
    height: 1px;
    margin: 10px 0;
}
.level-graphic {
    float: left;
    display: inline;
}
.level-description {
    margin-left: 140px;
}
/* Buttons

.btncss3, .btncss3:visited {
        background: #222 url(/images/alert-overlay.png) repeat-x;
        display: inline-block;
        padding: 5px 10px 6px;
        color: #fff;
        text-decoration: none;
        border-radius: 5px;
        box-shadow: 0 1px 3px rgba(0,0,0,0.5);
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
        -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
        border-radius: 5px;
        behavior: url(ie-css3.htc);
        text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
        border-bottom: 1px solid rgba(0,0,0,0.25);
        position: relative;
        cursor: pointer;
}

        .btncss3:hover							{ background-color: #111; color: #fff; }
        .btncss3:active							{ top: 1px; }
        .xsmall.btncss3, .xsmall.btncss3:visited 			{ font-size: 10px; padding: 4px 8px 4px; }
        .small.btncss3, .small.btncss3:visited 			{ font-size: 11px; padding: ; }
        .btncss3, .btncss3:visited,
        .medium.btncss3, .medium.btncss3:visited 		{ font-size: 13px; font-weight: bold; line-height: 1; text-shadow: 0 -1px 1px rgba(0,0,0,0.25); }
        .large.btncss3, .large.btncss3:visited 			{ font-size: 14px; padding: 8px 14px 9px; }
        .xlarge.btncss3, .xlarge.btncss3:visited 			{ font-size: 18px; padding: 9px 16px 11px; }

        .green.btncss3, .green.btncss3:visited		{ background-color: #91bd09; }
        .green.btncss3:hover						{ background-color: #749a02; }
        .blue.btncss3, .blue.btncss3:visited		{ background-color: #2daebf; }
        .blue.btncss3:hover							{ background-color: #007d9a; }
        .red.btncss3, .red.btncss3:visited			{ background-color: #c11a21; }
        .red.btncss3:hover							{ background-color: #872300; }
        .magenta.btncss3, .magenta.btncss3:visited		{ background-color: #a9014b; }
        .magenta.btncss3:hover							{ background-color: #630030; }
        .orange.btncss3, .orange.btncss3:visited		{ background-color: #ff5c00; }
        .orange.btncss3:hover							{ background-color: #d45500; }
        .yellow.btncss3, .yellow.btncss3:visited		{ background-color: #ffb515; }
        .yellow.btncss3:hover							{ background-color: #fc9200; }

        .gray.btncss3, .gray.btncss3:visited		{ background-color: #999999; color:#FFF; }
        .gray.btncss3:hover						{ background-color: #333333; }
*/
/* feed settings page */
.subscriptions {
    list-style: none;
}
.subscriptions li {
    clear: both;
    padding-bottom: 10px;
    margin: 0 0 2em 0;
}
.subscription-status {
    float: left;
    display: inline;
    color: #666;
    font-size: 10px;
}
.subscription-status2 {
    float: left;
    display: inline;
}
.subscription-options {
    float: left;
    position: absolute;
    margin-left: 80px;
}
.subscription-buttons {
    float: left;
    position: absolute;
    margin-left: 280px;
}
.subscription-buttons a {
    color: #fff;
}
.les_select {
    width: 206px;
    float: left;
    padding-left: 5px
}
.les_select_arrow {
    border: 1px solid #CCC;
    background-color: #f2f2f2;
    padding: 5px 5px 3px 5px;
    margin-left: 5px;
    width: 13px;
    float: left;
    height: 12px
}
#apDiv1 {
    position: relative;
    width: 130px;
    padding: 5px;
    z-index: 101;
    left: -6px;
    top: 7px;
    background-color: #f2f2f2;
    border: 1px solid #CCC;
    padding: 0;
    margin: 0
}
#apDiv1 a:hover {
    text-decoration: none;
    color: #cc0000
}
.groups_box {
    border: 1px solid #9f6000;
    margin-bottom: 20px
}
.groups_box h2 {
    color: #444444;
    display: block;
    float: left;
    font-size: 18px;
    margin: 4px auto auto 10px;
}
.groups_box p {
    padding: 5px 0 0 10px;
}
.groups_cate {
    margin-bottom: 50px
}
.groups_cate_a {
    float: left;
    width: 296px;
    margin-bottom: 10px
}
.groups_cate_a img {
    float: left;
    width: 75px;
    padding-right: 10px;
    padding-top: 7px
}
.groups_cate_b {
    float: right;
    width: 293px;
}
.groups_cate_b img {
    float: left;
    width: 75px;
    padding-right: 10px;
    padding-top: 7px
}
.groups_list img {
    float: left;
    padding-right: 10px;
}
.groups_list p {
    float: left;
    padding-top: 5px;/*width: 487px*/
}
.groups_list h4 a.red {
    color: #CC0000;
    font-size: 18px;
}
.groups_list h4 a.black {
    color: #333;
    font-size: 18px;
}
.join h4 {
    float: left
}
.join span {
    font-size: 14px
}
.join p {
    float: left;
    margin-top: 10px;
    width: 10px
}
.button_row {
    margin-top: 20px;
    text-align: center;
    display: block;
    clear: both;
}
/*****step*********/
.step1, .step2_gray, .step3_gray, .step2, .step3 {
    width: 178px;
    height: 52px;
    float: left;
    padding: 10px 0 0 19px;
    font-size: 14px;
    font-weight: bold;
    line-height: 100%;
}
.step1 {
    background: url(../images/step_1.jpg) no-repeat;
}
.step2 {
    background: url(../images/step_2.jpg) no-repeat;
}
.step3 {
    background: url(../images/step_3.jpg) no-repeat;
}
.step2_gray {
    background: url(../images/step_2_gray.jpg) no-repeat;
    color: #999
}
.step3_gray {
    background: url(../images/step_3_gray.jpg) no-repeat;
    color: #999
}
.step1 span, .step2 span, .step3 span {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    line-height: 100%;
    text-align: left;
}
.step2_gray span, .step3_gray span {
    font-size: 18px;
    font-weight: bold;
    color: #999;
    line-height: 100%;
    text-align: left
}
.step td {
    padding: 5px;
}
ul.nav-content {
    background: url("../images/bg_navcontent.gif") repeat-x scroll left  bottom transparent;
    float: left;
    list-style: none outside none;
    margin-top: 5px;
    width: 100%;
}
ul.nav-content li.current {
    background: none repeat scroll 0 0 #FFFFFF;
    border-left: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
    border-top: 2px solid #7E0C0C;
    color: #000000;
    font-size: 16px;
    padding-bottom: 5px;
}
ul.nav-content li.first-li {
    margin-left: 20px;
    padding: 5px 10px 0;
}
ul.nav-content li {
    float: left;
    padding: 5px 20px;
}
.courses {
    background-color: #f5f8ee;
    border: 1px solid #b7ce87;
    margin: 10px 0 20px 0
}
.courses td {
    padding: 0 10px;
    color: #2c4817
}
.top_tag {
    background: #666 no-repeat top right;
    color: #FFF;
    display: none;
    height: 32px;
    line-height: 32px;
    width: 100%
}
.top_tag_content {
    padding-top: 5px;
    width: 960px;
    margin: 0 auto;
}
.top_tag_content .left {
    float: left;
    margin: 0
}
.top_tag_content .right {
    float: right;
    margin: 0
}
.top_tag_content a {
    color: #FFF;
    padding-left: 10px;
    text-decoration: none
}
.top_tag_content a:hover {
    color: #ffbb29;
}
.flag li {
    list-style: none;
    float: right
}
.flag ul li a {
    padding-right: 30px;
    color: #fff
}
.flag_zh {
    background: url("/images/flag_cn.gif") no-repeat scroll right  transparent;
}
.flag_en {
    background: url("/images/flag_en.gif") no-repeat scroll right  transparent;
}
.flag_ru {
    background: url("/images/flag_ru.gif") no-repeat scroll right  transparent;
}
.flag_out {
    position: absolute;
    z-index: 1000;
    left: -2px;
    top: -25px;
    padding: 5px;
    width: 110px;
    background-color: #666;
    border: 1px solid #fff;
    -moz-opacity: 0.9; /* Moz + FF é—î‚¢ç¹‘å¦²æˆžæƒ”é”Ÿï¿½%*/
    opacity: 0.9; /* é–ºï¿½åž±ç€µæ“ŸSS3é–»ã„¥å«­ç»è¤æ†´é«æ¿‡ç¤é–¿æ¶˜æ¹—F 1.5å¨‘æ—‚å–éî‡€å¹æ¸šå©„ç¤†é—î‚¢ç¹‘å¦²æˆžæƒ”é”Ÿï¿½%*/
    filter: alpha(opacity = 95); /* IE é—î‚¢ç¹‘å¦²æˆžæƒ”é”Ÿï¿½% */
}
.flag_out li {
    list-style: none;
    float: right
}
.flag_out ul li a {
    padding-right: 30px;
    color: #fff
}
/* courses  é–ºå‚›æ¾˜é¡¤å†®å´é˜åž«ç•±3å¨‘æ“ƒäºé¡’ç‚´îš¼éŠˆå¤ˆï¿½é—‚å ¬æ‹·*/
.red_border_box {
    border: 5px solid #c11920;
    margin-bottom: 20px;
    background-image: url(/images/box_bg.jpg);
    padding: 8px;
}
.red_border_box .right {
    float: right;
    margin-right: 20px
}
.red_border_box_r_1 {
    background-image: url(/images/box_step1.gif);
    background-repeat: no-repeat
}
.red_border_box_r_2 {
    background-image: url(/images/box_step2.gif);
    background-repeat: no-repeat
}
.red_border_box_r_3 {
    background-image: url(/images/box_step3.gif);
    background-repeat: no-repeat
}
.red_border_box_r_1, .red_border_box_r_2, .red_border_box_r_3 {
    float: left;
    width: 700px;
    margin-bottom: 10px
}
.red_border_box_r_1 h1, .red_border_box_r_2 h1, .red_border_box_r_3 h1 {
    font-size: 18px;
    font-weight: bold;
    margin-left: 80px
}
.red_border_box_r_1 p, .red_border_box_r_2 p, .red_border_box_r_3 p {
    margin-left: 100px
}
/* profile */
.left {
    float: left
}
.right {
    float: right
}
.static-top {
    -moz-background-clip: border;
    -moz-background-inline-policy: continuous;
    -moz-background-origin: padding;
    background: transparent url("/images/static_top.gif") no-repeat scroll  left top;
    clear: both;
    height: 11px;
}
.profile_menu span {
    margin-left: 10px
}
.profile_menu {
    margin: 10px 0 10px 10px
}
.profile-content hr {
    margin: 0 0 5px 0
}
.m-b-40 {
    margin-bottom: 40px
}
.m-b-20 {
    margin-bottom: 20px
}
.m-b-10 {
    margin-bottom: 10px
}
.static-btm {
    -moz-background-clip: border;
    -moz-background-inline-policy: continuous;
    -moz-background-origin: padding;
    background: transparent url("/images/static_btm.gif") no-repeat scroll  left bottom;
    clear: both;
    height: 11px;
}
.static-mainbody {
    -moz-background-clip: border;
    -moz-background-inline-policy: continuous;
    -moz-background-origin: padding;
    background: #FFFFFF url("/images/static_mainbody_bg.gif") repeat-y  scroll left top;
    float: left;
    margin: 0;
    width: 950px;
}
.static-content {
    font-size: 120%;
    padding: 5px 20px 10px;
}
.static-sidebar {
    margin: 37px 0 0;
    padding: 10px 20px;
}
.static-sidebar-top {
    -moz-background-clip: border;
    -moz-background-inline-policy: continuous;
    -moz-background-origin: padding;
    background: transparent url("/images/static_sidebar_top.gif") no-repeat  scroll left top;
    clear: both;
    height: 8px;
}
.static-sidebar-content {
    -moz-background-clip: border;
    -moz-background-inline-policy: continuous;
    -moz-background-origin: padding;
    background: #FFFFFF url("/images/static_sidebar_bg.gif") repeat-y scroll  0 0;
    padding: 5px 10px 10px;
}
.static-sidebar-img {
    -moz-background-clip: border;
    -moz-background-inline-policy: continuous;
    -moz-background-origin: padding;
    background: #FFFFFF url("/images/static_sidebar_bg.gif") repeat-y scroll  0 0;
    padding: 0;
    text-align: center;
}
.static-sidebar-btm {
    -moz-background-clip: border;
    -moz-background-inline-policy: continuous;
    -moz-background-origin: padding;
    background: transparent url("/images/static_sidebar_btm.gif") no-repeat  scroll left bottom;
    clear: both;
    height: 8px;
}
.static-expired {
    background-image: url("/images/expired_spod.jpg");
    background-repeat: no-repeat;
    height: 443px;
    width: 590px;
}
.static-expired .btn {
    padding-left: 230px;
    padding-top: 370px;
}
.table-record td {
    border-bottom: medium none;
    padding: 5px 0;
    vertical-align: middle;
}
.table-record td h4 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 0;
}
.table-record td input.text, .table-record td select.choose {
    width: 80%;
}
.table-record caption {
    -moz-background-clip: border;
    -moz-background-inline-policy: continuous;
    -moz-background-origin: padding;
    background: transparent none repeat scroll 0 0;
}
.table-order {
    color: #666666;
    font-size: 12px;
}
.table-order td {
    border-bottom: medium none;
    padding: 2px 5px;
}
.table-border td {
    border-right: 1px solid #999999;
    padding: 2px;
}
.table-border {
    border-left: 1px solid #999999;
    border-top: 1px solid #999999;
    margin-bottom: 1.5em;
}
.profile-top {
    -moz-background-clip: border;
    -moz-background-inline-policy: continuous;
    -moz-background-origin: padding;
    background: transparent url("/images/profile_top.gif") no-repeat scroll  left top;
    clear: both;
    height: 40px;
    width: 950px;
}
.profile-container {
    -moz-background-clip: border;
    -moz-background-inline-policy: continuous;
    -moz-background-origin: padding;
    background: transparent url("/images/profile_top.gif") no-repeat scroll  0 -40px;
    float: left;
    padding: 0 40px;
    width: 870px;
}
.profile-container p img {
    float: none;
    margin: 0;
}
.profile-sidebar {
    float: left;
    width: 170px;
}
.profile-box {
    margin-bottom: 20px;
}
.maintable tr td {
    font-size: 11px;
    border: 1px solid #999;
    padding: 5px;
    text-align: left;
}
.maintable th {
    border: 1px solid #999;
    padding: 5px;
    font-size: 11px;
    background-color: #dedede;
    text-align: left;
}
.profile-boxtitle {
    border-bottom: 1px solid #999999;
    font-size: 120%;
    font-weight: bold;
    margin-bottom: 5px;
}
.profile-content {
    float: right;
    font-size: 130%;
    width: 660px;
    margin-bottom: 100px
}
.profile-content h1 {
    color: #828282;
    font-size: 265%;
    font-weight: bold;
    padding: 20px 0;
    margin-top: 0;
}
.white {
    color: #FFFFFF;
}
.profile-yellowbox {
    -moz-background-clip: border;
    -moz-background-inline-policy: continuous;
    -moz-background-origin: padding;
    background: #FDF9D4 none repeat scroll 0 0;
    margin-bottom: 10px;
    padding: 8px 10px;
}
.font-more1 {
    font-size: 11px;
    color: #999999;
}
.no-underline a, .no-underline a:hover {
    text-decoration: none;
}
.list-lessonsets {
    width: 170px;
    padding-bottom: 10px;
}
.list-lessonsets .left {
    width: 40px;
}
.list-lessonsets .right {
    width: 120px;
    margin-top: -40px;
    margin-left: 50px;
}
.panel-body-list {
    padding: 0 15px 15px 0;
}
.panel-heading-list {
    padding: 0 15px 15px 0;
}
.panel-body-list .form-control {
    margin-bottom: 10px;
}
.main-content-area .cpod-card .panel-heading.panel-heading-list {
    padding: 0 15px 15px 0;
}
.gray {
    color: #bcbcbc;
}
.bio {
    background: url(bio_c.jpg) repeat-y left top;
    margin-bottom: 20px;
}
.bio-top {
    background: url(bio_top.jpg) no-repeat left top;
    padding: 28px 10px 5px;
}
.bio-bottom {
    background: url(bio_bottom.jpg) no-repeat left bottom;
    height: 7px;
}
.list-profile {
    list-style: none;
    float: left;
    width: 630px;
    padding-left: 30px;
    background: url(bg_listprofile.jpg) repeat-x left bottom;
}
.list-profile li {
    float: left;
    margin-right: 5px;
}
.list-profile li a {
    float: left;
    display: block;
    padding: 2px 10px;
    background-color: #f9f9f9;
    color: #000000;
}
.list-profile li.current a {
    background: #ffffff;
    border: 1px solid #bcbcbc;
    border-bottom: none;
}
.box-line1, .box-line2 {
    width: 640px;
    padding: 10px;
    border-bottom: 1px solid #bcbcbc;
}
.box-line2 {
    background: #f9f9f9;
}
.font-more2 {
    font-size: 12px;
    color: #999999;
}
.box-info {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.box-info1, .box-info2, .box-info3 {
    float: left;
    width: 210px;
    margin-right: 15px;
}
.box-info3 {
    margin-right: 0;
}
.box-info1 h2, .box-info2 h2, .box-info3 h2 {
    font-size: 12px;
    margin: 0 0 5px 0;
    border-bottom: 1px solid #bcbcbc;
}
/*
.mainbody input[type="submit"], input[type="button"] {
background:url("/images/btn-bg.png") repeat-x scroll center center transparent;
border:1px solid #BBBBBB;
font-size:14px;
margin:10px 0;
padding:4px;
}
*/
.table-apply {
    width: 100%;
}
.table-apply td {
    padding: 2px;
}
.table-apply th {
    text-align: left;
    vertical-align: top;
    padding: 6px 2px 0;
}
.table-apply .button {
    margin: 0;
}
textarea.text {
    background: none repeat scroll 0 0 #F6F6F6;
    border: 1px solid #BBBBBB;
    padding: 2px;
    margin: 5px 0;
}
.avatar {
    width: 160px;
    height: 160px;
    background-repeat: no-repeat;
    text-align: center;
    vertical-align: middle;
}
.avatar button {
    margin-right: auto;
    margin-left: auto;
    margin-top: 70px;
    z-index: 1;
    height: 25px;
    width: 100px;
}
#user_avatar_url {
    margin-top: 70px;
    margin-left: -30px;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity = 0);
    position: absolute;
    z-index: 2
}
.img_blog {
    width: 300px;
    background-color: #eee;
    border: 1px solid #ddd;
    padding: 10px 10px 0 10px;
    text-align: center;
    margin: 0 0 10px 150px
}
/*****store*********/
.store-menu {
    margin-top: 20px
}
.store-title {
    border-top: 1px solid #c2c2c2;
    border-bottom: 1px solid #c2c2c2;
    font-size: 18px;
    font-weight: bold;
    margin-top: 30px;
    padding-left: 10px
}
.stote-product {
    padding: 20px 3px 10px 3px;
    float: left
}
.stote-product a {
    background: #b0363c;
    color: #fff;
    padding: 2px 6px;
    margin: 0 4px;
    text-decoration: none;
    font-size: 12px
}
.stote-product a:hover {
    background: #E1001E
}
.stote-topic {
    font-size: 16px;
    font-weight: bold;
    color: #E1001E
}
.stote-product-content {
    width: 181px;
    border: 1px solid #c2c2c2;
    padding: 5px
}
.stote-product-content p {
    margin-bottom: 10px;
    line-height: 12px
}
.price {
    font-size: 18px;
    font-weight: bold;
    color: #E1001E
}
.price-big {
    font-size: 24px;
    font-weight: bold;
    color: #E1001E;
    margin-right: 20px
}
.cart {
    margin-bottom: 30px
}
.cart td, .cart th {
    border-bottom: 1px solid #999
}
.cart th {
    padding: 5px;
    font-weight: bold;
    font-size: 14px;
    text-align: left
}
.cart td {
    padding: 5px;
}
.cart span {
    color: #E1001E
}
.text-center {
    text-align: center
}
.m-t-20 {
    margin-top: 20px
}
.m-r-20 {
    margin-right: 20px
}
.m-l-20 {
    margin-left: 20px
}
.col {
    width: 920px;
    padding: 20px;
    background: #fff;
}
.grid-8 {
    width: 620px;
    float: left;
    margin-right: 10px;
}
.grid-4 {
    width: 280px;
    float: left;
    margin-left: 10px;
}
.store-block {
    border-radius: 5px 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: none repeat scroll 0 0 #FDFDFD;
    border: 1px solid #E7E7E7;
    margin-bottom: 20px;
    font-size: 14px;
}
.store-block h4 {
    display: inline;
    font-size: 18px;
}
.store-block-headline {
    padding: 10px 10px 10px 10px;
}
.store-block-copy {
    margin: 10px;
}
.store-block-copy ul {
    list-style: none;
    font-size: 12px;
}
.store-block-copy td {
    padding-bottom: 10px;
}
.product-item {
    float: left;
    width: 20%;
}
.headline-text {
    float: left;
    font-size: 138.5%;
    font-weight: bold;
    margin-right: 20px;
}
.headline-follow {
    float: left;
    padding-top: 3px;
}
.store-block-copy img {
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 1px 1px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 1px 1px rgba(0, 0, 0, 0.6);
    background-color: #FFFFFF;
    border: 1px solid #E7E7E7;
    padding: 2px;
}
.store-block-title {
    border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    background-color: #666;
    color: #FFFFFF;
    padding: 5px 10px;
}
.store-item {
    padding-bottom: 5px;
    font-weight: bold;
}
.store-block-subtitle {
    background-color: #E8EEF3;
    border-bottom: 1px solid #E7E7E7;
    padding: 5px 10px;
}
a.facebook_16 {
    background: url("/images/icons/facebook_16.png") no-repeat scroll 0 0  transparent;
    display: inline-block;
    line-height: 18px;
    padding-left: 20px;
}
a.twitter_16 {
    background: url("/images/icons/twitter_16.png") no-repeat scroll 0 0  transparent;
    display: inline-block;
    line-height: 18px;
    padding-left: 20px;
}
a.rss_16 {
    background: url("/images/icons/rss_16.png") no-repeat scroll 0 0  transparent;
    display: inline-block;
    line-height: 18px;
    padding-left: 20px;
}
a.itunes_16 {
    background: url("/images/icons/itunes-16x16.png") no-repeat scroll 0 0  transparent;
    display: inline-block;
    line-height: 18px;
    padding-left: 20px;
}
.grid-1 {
    width: 60px;
    float: left;
    margin: 0 10px;
}
.grid-6 {
    width: 460px;
    float: left;
    margin: 0 10px;
}
.reply-item {
    margin: 20px 0;
}
.reply-subitem {
    padding-left: 80px;
    margin: 20px 0;
}
.add-answer {
    font-weight: bold;
    font-size: 13px;
}
.answer-author {
    display: inline;
    font-size: 13px;
}
.answer-bio {
    display: inline;
    font-size: 11px;
}
.answer-option {
    display: inline;
    font-size: 11px;
}
a.pencil-small {
    background: url("../images/icons/pencil-small.png") no-repeat scroll 0 0  transparent;
    display: inline-block;
    line-height: 18px;
    padding-left: 16px;
}
.reply-button {
    margin: 10px 0;
    text-align: right;
}
.answer-option a {
    color: #A9A9A9;
    text-decoration: none;
}
.text-right {
    text-align: right;
}
.reply-item .bio {
    font-weight: bold;
    font-size: 14px;
    margin: 0;
}
.reply-item .votes {
    font-size: 12px;
    margin-bottom: 10px;
}
.product-details-box {
    float: left;
    width: 160px;
}
.product-details-desc {
    margin-left: 170px;
    margin-top: 10px;
}
a.img-info {
    background: url("../images/icons/information.png") no-repeat scroll 0 0  transparent;
    display: inline-block;
    line-height: 18px;
    padding-left: 20px;
}
.library-subnav {
    background: url("../images/menu_line.jpg") repeat scroll 0 0 transparent;
    height: 42px;
    width: 638px;
    border-left: 1px solid #8B8B8B;
    border-right: 1px solid #8B8B8B;
}
.library-subnav ul {
    list-style: none;
    padding: 8px 0;
}
.library-subnav ul li {
    float: left;
}
.library-subnav ul li a {
    display: block;
    padding: 0 15px;
    text-decoration: none;
    color: #333;
    border-right: 1px solid #999;
}
.library-subnav ul li a:hover {
    text-decoration: underline;
}
.library-subnav ul li.current a {
    color: #E1001E;
}
.menu ul {
    /*    background: url("../images/nav_bg.gif") repeat-x scroll left bottom
        #C0C0C0;*/

    border-bottom: 1px solid #999;
    float: left;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    width: 100%;
    margin: 0;
    height: 30px;
    list-style: none;
}
.menu ul li {
    float: left;
}
.menu ul li a {
    border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    background-color: #f2f2f2;
    color: #727272;
    border-left: 1px solid #8b8b8b;
    border-right: 1px solid #8b8b8b;
    border-top: 1px solid #8b8b8b;
    text-decoration: none;
    font-weight: bold;
    display: block;
    float: left;
    overflow: hidden;
    padding: 4px 6px;
    text-decoration: none;
}
.menu ul li.current a, .menu ul li a:hover {
    background-color: #fff;
    color: #E1001E;
    border-bottom: 1px solid #fff;
}
.coursetable td {
    padding: 5px;
    border: 1px solid #DDDDDD;
}
#highlights, #seven-reasons, #sample-lessons {
    border-bottom: 1px solid #C0C0C0;
    margin-bottom: 20px;
}
#seven-reasons, #sample-lessons {
    padding-left: 40px;
    padding-right: 40px;
}
#seven-reasons h3 {
    margin-bottom: 20px;
}
#seven-reasons .block {
    float: left;
    margin-bottom: 20px;
}
#seven-reasons .block img, #sample-lessons img {
    float: left;
    margin: 7px 20px 0 0;
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
}
#seven-reasons .block .text {
    width: 880px;
}
.highlight {
    float: left;
    margin-bottom: 20px;
}
.highlight_img {
    float: left;
    margin: 7px 20px 0 0;
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
}
.highlight_text {
    float: left;
    width: 220px;
    margin-right: 20px;
}
.highlight_text_title {
    font-size: 18px;
    font-weight: bold;
}
.highlight_text_title a {
    color: #E1001E;
    text-decoration: none
}
.three_column {
    width: 300px;
    float: left;
    margin-right: 20px;
}
.inline-items {
    display: inline;
    margin-right: 10px;
}
.marketing-row {
    width: 283px;
    margin-right: 10px;
    float: left;
}
.academic-row {
    margin-right: 10px;
}
.marketing-row img, .academic-row img {
    float: left;
    margin-right: 10px;
    -moz-box-shadow: 1px 1px rgba(0, 0, 0, 0.6);
    border: 1px solid #E7E7E7;
    padding: 2px;
}
.marketing-row p {
    margin-right: 10px;
}
/* inquiryform  */
.inquiry-form {
    border-radius: 5px 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: none repeat scroll 0 0 #dedede;
    border: 1px solid #E7E7E7;
    margin-bottom: 20px;
}
.inquiry-form-title {
    border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    background: none repeat scroll 0 0 #000;
    font-size: 18px;
    color: #fff;
    padding: 5px 10px;
    font-weight: bold;
}
.inquiry-form-copy {
    padding: 20px;
}
.inquiry-form-copy form {
    margin: 0;
    padding: 0
}
.inquiry-form-wrapper label {
    font-size: 13px;
}
.inquiry-form-label {
    left: 5px;
    top: 5px;
    z-index: 1;
    font-size: 14px;
}
.inquiry-form-label span, .inquiry-form-wrapper span {
    color: #E1001E;
}
.inquiry-form-wrapper input {
    margin: 2px 0 5px 0;
    width: 98%;
    border: 1px solid #ccc;
    height: 22px;
    background: #fff;
}
.inquiry-form-wrapper select {
    margin-bottom: 10px;
    width: 100%;
    border: 1px solid #ccc;
    height: 25px;
    background: #fff;
}
.number {
    background: #000;
    text-align: center;
    color: #FFF;
    padding: 5px;
}
.number span {
    font-size: 30px;
}
.store-block-chat {
    margin: 10px;
    color: #fff;
}
a.underline {
    text-decoration: underline;
}
form.enquiry-form input, form.enquiry-form select, form.enquiry-form textarea {
    color: #484848;
    font-family: Arial, é–³ãƒ¦çªelvetica Neueé–³ãƒ¯æ‹· Helvetica, sans-serif;
    font-size: 18px;
}
#wrap-shoppingcart-notice {
    width: 100%;
    background-color: #fdff00;
    position: relative;
    color: #fff;
}
#shoppingcart-notice {
    width: 960px;
    margin: 0 auto;
    padding: 5px 0;
    font-size: 12px;
}
#shoppingcart-notice a, #shoppingcart-notice a:visited {
    color: #333;
    text-decoration: none;
}
#shoppingcart-notice a:hover {
    color: #333;
    text-decoration: underline;
}
a.shopping-cart {
    display: inline-block;
    padding-left: 20px;
    line-height: 18px;
    background: transparent url(../images/icons/shopping-basket.png)  no-repeat;
}
#invoice {
    border: 1px solid #ccc;
    padding: 30px;
    font-family: Arial, é–³ãƒ¦çªelvetica Neueé–³ãƒ¯æ‹· Helvetica, sans-serif;
}
.invoice-block {
    margin-bottom: 20px;
}
#invoice-text {
    font-size: 197%; /* 26px */
    text-transform: uppercase;
    font-weight: bold;
    padding-top: 5px;
}
#invoice-items {
    margin-bottom: 200px;
}
.billing-total {
    padding-top: 5px;
    font-weight: bold;
}
.billing-total-border {
    border-top: 1px solid #f5f5f5;
    padding-top: 5px;
    font-weight: bold;
    font-size: 197%; /* 26px */
}
.alignright {
    text-align: right;
}
.list-table-border {
    width: 100%;
    border: 1px solid #999;
}
.list-table-border th {
    background-color: #ececec;
}
.list-table-border td, .list-table td {
    padding: 5px;
}
a.img-printer {
    display: inline-block;
    padding-left: 20px;
    line-height: 18px;
    background: transparent url(../images/icons/printer.png) no-repeat;
}
/*------------------------------
GOOGLE BUTTONS http://pixify.com/blog/use-google-plus-to-improve-your-ui/
------------------------------*/
.buttons {
    float: left;
    padding-bottom: 20px;
    clear: both;
}
a.button, input.button {
    color: #6e6e6e;
    font: bold 12px Helvetica, Arial, sans-serif;
    text-decoration: none;
    padding: 7px 12px;
    position: relative;
    display: inline-block;
    text-shadow: 0 1px 0 #fff;
    -webkit-transition: border-color .218s;
    -moz-transition: border .218s;
    -o-transition: border-color .218s;
    transition: border-color .218s;
    background: #f3f3f3;
    background: -webkit-gradient(linear, 0% 40%, 0% 70%, from(#F5F5F5),  to(#F1F1F1) );
    background: -moz-linear-gradient(linear, 0% 40%, 0% 70%, from(#F5F5F5),  to(#F1F1F1) );
    border: solid 1px #dcdcdc;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    cursor: pointer;
}
a.button:hover {
    color: #333;
    border-color: #999;
    -moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow : 0 2px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}
a.button:active {
    color: #000;
    border-color: #444;
}
a.small {
    font-size: 10px;
    padding: 4px 8px 4px;
}
a.big {
    font-size: 16px;
    padding: 10px 15px;
}
a.supersize {
    font-size: 20px;
    padding: 15px 20px;
}
a.save {
    background: url(../images/assets/sprite.png) 10px 7px no-repeat #f3f3f3;
    padding-left: 30px;
}
a.add {
    background: url(../images/assets/sprite.png) 10px -27px no-repeat  #f3f3f3;
    padding-left: 30px;
}
a.delete {
    background: url(../images/assets/sprite.png) 10px -61px no-repeat  #f3f3f3;
    padding-left: 30px;
}
a.close {
    background: url(../images/assets/close-lock.png) 5px 5px no-repeat  #f3f3f3;
    background-size: 20px;
    padding-left: 30px;
}
a.open {
    background: url(../images/assets/open-lock.png) 5px 5px no-repeat  #f3f3f3;
    background-size: 20px;
    padding-left: 30px;
}
a.edit {
    background: url(../images/assets/sprite.png) 10px -201px no-repeat  #f3f3f3;
    padding-left: 30px;
}
a.email {
    background: url(../images/assets/sprite.png) 10px -307px no-repeat  #f3f3f3;
    padding-left: 30px;
}
a.print {
    background: url(../images/assets/sprite.png) 10px -239px no-repeat  #f3f3f3;
    padding-left: 30px;
}
a.call {
    background: url(../images/assets/sprite.png) 10px -274px no-repeat  #f3f3f3;
    padding-left: 30px;
}
a.play {
    background: url(../images/assets/sprite.png) 9px -340px no-repeat  #f3f3f3;
    padding-left: 30px;
}
a.view {
    background: url(../images/assets/sprite.png) 8px -405px no-repeat  #f3f3f3;
    padding-left: 30px;
}
a.download {
    background: url(../images/assets/sprite.png) 10px -377px no-repeat  #f3f3f3;
    padding-left: 30px;
}
a.upload {
    background: url(../images/assets/sprite.png) 10px -377px no-repeat  #f3f3f3;
    padding-left: 30px;
}
a.bsettings {
    background: url(../images/assets/sprite.png) 8px -470px no-repeat  #f3f3f3;
    padding-left: 30px;
}
a.share {
    background: url(../images/assets/sprite.png) 10px -436px no-repeat  #f3f3f3;
    padding-left: 30px;
}
a.cart {
    background: url(../images/assets/sprite.png) 8px -503px no-repeat  #f3f3f3;
    padding-left: 30px;
}
a.flag {
    background: url(../images/assets/sprite.png) 10px -96px no-repeat  #f3f3f3;
    padding-left: 30px;
}
a.up {
    background: url(../images/assets/sprite.png) 13px -133px no-repeat  #f3f3f3;
    width: 18px;
}
a.down {
    background: url(../images/assets/sprite.png) 13px -168px no-repeat  #f3f3f3;
    width: 18px;
}
a.save-big {
    background: url(../images/assets/sprite.png) 15px 11px no-repeat #f3f3f3;
    font-size: 16px;
    padding: 10px 15px 10px 35px;
}
a.add-big {
    background: url(../images/assets/sprite.png) 15px -23px no-repeat  #f3f3f3;
    font-size: 16px;
    padding: 10px 15px 10px 35px;
}
a.delete-big {
    background: url(../images/assets/sprite.png) 15px -57px no-repeat  #f3f3f3;
    font-size: 16px;
    padding: 10px 15px 10px 35px;
}
a.flag-big {
    background: url(../images/assets/sprite.png) 15px -92px no-repeat  #f3f3f3;
    font-size: 16px;
    padding: 10px 15px 10px 35px;
}
a.up-big {
    background: url(../images/assets/sprite.png) 15px -128px no-repeat  #f3f3f3;
    width: 18px;
    font-size: 16px;
    padding: 10px 15px;
}
a.down-big {
    background: url(../images/assets/sprite.png) 15px -163px no-repeat  #f3f3f3;
    width: 18px;
    font-size: 16px;
    padding: 10px 15px;
}
a.green, input.green {
    background: #90be53;
    border-color: #698c3b;
    color: #ffffff;
    text-shadow: 0 1px 0 #333;
}
a.green:visited {
    color: #ffffff;
}
a.green:hover {
    background: #698c3b;
    color: #ffffff;
}
a.blue {
    background: #3e82c0;
    border-color: #2b5e8d;
    color: #ffffff;
    text-shadow: 0 1px 0 #333;
}
a.blue:visited {
    color: #ffffff;
}
a.blue:hover {
    background: #2b5e8d;
    color: #ffffff;
}
a.red {
    background: #d7454b;
    border-color: #9e3035;
    color: #ffffff;
    text-shadow: 0 1px 0 #333;
}
a.red:visited {
    color: #ffffff;
}
a.red:hover {
    background: #9e3035;
    color: #ffffff;
}
a.orange {
    background: #ff5c00;
    border-color: #d45500;
    color: #ffffff;
    text-shadow: 0 1px 0 #333;
}
a.orange:visited {
    color: #ffffff;
}
a.orange:hover {
    background: #d45500;
    color: #ffffff;
}
/*------------------------------
Added for Product Adviser
------------------------------*/
form.adviser {
    font-size: 14px;
}
ul#lessonnav { /* general settings */
    text-align: left; /* set to left, right or center */
    margin: 1em 0 1em 0; /* set margins as desired */
    border-bottom: 1px solid #ddd; /* set border COLOR as desired */
    list-style-type: none;
    padding: 3px 10px 5px 10px;/* THIRD number must change with respect to padding-top (X) below */
}
ul#lessonnav li { /* do not change */
    display: inline;
    margin-right: 2px;
}
ul#lessonnav li a { /* settings for all tab links */
    padding: 6px 10px;
    /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */
    border: 1px solid #ddd;
    /* set border COLOR as desired; usually matches border color specified in #tabnav */
    background-color: #f5f5f5;
    /* set unselected tab background color as desired */
    color: #666; /* set unselected tab link color as desired */
    margin-right: 0; /* set additional spacing between tabs as desired */
    text-decoration: none;
    border-bottom: none;
}
ul#lessonnav a:hover { /* settings for hover effect */
    background: #fff; /* set desired hover color */
}
ul#lessonnav li.active a {
    border-bottom: 1px solid #fff;
    /* set border color to page background color */
    background-color: #fff;
    /* set background color to match above border color */
    color: #005593;
}
input {
    padding: 2px;
}
input.standard {
    width: 125px;
}
input.long {
    width: 250px;
}
input.xlong {
    width: 300px;
}
input.xxlong {
    width: 400px;
}
input.short {
    width: 75px;
}
input.xmini {
    width: 50px;
}
select.standard {
    width: 125px;
}
select.long {
    width: 250px;
}
select.xlong {
    width: 500px;
}
select.short {
    width: 75px;
}
select.xmini {
    width: 50px;
}
select.dynamic {
    margin: 5px 0 0 23px;
}
form div.space {
    clear: both;
    margin-bottom: 1em;
    padding: .5em 0;
    vertical-align: text-top;
}
form div.nospace {
    clear: both;
    margin-bottom: 1em;
    padding: .5em;
    vertical-align: text-top;
}
form .required {
    font-weight: bold;
}
form .required label:after {
    color: #D7454B;
    content: '*';
    display: inline;
}
form div.submit {
    border: 0;
    clear: both;
    margin-top: 10px;
}
label.choice, label.text {
    display: inline;
    margin-left: 10px;
}
label.cpod_error {
    background-color: #D7454B;
    padding: 0 10px;
}
input.cpod_error {
    border-color: #FF0000;
}
table#voucherCodeTable {
    margin: 0 auto;
}
table#voucherCodeTable .txt-right {
    padding-right: 12px;
}
table#voucherCodeTable #btn-submit {
    margin-top: 12px;
}
table#voucherCodeTable #message {
    margin-bottom: 15px;
}
.title-contact {
    background: url("../images/contact.jpg") scroll 0 0 transparent;
    height: 55px;
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    padding: 29px 0 0 125px;
}
.title-inquiries {
    background: url("../images/inquiries.jpg") scroll 0 0 transparent;
    height: 55px;
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    padding: 29px 0 0 112px;
}
.title-about {
    background: url("../images/about.jpg") scroll 0 0 transparent;
    height: 55px;
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    padding: 29px 0 0 96px;
}
.title-media {
    background: url("../images/media01.jpg") scroll 0 0 transparent;
    height: 55px;
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    padding: 29px 0 0 112px;
}
.smartclassbg {
    background: url("../images/pages/smartclasses-1.jpg") scroll 0 0 transparent;
    height: 475px;
    color: #ffffff;
}
.smartclassbg .title1 {
    font-size: 18px;
    font-weight: bold;
    padding: 8px 0 0 20px;
}
.smartclassbg .title2 {
    font-size: 18px;
    font-weight: bold;
    padding: 15px 0 0 20px;
}
.smartclassbg .text1 {
    font-size: 13px;
    font-style: italic;
    padding: 162px 0 0 20px;
}
.smartclassbg .text2 {
    font-size: 13px;
    font-style: italic;
    padding: 159px 0 0 20px;
}
#dhtmltooltip {
    position: absolute;
    z-index: 999;
}
/*------------------------------
ChinesePod Study Options
------------------------------*/
a.storeoption {
    padding: 10px 25px;
    margin-right: 25px;
    font-variant: small-caps;
    text-transform: uppercase;
}
.store-window {
    width: 570px;
    background: #f3f3f3;
    padding: 7px 12px;
    position: relative;
    display: inline-block;
    background: -webkit-gradient(linear, 0% 40%, 0% 70%, from(#F5F5F5),  to(#F1F1F1) );
    background: -moz-linear-gradient(linear, 0% 40%, 0% 70%, from(#F5F5F5),  to(#F1F1F1) );
    border: solid 1px #dcdcdc;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}
.store-window-left {
    width: 280px;
    float: left;
}
.store-window-right {
    width: 280px;
    margin-left: 290px;
}
.store-window-banner {
    background: #feffc7;
    padding: 7px 12px;
    border: solid 1px #c9c9c9;
    margin-bottom: 20px;
}
.store-red {
    color: #c11920;
    display: inline;
}
.store-green {
    color: #8ac407;
}
p.store-list {
    margin-bottom: 0;
}
ul.store-list {
    margin-left: 5px;
}
.course-list-left-block {
    float: left;
    width: 260px;
    margin-top: 7px;
}
.course-list-left-block img {
    max-width: 240px;
}
.course-list-right-block {
    float: left;
    width: 320px;
}
.course-list-left-block img {
    border: 1px solid #333;
    margin: 0 20px 20px 0;
}
#library-course-list #pagination {
    clear: both;
}
.course-lesson-list-col {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    width: 49%;
}
#library-channel-sections {
    overflow: hidden;
}
.channel-left {
    float: left;
    max-width: 120px;
    margin-right: 10px;
    padding-bottom: 15px;
}
.channel-left .channel-image {
    margin: 18px 0;
}
.channel-left .channel-image img {
    width: 120px;
}
.channel-right {
    float: left;
    clear: right;
    max-width: 460px;
    padding-bottom: 15px;
}
.channel-sample-lessons {
    font-size: 14px;
    line-height: 1.5em;
}
.sample-lesson-title a {
    color: #00479D;
    text-decoration: none;
    font-size: 12px;
}
.channel {
    clear: both;
    margin-bottom: 20px;
    padding-top: 20px;
}
.channel-study-button {
    text-align: center;
}
.channel-sample-lessons h3 {
    font-size: 14px !important;
    line-height: 1.5em;
    padding: 0;
    margin: 0;
    color: #333;
    font-family: "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", "Bitstream Vera Sans", "Trebuchet MS", Verdana, "Verdana Ref", sans-serif, Arial, "Lucida Sans Unicode";
}
.channel-description {
    font-size: 14px;
    line-height: 1.5em;
    margin: 0 0 10px;
}
.channel-sample-lessons-divider {
    font-size: 14px;
}
/*#tag-cloud-area {
    text-align: center;
}

#tag-cloud-area a {
    text-decoration: none;
}

#tag-cloud-area .tag1 {
    font-size: 14px;
    color: #708DC6;
}

#tag-cloud-area .tag2{
    font-size: 16px;
    color: #1745A2;
}

#tag-cloud-area .tag3{
    font-size: 20px;
    font-weight: bold;
    color: #7B96CA;
}

#tag-cloud-area .tag4{
    font-size: 30px;
    font-weight: bold;
    color: #1342A0;
}

#tag-cloud-area .tag5{
    font-size: 35px;
    font-weight: bold;
    color: #11409F;
}

#tag-cloud-area .tag6{
    font-size: 40px;
    font-weight: bold;
    color: #819ACC;
}

#tag-cloud-area .tag7{
    font-size: 45px;
    font-weight: bold;
    color: #1947A3;
}

#tag-cloud-area .tag8{
    font-size: 50px;
    font-weight: bold;
    color: #7D97CB;
}*/

.tag-note {
    font-size: 0.5em;
}
#all-series {
    vertical-align: middle;
}
.course-list-course-title > * {
    margin: 0;
    padding: 0;
}
#blog-left-column {
    width: 90px;
    float: left;
}
#blog-left-column {
    margin-top: 10px;
}
#blog-right-column {
    margin-left: 110px;
}
.admin-section-title {
    color: #333;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #c0c0c0;
    margin: 40px 0 10px 0;
}
.floatright {
    display: block;
    float: left;
}
.floatright {
    display: block;
    float: right;
}
.access fieldset {
    background: none repeat scroll 0 0 #F0F0F0;
    border: 1px solid #DCDCDC;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 6px 6px 6px #DDDDDD;
    margin: 0;
    padding: 30px;
}
.access input[type="text"], .access input[type="password"], .access textarea, .access select {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #DDDDDD;
    box-shadow: 0 0 4px #AAAAAA;
    color: #555555;
    font-size: 14px;
    margin: 4px 0 20px;
    padding: 8px;
    width: 220px;
}
a.fb-blue {
    background: url("/images/assets/facebook.jpg") no-repeat scroll 10px 10px #3B5998;
    border-color: #3B5998;
    color: #FFFFFF;
    padding-left: 40px;
    margin: 10px;
    text-shadow: 0 1px 0 #333333;
}
a.fb-blue:hover {
    background: url("/images/assets/facebook.jpg") no-repeat scroll 10px 10px #344E86;
    border-color: #344E86;
    color: #FFFFFF;
}
.clearfix:after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    visibility: hidden;
    width: 0;
}
.sidebar-module {
    padding-bottom: 40px;
}
#signin {
    font-size: 14px;
}
/*------------------------------
PROMO BANNER
------------------------------*/

.marketing-2col-image {
    width: 90px;
    float: left;
}
.marketing-2col-image img {
    padding: 2px;
    background-color: #fff;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 1px 1px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 1px 1px rgba(0, 0, 0, 0.6);
    border: 1px solid #e7e7e7;
}
.marketing-2col-image-full img {
    padding: 2px;
    background-color: #fff;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 1px 1px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 1px 1px rgba(0, 0, 0, 0.6);
    border: 1px solid #e7e7e7;
}
.marketing-2col-copy {
    margin-left: 110px;
}
#succeeDiv {
    background-color: #DFF2BF;
    color: #4F8A10;
    font-size: 18px;
    font-weight: bold;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 20;
}
#succeeDiv div {
    margin: 20px
}
.price-side {
    padding: 20px 35px;
    text-align: center
}
.price-side h5 {
    text-transform: uppercase;
    font-size: 16px
}
.price-side h4 {
    font-size: 32px;
    margin: 0;
    color: #90be53
}
.grid-5 {
    width: 470px;
    float: left;
    margin: 0 15px;
}
.pricing-faq {
    background: none repeat scroll 0 0 #eee;
    border-top: 1px solid #D9DEE1;
    padding: 60px 0;
    width: 100%;
}
.pricing-faq p {
    padding-bottom: 20px
}
.pricing-faq .highlight-box {
    background: none repeat scroll 0 0 #FFFCD7;
    border: 1px solid #E0BB3E;
    margin: 0 0 25px;
    padding: 20px;
    text-align: center
}
#popular {
    height: 89px;
    position: absolute;
    right: -8px;
    top: -6px;
    width: 91px;
    background: url("../images/popular.png") no-repeat scroll 0 0 transparent;
}
.marketing-topic {
    border-bottom: 1px solid #DDDDDD;
    margin-bottom: 10px;
    padding: 20px;
    text-align: center;
}
.modal-footer {
    margin-top: 0!important
}
/**
 * dashboard.css
 */

/*  dashboard  */

.dash div {
    border: 0;
    margin: 0;
}
.dash-h {
    background: #eee;
    border-radius: 10px 10px 0 0;
    height: 36px;
}
h2.hello-user {
    font-size: 12px;
    margin-top: 0;
}
.dash-r-g-h {
    background: #fff;
    border-radius: 10px 10px 0 0;
    height: 36px;
}
.dash-r-content {
    background: #fff;
    width: 310px;
    margin-top: 0;
}
.dash-r-f, .dash-f {
    width: 100%;
    height: 8px;
    background: #fff;
    border-radius: 0 0 10px 10px;
}
.dash-r-content .left-tip h4 {
    margin-top: 0;
}
.left-tip {
    float: left;
}
.right-tip {
    float: right;
    font-size: 12px;
}
.dash-view {
    float: left;
}
.dash-view select {
    min-width: 150px;
    margin-left: 8px;
}
.row .left-tip input {
    margin: 0;
}
.row .right-tip img {
    margin-top: 5px;
}
.row .perpage {
    margin-top: 9px;
}
.dash-r-content .in-container {
    margin: 0 10px 0 10px;
    padding-top: 10px;
    display: table;
    font-size: 8px;
}
table.managelesson {
    background: #f5f5f5;
    border-top: #999 solid 2px;
}
table.managelesson .odd td {
    background: #eee;
}
.foldmenu {
    float: right;
    width: auto;
    margin-top: 8px;
    margin-right: 10px;
    cursor: pointer;
    display: none;
}
table.managelesson td {
    border-top: #fff solid 1px;
    font-size: 14px;
    padding: 0 4px;
    vertical-align: center;
    min-height: 24px;
}
table.managelesson td span {
    color: #9d9d9d;
}
table.managelesson td a.block-link {
    color: #333;
    margin: 0;
    padding: 4px 0;
    height: 100%;
    width: 100%;
    display: block;
    text-decoration: none;
}
table td .imgright, table.managelesson td a.block-link .imgright {
    *margin-top:-18px;
}
table.managelesson td span.color {
    color: #cc0000;
}
table.managelesson tr:hover td {
    background: #feffcc;
}
table.managelesson img, table.managelesson .imgright {
    margin: 3px;
    vertical-align: middle;
}
.manager-archive {
    text-align: center;
    clear: left;
    position: relative;
    margin: 20px 0;
}
.lesson-fold {
    border-right: #fff solid 1px;
}
.lesson-table-mp3 {
    border-left: #fff solid 1px;
}
.dash-h h2 {
    color: #444;
    width: 158px;
    display: block;
    float: left;
    margin: 10px;
    font-size: 18px;
    margin: 4px auto auto 10px;
}
* .dash-f * {
    margin: 0;
    padding: 0;
}
.dash-r-g-h h2 {
    color: #444;
    width: 110px;
    display: block;
    float: left;
    margin: 0;
    font-size: 18px;
    margin: 4px auto auto 10px;
    height: 24px;
    overflow: visible;
}
.dash-nav {
    float: left;
    width: auto;
    cursor: pointer;
    display: inline;
}
.dash-nav ul, .dash-nav ul li, .dash-nav ul li div {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
}
.dash-nav ul li {
    border-radius: 8px 8px 0 0;
    background: #959595;
    height: 30px;
    text-align: center;
    color: #fff;
    padding: 0 8px 0 8px;
    margin: 0 1px 0 0;
    line-height: 200%;
    font-size: 14px;
}
.dash-nav ul li a {
    color: #fff;
}
.dash-nav ul li.current a {
    color: #333;
}
.dash-nav {
    vertical-align: bottom;
    margin-bottom: 0;
    margin-top: 6px;
}
.dash-nav .current {
    background: #fff;
}
_img {
    margin: 0;
    border: 0;
}
.avatar-content {
    float: left;
    display: table;
    width: 138px;
    margin-left: 10px;
    _margin-left: 5px;
}
.fold-content1 td, .fold-content2 td {
    background: #fff;
}
table.managelesson tr.fold-content2:hover td {
    background: #fff;
}
.title-color {
    color: #000;
}
img {
    vertical-align: baseline;
}
/*   zone   */

.zone-container {
    width: 970px;
    margin: 0 auto;
    font-size: 10px;
}
.sidemenu {
    width: 140px;
    float: left;
}
.sidemenu-content {
    background: #6a6a6a;
    _overflow: hidden;
}
.sidemenu-content ul {
    list-style: none;
    color: #fff;
    margin: 0;
    display: inline-block;
}
.sidemenu-content li.select {
    background: #999;
    height: auto;
    display: block;
}
.sidemenu-content li.select div {
    margin-left: -8px;
    text-align: left;
    width: 140px;
    margin-left: 0;
    margin-right: -4px;
    _margin-right: -20px;
}
.sidemenu-content ul li {
    border-bottom: #fff dashed 1px;
    padding: 0 4px;
    font-size: 12px;
    height: 24px;
    display: block;
    width: 109px;
    float: left;
    padding-left: 15px;
    margin-right: 0;
    padding-right: 15px;
}
.sidemenu-content ul .current {
    background: #fff;
    color: #333;
}
.sidemenu-content ul li:hover {
}
.sidemenu-content ul li a {
    color: #fff;
}
.sidemenu-content ul .current a {
    color: #333;
}
.sidemenu-content ul li img {
    float: right;
    margin-top: 4px;
    _margin-top: -15px;
    cursor: pointer;
}
.zone-main {
    width: 830px;
    float: left;
}
.zone-content {
    background: #fff;
    float: left;
    width: 100%;
}
.zone-main-block {
    width: 524px;
    overflow: hidden;
    float: left;
}
.zone-main-block .dash-h {
    background: url(../images/dashboard/dash-g-h.png) -3px -3px;
    width: 530px;
    height: 33px;
}
.zone-main-block .dash-nav {
    margin-top: 3px;
}
h2.zone-title {
    background: url(../images/group/title.png) repeat-x;
    height: 36px;
    width: 100%;
    margin: 0;
    font-size: 18px;
    padding-left: 10px;
    color: #444;
}
.zone-sideinfo {
    width: 300px;
    float: left;
}
.side-menu-h {
    margin-top: 15px;
}
.zone-discuss textarea {
    width: 100%;
    height: 100px;
}
.zone-content .conversation-r {
    width: 400px;
}
.zone-content .conversation-r .date img {
    vertical-align: middle;
}
.zone-content .table-list {
    width: 100%;
    clear: both;
    margin-top: 0;
}
.zone-content .table-list th {
    background: #dbebf0;
}
.zone-content .table-list2 th {
    background: #fff;
}
.zone-content .table-list tr.select {
    background: #c1e3f4;
}
.zone-sideinfo h2 {
    font-size: 18px;
    width: auto;
    height: 20px;
    margin-top: -8px;
}
.zone-sideinfo textarea {
    width: 80%;
    height: 80px;
}
.title-lines {
    width: 100%;
    border-bottom: #aeaaa1 solid 1px;
    border-top: #aeaaa1 solid 1px;
    height: 2px;
    display: block;
    overflow: hidden;
}
.zone-sideinfo .gray-block {
    background: #f3f3f3;
    width: 100%;
    float: left;
}
.zone-subscribe {
    background: #e5e5e5;
    float: left;
    width: 100%;
}
.gray-block .table-list img {
    cursor: pointer;
}
/*  group manager */

.zone-container table {
    width: 100%;
}
.zone-container table.w-table td {
    padding: 4px;
    text-align: left;
}
.zone-container table.form-table td {
    padding: 2px 4px;
}
.in-progress {
    border: #9b9b9b solid 1px;
    width: 120px;
    height: 10px;
    overflow: hidden;
}
.in-progress div {
    background: #2f9aae;
    width: 50px;
    height: 10px;
    overflow: hidden;
}
.g-arrow {
    margin-left: 10px;
}
.r-pop-w {
    background: url(../images/group/r-window-content.png) repeat-y;
    width: 302px;
    height: 300px;
}
.g-pop-w {
    background: url(../images/group/g-win-content.png) repeat-y;
    width: 503px;
}
.g-pop-w h2 {
    font-size: 24px;
    display: block;
    margin: 0;
}
.group-nav {
    float: left;
    width: auto;
    cursor: pointer;
    display: inline;
}
.group-nav ul, .group-nav ul li, .group-nav ul li div {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
}
.group-nav .tab-l {
    background: url(../images/group/g-nav-l.png);
    width: 9px;
    height: 35px;
}
.group-nav .tab-r {
    background: url(../images/group/g-nav-r.png);
    width: 9px;
    height: 35px;
    margin-right: 1px;
}
.group-nav .tab-bg {
    background: #959595;
    height: 35px;
    text-align: center;
    color: #fff;
    padding: 0 16px 0 16px;
    line-height: 200%;
    font-size: 14px;
}
.group-nav .current .tab-bg {
    background: url(../images/group/g-nav-s-b.png) repeat-x;
    color: #333;
}
.group-nav {
    vertical-align: bottom;
    margin-bottom: 0;
    margin-top: 6px;
}
.group-nav .current .tab-l {
    background: url(../images/group/g-nav-l-s.png);
    width: 9px;
    height: 35px;
}
.group-nav .current .tab-r {
    background: url(../images/group/g-nav-r-s.png);
    width: 9px;
    height: 35px;
}
.group-nav-line {
    width: 100%;
    height: 5px;
    background: #d6d6d6;
    border-bottom: #666 solid 1px;
    float: left;
    overflow: hidden;
    _margin-top: -4px;
}
/* manager lessons */
#dashboard .vocab-table td {
    border-top: 0;
}
#deck_id_1, #deck_id_2{
    min-width: 280px;
}
.lesson-vocab-sort{
    margin-bottom:15px;
}
.cpod-full-card {
    width: 100%;
}
.vocab-sort {
    margin-bottom: 20px;
}
.vocab-btn-group {
    margin-bottom: 0;
}
.vocab-btn-group + hr {
    margin-top: 10px;
}
.vocab-btn-group .btn {
    margin-bottom: 10px;
}
.vocab-form {
    margin-bottom: 10px;
}
.vocab-form select {
    margin-bottom: 10px;
}
.vocab-action-separator {
    margin-top: 10px;
}
.vocab-form option#newlabel, #lesson-vocabulary option#newlabel{
    font-weight: bolder;
}
.select-ff-fix {
    display: inline-block;
    vertical-align: top;
}
.select-ff-fix .select-cp {
    width: 99%;
}
/*tab-structures*/
.tab-structure .fa {
    display: block;
    text-align: center;
    margin-bottom: 10px;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {}
.tab-structure .nav-tabs li {
    color: #555;
}
.tab-structure .nav-tabs li a {
    color: #555;
}
.tab-structure .nav-tabs li.active a {
    color: #E1001E;
}
/*tab structures ends*/
@media (max-width: 992px) {
    .vocab-btn-group.text-right {
        text-align: left;
    }
}

@media (max-width: 767px) {
    .vocab-sort-right {
        float: none !important;
        clear: both;
        margin-top: 10px;
    }
    .vocab-sort-left {
        float: none !important;
        clear: both;
    }
}
table.vocab-table.table {
    font-size: 18px;
}
table.vocab-table.table>tbody>tr>td {
    vertical-align: middle;
}
table.vocab-table.table>tbody>tr>td>input[type="checkbox"] {
    margin-top: 0;
    /* -moz-appearance: none; */
    /* height: 18px; */
    /* width: 18px; */
    /* zoom: 1.45; */
}
table.vocab-table.table>tbody>tr>td a.tag, table.vocab-table.table>tbody>tr>td .fa-tags {
    font-size: 13px;
    margin-right: 2px
}
.select-cp {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    box-shadow: none;
    padding-right: 40px;
    background: #FFF url(../img/select_drop_arrow.svg) no-repeat right 13px top 50% scroll;
    line-height: normal !important;
}
select.select-cp::-ms-expand {
    display: none;
}
.select-cp option {
    background-color: #FFF;
}
.btn-group-rounded>.btn {
    border-radius: 50px;
}
.btn object {
    width: 16px;
    height: auto;
    vertical-align: middle;
    margin-right: 2px;
}
.btn object svg {
    width: 16px;
    height: auto;
}
.btn-default svg.btn-icon {
    fill: #000;
}
.btn-stroke-red svg.btn-icon {
    fill: #E1001E;
}
.btn-icon {
    width: 1.4em;
    height: 1.3em;
    display: inline-block;
    margin-right: 1px;
    vertical-align: middle;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.btn-stroke-red:hover svg.btn-icon, .btn-stroke-red:focus svg.btn-icon {
    fill: #FFF;
}

@media (max-width: 767px) {
    .vocab-form .form-control,  .vocab-form .form-group,  .vocab-form .input-group {
        margin-top: 10px;
    }
    .vocab-form .form-group .form-control,  .vocab-form .input-group .form-control {
        margin-top: 0;
    }
    .btn-long {
        white-space: normal;
        text-align: left;
    }
}
.btn-group-label {
    font-weight: 600;
    margin-right: 0.3em;
}
.font-sm {
    font-size: 12px;
}
/*close*/
.dash-c {
    background: url(../images/dashboard/dash-c-1.png);
    width: 640px;
    height: 36px;
}
.dash-c h2 {
    color: #444;
    display: block;
    float: left;
    margin: 0;
    font-size: 18px;
    margin: 4px auto auto 10px;
}
.dash-content-c {
    background: url(../images/dashboard/dash-c-2.png);
    width: 640px;
    height: auto;
    display: table;
}
/*!
 * Universal.css v1.0.0
 * Copyright 2014 ChinesePod Ltd
 */

.marketing {
    margin-bottom: 100px;
}
/* Navigation
------------------------- */
/*.navbar-collapse {
	background-color: #000;
  	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  	font-size: 14px;
  	line-height: 1.428571429;
	margin:0px;
}*/

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    text-shadow: none;
}
.navbar-default .navbar-nav > li > a {
    color: #6f6f6f;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #999999;
    background-color: transparent;
}
.nav li.boxy {
    border: 1px #fff solid;
}
.featurette-headline {
    margin-bottom: 60px;
}
.featurette-title {
    background-color: #000;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    padding: 10px 0;
    max-width: 160px;
    margin: 0 auto 20px auto;
}
/* Footer
------------------------- */
.foot-nav {
    text-transform: uppercase;
    list-style-type: none;
    font-size: 18px;
    text-transform: uppercase;
}
.foot-nav li {
    display: inline;
    margin-right: 10px;
}
#map-canvas {
    width: 100%;
    height: 100%;
}
.blog-entry h1 a, .blog-entry h1 a:visited {
    color: #b7262d;
}
.blog-entry .btn {
    color: #fff;
}
.pager a {
    color: #b7262d;
}
.pager a, .pagination > li > a {
    color: #333;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 2;
    color: #ffffff;
    cursor: default;
    background-color: #b7262d;
    border-color: #b7262d;
}
.library-list, .lesson-list {
    padding-bottom: 40px;
}
.lesson-list a {
    color: #b7262d;
}
.pricing-highlight {
    padding: 30px;
    border: 1px solid #eeeeee;
    background-color: #eeeeee;
}
table.pricing th, table.pricing td {
    text-align: center;
}
table.pricing th {
    font-size: 24px;
    background-color: #f5f5f5;
}
table.pricing th small {
    font-size: 14px;
    font-weight: normal;
}
footer a:hover, footer a:hover, .foot-nav a:hover {
    text-decoration: underline;
}
.study-zone .nav-tabs li a, .marketing .nav-tabs li a {
    color: #333;
}
.comment-entry {
    padding: 20px;
}
.comment-entry-odd {
    padding: 20px;
    background-color: #eee;
}
/*------------------------------
GETTING STARTED
------------------------------*/

.gs-inline-items { /* for pre-login marketing pages */
    margin-right: 20px;
}
.gs-module {
    margin-bottom: 40px;
    text-decoration: none;
    padding: 20px;
    display: inline-block;
    background: #fcfcfc;
    background: -webkit-gradient(linear, 0% 40%, 0% 70%, from(#F5F5F5), to(#F1F1F1));
    background: -moz-linear-gradient(linear, 0% 40%, 0% 70%, from(#F5F5F5), to(#F1F1F1));
    border: solid 1px #c1c1c1;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}
.col-md-3 .gs-module {
    min-height: 310px;
}
.col-md-6 .gs-module {
    min-height: 250px;
}
.gs-mod-num {
    color: #b7262d;
    font-size: 48px;
    font-weight: bold;
}
.gs-mod-title {
    font-size: 24px;
    font-weight: bold;
}
.gs-mod-copy {
    font-size: 14px;
}
.gs-left {
    width: 50%;
    float: left;
}
.gs-right {
    width: 50%;
    float: right;
    padding-top: 40px;
    text-align: center;
}
.mobile .form-group, .mobile .input-group {
    margin-bottom: 10px;
}
/*------------------------------
tag cloud
------------------------------*/

#tag-cloud-area {
    text-align: center;
}
#tag-cloud-area a {
    text-decoration: none;
}
#tag-cloud-area .tag1 {
    font-size: 14px;
    color: #708DC6;
}
#tag-cloud-area .tag2 {
    font-size: 16px;
    color: #1745A2;
}
#tag-cloud-area .tag3 {
    font-size: 20px;
    font-weight: bold;
    color: #7B96CA;
}
#tag-cloud-area .tag4 {
    font-size: 30px;
    font-weight: bold;
    color: #1342A0;
}
#tag-cloud-area .tag5 {
    font-size: 35px;
    font-weight: bold;
    color: #11409F;
}
#tag-cloud-area .tag6 {
    font-size: 40px;
    font-weight: bold;
    color: #819ACC;
}
#tag-cloud-area .tag7 {
    font-size: 45px;
    font-weight: bold;
    color: #1947A3;
}
#tag-cloud-area .tag8 {
    font-size: 50px;
    font-weight: bold;
    color: #7D97CB;
}
.tag-note {
    font-size: 0.5em;
}
/*------------------------------
tag cloud
------------------------------*/


/* Conversations
------------------------- */

h2.conversations a, h2.conversations a:visited {
    color: #fff;
}
.conversation-breadcrumbs a, conversation-breadcrumbs a:visited {
    color: #fff;
    padding: 10px 0;
    margin-bottom: 10px;
    font-size: 14px;
    font-style: normal;
}
.blog-summary {
    margin-bottom: 20px;
    font-size: 14px;
}
.blog-contents {
    margin-bottom: 20px;
    font-size: 14px;
}
.blog-social {
    min-height: 40px;
}

/*.panel-default > .panel-heading {
    color: #fff;
    background-color: #2d2e2d;
}*/

@media (max-width: 768px) {
    .navbar-brand {
        padding-right: 0;
    }
}
/* Embed Responsive */
.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    height: auto;
}
.embed-container iframe, .embed-container object, .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.conversations h4 {
    margin-top: 0;
}
#myCarousel #carousel1 .fill {
    background: url(../assets/img/carousel-1.jpg);
}
#myCarousel #carousel2 .fill {
    background: url(../assets/img/carousel-2.jpg);
}
#myCarousel #carousel3 .fill {
    background: url(../assets/img/carousel-3.jpg);
}
/* End old CSS file */

body {
    padding-top: 60px;
}
a, a:hover {
    color: #E1001E;
}
.navbar-inverse {
    background-color: #000;
    border-bottom: 0;
}
.navbar-brand {
    padding: 8px 20px 0 15px;
}
#footer {
    margin: 20px 0 0 0;
}
#footer .social a, .navbar-fixed-top .social a {
    border-radius: 50%;
    color: #E1001E !important;
    display: block;
    font-size: 20px;
    height: 36px;
    text-align: center;
    width: 36px;
    border: 1px solid #E1001E;
    background: none !important;
    line-height: 36px;
}
#footer .social a:hover, .navbar-fixed-top .social a:hover {
    color: #fff !important;
    background: #E1001E !important;
}
#footer .social a span, .navbar-fixed-top .social a span {
    line-height: 36px;
}
.navbar-fixed-top .social li {
    padding: 0;
}
.dropdown-menu {
    top: 99%;
}
.dropdown-menu>li.menu-apps {
    text-align: center;
}
.dropdown-menu>li.menu-apps>a {
    display: inline-block;
    margin: 0;
    padding: 0;
}
.dropdown-menu>li.menu-apps>a img {
    padding: 10px 0;
}
#footer > .container > .row {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #f6f6f6;
}
/* Simplified, Traditional, Pinyin */
.selected .text-muted, .selected.text-muted {
    color: #E1001E !important;
    font-weight: bold !important;
}
.pagination-sm > li > a {
    padding-left: 7px;
    padding-right: 7px;
}

/* Homepage carousel */
@media (min-width: 768px) {
    #carousel-example-generic {
        height: 440px;
    }
}
.navbar-signup button:hover {
    background: #E1001E;
    border-color: #E1001E;
}
.btn-signup {
    padding-left: 50px;
    padding-right: 50px;
}
/*Override Bootstrap*/

.navbar-fixed-top {
    background: #f6f6f6;
    border-bottom: 0;
    box-shadow: 0 1px 4px 0 rgba(0,0,0,0.37);
}
.navbar-text.navbar-right {
    color: #fff;
}
.page-header {
    margin-top: 10px;
}
.panel-title {
    font-weight: bold;
}
.nav-pills>li.active a {
    background: #eee;
    color: #333;
}
.nav-pills>li.active a:hover {
    background: #eee;
    color: #E1001E;
}
.jplayer-widget.jplayer-audio-player .jp-controls a {
    background: none;
    color: #E1001E;
    display: block !important;
    font-size: 26px;
    overflow: visible;
    text-indent: 0;
}
.jplayer-widget.jplayer-audio-player .jp-controls a:hover {
    background: none;
    color: #f00;
}
.increase-speed {
    position: absolute;
    top: 6px;
    right: 6px;
    font-size: 11px;
}
.press, .testimonials {
    font-size: 16px;
}
.features {
    font-size: 16px;
    padding-top: 40px;
}
.features .fa {
    margin-top: 3px;
    width: 25px;
}
/*
 * Social Buttons for Bootstrap
 *
 * Copyright 2013-2014 Panayiotis Lipiridis
 * Licensed under the MIT License
 *
 * https://github.com/lipis/bootstrap-social
 */

.btn-social {
    position: relative;
    padding-left: 44px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}
.btn-social>:first-child {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 32px;
    line-height: 34px;
    font-size: 1.6em;
    text-align: center;
    border-right: 1px solid rgba(0,0,0,0.2)
}
.btn-social.btn-lg {
    padding-left: 61px
}
.btn-social.btn-lg :first-child {
    line-height: 45px;
    width: 45px;
    font-size: 1.8em
}
.btn-social.btn-sm {
    padding-left: 38px
}
.btn-social.btn-sm :first-child {
    line-height: 28px;
    width: 28px;
    font-size: 1.4em
}
.btn-social.btn-xs {
    padding-left: 30px
}
.btn-social.btn-xs :first-child {
    line-height: 20px;
    width: 20px;
    font-size: 1.2em
}
.btn-social-icon {
    position: relative;
    padding-left: 44px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 34px;
    width: 34px;
    padding: 0
}
.btn-social-icon>:first-child {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 32px;
    line-height: 34px;
    font-size: 1.6em;
    text-align: center;
    border-right: 1px solid rgba(0,0,0,0.2)
}
.btn-social-icon.btn-lg {
    padding-left: 61px
}
.btn-social-icon.btn-lg :first-child {
    line-height: 45px;
    width: 45px;
    font-size: 1.8em
}
.btn-social-icon.btn-sm {
    padding-left: 38px
}
.btn-social-icon.btn-sm :first-child {
    line-height: 28px;
    width: 28px;
    font-size: 1.4em
}
.btn-social-icon.btn-xs {
    padding-left: 30px
}
.btn-social-icon.btn-xs :first-child {
    line-height: 20px;
    width: 20px;
    font-size: 1.2em
}
.btn-social-icon :first-child {
    border: none;
    text-align: center;
    width: 100% !important
}
.btn-social-icon.btn-lg {
    height: 45px;
    width: 45px;
    padding-left: 0;
    padding-right: 0
}
.btn-social-icon.btn-sm {
    height: 30px;
    width: 30px;
    padding-left: 0;
    padding-right: 0
}
.btn-social-icon.btn-xs {
    height: 22px;
    width: 22px;
    padding-left: 0;
    padding-right: 0
}
.btn-adn {
    color: #fff;
    background-color: #d87a68;
    border-color: rgba(0,0,0,0.2)
}
.btn-adn:hover, .btn-adn:focus, .btn-adn:active, .btn-adn.active, .open>.dropdown-toggle.btn-adn {
    color: #fff;
    background-color: #ce563f;
    border-color: rgba(0,0,0,0.2)
}
.btn-adn:active, .btn-adn.active, .open>.dropdown-toggle.btn-adn {
    background-image: none
}
.btn-adn.disabled, .btn-adn[disabled], fieldset[disabled] .btn-adn, .btn-adn.disabled:hover, .btn-adn[disabled]:hover, fieldset[disabled] .btn-adn:hover, .btn-adn.disabled:focus, .btn-adn[disabled]:focus, fieldset[disabled] .btn-adn:focus, .btn-adn.disabled:active, .btn-adn[disabled]:active, fieldset[disabled] .btn-adn:active, .btn-adn.disabled.active, .btn-adn[disabled].active, fieldset[disabled] .btn-adn.active {
    background-color: #d87a68;
    border-color: rgba(0,0,0,0.2)
}
.btn-adn .badge {
    color: #d87a68;
    background-color: #fff
}
.btn-bitbucket {
    color: #fff;
    background-color: #205081;
    border-color: rgba(0,0,0,0.2)
}
.btn-bitbucket:hover, .btn-bitbucket:focus, .btn-bitbucket:active, .btn-bitbucket.active, .open>.dropdown-toggle.btn-bitbucket {
    color: #fff;
    background-color: #163758;
    border-color: rgba(0,0,0,0.2)
}
.btn-bitbucket:active, .btn-bitbucket.active, .open>.dropdown-toggle.btn-bitbucket {
    background-image: none
}
.btn-bitbucket.disabled, .btn-bitbucket[disabled], fieldset[disabled] .btn-bitbucket, .btn-bitbucket.disabled:hover, .btn-bitbucket[disabled]:hover, fieldset[disabled] .btn-bitbucket:hover, .btn-bitbucket.disabled:focus, .btn-bitbucket[disabled]:focus, fieldset[disabled] .btn-bitbucket:focus, .btn-bitbucket.disabled:active, .btn-bitbucket[disabled]:active, fieldset[disabled] .btn-bitbucket:active, .btn-bitbucket.disabled.active, .btn-bitbucket[disabled].active, fieldset[disabled] .btn-bitbucket.active {
    background-color: #205081;
    border-color: rgba(0,0,0,0.2)
}
.btn-bitbucket .badge {
    color: #205081;
    background-color: #fff
}
.btn-dropbox {
    color: #fff;
    background-color: #1087dd;
    border-color: rgba(0,0,0,0.2)
}
.btn-dropbox:hover, .btn-dropbox:focus, .btn-dropbox:active, .btn-dropbox.active, .open>.dropdown-toggle.btn-dropbox {
    color: #fff;
    background-color: #0d6aad;
    border-color: rgba(0,0,0,0.2)
}
.btn-dropbox:active, .btn-dropbox.active, .open>.dropdown-toggle.btn-dropbox {
    background-image: none
}
.btn-dropbox.disabled, .btn-dropbox[disabled], fieldset[disabled] .btn-dropbox, .btn-dropbox.disabled:hover, .btn-dropbox[disabled]:hover, fieldset[disabled] .btn-dropbox:hover, .btn-dropbox.disabled:focus, .btn-dropbox[disabled]:focus, fieldset[disabled] .btn-dropbox:focus, .btn-dropbox.disabled:active, .btn-dropbox[disabled]:active, fieldset[disabled] .btn-dropbox:active, .btn-dropbox.disabled.active, .btn-dropbox[disabled].active, fieldset[disabled] .btn-dropbox.active {
    background-color: #1087dd;
    border-color: rgba(0,0,0,0.2)
}
.btn-dropbox .badge {
    color: #1087dd;
    background-color: #fff
}
.btn-facebook {
    color: #fff;
    background-color: #3b5998;
    border-color: rgba(0,0,0,0.2)
}
.btn-facebook:hover, .btn-facebook:focus, .btn-facebook:active, .btn-facebook.active, .open>.dropdown-toggle.btn-facebook {
    color: #fff;
    background-color: #2d4373;
    border-color: rgba(0,0,0,0.2)
}
.btn-facebook:active, .btn-facebook.active, .open>.dropdown-toggle.btn-facebook {
    background-image: none
}
.btn-facebook.disabled, .btn-facebook[disabled], fieldset[disabled] .btn-facebook, .btn-facebook.disabled:hover, .btn-facebook[disabled]:hover, fieldset[disabled] .btn-facebook:hover, .btn-facebook.disabled:focus, .btn-facebook[disabled]:focus, fieldset[disabled] .btn-facebook:focus, .btn-facebook.disabled:active, .btn-facebook[disabled]:active, fieldset[disabled] .btn-facebook:active, .btn-facebook.disabled.active, .btn-facebook[disabled].active, fieldset[disabled] .btn-facebook.active {
    background-color: #3b5998;
    border-color: rgba(0,0,0,0.2)
}
.btn-facebook .badge {
    color: #3b5998;
    background-color: #fff
}
.btn-flickr {
    color: #fff;
    background-color: #ff0084;
    border-color: rgba(0,0,0,0.2)
}
.btn-flickr:hover, .btn-flickr:focus, .btn-flickr:active, .btn-flickr.active, .open>.dropdown-toggle.btn-flickr {
    color: #fff;
    background-color: #cc006a;
    border-color: rgba(0,0,0,0.2)
}
.btn-flickr:active, .btn-flickr.active, .open>.dropdown-toggle.btn-flickr {
    background-image: none
}
.btn-flickr.disabled, .btn-flickr[disabled], fieldset[disabled] .btn-flickr, .btn-flickr.disabled:hover, .btn-flickr[disabled]:hover, fieldset[disabled] .btn-flickr:hover, .btn-flickr.disabled:focus, .btn-flickr[disabled]:focus, fieldset[disabled] .btn-flickr:focus, .btn-flickr.disabled:active, .btn-flickr[disabled]:active, fieldset[disabled] .btn-flickr:active, .btn-flickr.disabled.active, .btn-flickr[disabled].active, fieldset[disabled] .btn-flickr.active {
    background-color: #ff0084;
    border-color: rgba(0,0,0,0.2)
}
.btn-flickr .badge {
    color: #ff0084;
    background-color: #fff
}
.btn-foursquare {
    color: #fff;
    background-color: #f94877;
    border-color: rgba(0,0,0,0.2)
}
.btn-foursquare:hover, .btn-foursquare:focus, .btn-foursquare:active, .btn-foursquare.active, .open>.dropdown-toggle.btn-foursquare {
    color: #fff;
    background-color: #f71752;
    border-color: rgba(0,0,0,0.2)
}
.btn-foursquare:active, .btn-foursquare.active, .open>.dropdown-toggle.btn-foursquare {
    background-image: none
}
.btn-foursquare.disabled, .btn-foursquare[disabled], fieldset[disabled] .btn-foursquare, .btn-foursquare.disabled:hover, .btn-foursquare[disabled]:hover, fieldset[disabled] .btn-foursquare:hover, .btn-foursquare.disabled:focus, .btn-foursquare[disabled]:focus, fieldset[disabled] .btn-foursquare:focus, .btn-foursquare.disabled:active, .btn-foursquare[disabled]:active, fieldset[disabled] .btn-foursquare:active, .btn-foursquare.disabled.active, .btn-foursquare[disabled].active, fieldset[disabled] .btn-foursquare.active {
    background-color: #f94877;
    border-color: rgba(0,0,0,0.2)
}
.btn-foursquare .badge {
    color: #f94877;
    background-color: #fff
}
.btn-github {
    color: #fff;
    background-color: #444;
    border-color: rgba(0,0,0,0.2)
}
.btn-github:hover, .btn-github:focus, .btn-github:active, .btn-github.active, .open>.dropdown-toggle.btn-github {
    color: #fff;
    background-color: #2b2b2b;
    border-color: rgba(0,0,0,0.2)
}
.btn-github:active, .btn-github.active, .open>.dropdown-toggle.btn-github {
    background-image: none
}
.btn-github.disabled, .btn-github[disabled], fieldset[disabled] .btn-github, .btn-github.disabled:hover, .btn-github[disabled]:hover, fieldset[disabled] .btn-github:hover, .btn-github.disabled:focus, .btn-github[disabled]:focus, fieldset[disabled] .btn-github:focus, .btn-github.disabled:active, .btn-github[disabled]:active, fieldset[disabled] .btn-github:active, .btn-github.disabled.active, .btn-github[disabled].active, fieldset[disabled] .btn-github.active {
    background-color: #444;
    border-color: rgba(0,0,0,0.2)
}
.btn-github .badge {
    color: #444;
    background-color: #fff
}
.btn-google-plus {
    color: #fff;
    background-color: #dd4b39;
    border-color: rgba(0,0,0,0.2)
}
.btn-google-plus:hover, .btn-google-plus:focus, .btn-google-plus:active, .btn-google-plus.active, .open>.dropdown-toggle.btn-google-plus {
    color: #fff;
    background-color: #c23321;
    border-color: rgba(0,0,0,0.2)
}
.btn-google-plus:active, .btn-google-plus.active, .open>.dropdown-toggle.btn-google-plus {
    background-image: none
}
.btn-google-plus.disabled, .btn-google-plus[disabled], fieldset[disabled] .btn-google-plus, .btn-google-plus.disabled:hover, .btn-google-plus[disabled]:hover, fieldset[disabled] .btn-google-plus:hover, .btn-google-plus.disabled:focus, .btn-google-plus[disabled]:focus, fieldset[disabled] .btn-google-plus:focus, .btn-google-plus.disabled:active, .btn-google-plus[disabled]:active, fieldset[disabled] .btn-google-plus:active, .btn-google-plus.disabled.active, .btn-google-plus[disabled].active, fieldset[disabled] .btn-google-plus.active {
    background-color: #dd4b39;
    border-color: rgba(0,0,0,0.2)
}
.btn-google-plus .badge {
    color: #dd4b39;
    background-color: #fff
}
.btn-instagram {
    color: #fff;
    background-color: #3f729b;
    border-color: rgba(0,0,0,0.2)
}
.btn-instagram:hover, .btn-instagram:focus, .btn-instagram:active, .btn-instagram.active, .open>.dropdown-toggle.btn-instagram {
    color: #fff;
    background-color: #305777;
    border-color: rgba(0,0,0,0.2)
}
.btn-instagram:active, .btn-instagram.active, .open>.dropdown-toggle.btn-instagram {
    background-image: none
}
.btn-instagram.disabled, .btn-instagram[disabled], fieldset[disabled] .btn-instagram, .btn-instagram.disabled:hover, .btn-instagram[disabled]:hover, fieldset[disabled] .btn-instagram:hover, .btn-instagram.disabled:focus, .btn-instagram[disabled]:focus, fieldset[disabled] .btn-instagram:focus, .btn-instagram.disabled:active, .btn-instagram[disabled]:active, fieldset[disabled] .btn-instagram:active, .btn-instagram.disabled.active, .btn-instagram[disabled].active, fieldset[disabled] .btn-instagram.active {
    background-color: #3f729b;
    border-color: rgba(0,0,0,0.2)
}
.btn-instagram .badge {
    color: #3f729b;
    background-color: #fff
}
.btn-linkedin {
    color: #fff;
    background-color: #007bb6;
    border-color: rgba(0,0,0,0.2)
}
.btn-linkedin:hover, .btn-linkedin:focus, .btn-linkedin:active, .btn-linkedin.active, .open>.dropdown-toggle.btn-linkedin {
    color: #fff;
    background-color: #005983;
    border-color: rgba(0,0,0,0.2)
}
.btn-linkedin:active, .btn-linkedin.active, .open>.dropdown-toggle.btn-linkedin {
    background-image: none
}
.btn-linkedin.disabled, .btn-linkedin[disabled], fieldset[disabled] .btn-linkedin, .btn-linkedin.disabled:hover, .btn-linkedin[disabled]:hover, fieldset[disabled] .btn-linkedin:hover, .btn-linkedin.disabled:focus, .btn-linkedin[disabled]:focus, fieldset[disabled] .btn-linkedin:focus, .btn-linkedin.disabled:active, .btn-linkedin[disabled]:active, fieldset[disabled] .btn-linkedin:active, .btn-linkedin.disabled.active, .btn-linkedin[disabled].active, fieldset[disabled] .btn-linkedin.active {
    background-color: #007bb6;
    border-color: rgba(0,0,0,0.2)
}
.btn-linkedin .badge {
    color: #007bb6;
    background-color: #fff
}
.btn-microsoft {
    color: #fff;
    background-color: #2672ec;
    border-color: rgba(0,0,0,0.2)
}
.btn-microsoft:hover, .btn-microsoft:focus, .btn-microsoft:active, .btn-microsoft.active, .open>.dropdown-toggle.btn-microsoft {
    color: #fff;
    background-color: #125acd;
    border-color: rgba(0,0,0,0.2)
}
.btn-microsoft:active, .btn-microsoft.active, .open>.dropdown-toggle.btn-microsoft {
    background-image: none
}
.btn-microsoft.disabled, .btn-microsoft[disabled], fieldset[disabled] .btn-microsoft, .btn-microsoft.disabled:hover, .btn-microsoft[disabled]:hover, fieldset[disabled] .btn-microsoft:hover, .btn-microsoft.disabled:focus, .btn-microsoft[disabled]:focus, fieldset[disabled] .btn-microsoft:focus, .btn-microsoft.disabled:active, .btn-microsoft[disabled]:active, fieldset[disabled] .btn-microsoft:active, .btn-microsoft.disabled.active, .btn-microsoft[disabled].active, fieldset[disabled] .btn-microsoft.active {
    background-color: #2672ec;
    border-color: rgba(0,0,0,0.2)
}
.btn-microsoft .badge {
    color: #2672ec;
    background-color: #fff
}
.btn-openid {
    color: #fff;
    background-color: #f7931e;
    border-color: rgba(0,0,0,0.2)
}
.btn-openid:hover, .btn-openid:focus, .btn-openid:active, .btn-openid.active, .open>.dropdown-toggle.btn-openid {
    color: #fff;
    background-color: #da7908;
    border-color: rgba(0,0,0,0.2)
}
.btn-openid:active, .btn-openid.active, .open>.dropdown-toggle.btn-openid {
    background-image: none
}
.btn-openid.disabled, .btn-openid[disabled], fieldset[disabled] .btn-openid, .btn-openid.disabled:hover, .btn-openid[disabled]:hover, fieldset[disabled] .btn-openid:hover, .btn-openid.disabled:focus, .btn-openid[disabled]:focus, fieldset[disabled] .btn-openid:focus, .btn-openid.disabled:active, .btn-openid[disabled]:active, fieldset[disabled] .btn-openid:active, .btn-openid.disabled.active, .btn-openid[disabled].active, fieldset[disabled] .btn-openid.active {
    background-color: #f7931e;
    border-color: rgba(0,0,0,0.2)
}
.btn-openid .badge {
    color: #f7931e;
    background-color: #fff
}
.btn-pinterest {
    color: #fff;
    background-color: #cb2027;
    border-color: rgba(0,0,0,0.2)
}
.btn-pinterest:hover, .btn-pinterest:focus, .btn-pinterest:active, .btn-pinterest.active, .open>.dropdown-toggle.btn-pinterest {
    color: #fff;
    background-color: #9f191f;
    border-color: rgba(0,0,0,0.2)
}
.btn-pinterest:active, .btn-pinterest.active, .open>.dropdown-toggle.btn-pinterest {
    background-image: none
}
.btn-pinterest.disabled, .btn-pinterest[disabled], fieldset[disabled] .btn-pinterest, .btn-pinterest.disabled:hover, .btn-pinterest[disabled]:hover, fieldset[disabled] .btn-pinterest:hover, .btn-pinterest.disabled:focus, .btn-pinterest[disabled]:focus, fieldset[disabled] .btn-pinterest:focus, .btn-pinterest.disabled:active, .btn-pinterest[disabled]:active, fieldset[disabled] .btn-pinterest:active, .btn-pinterest.disabled.active, .btn-pinterest[disabled].active, fieldset[disabled] .btn-pinterest.active {
    background-color: #cb2027;
    border-color: rgba(0,0,0,0.2)
}
.btn-pinterest .badge {
    color: #cb2027;
    background-color: #fff
}
.btn-reddit {
    color: #000;
    background-color: #eff7ff;
    border-color: rgba(0,0,0,0.2)
}
.btn-reddit:hover, .btn-reddit:focus, .btn-reddit:active, .btn-reddit.active, .open>.dropdown-toggle.btn-reddit {
    color: #000;
    background-color: #bcddff;
    border-color: rgba(0,0,0,0.2)
}
.btn-reddit:active, .btn-reddit.active, .open>.dropdown-toggle.btn-reddit {
    background-image: none
}
.btn-reddit.disabled, .btn-reddit[disabled], fieldset[disabled] .btn-reddit, .btn-reddit.disabled:hover, .btn-reddit[disabled]:hover, fieldset[disabled] .btn-reddit:hover, .btn-reddit.disabled:focus, .btn-reddit[disabled]:focus, fieldset[disabled] .btn-reddit:focus, .btn-reddit.disabled:active, .btn-reddit[disabled]:active, fieldset[disabled] .btn-reddit:active, .btn-reddit.disabled.active, .btn-reddit[disabled].active, fieldset[disabled] .btn-reddit.active {
    background-color: #eff7ff;
    border-color: rgba(0,0,0,0.2)
}
.btn-reddit .badge {
    color: #eff7ff;
    background-color: #000
}
.btn-soundcloud {
    color: #fff;
    background-color: #f50;
    border-color: rgba(0,0,0,0.2)
}
.btn-soundcloud:hover, .btn-soundcloud:focus, .btn-soundcloud:active, .btn-soundcloud.active, .open>.dropdown-toggle.btn-soundcloud {
    color: #fff;
    background-color: #c40;
    border-color: rgba(0,0,0,0.2)
}
.btn-soundcloud:active, .btn-soundcloud.active, .open>.dropdown-toggle.btn-soundcloud {
    background-image: none
}
.btn-soundcloud.disabled, .btn-soundcloud[disabled], fieldset[disabled] .btn-soundcloud, .btn-soundcloud.disabled:hover, .btn-soundcloud[disabled]:hover, fieldset[disabled] .btn-soundcloud:hover, .btn-soundcloud.disabled:focus, .btn-soundcloud[disabled]:focus, fieldset[disabled] .btn-soundcloud:focus, .btn-soundcloud.disabled:active, .btn-soundcloud[disabled]:active, fieldset[disabled] .btn-soundcloud:active, .btn-soundcloud.disabled.active, .btn-soundcloud[disabled].active, fieldset[disabled] .btn-soundcloud.active {
    background-color: #f50;
    border-color: rgba(0,0,0,0.2)
}
.btn-soundcloud .badge {
    color: #f50;
    background-color: #fff
}
.btn-tumblr {
    color: #fff;
    background-color: #2c4762;
    border-color: rgba(0,0,0,0.2)
}
.btn-tumblr:hover, .btn-tumblr:focus, .btn-tumblr:active, .btn-tumblr.active, .open>.dropdown-toggle.btn-tumblr {
    color: #fff;
    background-color: #1c2d3f;
    border-color: rgba(0,0,0,0.2)
}
.btn-tumblr:active, .btn-tumblr.active, .open>.dropdown-toggle.btn-tumblr {
    background-image: none
}
.btn-tumblr.disabled, .btn-tumblr[disabled], fieldset[disabled] .btn-tumblr, .btn-tumblr.disabled:hover, .btn-tumblr[disabled]:hover, fieldset[disabled] .btn-tumblr:hover, .btn-tumblr.disabled:focus, .btn-tumblr[disabled]:focus, fieldset[disabled] .btn-tumblr:focus, .btn-tumblr.disabled:active, .btn-tumblr[disabled]:active, fieldset[disabled] .btn-tumblr:active, .btn-tumblr.disabled.active, .btn-tumblr[disabled].active, fieldset[disabled] .btn-tumblr.active {
    background-color: #2c4762;
    border-color: rgba(0,0,0,0.2)
}
.btn-tumblr .badge {
    color: #2c4762;
    background-color: #fff
}
.btn-twitter {
    color: #fff;
    background-color: #55acee;
    border-color: rgba(0,0,0,0.2)
}
.btn-twitter:hover, .btn-twitter:focus, .btn-twitter:active, .btn-twitter.active, .open>.dropdown-toggle.btn-twitter {
    color: #fff;
    background-color: #2795e9;
    border-color: rgba(0,0,0,0.2)
}
.btn-twitter:active, .btn-twitter.active, .open>.dropdown-toggle.btn-twitter {
    background-image: none
}
.btn-twitter.disabled, .btn-twitter[disabled], fieldset[disabled] .btn-twitter, .btn-twitter.disabled:hover, .btn-twitter[disabled]:hover, fieldset[disabled] .btn-twitter:hover, .btn-twitter.disabled:focus, .btn-twitter[disabled]:focus, fieldset[disabled] .btn-twitter:focus, .btn-twitter.disabled:active, .btn-twitter[disabled]:active, fieldset[disabled] .btn-twitter:active, .btn-twitter.disabled.active, .btn-twitter[disabled].active, fieldset[disabled] .btn-twitter.active {
    background-color: #55acee;
    border-color: rgba(0,0,0,0.2)
}
.btn-twitter .badge {
    color: #55acee;
    background-color: #fff
}
.btn-vimeo {
    color: #fff;
    background-color: #1ab7ea;
    border-color: rgba(0,0,0,0.2)
}
.btn-vimeo:hover, .btn-vimeo:focus, .btn-vimeo:active, .btn-vimeo.active, .open>.dropdown-toggle.btn-vimeo {
    color: #fff;
    background-color: #1295bf;
    border-color: rgba(0,0,0,0.2)
}
.btn-vimeo:active, .btn-vimeo.active, .open>.dropdown-toggle.btn-vimeo {
    background-image: none
}
.btn-vimeo.disabled, .btn-vimeo[disabled], fieldset[disabled] .btn-vimeo, .btn-vimeo.disabled:hover, .btn-vimeo[disabled]:hover, fieldset[disabled] .btn-vimeo:hover, .btn-vimeo.disabled:focus, .btn-vimeo[disabled]:focus, fieldset[disabled] .btn-vimeo:focus, .btn-vimeo.disabled:active, .btn-vimeo[disabled]:active, fieldset[disabled] .btn-vimeo:active, .btn-vimeo.disabled.active, .btn-vimeo[disabled].active, fieldset[disabled] .btn-vimeo.active {
    background-color: #1ab7ea;
    border-color: rgba(0,0,0,0.2)
}
.btn-vimeo .badge {
    color: #1ab7ea;
    background-color: #fff
}
.btn-vk {
    color: #fff;
    background-color: #587ea3;
    border-color: rgba(0,0,0,0.2)
}
.btn-vk:hover, .btn-vk:focus, .btn-vk:active, .btn-vk.active, .open>.dropdown-toggle.btn-vk {
    color: #fff;
    background-color: #466482;
    border-color: rgba(0,0,0,0.2)
}
.btn-vk:active, .btn-vk.active, .open>.dropdown-toggle.btn-vk {
    background-image: none
}
.btn-vk.disabled, .btn-vk[disabled], fieldset[disabled] .btn-vk, .btn-vk.disabled:hover, .btn-vk[disabled]:hover, fieldset[disabled] .btn-vk:hover, .btn-vk.disabled:focus, .btn-vk[disabled]:focus, fieldset[disabled] .btn-vk:focus, .btn-vk.disabled:active, .btn-vk[disabled]:active, fieldset[disabled] .btn-vk:active, .btn-vk.disabled.active, .btn-vk[disabled].active, fieldset[disabled] .btn-vk.active {
    background-color: #587ea3;
    border-color: rgba(0,0,0,0.2)
}
.btn-vk .badge {
    color: #587ea3;
    background-color: #fff
}
.btn-yahoo {
    color: #fff;
    background-color: #720e9e;
    border-color: rgba(0,0,0,0.2)
}
.btn-yahoo:hover, .btn-yahoo:focus, .btn-yahoo:active, .btn-yahoo.active, .open>.dropdown-toggle.btn-yahoo {
    color: #fff;
    background-color: #500a6f;
    border-color: rgba(0,0,0,0.2)
}
.btn-yahoo:active, .btn-yahoo.active, .open>.dropdown-toggle.btn-yahoo {
    background-image: none
}
.btn-yahoo.disabled, .btn-yahoo[disabled], fieldset[disabled] .btn-yahoo, .btn-yahoo.disabled:hover, .btn-yahoo[disabled]:hover, fieldset[disabled] .btn-yahoo:hover, .btn-yahoo.disabled:focus, .btn-yahoo[disabled]:focus, fieldset[disabled] .btn-yahoo:focus, .btn-yahoo.disabled:active, .btn-yahoo[disabled]:active, fieldset[disabled] .btn-yahoo:active, .btn-yahoo.disabled.active, .btn-yahoo[disabled].active, fieldset[disabled] .btn-yahoo.active {
    background-color: #720e9e;
    border-color: rgba(0,0,0,0.2)
}
.btn-yahoo .badge {
    color: #720e9e;
    background-color: #fff
}
/**
 * For CSE
 * http://getbootstrap.com/getting-started/#third-parties
 */
.reset-box-sizing, .reset-box-sizing *, .reset-box-sizing *:before, .reset-box-sizing *:after {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
input.gsc-input {
    line-height: 0;
}
.menu-cse {
    padding: 0;
    width: 300px;
}
.menu-cse li {
    padding: 10px;
}
.menu-cse form.gsc-search-box {
    margin-bottom: 0;
}
.cse .gsc-search-button input.gsc-search-button-v2, input.gsc-search-button-v2 {
    margin-top: 0 !important;
}
/**
 * Menu tabs
 */

.nav-tabs.menu li a {
    color: #777;
}
.nav-tabs.menu li.active a {
    color: #333;
}
.nav-tabs.menu li {
    text-align: center;
}
/**
 * Library / Search
 */
#search-form hr {
    margin: 5px 0;
}
#search-form .list-group {
    font-size: .95em;
}
#search-form input[type=checkbox] {
    margin-top: 2px;
}
#search-form .checkbox:last-child {
    margin-bottom: 0;
}
#search-form .label {
    display: block;
    float: right;
    padding: 3px 0;
    width: 15px;
}
#search-form [data-toggle] {
    cursor: pointer;
}
#search-form [data-toggle] .pull-right {
    color: #aaa;
    font-size: 10px;
    margin-top: 2px;
}
/*.lesson {
    min-height: 220px;
}*/
.lesson-status-icon {
    position: static !important;
}
.studied {
    margin-left:10px;
}
.bookmark {
    display: inline-block;
}
.bookmarked {
    color: red;
}
.unbookmarked {
    color: white;
}

.thumb-bookmark {
    margin: 10px 0 0 0;
}
.academic_list .lesson-status-icon {
    top: 15px;
}
.academic_list .studied {
    top: 20px;
}
.lesson-block {
    padding-top: 10px;
    padding-bottom: 10px;
}
.lesson-block:nth-child(2n+1) {
    clear: both;
    float: left;
}
.lesson-title {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.lesson-id {
    display: none;
}
div[ng-controller=DashboardController] .lesson-title,
div[ng-controller=DashboardController] .lesson-bottom-details {
    float: left;
    width: 100%;
}
@media (min-width: 768px) {
    .lesson-block:nth-child(2n+1) {
        clear: none;
        float: left;
    }
    .lesson-block:nth-child(4n+1) {
        clear: both;
        float: left;
    }
}

.bounce-animate {
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-name: bounce;
    animation-name: bounce;
}
@-webkit-keyframes bounce {
    0%, 100% {
        -webkit-transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(-5px);
    }
}
@keyframes bounce {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-5px);
    }
}
.lesson-action-bar-container{
    position: absolute;
    top: 25px;
    left: 15px;
    right: 15px;
    overflow: hidden;
    height: 40px;
    z-index:5;
    backface-visibility:hidden;
}
.lesson-item .lesson-action-bar-container{
    top: 15px;
}
.img-wrapper.info-vertical:after{
    content: '';
    display: block;
    width: 15%;
    background: rgba(41, 41, 41,0.5);
    position: absolute;
    right:0;
    top: 0;
    bottom: 0;
}
.lesson-item-wrap{
    position: relative;
}
.lesson-date, .lesson-date span{
    display: block;
}
.icons-vertical .bookmark,
.icons-vertical .studied,
.icons-vertical .not-yet-studied {
    position: absolute;
    right: 2.5%;
    top: 14%;
    top: calc(15px + 6.3%);
    z-index: 90;
    width: 10%;
    margin-top: 0;
    transition: all 0.35s ease;
}
.icons-vertical .bookmark:active {
    margin-top: 2px;
}
.icons-vertical .studied:active,
.icons-vertical .not-yet-studied:active {
    margin-bottom: -2px;
}
.icons-vertical .bookmark svg{
    fill:#FFF;
    width: 100%;
}
.icons-vertical .studied,
.icons-vertical .not-yet-studied {
    top: auto;
    bottom: 5%;
    right: 2%;
    left: auto;
    cursor: pointer;
}
.icons-vertical .thumb-studied-icon {
    fill:#FFF;
    width: 90%;
}
.icons-vertical .thumb-studied-icon .solid-check,
.icons-vertical .thumb-studied-icon .outline-check {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
.icons-vertical .not-yet-studied .thumb-studied-icon .solid-check {
    opacity: 0;
}
.icons-vertical .studied .thumb-studied-icon .outline-check {
    opacity: 0;
}
@media (max-width:1199px){
    .icons-vertical .studied, .icons-vertical .not-yet-studied{
        bottom: calc(6.3% - 2px);
    }
}
@media (min-width:1800px){
    .img-wrapper.info-vertical:after{
        width: 10%;
    }
    .icons-vertical .bookmark,
    .info-vertical .studied,
    .icons-vertical .studied,
    .icons-vertical .not-yet-studied{
        width:5.3%;
    }
    .icons-vertical .thumb-studied-icon{
        height: 17px;
    }
    .icons-vertical .lesson-icon, .icons-vertical .thumb-studied-icon{

    }
    .icons-vertical .bookmark{
        top:10%;
        top: calc(15px + 4%);
    }
    .icons-vertical .studied, .icons-vertical .not-yet-studied{
        bottom: 4%;
    }
}
.lesson-action-bar{
    background-color: rgba(0,0,0,0.6);
    height: 40px;
    transform: translateY(-41px);
    transition: transform 0.35s ease;
    display: flex;
    align-items: center;
    padding: 5px 7px;
}
.lesson-block:hover .lesson-action-bar,
.lesson-item:hover .lesson-action-bar{
    transform:translateY(0);
}
.lesson-block a, .lesson-item a{
    transition:none;
    display:block;
}
.lesson-status-icon{
    transition-delay:0.15s;
}
.thumb-studied-icon {
    transition-delay:0.25s;
    width:20px;
    height:20px;
    fill:#FFF;
    display: block;
}
.lesson-action-bar .lesson-status-icon,
.lesson-action-bar .thumb-studied-icon{
    transform:translateY(-20px);
    opacity:0;
    transition: all 0.35s ease;
    transition-delay:0.15s;
}
.lesson-action-bar .thumb-studied-icon{
    transition-delay:0.25s;
}
.lesson-status .ls-icon{
    position:absolute;
    transform:translateY(-20px);
    top:10px;
    transition: all 0.35s ease;
    opacity:0;
    z-index:5;
}
.bookmark.ls-icon {
    left: 10px;
    transition-delay:0.15s;
}
.studied.ls-icon {
    left: 27px;
    transition-delay:0.25s;
}
.lesson-status .ls-icon svg{
    fill:#FFF;
}

.lesson-block:hover .lesson-action-bar .lesson-status-icon,
.lesson-block:hover .lesson-action-bar .thumb-studied-icon,
.lesson-item:hover .lesson-action-bar .lesson-status-icon,
.lesson-item:hover .lesson-action-bar .thumb-studied-icon,
.lesson-block:hover .lesson-status .ls-icon{
    transform:translateY(0);
    opacity:1;
}
.thumb-overlay{
    background-color:rgba(0, 0, 0, 0.4);
    position:absolute;
    left:0;
    top:0;
    bottom:0;
    right:0;
    opacity:0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    transition: opacity 0.5s ease;
}
.thumb-play-icon{
    width:36px;
    height:36px;
    fill:#FFF;
    transform:scale(0.1,0.1);
    transition: transform 0.35s ease;
}
.lesson-block:hover .thumb-overlay,
.lesson-item:hover .thumb-overlay{
    opacity:1;
}
.lesson-block:hover .thumb-play-icon,
.lesson-item:hover .thumb-play-icon{
    transform:scale(1,1)
}
.lesson-icon{
    width:20px;
    height:20px;
}
.lesson-block .bookmark,
.lesson-item .bookmark{
    cursor:pointer;
}
.unbookmarked {
}
.lesson-icon .bookmark-outer{
    fill:#FFF;
    transition: fill 0.5s;
}
.lesson-icon .bookmark-inner{
    transition: fill 0.5s;
}
.bookmarked .lesson-icon .bookmark-inner, .lesson-icon .bookmark-inner.bookmarked{
    fill:#FFF;
    transition: fill 0.5s;
}
.unbookmarked .lesson-icon .bookmark-outer{
    fill:#FFF;
}
.unbookmarked .lesson-icon .bookmark-inner, .lesson-icon .bookmark-inner.unbookmarked{
    fill:transparent;
}
.tag-thumb{
    display:inline-block;
    position:relative;
}
.tag-thumb .lesson-action-bar-container{
    top:5px;
    left:5px;
    right:5px;
}
.thumb-link{
    display:block;
    position:relative;
}
#search-result img {
    margin-bottom: 5px;
}
#search-result a {
    color: #333;
    font-size: 13px;
    font-weight: bold;
}
#search-result a:hover {
    color: #E1001E;
    display: block;
    text-decoration: none;
}
#search-result .img-wrapper {
    position: relative;
}
#search-result .img-bg {
    display: none;
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
}
#search-result .fa-play-circle {
    font-weight: normal;
    color: #fff;
    position: relative;
    top: 36px;
}
.level {
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0;
}
.label[class*="level-"]{
    background-color: grey;
}
.label.level-newbie, .label.level-any,
.btn.level-newbie, .btn.level-any{
    background: #2487C1;
}
.label.level-elementary, .btn.level-elementary {
    background: #35C567;
}
.label.level-pre-intermediate, .btn.level-pre-intermediate {
    background: #F7B500;
}
.label.level-intermediate, .btn.level-intermediate {
    background: #FF4D0F;
}
.label.level-upper-intermediate, .btn.level-upper-intermediate {
    background: #E1001E;
}
.label.level-advanced, .btn.level-advanced {
    background: #89006B;
}
.label.level-qing-wen, .btn.level-qing-wen {
    background: #0cc;
}
.label.level-media, .btn.level-media {
    background: #003041;
}
.label.level-shanghainese, .btn.level-shanghainese{
    background-color: #f20000;
}
.free img {
    margin-bottom: 5px;
}
.free a {
    color: #333;
    font-size: 13px;
    font-weight: bold;
}
.free a:hover {
    color: #E1001E;
    display: block;
    text-decoration: none;
}
.free .img-wrapper {
    position: relative;
}
.img-wrapper > img {
    width: 100%;
    height: auto;
}
.free .img-bg {
    display: none;
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
}
.free .fa-play-circle {
    font-weight: normal;
    color: #fff;
    position: relative;
    top: 36px;
}
/* Angular */

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
}
/*
*  CSS
*/

/* special format wrapping for texts on small cols*/
.word-wrap-bw {
    word-wrap: break-word;
}
.lesson-bottom-details {
    margin-top: 5px;
}
/*free lesson filter (old-dashboard) */

.free-lesson-level-filter {
    padding-bottom: 20px;
}
.free-lesson-level-filter a {
    color: #FFF;
}
.free-lesson-level-filter a:hover {
    color: #e5e5e5;
}
.mce-container-body .mce-stack-layout {
    border-top: 1px solid #CCC!important;
    border-left: 1px solid #CCC!important;
    border-right: 1px solid #CCC!important;
    margin-bottom: -2px;
}
/*!
 * Yamm!3 - Yet another megamenu for Bootstrap 3
 * http://geedmo.github.com/yamm3
 *
 * @geedmo - Licensed under the MIT license
 */
.yamm .nav, .yamm .collapse, .yamm .dropup, .yamm .dropdown {
    position: static;
}
.yamm .container {
    position: relative;
}
.yamm .dropdown-menu {
    left: auto;
}
.yamm .yamm-content {
    padding: 20px 30px;
}
.yamm .dropdown.yamm-fw .dropdown-menu {
    left: 0;
    right: 0;
}
/* ==========================================================================
   Description: CSS FOR REVAMP LIVE SITE
   ========================================================================== */
body {
    background: #f4f4f6 !important;
    font-family: 'Roboto', sans-serif;
}
.h1, .h2, .h3, h1, h2, h3 {
    font-weight: 300;
}
.hl-green {
    color: #00cc66;
}
.hl-red {
    color: #f32516;
}
.hl-red3 {
    color: #ae1409;
}
.hl-lightblue {
    color: #2cc1d9;
}
.hl-white {
    color: #fff;
}
.uppercase {
    text-transform: uppercase;
}
.underline {
    text-decoration: underline;
}
.oswald {
    /*font-family: 'Oswald', sans-serif !important;*/
    font-family: 'oswaldbold';
}
/*header alerts, banners*/
.sir-banner-container {
    background: #ff6263;
    padding: 7px 0;
    display: none !important;
}
/*navbar*/
.navbar-toggle {
    border-radius: 0;
    margin: 11px 11px 11px 0;
}
.cp-rv-navbar {
    background: #181818 !important;
    margin: 0 !important;
}
.cp-rv-navbar li > a {
    font-weight: 500;
}
.cp-rv-navbar.navbar-inverse .navbar-nav > li >a {
    color: #b8b8b8;
    padding: 20px 10px;
}
.cp-rv-navbar.navbar-inverse .navbar-nav > li >a:hover {
    color: #fff;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover, .navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
    background: #181818;
}
.navbar-brand {
    padding-top: 12px;
}
.navbar-brand>img {
    float: left;
}
.cp-rv-navbar .navbar-btn {
    margin-top: 12px;
}
.cp-rv-navbar .navbar-right {
    margin-right: 0;
}
.dropdown-menu {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding-top: 0;
    padding-bottom: 0;
}
.dropdown-menu>li>a {
    padding: 7px 20px;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    background: #E1001E;
    color: #fff !important;
}
.dropdown-menu>li.menu-apps>a:hover {
    background: none;
}
.dropdown-menu .divider {
    margin: 0;
}
.dropdown-header {
    padding: 5px 20px;
}
a.sir-menu-item {
    color: #E1001E !important;
}
a.sir-menu-item:hover {
    color: #fff;
}

/*sidebar*/
@media (min-width: 992px) {
    .f-row {
        display: flex;
    }
}
.sideB-container {
    padding: 0 !important;
    background: #292929;
}
@media(max-width: 992px) {
    a.cp-logo-link {
        width: 46px;
    }
    /*

    Uncomment this block if you are already working on the new sidebar on smaller devices

    .sideB-container, #lessonLeftSidebar {
      position: fixed;
      top: 62px;
      left: -90vw;
      width: 90vw;
      overflow-y: scroll;
      z-index: 8;
      -webkit-transition: -webkit-transform .25s ease-out;
      transition: -webkit-transform .25s ease-out;
      transition: transform .25s ease-out;
      transition: transform .25s ease-out,-webkit-transform .25s ease-out;
      will-change: transform;
    }
    #lessonLeftSidebar {
      height: calc(100vh - 60px);
    }

    .sideB-container.open, #lessonLeftSidebar.open {
      transform: translate(90vw);
    }
    .container-fluid {
      margin: 0 5px;
    }*/
}
.cp-rv-sidebar {
    padding-top: 20px;
    /*background: #292929;*/
    top: 0;
    display: block;
}
.expire-date a{
    border-radius: 10px;
    padding: .3em 1em .3em;
    background: #2487C1;
    display: inline-block;
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #00b233;
}
.bg-upgrade{
    background-color: #00b233;
    border-color: #00b233;
    color: #FFF;
}
.btn.bg-upgrade:hover{
    color: #00b233;
    background-color: #FFF;
}
.cp-rv-sidebar .menu-item-txt, .cp-rv-sidebar .caret-down {
    font-size: 16px !important;
    color: #fff !important;
    font-weight: 500;
}
.cp-rv-sidebar .profile-box-renew-info .text-muted {
    color: #eee;
}
.cp-rv-sidebar .btn.btn-orange {
    background: #E1001E;
    border-top: 1px solid #E1001E;
    border-bottom: 1px solid #E1001E;
    border-left: none;
    border-right: none;
}
#lessonLeftSidebar .btn.btn-orange:hover,
#lessonLeftSidebar .btn.btn-orange:focus,
.cp-rv-sidebar .btn.btn-orange:hover,
.cp-rv-sidebar .btn.btn-orange:focus {
    background: #fff;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    border-left: none;
    border-right: none;
    color: #E1001E;
}
#lessonLeftSidebar .btn.btn-orange:hover .fa,
#lessonLeftSidebar .btn.btn-orange:focus .fa,
.cp-rv-sidebar .btn.btn-orange:hover .fa,
.cp-rv-sidebar .btn.btn-orange:focus .fa {
    color: #E1001E !important;
}
.cp-rv-sidebar .list-group-item .text-muted.menu-item-txt {
    text-transform: uppercase;
}
.cp-rv-sidebar .list-group.library-menu a {
    text-transform: uppercase;
}
.sb-plan {
    color: #fbb6b1;
}
.sb-profile-menu-cont b {
    cursor: pointer;
    margin: 5px 0;
}
.sb-profile-menu-cont b:hover .fa {
    color: #fbb6b1;
}
.sb-profile-menu-cont .fa {
    font-size: 16px;
    margin-left: 7px;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    transition: .2s;
}
ul.sb-profile-dropdown {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    padding: 0;
    list-style: none;
    background: #333;
    margin: 0;
}
.sb-profile-menu-cont:hover ul.sb-profile-dropdown {
    /*max-height: 500px;
    padding: 10px 0;
    margin: 8px 0;*/
}
ul.sb-profile-dropdown > li {
    line-height: 1.4;
    padding: 5px 0;
}
ul.sb-profile-dropdown > li > a {
    text-decoration: none;
}
ul.sb-profile-dropdown > li > a:hover {
    color: #fbb6b1;
}
.sb-menu-icon {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 12px;
    left: 15px;
    fill: #fff;
}
.sb-menu-icon.level-icon {
    width: 26px;
    height: 26px;
    top: 10px;
    left: 13px;
}
.filter-icon {
    position: absolute;
    left: 15px;
    top: 5px;
    width: 18px;
    height: 18px;
    fill: #333;
}
.filter-icon.level-icon {
    left: 14px;
    top: 5px;
    width: 19px;
    height: 19px;
}
.panel-sortable-head .btn:hover .filter-icon, .panel-sortable-head .btn:focus .filter-icon, .filter-active .filter-icon {
    fill: #fff;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.tag-icon {
    width: 12px;
    height: 12px;
    position: absolute;
    right: 6px;
    top: 5px;
    fill: #fff;
}
.sb-search button {
    padding-left: 20px;
    padding-right: 20px;
}
.sb-search input {
    border: none;
}
#search-form #query {
    -webkit-border-top-left-radius: 50px;
    -webkit-border-bottom-left-radius: 50px;
    -moz-border-radius-topleft: 50px;
    -moz-border-radius-bottomleft: 50px;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    border: 1px solid #adadad;
}
#query.not-empty {
    background: #E1001E !important;
    border-color: #E1001E !important;
    color: #fff !important;
}
#search-form .query-btn:hover {
    color: #E1001E;
}
.rounded-left {
    -webkit-border-top-left-radius: 50px !important;
    -webkit-border-bottom-left-radius: 50px !important;
    -moz-border-radius-topleft: 50px !important;
    -moz-border-radius-bottomleft: 50px !important;
    border-top-left-radius: 50px !important;
    border-bottom-left-radius: 50px !important;
}
.rounded-right {
    -webkit-border-top-right-radius: 50px !important;
    -webkit-border-bottom-right-radius: 50px !important;
    -moz-border-radius-topright: 50px !important;
    -moz-border-radius-bottomright: 50px !important;
    border-top-right-radius: 50px !important;
    border-bottom-right-radius: 50px !important;
}
#search-form .search-dropdown-btn {
    -webkit-border-top-right-radius: 50px;
    -webkit-border-bottom-right-radius: 50px;
    -moz-border-radius-topright: 50px;
    -moz-border-radius-bottomright: 50px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    border: none;
}
#search-form .list-group-item [data-toggle] {
    padding: 14px 15px;
}
#search-form .list-group-item [data-toggle]:hover {
    background: #E1001E;
    color: #fff;
}
#search-form .list-group-item [aria-expanded="true"] {
    background: #525252;
}
#search-form .btn:focus {
    outline: 0;
}
#search-form .search-dropdown-btn[aria-expanded="true"] {
    color: #fff !important;
    background: #E1001E !important;
}
#search-form .list-group-item.form-group {
    padding: 10px 15px;
}
#search-form .list-group-item {
    padding: 0;
}
#search-form .list-group-item .collapse.in {
    background: #525252;
}
#search-form .list-group-item .checkbox {
    margin: 0;
    padding: 7px 10px 7px 25px;
    font-size: 14px;
    color: #fff;
}
#search-form .list-group-item .checkbox:hover {
    background: #E1001E;
}
#search-form .list-group-item .checkbox label {
    width: 100%;
}
#search-form .list-group-item .checkbox:last-child {
    padding-bottom: 15px;
}
#search-form input[type=checkbox] {
    margin-top: 4px;
}
.affix-bottom {
    position: absolute;
}
.dash-avatar-container {
    width: 100%;
    display: block;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 15px;
}
.userlink-dash {
    display: inline-block;
    position: relative;
    text-decoration: none;
}
.profile-level-badge {
    position: absolute;
    width: 30px;
    height: 30px;
    right: -15px;
    top: 50%;
    margin-top: -15px;
}
.sideB-container .panel, .sideB-container .panel-default > .panel-heading, .sideB-container .list-group-item {
    background: none;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.sideB-container .panel-default > .panel-heading {
    color: #fff;
    text-transform: uppercase;
}
.panel-profile-box {
    border-bottom: 1px solid #7a7a7a !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.panel-profile-box .media-body, .panel-profile-box .media-body a {
    color: #fff;
}
a, a:hover, a:focus, .btn, .btn:focus, .btn:hover, .btn:active:focus {
    outline: none;
}
/*.btn-orange,
.btn-orange:focus,
.btn-orange:hover {
    background: #E1001E;
    color: #fff;
    outline: none;
}*/
.btn-orange:focus, .btn-orange:hover {
    background: #de2e21;
}
.btn-orange {
    background: #E1001E;
    color: #fff;
    outline: none;
    border: 1px solid #E1001E;
}
.btn-orange:focus, .btn-orange:hover {
    background: #fff !important;
    border: 1px solid #E1001E;
    color: #E1001E;
}
.btn-stroke-red {
    border: 1px solid #E1001E;
    background-color: transparent;
    color: #E1001E;
}
.btn-stroke-white{
    border: 1px solid #FFF;
    background-color: transparent;
    color: #FFF;
}
.btn-stroke-red:focus, .btn-stroke-red:hover {
    background-color: #E1001E;
    color: #fff;
}
.btn.btn-stroke-white:focus, .btn.btn-stroke-white:hover {
    background-color: #FFF;
    color: #E1001E;
}
.rounded-sides, .btn-rounded-sides {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}
.input-group.rounded-sides .form-control:first-child{
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}
.input-group.rounded-sides .input-group-btn:last-child>.btn{
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}
.btn-border {
    border: 1px solid #ccc;
}
.btn-border:hover, .btn-border:focus {
    background: #E1001E;
    border: 1px solid #E1001E;
    color: #fff;
}
.btn-green {
    background: #00b233;
    color: #fff;
    border: 1px solid #00b233;
    font-weight: 700;
}
.btn-green:hover, .btn-green:focus {
    background: #fff;
    color: #00b233;
    border: 1px solid #00b233;
}
/*library sidebar*/
.library-search-sidebar {
    margin: 20px 0 10px;
}
.library-menu a, .library-item {
    font-size: 16px;
    line-height: 1.375;
    font-weight: 500;
    color: #fff;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
    padding: 15px 15px 15px 60px;
    position: relative;
}
.library-menu a.active,
.library-menu a.active:hover {
    background: #545463;
}
.library-menu a:hover, .library-menu a:focus{
    background: #E1001E;
    color: #fff;
}
.list-group-item-custom div[data-toggle="collapse"] {
    padding: 15px 15px 15px 60px;
    text-transform: uppercase;
    cursor: pointer;
    position: relative;
}
.list-group-item-custom div[data-toggle="collapse"]:hover {
    background: #E1001E;
}
.list-group-item-custom .collapse a {
    padding-left: 75px;
}
/*dashboard / library main content area*/
#cpod-carousel-banners img {
    width: 100%;
}
#cpod-carousel-banners p {
    margin: 0;
    padding: 10px;
    text-align: center;
    font-weight: 500;
    background: #282828;
    color: #fff;
}
#cpod-carousel-banners p a {
    color: #fbb6b1 !important;
}
#cpod-carousel-banners .carousel-control {
    /*background: none;*/
    width: 7%;
}
.main-content-area {
    background: #f4f4f6;
    padding: 20px;
    min-height: 700px;
}
.main-content-area h1.sec-title {
    margin-bottom: 30px;
    font-size: 36px;
}
.main-content-area #btnLoadMore {
    margin-bottom: 20px;
}
.lesson-main-content.main-content-area {
    padding-bottom: 70px;
    min-height: 1000px;
}
.cpod-card, .main-content-area .cpod-card {
    background: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #ddd;
    /*-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05) !important;
    box-shadow: 0 1px 1px rgba(0,0,0,.05) !important;*/
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.15) !important;
    box-shadow: 0 1px 2px rgba(0,0,0,.15) !important;
    margin-bottom: 20px;
}
.main-content-area .cpod-card {
    border: none;
}
.main-content-area .cpod-card .thumbnail{
    border-radius: 0;
}
.main-content-area .cpod-card .list-group-item:last-child {
    border-bottom: none;
}
.main-content-area .cpod-card .panel-heading {
    background: none;
    border: none;
    padding: 20px 15px;
}
.main-content-area .cpod-card .panel-heading h4, .title-4 {
    font-size: 24px !important;
    margin: 30px 0 20px;
    font-weight: 300;
}
/*selfstudy, course, feedsettings */
.main-content-area.scf-mca .cpod-card .panel-heading {
    padding: 10px 15px;
}
.main-content-area.scf-mca .cpod-card .panel-heading h4 {
    font-size: 16px !important;
    margin: 0;
}
.panel-sortable-head .btn {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    padding: 5px 20px;
}
.panel-sortable-head .btn:hover, .panel-sortable-head .btn:focus, #btnLoadMore:focus, #btnLoadMore:hover {
    background: #E1001E;
    color: #fff;
    outline: none;
    border-color: #E1001E;
}
.lesson-wrapper {
    margin-bottom: 20px;
}
/*.lesson {
    min-height: 262px;
}*/
.lesson-bottom-details .label, .caption .label {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: .2em 1em .4em;
}
.lesson.lesson-block .lesson-bottom-details .label {
    float: left;
    margin: 0 5px 10px 0;
    padding: .4em 1em;
}
.lesson.lesson-block .fa-play-circle, .free .fa-play-circle {
    top: 50%;
    margin-top: -17px;
    position: absolute;
    left: 50%;
    margin-left: -17px;
}
div[ng-controller=DashboardController] .lesson-bottom-details .label {
    padding: .4em 1em;
    float: left;
    margin-right: 5px;
}
/*youtube and blog*/
.thumbnail-container {
    width: 64px;
    height: 48px;
    overflow: hidden;
    margin-right: 15px;
}
#btnLoadMore {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    padding: 2px 12px;
}
.btn-red-border {
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    border: 1px solid #E1001E;
    color: #E1001E !important;
    background: none;
}
.btn-red-border:hover, .btn-red-border:focus {
    color: #fff !important;
    background: #E1001E;
}
/*random qin*/
/*#randomQingWen .lesson-block {
    min-height: 254;
}*/
/*Library*/
.main-content-area .thumbnail {
    padding-top: 10px;
}
.main-content-area .thumbnail a {
    display: block;
}
.list-fetch-container {
    margin-top: 15px;
    background: #fff;
}
#footer {
    margin: 0;/*background: #292929;*/
}
.footer-content-area {
    padding: 80px 20px 20px;
    background: #f4f4f6;
}
#footer .social > li {
    padding: 0 1px;
}
.reset-padding {
    padding: 0;
}
.btn, a, .btn:hover, a:hover, #search-form .list-group-item [data-toggle], #search-form .list-group-item [data-toggle]:hover, #search-form .list-group-item .checkbox, #search-form .list-group-item .checkbox:hover {
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
/*PAGINATION*/
.pagination>li:first-child>a, .pagination>li:first-child>span {
    -webkit-border-top-left-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    padding-left: 15px;
}
.pagination>li:last-child>a, .pagination>li:last-child>span {
    -webkit-border-top-right-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-radius-topright: 20px;
    -moz-border-radius-bottomright: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    padding-right: 15px;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #E1001E;
    border-color: #E1001E;
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    background-color: #E1001E;
    border-color: #E1001E;
    color: #fff;
}
/*pagination on library list page*/
#page a {
    color: #333;
    border: 1px solid #ddd;
    padding: 6px 12px;
    margin: 0;
    font-size: 14px;
    margin-left: -1px;
}
#page a:hover, #page li.active a {
    color: #fff;
    background-color: #E1001E;
    border: 1px solid #E1001E;
}
#page .current.prev, #page .current.next {
    text-decoration: none;
    border: 1px solid #999;
    padding: 3px 5px;
    color: #999;
    color: #333;
}
/*TAG*/
#tag-cloud-area {
    text-align: center;
}
#tag-cloud-area a {
    text-decoration: none;
}
#tag-cloud-area .tag1 {
    font-size: 14px;
    color: #f32516;
}
#tag-cloud-area .tag2 {
    font-size: 16px;
    color: #E1001E;
}
#tag-cloud-area .tag3 {
    font-size: 20px;
    font-weight: bold;
    color: #f76e64;
}
#tag-cloud-area .tag4 {
    font-size: 30px;
    font-weight: bold;
    color: #E1001E;
}
#tag-cloud-area .tag5 {
    font-size: 35px;
    font-weight: bold;
    color: #881007;
}
#tag-cloud-area .tag6 {
    font-size: 40px;
    font-weight: bold;
    color: #f9928b;
}
#tag-cloud-area .tag7 {
    font-size: 45px;
    font-weight: bold;
    color: #fbb6b1;
}
#tag-cloud-area .tag8 {
    font-size: 50px;
    font-weight: bold;
    color: #ae1409;
}
/*LESSONS PAGE*/
/*lesson title*/
.btn-prev-next-lesson {
    border: 1px solid #E1001E;
    padding: 4px 8px !important;
    color: #E1001E;
}
.btn-prev-next-lesson:hover, .btn-prev-next-lesson:focus {
    background: #E1001E;
    color: #fff;
}
#lessonLeftSidebar {
    padding: 15px 0;
    background: #292929;
}
#lessonLeftSidebar .panel-default {
    border: none;
    margin: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}
#lessonLeftSidebar .panel-default .panel-heading {
    background: #292929;
    border: none;
    color: #fff;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding-top: 15px;
    padding-bottom: 15px;
}
#lessonLeftSidebar .panel-default .panel-heading:hover {
    background: #E1001E !important;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
#lessonLeftSidebar .panel-default .panel-heading h3 {
    color: #fff !important;
    font-weight: 500;
    font-size: 16px;
    font-weight: 500;
}
#lessonLeftSidebar .big-thumb {
    background: none !important;
    padding: 5px 15px 10px !important;
    border: none !important;
    width: 100%;
}
#lessonLeftSidebar a.list-group-item {
    background: none !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
    color: #fff;
}
#lessonLeftSidebar .list-group li:hover, #lessonLeftSidebar a.list-group-item:focus, #lessonLeftSidebar a.list-group-item:hover {
    background: #E1001E !important;
}
#lessonLeftSidebar .panel-collapse {
    background: #525252 !important;
}
#lessonLeftSidebar .panel>.list-group .list-group-item, #lessonLeftSidebar .panel>.panel-collapse>.list-group .list-group-item {
    border: 0;
}
#lessonLeftSidebar .text-muted {
    color: #fff;
}
#lessonLeftSidebar .list-group-item, #lessonLeftSidebar .list-group-item a {
    background: none;
    color: #fff !important;
}
#lessonLeftSidebar, #lessonLeftSidebar span.fa, #panelLessonInformation table {
    color: #fff !important;
}
#panelLeaveSuggestion a, #panelLessonInformation table a, #panelRelatedLessons .list-group-item a {
    color: #fbb6b1 !important;
}
#panelLessonInformation table td {
    padding-top: 6px;
    padding-bottom: 6px;
}
#panelRelatedLessons {
    background: #292929 !important;
}
#panelRelatedLessons li {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: none;
}
#lessonLeftSidebar hr {
    margin: 10px 0 !important;
    border-color: #525252;
}
#lessonLeftSidebar .tbl {
    padding: 0;
}
#lessonLeftSidebar .tbl:hover {
    background: #E1001E;
}
#lessonLeftSidebar .tbl>a {
    float: left;
    white-space: nowrap;
    padding: 10px 15px;
    width: 50%;
}
#lessonLeftSidebar .tbl>a:hover {
    background-color: #f91808;
}
#lessonLeftSidebar a svg, .sidebar-icons {
    fill: #FFF;
    width: 24px;
    height: 24px;
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
}
#lessonLeftSidebar .panel-collapse svg {
    width: 18px;
    height: 18px;
}
#lessonLeftSidebar a:hover svg {
    fill: #FFF;
}
#lessonLeftSidebar .panel-title svg.sidebar-icons {
    margin-right: 20px;
}

@media (max-width: 1199px) {
    #lessonLeftSidebar .tbl {
        display: block;
    }
    #lessonLeftSidebar .tbl>a {
        width: 100%;
        display: block;
    }
    #lessonLeftSidebar .tbl>a:last-child {
        padding-left: 15px;
    }
}
#panelSubscribeNewLessonNotification .mc-field-group .form-control {
    -webkit-border-top-left-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}
.img-video-placeholder {
    width: 100%;
}
.promo-banner.alert {
    margin-bottom: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}
.alert {
    border-radius: 0;
    border: 0;
    border-left: 5px solid !important;
    margin-bottom: 0;
    position: relative;
    text-align: center;
}
.lesson-bookmarked-studied-container {
    margin: 10px 0;
}
.lesson-bookmarked-studied-container .btn {
    font-size: 16px;
    margin-top: 5px;
    margin-bottom: 5px;
}
.nav-tabs-pricing > li > a, .lesson-main-content .nav-tabs > li > a {
    font-weight: 300;
    font-size: 18px;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    border-bottom: 2px solid transparent;
    margin-right: 0;
}
.nav-tabs-pricing > li > a, .nav-tabs-pricing > li.active > a, .nav-tabs-pricing > li.active > a:hover, .nav-tabs-pricing > li.active > a:focus, .lesson-main-content .nav-tabs > li > a, .lesson-main-content .nav-tabs > li.active > a, .lesson-main-content .nav-tabs > li.active > a:focus, .lesson-main-content .nav-tabs > li.active > a:hover {
    border-left: 0;
    border-right: 0;
    border-top: 0;
}
.nav-tabs-pricing > li.active > a, .nav-tabs-pricing > li.active > a:hover, .nav-tabs-pricing > li.active > a:focus, .lesson-main-content .nav-tabs > li.active > a, .lesson-main-content .nav-tabs > li.active > a:focus, .lesson-main-content .nav-tabs > li.active > a:hover {
    color: #E1001E;
    border-bottom: 2px solid #E1001E;
}
.nav-tabs-pricing > li > a:hover, .nav-tabs-pricing > li > a:focus, .lesson-main-content .nav-tabs > li > a:focus, .lesson-main-content .nav-tabs > li > a:hover {
    color: #E1001E;
    background: none;
    border-color: transparent;
    border-bottom: 2px solid #E1001E;
}
.nav-tabs-pricing {
    border-bottom: 1px solid #ccc !important;
}
.nav-tabs-pricing li {
    margin-bottom: 0;
}
#player .panel {
    box-shadow: none;
    border: 1px solid #f4f4f4;
    float: left;
    width: 100%;
    padding: 15px 0;
    /* position: relative; */
    margin-bottom: 0;

}
#player .progress {
    height: 25px;
    overflow: visible;
    padding: 10px;
    background: #f4f4f4;
    border-radius: 15px !important;
}
.progress-bg {
    background: #cdcdcd;
    width: 100%;
    height: 6px;
    border-radius: 20px;
}
#player .progress .progress-bar {
    position: relative;
    height: 6px;
    border-radius: 20px;
}
#player .progress .progress-bar:after {
    content: " ";
    width: 16px;
    height: 16px;
    background: #E1001E;
    position: absolute;
    right: -8px;
    top: -5px;
    border-radius: 20px;
}
#player .list-group {
    margin: 0;
}
#player .list-group * {
    border: none;
    border-radius: 0;
}
#player .list-group a {
    border-right: 2px solid #cfcfcf;
    font-size: 16px;
    font-weight: 300;
    padding-left: 0 !important;
}
#player .list-group a:hover, #player .list-group a:focus, #player .list-group a.current {
    border-right: 2px solid #E1001E;
    background: none;
    color: #E1001E;
}
#player .jp-duration, #player .jp-current-time {
    bottom: 5px !important;
    font-size: 14px !important;
}
.increase-speed.js-playbackRate {
    cursor: pointer;
    color: #E1001E;
    border: 1px solid #E1001E;
    padding: 5px 10px;
    right: 0;
    border-radius: 20px;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.increase-speed.js-playbackRate:hover, .increase-speed.js-playbackRate:focus {
    background: #E1001E;
    border: 1px solid #E1001E;
    color: #fff;
}
.font-chinese span:hover {
    background: #d10000 !important;
    color: #fff !important;
}
#lesson-vocabulary .table td label {
    font-size: 30px;
    font-weight: normal;
}
#assessment_content ul.list-assessment li, #assessment_content .sortable-container .ui-sortable-li, .multiple-choise-q {
    font-size: 1.45em;
}
.translation-container {
    padding-top: 5px;
}
p.mb-5 {
    margin-bottom: 5px;
}
.translate-italic {
    font-style: italic;
    margin: 10px 0;
}
/*LOGIN PAGE*/
.login-form-container {
    margin-top: 50px;
    margin-bottom: 60px;
}
.login-form-card {
    padding: 25px;
    background-color: rgba(255, 255, 255, 0.7) !important;
    border: none !important;
    -webkit-box-shadow: 0 2px 9px -1px rgba(0,0,0,0.2) !important;
    -moz-box-shadow: 0 2px 9px -1px rgba(0,0,0,0.2) !important;
    box-shadow: 0 2px 9px -1px rgba(0,0,0,0.2) !important;
}
.login-form-card .form-control {
    background: none;
}
.login-form-card span.has-error {
    font-size: 13px;
    text-align: center;
    padding: 5px 0 0 15px;
    display: inline-block;
    font-weight: 300;
    color: #777777;
}
.login-form-card .input-group-addon {
    -webkit-border-top-left-radius: 1px;
    -webkit-border-bottom-left-radius: 1px;
    -moz-border-radius-topleft: 1px;
    -moz-border-radius-bottomleft: 1px;
    border-top-left-radius: 1px;
    border-bottom-left-radius: 1px;
}
.login-form-card .input-group .form-control {
    -webkit-border-top-right-radius: 1px;
    -webkit-border-bottom-right-radius: 1px;
    -moz-border-radius-topright: 1px;
    -moz-border-radius-bottomright: 1px;
    border-top-right-radius: 1px;
    border-bottom-right-radius: 1px;
    border-top: 1px solid transparent;
    border-right: 1px solid transparent;
    box-shadow: none;
}
.login-form-card .input-group-addon {
    background: none;
}
.login-form-card .has-success .input-group-addon {
    border-color: #2487C1;
    color: #2487C1;
}
.login-form-card .has-success .form-control {
    border-bottom: 1px solid #2487C1;
    border-left: 1px solid #2487C1;
}
/*PRICING*/
.pricing .btn {
    margin-top: 20px;
    margin-bottom: 20px;
}
/*PANEL BOOTSTRAP*/
.panel {
    border-radius: 1px;
}
.panel .panel-heading {
    -webkit-border-top-left-radius: 1px;
    -webkit-border-top-right-radius: 1px;
    -moz-border-radius-topleft: 1px;
    -moz-border-radius-topright: 1px;
    border-top-left-radius: 1px;
    border-top-right-radius: 1px;
}
.panel-default>.panel-heading.invert-panel-heading {
    color: #fff;
    background-color: #6a6a80;
    border-color: #6a6a80;
}
/*CALLOUTS BOOTSTRAP*/
.bs-callout {
    padding: 20px;
    margin: 0 0 20px 0;
    border: 1px solid #ddd;
    border-left-width: 5px;
    border-radius: 2px;
    background: #fff;
}
.bs-callout h4 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
}
.bs-callout p:last-child {
    margin-bottom: 0;
}
.bs-callout code {
    border-radius: 3px;
}
.bs-callout+.bs-callout {
    margin-top: -5px;
}
.bs-callout-default {
    border-left-color: #777;
}
.bs-callout-default h4 {
    color: #777;
}
.bs-callout-primary {
    border-left-color: #428bca;
}
.bs-callout-primary h4 {
    color: #428bca;
}
.bs-callout-success {
    border-left-color: #5cb85c;
}
.bs-callout-success h4 {
    color: #5cb85c;
}
.bs-callout-danger {
    border-left-color: #d9534f;
}
.bs-callout-danger h4 {
    color: #d9534f;
}
.bs-callout-warning {
    border-left-color: #f0ad4e;
}
.bs-callout-warning h4 {
    color: #f0ad4e;
}
.bs-callout-info {
    border-left-color: #5bc0de;
}
.bs-callout-info h4 {
    color: #5bc0de;
}
/*REVAMP INDEX*/

/*font-family: 'Oswald', sans-serif;*/

/* ==========================================================================
   Description: custom styles for desktop / large window devices
   ========================================================================== */
@media (min-width: 1601px) {
    .col-md-3.sideB-container,  #lessonLeftSidebar {
        width: 17%;
    }
    .col-md-9.main-content-area {
        width: 83%;
    }
    .col-md-9.col-md-offset-3.col-xs-12.footer-content-area {
        margin-left: 17%;
        width: 83%;
    }
    /*.lesson {
            min-height: 275px;
        }*/
    .try-free-container {
        background-size: 100% auto;
    }
}

@media (min-width: 1400px) and (max-width: 1600px) {
    .col-md-3.sideB-container,  #lessonLeftSidebar {
        width: 20%;
    }
    .col-md-9.main-content-area {
        width: 80%;
    }
    .col-md-9.col-md-offset-3.col-xs-12.footer-content-area {
        margin-left: 20%;
        width: 80%;
    }
    /*.lesson {
            min-height: 272px;
        }*/
    .try-free-container {
        background-size: 100% auto;
    }
}

@media (min-width: 1365px) {
    .fern-invert,  .chinese-cloud,  .blob {
        display: block;
    }
}

@media (min-width: 1199px) {
    .cp-rv-navbar.navbar-inverse .navbar-nav > li >a {
        padding: 20px 15px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    /*.lesson {
            min-height: 215px;
        }*/
    .welcome-video img {
        width: 130px;
    }
}

/* ==========================================================================
   Description: custom styles for tablets and phones
   ========================================================================== */

@media (max-width: 991px) {
    h3.section-heading {
        margin-top: 15px !important;
        margin-bottom: 15px !important;
    }
    .affix {
        position: static;
    }
    .dash-avatar-container {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .exercise-main .content-top {
        margin-top: 15px;
    }
    .lesson-page-title {
        margin-bottom: 10px !important;
    }
    .btn-prev-next-lesson {
        border: 1px solid #fff;
        color: #fff;
    }
    .btn-prev-next-lesson:hover,  .btn-prev-next-lesson:focus {
        /*border: 1px solid #E1001E;*/
    }
    .btn-signup-signup {
        padding: 0 20px;
    }
    ul.feat-list {
        margin: 10px 0;
    }
    .presenters-images-row {
        margin-top: 0;
        margin-bottom: 0;
    }
    /*.lantern,
        .fern,
        .stacked-books {
            width: 70px;
        }
        .lantern {
            left: -20px;
            top: -20;
        }
        .fern {
            right: -20px;
            top: -20px;
        }
        .stacked-books {
            bottom: 20px;
            right: -10px;
        }*/
    .welcome-video {
        padding: 15px;
    }
    /*.ipad-home {
            width: 15px;
            height: 15px;
            left: 3px;
            top: 50%;
            margin-top: -7px;
        }*/
    #cpod-features {
        background: none !important;
        background: #fff !important;
        padding-bottom: 0;
    }
    #what-is-cpod {
        padding: 50px 0 70px;
        overflow: hidden;
    }
    .big-blob {
        position: absolute;
        z-index: 1;
        top: 170px;
        max-width: 100%;
        left: 0;
        right: 0;
    }
    .presenter-info {
        padding-left: 0;
        padding-right: 0;
    }
    .m-girl-cont {
        padding: 0;
    }
    .socials-cont {
        text-align: center;
    }
    .app-stores {
        text-align: center;
    }
}

/* ==========================================================================
   Description: custom styles for tablets
   ========================================================================== */
@media (min-width: 768px) and (max-width: 991px) {
    .main-content-area {
        padding: 15px;
    }
    #stats {
        padding-top: 50px;
    }
    .speaking-chinese {
        font-size: 60px;
    }
}/* END of @media 768px to 991px*/

@media (min-width: 768px) and (max-width: 836px) {
    .cp-rv-navbar.navbar-inverse .navbar-nav > li >a {
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media (min-width: 835px) and (max-width: 850px) {
    .cp-rv-navbar.navbar-inverse .navbar-nav > li >a {
        padding-left: 8px;
        padding-right: 8px;
    }
}

/* ==========================================================================
   Description: custom styles for phones
   ========================================================================== */

@media (max-width: 767px) {
    .cp-rv-navbar.navbar-inverse .navbar-nav > li >a {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    #video-block-content ul li {
        font-weight: 500;
        font-size: 15px;
        padding-left: 50px;
        margin: 2px 0;
    }
    #video-block-content ul li img {
        height: 30px;
        left: 3px;
        top: 5px;
    }
    .main-content-area {
        padding: 3px;
    }
    #player .list-group {
        margin-bottom: 15px;
    }
    #stats {
        position: relative;
        padding: 50px 0 0;
    }
    .learn-situational,  .no-boring {
        border: 0;
    }
    .no-boring {
        margin-left: 0;
    }
    .lollipop,  .apple,  .chin,  .hat,  .running,  .firecrackers,  .umbrella,  .fireworks,  .stacked-books,  .fern,  .lantern {
        display: none;
    }
    .services-left-col,  .services-right-col {
        width: 100%;
        border: none;
        margin: 0;
    }
    #cpod-landing-text-carousel {
        padding-top: 30px;
    }
    #cpod-landing-text-carousel .carousel-inner {
        width: 100%;
    }
    #cpod-landing-text-carousel h3 {
        font-size: 20px;
    }
    .speaking-chinese {
        font-size: 40px;
    }
    .brag {
        font-size: 20px
    }
    #cpod-features {
        background: none !important;
        background: #fff !important;
        padding-bottom: 0;
    }
    .colored-elements {
        display: none;
    }
    #what-is-cpod {
        padding: 50px 0 20px;
        overflow: hidden;
    }
    #clients-section {
        padding: 50px 0;
    }
    .mac-cloud {
        left: -20px;
        bottom: -20px;
        width: 70px;
    }
    .mac-kanji {
        right: -10px;
        bottom: -20px;
        height: 130px;
    }
    .mac-key-cont {
        margin-bottom: 40px;
    }
    .presenters-info-row {
        padding-bottom: 0;
    }
    #clients-section .media-left {
        display: block;
        text-align: center;
        padding: 10px 0 15px;
    }
}
/*
@media (min-width: 650px) and (max-width: 767px) {
    .lesson {
        min-height: 285px;
    }
}
@media (min-width: 550px) and (max-width: 649px) {
    .lesson {
        min-height: 245px;
    }
}
@media (min-width: 450px) and (max-width: 549px){
    .lesson {
        min-height: 225px;
    }
}
@media (max-width: 449px){
    .lesson {
        min-height: 206px;
    }
}
*/



/*dropdown hover*/
.hover-toggle-dropdown:hover ul.dropdown-menu {
    display: block;
}
.hover-toggle-dropdown button {
    padding-left: 40px !important;
}
.filter-row {
    /*padding: 15px 0 10px;*/
}
.filter-col {
    padding: 15px 15px 10px;
    float: left;
}
.filter-dropdown-menu {
    margin-top: 0;
    min-width: 250px;
}
.filter-dropdown-menu > li {
    display: block;
}
.filter-dropdown-menu > li > label {
    display: block;
    width: 100%;
    padding: 7px 10px 7px 20px;
    font-weight: 400;
    cursor: pointer;
    margin: 0;
}
.filter-dropdown-menu > li > label:hover {
    background: #E1001E;
    color: #fff;
}
.filter-dropdown-menu .fa {
    font-size: 120%;
}
.filter-dropdown-menu > li > label:hover .fa-toggle-on {
    color: #fff;
}
.filter-dropdown-menu > li > a {
    transition: none;
}
.filter-dropdown-menu > li > a:hover span.fa, .filter-dropdown-menu > li > a:focus span.fa {
    color: #fff !important;
}
.filter-dropdown-menu .fa-toggle-on {
    color: #E1001E;
}
.filter-dropdown-menu.options-filter input[type="checkbox"] {
    display: none;
}
.filter-active {
    background: #E1001E;
    border-color: #E1001E;
    color: #fff;
}
.badge-container h5 {
    font-size: 20px;
    font-weight: 300;
}
.badge-container span {
    display: inline-block;
    padding: 2px 6px;
    background: #777777;
    color: #fff;
    font-size: 13px;
    margin: 2px;
    position: relative;
    padding-right: 23px;
}
.badge-container span a {
    color: #fff;
}
.badge-container span.fbadge-newbie {
    background: #2487C1;
}
.badge-container span.fbadge-elementary {
    background: #00cc66;
}
.badge-container span.fbadge-pre-intermediate {
    background: #F7B500;
}
.badge-container span.fbadge-intermediate {
    background: #ff6600;
}
.badge-container span.fbadge-upper-intermediate {
    background: #E1001E;
}
.badge-container span.fbadge-advanced {
    background: #a03cab;
}
.badge-container span.fbadge-media {
    background: #003333;
}
.badge-free {
    background-color: #00B233;
}
.dialogue-audio-cell .jplayer-audio-player, .dialogue-audio-cell .jplayer-audio-player .jp-audio, .dialogue-audio-cell .jplayer-audio-player .jp-controls, .dialogue-audio-cell .jplayer-audio-player .jp-type-single, .dialogue-audio-cell .jplayer-audio-player .jp-interface {
    height: auto;
    text-align: center;
}
.jplayer-widget.jplayer-audio-player .jp-controls a {
    background: none;
    color: #E1001E;
    display: block !important;
    font-size: 25px;
    line-height: 1;
    overflow: visible;
    text-indent: 0;
}
.dialogue-audio-cell .jplayer-audio-player .jp-controls a {
    height: 50px;
    font-size: 50px;
    width: 50px;
    position: static;
    margin: 10px auto 10px;
}
.jplayer-widget.jplayer-audio-player .jp-controls a:hover {
    background: none;
    color: #f00;
}
.dialogue-audio-cell {
    width: 1%;
    text-align: center;
}
.dialogue-audio-top {
    width: auto;
}
.dialogue-audio-cell.dialogue-audio-top .jplayer-audio-player .jp-controls a {
    height: 70px;
    line-height: 70px;
    font-size: 64px;
    width: 60px;
    margin: 0 auto 10px auto;
}
.dialogue-audio-cell .jp-play .fa.fa-play-circle {
    font-size: 50px !important;
}
.dialogue-audio-cell.dialogue-audio-top .jp-play .fa.fa-play-circle {
    font-size: 64px !important;
    line-height: 70px;
}
.dialogue-audio-cell .jplayer-audio-player, .dialogue-audio-cell .jplayer-audio-player .jp-audio, .dialogue-audio-cell .jplayer-audio-player .jp-controls, .dialogue-audio-cell .jplayer-audio-player .jp-type-single, .dialogue-audio-cell .jplayer-audio-player .jp-interface, .dialogue-audio-cell .jplayer-audio-player .jp-controls a {
    width: auto;
}
.dialogue-audio-cell.dialogue-audio-top .jp-interface .btn {
    font-size: 14px;
    padding: 6px 12px;
}
.table-grossary .grossary-action {
    /* vertical-align: bottom; */
}
p.glossary-badge-container {
    margin: 38px 0 12px;
}
.add-word-cont{
    z-index: 1000;
    position: absolute;
    top: 10px;
    right: 8px;
    line-height: 24px;
}
.add-word-cont .btn{
    width: 24px;
    height: 24px;
    padding: 0;
    border-radius: 0;
    text-align: left;
    text-indent: -9999px;
    border: none;
    background: transparent url(/images/flashcards--add-to-deck.svg) 50% 50% scroll no-repeat;
    background-size: contain;
}
.vocab-char{
    display:block;
    overflow:hidden;
}
.vocab-checkbox{
    vertical-align: middle;
    width: 1%;
}
.vocab-checkbox input[type="checkbox"]{
    margin: 0 0 0 10px;
}
.vocal-label input[type="checkbox"]{
    float:left;
    margin-right:15px;
    margin-left:10px;
}
.table>tbody>tr>td.align-middle{
    vertical-align:middle;
}
.table-wide .plus .fa{
    font-size:26px;
}
@media (min-width:768px){
    .click-to-add {
        padding-right: 60px;
    }
}
.click-to-add span{
    position: relative;
    cursor: pointer;
    display: inline-block;
    padding:1px;
    border-radius: 4px;
    margin-right: 1px;
}
.click-to-add span:hover, .click-to-add span.active{
    background: #d10000;
    color: #fff;
}
.click-to-add span.active, .click-to-add span.active:hover{
    border-radius: 4px 4px 0 0;
}

.audio-btn-only .jplayer-audio-player,
.audio-btn-only .jplayer-audio-player .jp-audio,
.audio-btn-only .jplayer-audio-player .jp-controls,
.audio-btn-only .jplayer-audio-player .jp-type-single,
.audio-btn-only .jplayer-audio-player .jp-interface,
.audio-btn-only .jplayer-audio-player .jp-controls a{
    height:50px;
}
.col-sm-3.lesson-item{
    margin-bottom:20px;
}
.col-sm-3.lesson-item:nth-child(4n+1){
    clear:both;
    float:left;
}
.result-block{
    clear:both;
    margin-bottom:50px;
}
.result-item{
    position:relative;
}
.result-item .answer-display {
    position: absolute;
    left: -24px;
    right: auto;
    top: 16px;
}
.dict-header{
    padding-top:10px;
}
#assessment_content .dict-header .points{
    line-height:1em;
}
.result-item .dictation-number{
    float:left;
}
.dictation .result-item {
    margin-bottom:20px;
}
.result-item .dialogue-audio-cell{
    width:auto;
    position:absolute;
    right:0;
    top: 50px;
}
@media (max-width: 1199px) {
    .touch .lesson-block .lesson-action-bar,
    .touch .lesson-item .lesson-action-bar{
        transform:translateY(0);
    }
    .touch .lesson-block .lesson-action-bar .lesson-status-icon,
    .touch .lesson-block .lesson-action-bar .thumb-studied-icon,
    .touch .lesson-item .lesson-action-bar .lesson-status-icon,
    .touch .lesson-item .lesson-action-bar .thumb-studied-icon,
    .touch .lesson-block .lesson-status .ls-icon {
        transform:translateY(0);
        opacity:1;
    }
}
@media (max-width: 767px) {
    .table-grossary td, .table-grossary tr {
        display: block;
        width:100%;
    }
    .table>tbody>tr>td.click-to-add, .click-to-add{
        /*padding-right: 100px;*/
    }
    .add-word-cont button.btn {
        float: none !important;
    }
    .table-grossary td {
        border: none !important;
    }
    .table-grossary tr {
        border-bottom: 1px solid #ddd !important;
        padding: 10px 0;
    }
    .table-wide td, .table-wide tr, .table-wide, .table-wide tbody, .table-wide thead {
        display: block;
        font-size:14px;
    }
    .table-wide .font-chinese {
        margin-bottom:1em;
        font-size: 24px;
    }
    .table-wide .font-pinyin, .table-wide .font-english {
        font-size: 16px;
    }
    .table-wide .font-english .translate-italic {
        font-size: 16px;
    }
    .table-wide td {
        border: none !important;
        width:100%;
        font-size:14px;
    }
    .table-wide td.vocab-checkbox{
        padding-bottom: 0;
    }
    #key_vocab.table-wide td {
        font-size:16px;
    }
    .vocal-label input[type="checkbox"]{
        margin-left:0;
    }
    .table-wide tr {
        border-bottom: 1px solid #ddd !important;
        padding:10px;
    }
    .table-wide.tr-tp-10 tr {
        padding-top:0;
    }
    .table-wide .dialogue-audio-cell{
        width:100%;
        text-align:left;
    }
    .xs-pad0{
        padding:0;
    }
    .xs-pad10{
        padding:10px;
    }
    .xs-pad15{
        padding:20px;
    }
    .xs-mar0{
        margin:0;
    }
    .xs-pad20{
        padding:20px;
    }
    .table-wide .jplayer-audio-player.jplayer-widget {
        float: none;
    }
    .table-wide .jplayer-audio-player.jplayer-widget .jp-controls{
        width: 50px;
        height: 50px;
        margin-right: 10px !important;
        display: inline-block;
        vertical-align: middle;
    }
    .dialogue-audio-cell .jplayer-audio-player,
    .dialogue-audio-cell .jplayer-audio-player .jp-audio,
    .dialogue-audio-cell .jplayer-audio-player .jp-controls,
    .dialogue-audio-cell .jplayer-audio-player .jp-type-single,
    .dialogue-audio-cell .jplayer-audio-player .jp-interface {
        text-align: left;
    }
    .title-font{
        display:block;
        padding:18px;
    }
    .table-wide td.xs-td-ib{
        display:inline-block;
        vertical-align:middle;
        width:auto;
    }

    #deck_id_1, #deck_id_2 {
        margin-bottom: 15px;
    }
    .xs-clear{
        clear:both;
    }
    #lesson-exercises #assessment_content .points {
        line-height: 1em;
        margin-top: 2px;
    }
    #lesson-exercises #assessment_content .dictation .points {
        position: absolute;
        top: 10px;
        right: 0;
    }
    #lesson-exercises #assessment_content .sum-points{
        text-align:right;
        clear:both;
        float:none;
    }
    #lesson-exercises #assessment_content .font20.points {
        font-size: 1.3em;
        margin-top:15px;
    }
    #lesson-exercises  #assessment_content .sortable-container .ui-sortable-li, #lesson-exercises .multiple-choise-q {
        font-size: 16px;
    }
    #lesson-exercises #assessment_content .list-assessment-option span.float-right,
    #lesson-exercises #assessment_content .list-assessment-option {
        font-size: 14px;
        width: auto !important;
    }
    #lesson-exercises #assessment_content .sub-title {
        font-size: 16px;
        padding-top:0;
    }
    #lesson-exercises #assessment_content .option-connect{
        margin:0 !important;
    }
    #lesson-exercises #assessment_content .list-assessment-item{
        margin-bottom:15px;
        width: 100% !important;
        padding: 0;
    }
    #lesson-exercises #assessment_content ul.list-assessment{
        margin:0 0 10px !important;
        padding:0 !important;
        width:50% !important;
    }
    #lesson-exercises #assessment_content .span-12.list-assessment {
        width: 100% !important;
        float:none;
    }
    #lesson-exercises #assessment_content ul.list-assessment.span-12 li{
        font-size: 16px;
        width: 100%;
        padding-left: 0;
    }
    #lesson-exercises #assessment_content ul.list-assessment.span-12 li .list-radio-cont{
        margin:4px !important;
    }
    #lesson-exercises #assessment_content .width626{
        width:100%;
        border-bottom:1px solid #EEE;
        padding-bottom:15px;
        margin-bottom:15px;
    }
    .xs-padding-left-0{
        padding-left:0;
    }
    #lesson-exercises  #assessment_content .padding-left-30{
        padding-left:0;
    }
    #lesson-exercises  #assessment_content .padding-left-30.multiple-choice,
    #lesson-exercises  #assessment_content .padding-left-30.dictation{
        padding-left:20px;
    }
    #lesson-exercises  #assessment_content .list-assessment-item .float-right,
    #lesson-exercises  #assessment_content .list-assessment-item .float-left {
        float:none;
    }
    #lesson-exercises  #assessment_content .list-assessment-item-left {
        display:flex;
        justify-content:flex-end;
        padding-right:7px;
    }
    #lesson-exercises  #assessment_content .list-assessment-item-right {
        display:flex;
        padding-left:7px;
        justify-content:flex-start;
    }
    #lesson-exercises  #assessment_content .list-assessment-item-left .list-assessment-option{
        margin-right:5px;
    }
    #lesson-exercises #assessment_content .box-border.width688{
        width:100%;
    }
    #lesson-exercises ul.list-sentence li{
        width:100%;
    }
    #assessment_content ul.list-sentence{
        padding:0;
    }
    #lesson-exercises #assessment_content .result-block.width688{
        width:100%;
        margin-bottom: 0;
        padding-left:0;
    }
    #assessment_content .result-block .title {
        padding: 0;
        margin-top: 0;
    }
    #assessment_content .result-block .font20.points {
        font-size: 1.3em;
        margin-top: 13px;
    }
    .result-item .dialogue-audio-cell {
        width: 100%;
        float:none;
        clear: both;
        position: static !important;
        display: block;
        margin-bottom: 10px;
    }
    .result-item .dialogue-audio-cell .jplayer-audio-player{
        float:none;
    }
    .student-dict-answer, .correct-dict-answer{
        width:100% !important;
    }
    .result-item .dialogue-audio-cell ul.jp-controls{
        width:50px;
        height:50px;
        margin-right:20px;
        display:inline-block;
        vertical-align:middle;
    }
    table.vocab-table.table td{
        border:0 !important;
        display:block;
    }
    table.vocab-table.table tr{
        display:block;
        padding:10px 0;
    }
    table.vocab-table.table{
        border-top:1px solid #eee;
    }
    table.vocab-table.table tr:after,
    table.vocab-table.table tr:before{
        content:'';
        display:table;
    }
    table.vocab-table.table tr:after{
        clear:both;
    }
    table.vocab-table.table td.cell-one, table.vocab-table.table td:nth-child(1){
        float:left;
        margin-right:20px;
    }
    table.vocab-table.table td.cell-two, table.vocab-table.table td:nth-child(2){
        float:left;

    }
    table.vocab-table.table td.cell-three , table.vocab-table.table td:nth-child(3){
        clear:both;
        float:left;
        width:auto;
        font-weight:700;

    }
    table.vocab-table.table td.cell-four , table.vocab-table.table td:nth-child(4){
        float:left;
        width:auto;
    }
    table.vocab-table.table td.cell-five , table.vocab-table.table td:nth-child(5){
        clear:both;
        float:left;
        white-space: nowrap;
        width: auto;
        font-size: 16px;
        line-height: 1;
    }
    table.vocab-table.table>tbody>tr>td a.tag, table.vocab-table.table>tbody>tr>td .fa-tags{
        font-size: 14px;
    }
    table.vocab-table.table td.cell-six , table.vocab-table.table td:nth-child(6){
        float:left;
        width: auto;
    }

    .free-lesson-level-filter{
        padding-bottom:10px;
    }
    .free-lesson-level-filter a{
        margin-bottom:10px;
        margin-right:7px;
    }

    .col-xs-6.lesson-item:nth-child(2n+1){
        clear:both;
        float:left;
    }
    .cpod-card{
        padding-top: 1px;
        padding-bottom: 1px;
    }
}


.icon-tool-tip {
    font-size: 14px;
    line-height: 22px;
    display: inline-block;
    margin-left: 3px;
    vertical-align: middle;
}
.panel-lesson-tab{
    border: 1px solid #EEE;
    border: none;
    box-shadow: none;
}
.panel-lesson-tab .panel-body{
    padding:0;
    margin: 0 -15px;
}
.panel-lesson-tab .table{
    margin-bottom: 0;
}
.panel-lesson-tab .table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f2f2f2;
}
.panel-lesson-tab .table-striped>tbody>tr:nth-of-type(even) {
    background-color: #FFF;
}
.panel-lesson-tab .table>tbody>tr>td{
    border-color: #EEE;
    border: none;
}
.panel-lesson-tab .table>tbody>tr>td:first-child{
    padding-left: 15px;
}
.panel-lesson-tab .table>tbody>tr>td:last-child{
    padding-right: 15px;
}
.table-grossary>tbody>tr>td{
    padding-left: 15px;
    padding-right: 15px;
}
.border-bottom{
    border-bottom: 1px solid #EEE;
    border: none;
}
.title-font{
    padding: 0 15px 8px 15px;
}
.pad15{
    padding: 15px;
}
.padB0{
    padding-bottom: 0;
}
.marB0{
    margin-bottom: 0;
}
.padT0{
    padding-top: 0;
}
.marT0{
    margin-top: 0;
}
.fb_iframe_widget, #twitter-widget-0{
    vertical-align: top;
}
.cpod-card-top, .lesson-main-content.main-content-area .cpod-card.cpod-card-top {
    margin-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    padding-bottom: 0;
}
.cpod-card-bottom:after{
    content: '';
    background-color: #FFF;
    position: absolute;
    left: 0;
    right: 0;
    top: -1px;
    height: 2px;
}
.cpod-card-bottom, .lesson-main-content.main-content-area .cpod-card.cpod-card-bottom{
    position: relative;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    padding-top: 1px;
}
h3 .icon-tool-tip {
    margin-bottom: 3px;
}
.tooltip .tooltip-inner a {
    color: #fff !important;
    text-decoration: underline;
}
.svg-icon {
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    fill: #000;
}
.icon-md {
    width: 22px;
    height: 22px;
}
.icon-lg {
    width: 32px;
    height: 32px;
}
.icon-hover-red:hover, .icon-hover-red:focus {
    fill: #E1001E;
}

@media(max-width:767px) { /** phones not not tablets **/
    .media-block--mobile {
        display: block;
        margin-top: 25px;
        width: 100%;
    }
}
.form-inline-gutter .form-control,
.form-inline-gutter .btn{
    margin-right:15px;
}
.processing-wrapper{
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    background-color: rgba(0,0,0,0.2);
    opacity: 0.8;
}
.processing-status{
    font-size: 11px;
    color: #FFF;
    background-color: #292929;
    text-align: center;
    padding: 20px 10px;
    border-radius: 4px;
    position: absolute;
    width:220px;
    left:50%;
    margin-left: -110px;
    top:50%
}
.dtt{
    position: absolute;
    left: 0;
    width: 200px;
    padding: 0;
    background: #FFF;
    border: 2px solid #d30000;
    display: none;
    z-index: 100;
    color: #000;
    margin-top: -1px;
    border-radius: 0 14px 14px;
    box-shadow: 2px 3px 10px rgba(0,0,0,0.3);
}
.dtt.dtt-right{
    left: auto;
    right: 0;
    border-radius: 14px 0 14px 14px;
}
.dhtmltooltip-show.touch .dtt{
    display: block;
}
.processing-status .fa{
    vertical-align: middle;
    margin-right: 2px;
}
.dhtmltooltip-show.touch, .dhtmltooltip-show.touch body{
    cursor: pointer;
}
.dhtmltooltip-show #dhtmltooltip{
    position: absolute;
    z-index: 999;
    left: -9999px;
    top: -9999px;
    visibility: hidden;
}
.toolTipHover #dhtmltooltip{
    visibility: visible;
}
#dhtmltooltip .row_1{
    background: transparent url(/images/flashcards--add-to-deck.svg) no-repeat right 8px top 10px scroll;
    background-size: 25px auto;
}
@media (max-width:1199px){
    .dhtmltooltip-show.touch #dhtmltooltip{
        margin-top: -1px;
    }
}

/*course listing design*/
.box-shadow-none,
.box-shadow-none.cpod-card{
    box-shadow: none !important;
}
.main-content-area .cpod-card-course{
    background: transparent;
    padding: 0;
    box-shadow: none;
}
.course-intro{
    display: block;
    display: -webkit-box;
    font-size: 14px;
    line-height: 1.4;
    height: 5.6em;
    overflow: hidden;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.channel-intro{
    height: 7em;
    -webkit-line-clamp: 5;
}
.course-intro p, .course-intro ul, .course-intro ol{
    margin-bottom: 19.6px;
}
.course-lesson-intro{
    display: block;
    font-size: 14px;
    line-height: 1.4;
    height: 1.4em;
    overflow: hidden;
    /* display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;*/
    text-overflow: ellipsis;
    width: 100%;
    white-space: nowrap;
    margin-bottom: 10px;
}
.course-lesson-intro>*{
    text-overflow: ellipsis;
    width: 100%;
    overflow: hidden;
}
.no-label.course-intro{
    height: 7em;
    -webkit-line-clamp: 5;
}
.course-item, .course-lesson-item{
    padding: 15px 20px 20px;
    background-color: #FFF;
    border: 1px solid #ddd;
    position: relative;
    z-index: 9;
    transition: 0.2s ease;
    box-shadow: 0 0 rgba(0,0,0,0);
}
.course-item-detail{
    margin-bottom: 30px;
}
.course-lesson-item, .free-lesson-item{
    padding: 0;
    margin-bottom: 20px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.1);
}
.free-lesson-item{
    background-color: #FFF;
}
.lesson-body{
    padding: 15px;
}
ul.list{
    list-style: none;
    margin: 0;
    padding: 0
}
ul.list li{

}
.course-stack{
    margin-bottom: 30px;
    position: relative;
}
.course-stack:after, .course-stack:before{
    content: '';
    background-color: #FFF;
    border: 1px solid #DDD;
    bottom: -3px;
    height: 4px;
    position: absolute;
    left: 3px;
    right: 3px;
    transition: 0.2s ease;
    box-shadow: 0 0 rgba(0,0,0,0);
}
.course-stack:before{
    bottom: -6px;
    left: 6px;
    right: 6px;
}
.course-stack:hover:before,
.course-stack:hover:after{
    height:7px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.1);
}
.course-stack:hover:after{
    bottom: -6px;
}
.course-stack:hover:before{
    bottom: -12px;
}
.course-stack:hover .course-item{
    box-shadow: 0 1px 2px rgba(0,0,0,0.07);
}
.course-star{
    position: absolute;
    z-index: 90;
    right: 10px;
    top: 10px;
    font-size: 22px;
}
.course-star a{
    color: #FBBC05;
    cursor: pointer;
}
.course-star a:hover{
    color: #f39400;
}
.course-title{
    font-size: 20px;
    font-weight: 300;
    line-height: 1;
    margin: 0 0 15px;

}
.course-title a{
    display: block;
    padding-right: 20px;
    line-height: 1.2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.course-title a:focus{
    text-decoration: none;
}
.course-lesson-heading{
    font-size: 18px;
    font-weight: 300;

    margin: 0;
}
.course-lesson-heading small{
    display: block;
    height: 20px;
    margin-top: 5px;
}
.course-lesson-heading a{
    line-height: 1.2;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}
.course-lesson-heading a:hover{
    color: #E1001E;
}
.course-lesson-heading .label{
    display: inline-block;
    padding: 0.35em 1em .4em;
    font-size: 11px;
}
.course-title a:hover{
    text-decoration: none;
}
.lesson-media{
    margin-bottom: 0;
    position: relative;
}
.lesson-media a{
    display: block;
    height: 0;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    padding-top: 67.5%;
    position: relative;
}
.lesson-media:hover .thumb-overlay{
    opacity: 1;
}
.lesson-media:hover .thumb-play-icon {
    transform: scale(1,1);
}
.course-img-link{
    display: block;
    margin-right: 15px;
    float:left;
    width:auto;
    position:relative;
}
.playlist-overlay{
    position: absolute;
    left:0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 90;
    background: rgba(41, 41, 41,0.5);
    opacity: 0;
    transition: 0.3s ease;
}
.course-img-link:hover>.playlist-overlay{
    opacity: 1;
}
.playlist-overlay>svg{
    fill:#FFF;
    display: block;
    width: 40%;
    height: 40%;
    margin: 30% auto;
    transition: 0.3s ease;
    transform: scale(0.5,0.5);
}
.course-img-link img{
    width:105px;
    height: 105px;
    display: block;
}
.playlist-overlay:hover>svg{
    transform: scale(1,1);
}
.course-body{
    overflow: hidden;
}
.lessons-count{
    font-size: 13px;
    color:#949494;
    font-style: italic;
    display: inline-block;
    margin-top: 3px;
}
.level-show{
    height: 20px;
    margin-bottom: 7px;
}
.btn-show{
    height: 20px;
    margin-bottom: 7px;
}
.btn-show .btn{
    padding-left: 8px;
    padding-right: 8px;
}
.load-more-course{
    min-width: 140px;
}
.more-btn-cont{
    padding-bottom: 30px;
}
.course-hidden{
    display: none;
}
.showAll .course-hidden{
    display: block;
}
.course-lesson-action{
}
.course-lesson-action .btn{
    min-width: 70px;
}
.course-lesson-tags{
    font-size: 12px;
    margin: 3px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.course-lesson-tags i.fa{
    vertical-align: middle;
}
.flex-row{
    display: flex;
    flex-flow: row;
    flex-wrap: nowrap;
}
.flex-col{
    padding-left: 15px;
    padding-right: 15px;
}
.flex-col-s{
    flex:0 0 auto;
}
.flex-col-g{
    flex:1 1 auto;
}
.course-lessons-list{
    margin-left: -10px;
    margin-right: -10px;
}
.course-lesson-col{
    padding-left: 10px;
    padding-right: 10px;
}
.chanel-detail-action{
}
.lesson-img-aspect{
    height: 0;
    padding-top: 62.962962%;
    overflow: hidden;
}
.lesson-img-aspect>img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
}
.chanel-item-detail{
    margin-bottom: 20px;
}
.course-lesson-container .pagination{
    margin: 0 0 20px 0;
}
.channel-star-cont{
    display: block;
    position: absolute;
    right: 0;
    top: 0;
}
.channel-star {
    position: absolute;
    z-index: 90;
    right: 10px;
    top: 10px;

    color: #FBBC05;
    cursor: pointer;
}
.channel-star:hover{
    color: #f39400;
}
.channel-star i{
    font-size: 22px;
}
.no-result {
    display:none;
    text-align: center;
    margin-bottom: 20px;
}
.page-header-free{
    margin-top: 0;
    padding-top: 10px;
}
@media (max-width:767px){
    .sm-block{
        display: block;
    }
    .course-lessons-list{
        margin-left: -5px;
        margin-right: -5px;
    }
    .course-lesson-col{
        padding-left: 5px;
        padding-right: 5px;
    }
    .course-lesson-item{
        margin-bottom: 10px;
        padding: 0;
    }
    .lesson-body{
        padding: 10px;
    }
    .lesson-media {
        margin-bottom: 0;
    }
    .course-item-detail {
        margin-bottom: 10px;
        padding: 10px
    }
    .course-lesson-heading {
        font-size: 16px;
        font-weight: 400;
        margin: 0;
    }
    /* .course-lesson-container{
         overflow: hidden;
     } */
    .course-item-detail .img-thumbnail{
        padding: 0;
        border: 0;
        border-radius: 0;
    }
    .course-item-detail-header{
        margin-bottom: 10px;
    }
    .course-item-detail-header .h4{
        margin-top: 5px;
    }
    .course-item-detail-header .h5{
        font-size: 14px;
    }
    .course-item-detail-header .flex-col {
        padding-left: 5px;
        padding-right: 5px;
    }
    .course-item-detail-header {
        margin-left: -5px;
        margin-right: -5px;
    }
    .mca-fit{
        padding-left: 3px;
        padding-right: 3px;
        overflow: hidden;
    }
    .cpod-card-free {
        margin: 0 3px 10px;
    }
    .pagination li:first-child a, .pagination li:last-child a{
        display: none;
    }
    .row_1 {
        padding-right: 60px;
    }
    .page-header-free {
        padding-top: 15px;
        font-size: 24px;
        padding-bottom: 15px;
        line-height: 35px;
    }
}
@media (min-width:768px) and (max-width:991px){
    .col-course:nth-child(2n+1){
        clear: both;
        float:left;
    }
}
@media (min-width:992px){
    .col-course:nth-child(3n+1){
        clear: both;
        float:left;
    }

}
@media (min-width:1200px) and (max-width:1399px){
    .course-img-link img{
        width:86px;
        height: 86px;
    }
    .course-intro{
        height: 4.2em;
        -webkit-line-clamp: 3;

    }
    .channel-intro{
        height: 5.6em;
        -webkit-line-clamp: 4;

    }
    .no-label.course-intro{
        height: 5.6em;
        -webkit-line-clamp: 4;
    }
}
@media (min-width:992px) and (max-width:1199px){
    .course-item{
        padding: 15px;
    }
    .course-title{
        font-size: 17px;
    }
    .lessons-count{
        display: block;
    }
    .course-img-link img{
        width:66px;
        height: 66px;
    }
    .course-intro{
        height: 2.8em;

        -webkit-line-clamp: 2;

    }
    .channel-intro{
        height: 4.2em;
        -webkit-line-clamp: 3;

    }

    .no-label.course-intro{
        height: 4.2em;
        -webkit-line-clamp: 3;
    }
    #footer .social a {
        border-radius: 50%;
        font-size: 16px;
        height: 30px;
        width: 30px;
        line-height: 30px;
    }
    #footer .social a .fa{
        line-height: 28px;
    }

}
@media (min-width:768px) and (max-width:991px){
    .course-lesson-col:nth-child(2n+1){
        clear: both;
        float:left;
    }
}
@media (min-width:992px) and (max-width:1199px){
    .course-lesson-col:nth-child(3n+1){
        clear: both;
        float:left;
    }
}
@media (min-width:1200px) and (max-width:1599px){
    .course-lesson-col:nth-child(4n+1){
        clear: both;
        float:left;
    }
}
@media (min-width:1600px) and (max-width:2159px){
    .course-lesson-col:nth-child(4n+1){
        clear: both;
        float:left;
    }
}
@media (min-width:2160px){
    .course-lesson-col{
        width: 20%;
    }
    .course-lesson-col:nth-child(5n+1){
        clear: both;
        float:left;
    }
}



/* Free Lessons Box on Dashboard */
a.free-wdgt-ug-btn {
    position: absolute;
    bottom: 30px;
    right: 15px;
    text-decoration: none;
    padding: 5px 15px;
    width: 200px;
}
@media (max-width: 767px) {
    a.free-wdgt-ug-btn {
        position: static;
    }
}
li[data-title='freeLessonWidget'] {
    position: relative;
}
#btnLoadMoreFree {
    margin-bottom: 20px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    padding: 2px 12px;
}
#btnLoadMoreFree:hover,
#btnLoadMoreFree:focus,
#btnLoadMoreFree:active {
    background: #E1001E;
    color: #fff;
    outline: none;
    border-color: #E1001E;
}

.badge-container-free h5 {
    font-size: 20px;
    font-weight: 300;
}
.badge-container-free span {
    display: inline-block;
    padding: 2px 6px;
    background: #777777;
    color: #fff;
    font-size: 13px;
    margin: 2px;
    position: relative;
    padding-right: 23px;
}
.badge-container-free span a {
    color: #fff;
}
.badge-container-free span.fbadge-newbie {
    background: #2487C1;
}
.badge-container-free span.fbadge-elementary {
    background: #00cc66;
}
.badge-container-free span.fbadge-pre-intermediate {
    background: #F7B500;
}
.badge-container-free span.fbadge-intermediate {
    background: #ff6600;
}
.badge-container-free span.fbadge-upper-intermediate {
    background: #E1001E;
}
.badge-container-free span.fbadge-advanced {
    background: #a03cab;
}
.badge-container-free span.fbadge-media {
    background: #003333;
}
@media (max-width: 2789px) {
    #recommendedLessons .lesson-block:nth-child(n+5),
    #randomQingWen .lesson-block:nth-child(n+5)
    {
        display: none;
    }
}
@media (min-width: 2790px) {
    .lesson-block:nth-child(4n+1) {
        clear: none;
        float: left;
    }
    .lesson-block[class*="col-"]{
        width: 16.666666666666666666666666666667%;
    }
    .lesson-block:nth-child(6n+1) {
        clear: both;
        float: left;
    }
    .icons-vertical .lesson-icon, .icons-vertical .thumb-studied-icon {
        height: 30px;
    }
}



.banner-ad-container {
    margin-bottom: 15px;
}
#lessonLeftSidebar .panel-default .panel-heading h3{
    padding-left: 45px;
}
