@font-face {
    font-family: 'Avenir';
    src: url('../../../fonts/Avenir.otf') format("opentype"),
    url('../../../fonts/Avenir-Light.eot') format('eot'),
    url('../../../fonts/Avenir-Light.ttf') format('ttf'),
    url('../../../fonts/Avenir-Light.woff') format('woff'),
    url('../../../fonts/Avenir-Light.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

/** Segoe **/
@font-face {
    font-family: 'segoepr';
    src: url('../../../fonts/segoepr.ttf') format("opentype");
    font-weight: normal;
    font-style: normal;
}

body {
    background: #F6E6EE;
    font-family: Avenir, sans-serif;
    overflow-x: hidden;
}

header {
    background: #EADAE3;
    margin: 0;
    width: 100%;
    height: 130px;
    border-bottom: 5px solid #fff;
    z-index: 2;
    text-align: center;
    padding: 10px 0 0 0;
}

.header-left {
    position: absolute;
    top: 35px;
    left: 0;
    line-height: .5em;
    font-size: .8em;
    text-align: left;
}

.header-right {
    position: absolute;
    top: 35px;
    right: 0;
    line-height: .8em;
    text-align: left;
}

.content {
    margin: 1% 0 5% 0;
    width: 100%;
    position: relative;
    text-align: center;
}

.content h1 {
    color: #2E152C;
    font-size: 1.5em;
    line-height: 1.5em;
    border-bottom: 3px solid #eadae3;
    padding-bottom: 10px;
    width: 80%;
    margin: 35px auto;
}

.content h2 {
    color: #2E152C;
    font-size: 1.1em;
    line-height: 1.5em;
    border-bottom: 3px solid #990026;
    padding-bottom: 10px;
    width: 80%;
    margin: 0 auto 15px auto;
}

.content h3 {
    color: #2E152C;
    font-size: 1em;
}

.content p {
    text-align: justify;
}

.top-progress {
    background: #8E4899;
    margin: 0 auto 2% auto;
    width: 27%;
    border: 1px solid #8E4899;
    border-radius: 10px;
    padding: 5px;
}

.top-progress h3 {
    display: inline;
    font-size: 1.1em;
    color: #fff;
}


.top-progress .current {
    background: #fff;
    color: #346531;
}

.top-progress .passed {
    background: #67c15e;
    color: #fff;
    border: 1px solid #67c15e;
}

footer {
    width: 100%;
    height: 55px;
    position: fixed;
    bottom: 0;
    left: 0;
    margin: 0;
    border-top: 5px solid #fff;
    background: #D1AACF;
    z-index: 90000;
}

.md-modal {
    width: 700px;
}

.md-content {
    color: #373737;
    background: #EFDDFF;
    position: relative;
    margin: 0 auto;
    border: 2px #672862 solid;
    border-radius: 7px;
    font-family: Avenir, Tahoma, sans-serif;
    z-index: -5;

}

.md-content h3 {
    margin: 0;
    padding: 0.3em;
    text-align: center;
    font-size: 1.2em;
    opacity: 1;
    background: #672862;
    border-radius: 3px 3px 0 0;
    color: #fff;
}


/* Scroll */
.is-define-scroll {
    position: fixed;
    right: 3%;
    top: 50%;
    z-index: 100;
    display: none;
    cursor: pointer;
}

/* Preloader */
.fakeloader {
    z-index: 100000000;
}

.container {
    display: none;
}

.img_s {
    position: relative;
    top: 15px;
    left: 10px;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

#next {
    cursor: pointer;
}

.all {
    width: 80%;
}


.main-topic-guide {
    margin: 1% auto 3% auto;
    width: 48%;
    border: #672862 2px solid;
    border-radius: 10px;
    padding: 0 20px;
    background: #fff;
    color: #672862;
    font-size: 1.2em;
    text-align: justify;
}


.list_s {
    float: left;
    text-align: left;
    margin-left: 30px;
}

.list_s li {
    text-align: left;
    margin-bottom: 40px;
    margin-left: 20px;
}

.list_s b {
    opacity: 0;
    margin-top: 15px;
}


.list_s div {
    margin-top: 10px;
    margin-bottom: 10px;
}

.list_s a {
    cursor: pointer;
}

#img_1, #img_2, #img_3, #img_4, #img_5, #img_6, #img_7, #img_8, #img_9, #img_10, #img_11, #img_12, #img_13, #img_14, #img_15, #img_16 {
    position: relative;
    left: 30px;
}

.li_1, .li_2, .li_3, .li_4, .li_5, .li_6, .li_7, .li_8, .li_9, .li_10, .li_11, .li_12, .li_13, .li_14, .li_15, .li_16 {
    opacity: 0;
    display: none;
    margin-bottom: 80px !important;
}


.example {
    font-size: 1em;
    font-weight: normal;
    line-height: 1.1em;
    border-left: 4px solid #672862;
    padding-left: 10px;
    margin: 25px 0 20px 25px !important;
}

.list_s .title {
    font-size: 1.3em;
    font-weight: bold;
    color: #672862;
}

.line-through {
    text-decoration: line-through;
}

.board {
    text-align: justify;
}

.red {
    color: #dc4a4a;
}

.divider {
    border-bottom: 2px solid #bbb;
    padding-top: 8px;
    margin-bottom: 10px;
}

.green {
    color: #A5DC86;
    font-size: 1.03em;
}

.bg {
    background: rgba(239, 239, 239, 1);
    padding: 2px 4px;
    border-radius: 5px;
}


.main-topic {
    margin: 1% auto 3% auto;
    width: 62%;
    border: #672862 2px solid;
    border-radius: 10px;
    padding: 0 20px;
    background: white;
    color: #672862;
    font-size: 1.2em;
    text-align: justify;
}

.tick-bottom {
    margin-bottom: -5px;
}

.scroll-progress {
    position: fixed;
    top: 0;
    z-index: 1000000000000000000;
    width: 100%;
    background-color: #f1f1f1;
}

/* The progress container (grey background) */
.progress-container {
    width: 100%;
    height: 5px;
    background: #ccc;
}

/* The progress bar (scroll indicator) */
.progress-bar {
    height: 8px;
    background: #DBE693;
    width: 0%;
    transition: width 3s;
}

a letter {
    color: inherit;
}

letter {
    display: inline-block;
    white-space: pre;
    background: none;
    transition: .4s;
}

letter.initial {
    opacity: 0;
    text-shadow: 0 0 9px;
    color: #FFF;
    -webkit-transform: scale(8);
    -webkit-transform-origin: 150% 50%;
    transform: scale(8);
    transform-origin: 150% 50%;
}

.credit {
    position: absolute;
    bottom: 10px;
    left: 10px;
    padding: 10px 20px;
    color: #777;
    font-size: 11px;
    text-align: center;
    background: #EEE;
    border-radius: 10px;
}

#one {
    text-align: left;
    width: 70%;
    min-width: 500px;
    margin: 50px auto;
}

#next {
    cursor: pointer;
}

.vocab-btn {

    background: #44af92;
    box-shadow: 10px 10px 5px #888888;
    color: #fdf3f2
}

.dev-btn {
    background: #ca66a6;
    box-shadow: 10px 10px 5px #888888;
    color: #fdf3f2
}

.str-btn {
    background: #f8d04d;
    box-shadow: 10px 10px 5px #888888;
    color: #fdf3f2
}

.main-buttons {
    float: right;
    width: 55%;
    margin-top: 45px;
}

.pencil {
    float: left;
    width: 45%;
    position: relative;
    left: 100px
}

.example-word-use {
    line-height: 25px;
}

a {
    color: #557d38;
    text-decoration: none;
    outline: none;
}

.fa {
    font-size: 24px;

}

.tooltip-content {
    position: absolute;
    background: url(../../../img/course/exam-criteria/shape1.svg) no-repeat center bottom;
    background-size: 100% 100%;
    z-index: 9999;
    width: 100px;
    bottom: 100%;
    left: 50%;
    margin-left: -50px;
    padding: 30px 20px;
    font-size: large;
    text-align: center;
    color: #fff;
    opacity: 0;
    cursor: default;
    line-height: 1;
    pointer-events: none;
    font-family: 'Kalam', cursive;
    -webkit-transform: scale3d(0.1, 0.2, 1);
    transform: scale3d(0.1, 0.2, 1);
    -webkit-transform-origin: 50% 120%;
    transform-origin: 50% 120%;
    -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
    transition: opacity 0.4s, transform 0.4s;
    -webkit-transition-timing-function: ease, cubic-bezier(0.6, 0, 0.4, 1);
    transition-timing-function: ease, cubic-bezier(0.6, 0, 0.4, 1);
}

.tooltip-content::after {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    left: 50%;
    margin-left: -8px;
    top: 100%;
    background: #62af45;
    -webkit-transform: translate3d(0, -60%, 0) rotate3d(0, 0, 1, 45deg);
    transform: translate3d(0, -60%, 0) rotate3d(0, 0, 1, 45deg);
}


.tooltip:hover .tooltip-content {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

.tooltip i {
    position: relative;
    top: 5px;
}


.tooltip3 {
    display: inline;
    position: relative;
    z-index: 999;
}


.title-tooltip3 {
    color: #50494f !important;
    font-size: smaller !important;
}

.title-tooltip4 {
    color: #50494f !important;
    font-size: 12px !important;
    font-style: italic;
    font-weight: bold;
}

/* Trigger text */

.tooltip3-item {
    background: #a7999c;
    display: inline-block;
    padding: 0 6px;
    border-radius: 5px;
    font-size: 1em;
    line-height: 1.44em;
}

/* Gap filler */

.tooltip3-item::after {
    content: '';
    position: absolute;
    width: 360px;
    height: 20px;
    bottom: 100%;
    left: 50%;
    pointer-events: none;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.tooltip3:hover .tooltip3-item::after {
    pointer-events: auto;
}

/* Tooltip */

.tooltip3-content {
    position: absolute;
    z-index: 9999;
    min-width: 210px;
    width: auto !important;
    margin: 0 0 20px 0;
    bottom: 100%;
    text-align: left;
    font-size: 1.5em;
    line-height: 1.7;
    box-shadow: -5px -5px 15px rgba(127, 127, 127, 0.2);
    background: #a7999c;
    opacity: 0;
    cursor: default;
    pointer-events: none;
    border-radius: 4px;
    padding: 10px;
}

.tooltip3-effect-1 .tooltip3-content {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
}

.tooltip3-effect-2 .tooltip3-content {
    -webkit-transform-origin: 50% calc(100% + 10px);
    transform-origin: 50% calc(100% + 10px);
    -webkit-transform: perspective(1000px) rotate3d(1, 0, 0, 45deg);
    transform: perspective(1000px) rotate3d(1, 0, 0, 45deg);
    -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
    transition: opacity 0.2s, transform 0.2s;
}

.tooltip3-effect-3 .tooltip3-content {
    -webkit-transform: translate3d(0, 10px, 0) rotate3d(1, 1, 0, 25deg);
    transform: translate3d(0, 10px, 0) rotate3d(1, 1, 0, 25deg);
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
}

.tooltip3-effect-4 .tooltip3-content {
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transform: scale3d(0.7, 0.3, 1);
    transform: scale3d(0.7, 0.3, 1);
    -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
    transition: opacity 0.2s, transform 0.2s;
}

.tooltip3-effect-5 .tooltip3-content {
    width: 180px;
    margin-left: -50px;
    -webkit-transform-origin: 50% calc(100% + 6em);
    transform-origin: 50% calc(100% + 6em);
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
    -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
    transition: opacity 0.2s, transform 0.2s;
    -webkit-transition-timing-function: ease, cubic-bezier(.17, .67, .4, 1.39);
    transition-timing-function: ease, cubic-bezier(.17, .67, .4, 1.39);
}

.tooltip3:hover .tooltip3-content {
    pointer-events: auto;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0);
    transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0);
}

.tooltip3.tooltip3-effect-2:hover .tooltip3-content {
    -webkit-transform: perspective(1000px) rotate3d(1, 0, 0, 0deg);
    transform: perspective(1000px) rotate3d(1, 0, 0, 0deg);
}

/* Arrow */

.tooltip3-content::after {
    content: '';
    top: 100%;
    left: 50%;
    border: solid transparent;
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: transparent;
    border-top-color: #7f7f7f;
    border-width: 10px;
    margin-left: -10px;
}

/* Tooltip content*/

.tooltip3-content img {
    position: relative;
    height: 170px;
    display: block;
    float: left;
    margin-right: 1em;
}

.tooltip3-text {
    font-size: 0.68em;
    line-height: 1.35;
    display: block;
    padding: 1.31em 1.21em 1.21em 0;
    color: #fff;
}

.tooltip3-effect-5 .tooltip3-text {
    padding: .7em;
}

.tooltip3-text a {
    font-weight: bold;
}

.eye {
    position: relative;
    bottom: 3px;
    font-size: small;
}

.border-grammar {
    margin: -30px 0 0 30px;
    padding: 30px;
    border: 1px #50494f solid !important;
    border-radius: 17px;
    background-color: #faffd1;
}

.instead {
    color: orange;
    font-size: 1.06em;
    font-weight: 700;
}

.write {
    color: green;
    font-size: 1.06em;
    font-weight: 700;
}


.dummy {
    pointer-events: auto;
}

.response-icon {
    display: none !important;
}

.footer-lesson-image, .footer-answer-image, .footer-tip-image {
    width: 75% !important;
}

.md-effect-8 {
    top: 35% !important;
}


.button--wayra:hover {
    border-color: white;
    color: white !important;
}


.button--wayra.button--inverted:hover {
    border-color: #672862;
}

.button--wayra:hover::before {
    background-color: #672862;

}

.button--wayra.button--inverted:hover::before {
    background-color: #fff;
}


.topic-btn {
    background: #f8d04d;
    box-shadow: 10px 10px 5px #888888;
    color: #fdf3f2
}

.planning-btn {
    background: #ca66a6;
    box-shadow: 10px 10px 5px #888888;
    color: #fdf3f2
}

.vocab-btn {
    background: #44af92;
    box-shadow: 10px 10px 5px #888888;
    color: #fdf3f2
}

.gra-btn {
    background: #f87e4d;
    box-shadow: 10px 10px 5px #888888;
    color: #fdf3f2
}

.punc-btn {
    background: #f84d7b;
    box-shadow: 10px 10px 5px #888888;
    color: #fdf3f2
}

.time-btn {
    background: #4da0f8;
    box-shadow: 10px 10px 5px #888888;
    color: #fdf3f2
}

.main-buttons-general-tips {
    margin-top: 0;
}

.pencil-general-tips {
    margin-top: 40px;
    margin-left: 0;

}

.border-none {
    border: none !important;
}

.left-move-3 {
    position: relative;
    right: 40px;
}

.overflow-y-none {
    overflow-y: scroll !important;
}


.title {
    color: #dbe693;
    font-size: 1.12em;
    font-weight: 500;
    font-style: italic;
}

.green2 {
    color: #62af45;
    font-size: 1.06em;
    font-weight: bold;
}

.red {
    color: #dc4a4a;
    font-weight: 600;
}

.divider {
    border-top: 2px solid grey;
    padding-top: 5px;
    margin: 0 auto;
}

.segoepr {
    font-family: segoepr;
}

.download {
    text-align: center;
    font-size: 1.5em;
    color: #6d756b;
}

table {
    margin: 0 auto;
    margin-bottom: 3em;
    background: #a7999c;
    width: 60%;
    font-size: small;
}


th {
    padding: 15px;
    text-align: left;
}

td {
    padding: 1em 2em;
    text-align: left;
}

.menu-wrap {
    background: #efddff !important;

}

.practice-button {
    background: #ca66a6;
    box-shadow: 10px 10px 5px #888888;
    color: #fdf3f2
}

.container {
    background: transparent !important;
    min-height: 100%;
}

a {
    color: white;
}

a:hover {
    color: #672862;
}

a:active {
    color: #672862;
}

.nav-tabs .nav-item a.active {
    border-bottom: none;
}

.top-progress ul {
    list-style: none;
    display: inline;
    margin-left: -25px;
}

.nav-tabs {
    border-bottom: none;
}

.top-progress ul li {
    display: inline-block;
    font-size: .9em;
    border: 1px solid #BC96BC;
    border-radius: 6px;
    margin: 0 1px;
    background: #BC96BC;
    color: #fff;
}

.button--wayra {
    color: #672862 !important;
}

.voucher {
    position: relative;
    -webkit-transition: -webkit-transform 1s ease-in-out;
    -moz-transition: -moz-transform 1s ease-in-out;
    transition: transform 1s ease-in-out;
    box-shadow: 10px 10px 5px #888888;
}

.voucher:hover {
    transform: rotate(15deg) scale(1.1, 1.1) translate(10px, 10px);
    -moz-transform: rotate(15deg) scale(1.1, 1.1) translate(10px, 10px);
    -webkit-transform: rotate(15deg) scale(1.1, 1.1) translate(10px, 10px);
}

.disabled_voucher {
    opacity: 0.4;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -o-transform: none !important;
    transform: none !important;
}


/* Mobile */
@media only screen and (max-width: 479px) {
    .header-left img {
        display: none;
    }

    .header-right img {
        display: none;
    }

    .top-progress {
        margin: 0 auto 5% auto;
        width: 80%;
        padding: 5px;
    }

    .menu-button {
        width: 2em;
        height: 2em;
    }

    .show-menu .menu-wrap {
        width: 200px !important;
        height: 280px !important;
    }


    .md-modal {
        width: 85% !important;
    }

    .md-effect-7 {
        left: 135% !important;
    }

    .topic_text {
        width: 80% !important;
    }


    .pencil {
        float: left;
        width: 35%;
        position: static;
    }

    .footer-lesson-image, .footer-answer-image, .footer-tip-image {
        width: 35% !important;
    }

}

/* Tablet */
@media only screen and (min-width: 480px) and (max-width: 767px) {

    .header-left img {
        display: none;
    }

    .header-right img {
        display: none;
    }

    .top-progress {
        margin: 3% auto 5% auto;
        width: 85% !important;
    }


    footer {
        height: 50px;
    }

    .menu-button {
        width: 2em;
        height: 2em;
    }

    .show-menu .menu-wrap {
        width: 200px !important;
    }

    .md-modal {
        width: 75% !important;
    }

    .md-effect-7 {
        left: 125% !important;;
    }

    .topic_text {
        width: 85% !important;
    }

    .pencil {
        float: left;
        width: 35%;
        position: static;
    }

    .footer-lesson-image, .footer-answer-image, .footer-tip-image {
        width: 45% !important;
    }

}

/* Larger than tablet */
@media only screen and (min-width: 768px) and (max-width: 999px) {


    .header-left img {
        display: none;
    }

    .header-right img {
        display: none;
    }

    .top-progress {
        margin: 3% auto 5% auto;
        width: 85%;
    }

    .md-modal {
        width: 55% !important;
    }

    .md-effect-7 {
        left: 90% !important;
    }

    .topic_text {
        width: 85% !important;
    }


}

/* Larger than desktop */
@media (min-width: 1000px) {

    .top-progress {
        width: 85%;
    }

    .md-effect-7 {
        left: 50% !important;
        width: 30% !important;
    }

}

/* Larger than Desktop HD */
@media only screen and (min-width: 1000px) and (max-width: 1169px) {
}


@media (max-width: 700px) {

    table {
        width: 100%;
        font-size: smaller;
    }

}

td.err {
    background-color: #c4bbbd;
    color: #fff;
    font-size: 0.75em;
    text-align: center;
    line-height: 1;
}

th {
    background-color: #443B3D;
    font-weight: bold;
    color: #fff;
}

tbody th {
    background-color: #2ea879;
}

tbody tr:nth-child(2n-1) {
    background-color: #c4bbbd;
    transition: all .125s ease-in-out;
}

tbody tr:hover {
    background-color: rgba(129, 208, 177, .3);
}

@media all and (max-width: 600px) {


    td, th {
        padding: 10px;
        text-align: left;
        font-size: smaller;
    }

    td, th {
        border-left: solid 1px #a4fedb;
    }

    table {
        width: 100%;
    }
}



