/* Custom Style
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/** Avenir **/
@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: url(../../../img/course/vocabulary/bg-content.jpg) #f1f9e0;;
    font-family: Avenir, sans-serif;
    overflow-x: hidden;
}

header {
    background: url(../../../img/course/vocabulary/bg-header.jpg);
    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: #20654e;
    font-size: 1.1em;
    line-height: 1.5em;
    border-bottom: 3px solid #A7CE97;
    padding-bottom: 10px;
    width: 80%;
    margin: 35px auto;
}

.content h2 {
    color: #20654e;
    font-size: 1.3em;
    line-height: 1.5em;
    border-bottom: 3px solid #A7CE97;
    padding-bottom: 10px;
    width: 80%;
    margin: 0 auto 15px auto;
}

.content h3 {
    color: #20654e;
    font-size: 1em;
}

.content p {
    text-align: justify;
}

.top-progress {
    background: #44af92;
    margin: 0 auto 2% auto;
    width: 27%;
    border: 1px solid #a7ce97;
    border-radius: 10px;
    padding: 5px;
}

.top-progress h3 {
    display: inline;
    font-size: 1.1em;
    color: #fff;
}

.top-progress ul {
    list-style: none;
    display: inline;
    margin-left: -25px;
}

.top-progress ul li {
    display: inline-block;
    font-size: .9em;
    border: 1px solid #a7ce97;
    border-radius: 5px;
    padding: 3px 9px;
    margin: 0 1px;
    background: #a7ce97;
    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: url(../../../img/course/vocabulary/bg-footer.jpg);
    z-index: 90000;
}

.no-cursor {
    cursor: auto;
}

.md-modal {
    width: 700px;
}

.answer-letter {
    font-weight: bold;
    cursor: pointer;
    font-style: italic;
    color: #44AF92 !important;
    margin: 0 5px 0 5px;
}

.answer:hover {
    color: #aaa;
}

.typed-cursor {
    opacity: 0;
}

.links {
    margin: 20px 0;
    font-size: 0.75em;
    text-align: center;
}

.line-through {
    text-decoration: line-through !important;
}


.md-content {
    color: #373737;
    background: #A7CE97;
    position: relative;
    margin: 0 auto;
    border: 2px #44AF92 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: #44AF92;
    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 {
    margin: 1% auto 3% auto;
    width: 48%;
    border: #c7d37a 2px solid;
    border-radius: 10px;
    padding: 0 20px;
    background: #fff;
    color: #557d38;
    font-size: 1.2em;
    text-align: justify;
    line-height: 22px;
}

.main-topic-guide {
    margin: 1% auto 3% auto;
    width: 48%;
    border: #c7d37a 2px solid;
    border-radius: 10px;
    padding: 0 20px;
    background: #fff;
    color: #557d38;
    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 #557d38;
    padding-left: 10px;
    margin: 25px 0 20px 25px !important;
}

.list_s .title {
    font-size: 1.3em;
    font-weight: bold;
    color: #346531;
}


.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: 48%;
    border: #c7d37a 2px solid;
    border-radius: 10px;
    padding: 0 20px;
    background: #A7CE97;
    color: #557d38;
    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: #A7CE97;
    width: 0%;
    transition: width 3s;
}

a letter {
    color: inherit;
}

letter {
    display: inline-block;
    background: none;
    transition: 0.01s;
    white-space: pre;
}

letter.initial {
    opacity: 0;
    text-shadow: 0 0 1px;
    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;
}


#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;
}


.footer-lesson-image, .footer-answer-image, .footer-tip-image {
    width: 75% !important;
}

.md-effect-8 {
    top: 35% !important;
}

.button--wayra:hover {
    border-color: #A7CE97;
}


.button--wayra.button--inverted:hover {
    border-color: #A7CE97;
}

.button--wayra:hover::before {
    background-color: #A7CE97;

}

.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: #A7CE97;
    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;
}

.link-list {
    padding: 0 !important;

}

.menu-wrap {
    background: #A7CE97 !important;
}

.page-pointer {
    font-style: italic;
    font-weight: bold;
    text-align: justify;
    font-size: larger;
}


word {
    display: inline-block;
}

a letter {
    color: inherit;
}


letter.initial {
    opacity: 0;
    text-shadow: 0 0 9px;
    color: black;
    -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-apology, #two-apology, #three-apology, #four-apology, #five-apology, #six-apology, #seven-apology,
#one-ask-give, #two-ask-give, #three-ask-give, #four-ask-give, #five-ask-give, #six-ask-give, #seven-ask-give,
#eight-ask-give, #nine-ask-give, #ten-ask-give, #eleven-ask-give, #twelve-ask-give, #one-request, #two-request,
#three-request, #four-request, #five-request, #six-request, #seven-request, #eight-request, #nine-request, #ten-request,
#eleven-request, #twelve-request, #thirteen-request, #fourteen-request, #one-job, #two-job, #three-job, #four-job,
#five-job, #six-job, #seven-job, #eight-job, #nine-job, #one-complaint, #two-complaint, #three-complaint, #four-complaint, #five-complaint, #six-complaint, #seven-complaint, #eight-complaint, #nine-complaint, #ten-complaint,
#eleven-complaint, #twelve-complaint, #one-informal, #two-informal, #three-informal, #four-informal,
#five-informal, #six-informal, #seven-informal, #eight-informal, #nine-informal, #ten-informal, #eleven-informal,
#twelve-informal, #thirteen-informal, #fourteen-informal, #fifteen-informal, #sixteen-informal, #seventeen-informal {
    display: none;
}

.page-question {
    text-align: justify;
    border-bottom: none !important;
}


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);
}


.expressions {
    position: relative !important;
    left: 20%;
    margin-top: 50px;
    margin-right: 10% !important;

}

.expression-example {
    position: relative !important;
    line-height: 30px;
    margin-left: 20px;
}

.tooltip-comic a {
    color: black;
    background: #A7CE97;
    display: inline-block;
    padding: 0 6px;
    border-radius: 5px;
    font-size: 1em;
    line-height: 1.44em;
}


.example-title-voc {
    font-size: large;
    color: #81B055;
}

.answer {
    font-weight: bold;
    text-decoration: underline;
    cursor: pointer;
}

.answered {
    font-weight: bold;
    cursor: pointer;
}

.answer:hover {
    color: #aaa;
}


.typed-cursor {
    opacity: 0;
}

.links {
    margin: 20px 0;
    font-size: 0.75em;
    text-align: center;
}

#one-apology i, #two-apology i, #three-apology i, #four-apology i,
#five-apology i, #six-apology i, #seven-apology i {
    font-size: 15px;
    margin-right: 7px;
}

.explanation-answer {
    font-style: italic;
    font-size: smaller;
}

.help {
    cursor: help;
    text-decoration-line: underline;
    text-decoration-style: wavy;
    text-decoration-style: -moz-wavy;
    text-decoration-color: #b0adc5;
}

.font-smaller {
    font-size: smaller;
}

.three-d-shadow {
    text-shadow: 2px 8px 6px,
    0px -5px 35px;
}


/*.hid*/
.true {
    background-color: green !important
}

.wrong {
    background-color: red !important
}


.cd-dropdown,
.cd-select {
    position: relative;
    width: 360px;
    margin: 20px auto;
    display: block;
}

.cd-dropdown > span {
    height: 55px;
    line-height: 55px;
    color: #999;
    font-weight: 700;
    font-size: 16px;
    background: #fff;
    display: block;
    padding: 0 50px 0 00px;
    position: relative;
    cursor: pointer;
    border-radius: 8px;
}

.cd-dropdown > span:after {
    content: '\25BC';
    position: absolute;
    right: 0px;
    top: 15%;
    width: 50px;
    text-align: center;
    font-size: 12px;
    padding: 5px;
    height: 70%;
    line-height: 24px;
    border-left: 1px solid #ddd;
}

.cd-dropdown.cd-active > span:after {
    content: '\25B2';
}

.cd-dropdown ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: block;
    position: relative;
}

.cd-dropdown ul li {
    display: block;
}

.cd-dropdown ul li span {
    width: 80%;
    background: #fff;
    line-height: 55px;
    padding: 0 30px 0 75px;
    display: block;
    color: #555;
    cursor: pointer;
    font-weight: 700;
}

.cd-dropdown > span,
.cd-dropdown ul li span {
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


/* Select fallback styling */
.cd-select {
    border: 1px solid #97D1BC;
}


.cd-dropdown > span,
.cd-dropdown ul li:nth-last-child(-n+3) span {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.cd-dropdown ul {
    position: absolute;
    top: 0px;
    width: 10%;
}

.cd-dropdown ul li {
    position: absolute;
    width: 10%;
}

.cd-active.cd-dropdown > span {
    color: #97d1bc;
}

.cd-active.cd-dropdown > span,
.cd-active.cd-dropdown ul li span {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.cd-active.cd-dropdown ul li {
    -webkit-transform-origin: -200% 50%;
    -moz-transform-origin: -200% 50%;
    -o-transform-origin: -200% 50%;
    -ms-transform-origin: -200% 50%;
    transform-origin: -200% 50%;
}

.cd-active.cd-dropdown ul li span {
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -ms-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
}

.cd-active.cd-dropdown ul li span:hover {
    background: #97D1BC;
    color: #fff;
}

.cd-active.cd-dropdown ul li {
    top: 0 !important;
}


.question1 {
    width: 65%;
    margin: 0 auto;
    position: relative;
    top: 10px;
    opacity: 0;

}

.question2 {
    width: 65%;
    margin: 0 auto;
    position: relative;
    top: 50px;
    display: block;
}

.question22 {
    width: 65%;
    margin: 0 auto;
    position: relative;
    top: 50px;
    display: block;
}

.question3 {
    width: 65%;
    margin: 0 auto;
    position: relative;
    top: 50px;
    display: block;
}

.question4 {
    width: 65%;
    margin: 0 auto;
    position: relative;
    top: 130px;
    display: block;
}

.question5 {
    width: 65%;
    margin: 0 auto;
    position: relative;
    top: 50px;
    display: block;
}

.question6, .question7, .question8 {
    width: 65%;
    margin: 0 auto;
    position: relative;
    top: 50px;
    display: block;
}

.left-left1 {
    float: left;
    width: 50%;
}

.right-right1 {
    float: left;
    width: 50%;
}

.img-answer1 {
    position: relative;
    top: -60px;
    right: -160px;
    width: 30px;
    height: 30px;
    z-index: 10000
}

.img-answer1:hover {
    cursor: pointer;
}

.text-1 {
    width: 95%;
    height: 60px;
    background: #fff;
    color: #555;
    position: relative;
    top: 20px;
    border-radius: 8px;
}

.img-answer1 {
    right: -220px;
    width: 25px;
    height: 25px;
}

.ansers1 {
    position: relative;
    top: 20px;
    width: 90%;
    height: 60px;
    float: right;
    border-radius: 8px;
    color: #fff;
}

.correct {
    background: green;
}

.leftAlign {
    text-align: left;
}


.text-write {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    text-align: justify;
    font-size: 16px;
    line-height: 30px;
    background-color: rgb(167, 206, 151, 0.5);
    padding: 10px;
    border-radius: 10px/30px;
}

.space-bottom {
    height: 300px;
}

#question22, #questionp3 {
    top: 100px !important;
}

.informality {
    font-size: small;
    border-left: 2px solid white;
    padding: 5px;
}

.dr-br {
    color: #441909;
}

.space-bottom-large {
    height: 400px;
}

#hid1, #hid2, #hid3, #hid4, #hid5, #hid6, #hid7, #hid8, #hid9, #hid10 {
    display: none;
}

#question-cm-2, #question-cm-3, #question-cm-4, #question-cm-5,
#question-cm-6, #question-cm-7, #question-cm-8, #question-cm-9, #question-cm-10 {
    display: none;
}

.all-choice {
    width: 100%;
}

#all {
    width: 80%;
    background-color: #c4deba;
    margin-left: 10%;
    padding: 15px;
    border-radius: 5px;
}

#all a {
    cursor: pointer;
    border: 2px white solid;
    border-radius: 5px;
    padding: 2px 5px;
    line-height: 40px;

}

#all p {
    font-size: large;

}

.right-choice {
    color: #2D8064;
}

.br {
    color: #b9792f;
}

.text-dark-green {
    color: #2D8064;
}

.opacity-50 {
    opacity: 0.5;
    margin: 5px;
}

.modal-chart {
    min-height: 250px;
    width: 100%;
    margin: 0;
}

.trend-line {
    min-height: 250px;
    width: 350px;
    margin: auto auto 50px auto;
}

.trend-line-2 {
    min-height: 250px !important;
    width: 350px !important;
    margin: 50px auto 50px auto;
    visibility: hidden;
}

#vocab-sentence {
    width: 99%;
    background-color: #c4deba;
    margin-left: 10%;
    padding: 15px;
    border-radius: 5px;
}

.paragraph-ribbon {
    text-align: center !important;
    color: white;
    background-color: #20654E;
    padding: 2px 0 2px 0;
}

.container-grid-vocab {
    background: transparent !important;
}

.container-grid-vocab > .grid {
    margin: 0 auto;
    max-width: 50em;
    padding: 0 1em;
}

.container-grid-vocab > .grid .grid__item {
    margin: auto;
    margin-bottom: 10px;
    padding: 0.35em 0.5em;
    border-radius: 4px;
    background: #C5E2A9;
    color: black;
    font-size: 1.1em;
    display: inline-block;
}

.container-grid-vocab > .grid .grid__item:hover {
    background-color: yellowgreen;
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab;
}

.container-grid-vocab > .grid .grid__item:active {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.container-grid-vocab > .grid .grid__item p {
    width: 100%;
    margin: auto;
    border: 2px dotted darkgreen;
    padding: 1%;
    border-radius: 5px;
    text-align: left !important;

}

.is-active {
    z-index: 5000;
}

.is-dropped {
    opacity: 0;
    -webkit-transform: scale3d(0.7, 0.7, 1) !important;
    transform: scale3d(0.7, 0.7, 1) !important;
}

.is-complete {
    opacity: 1;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s !important;
    transition: opacity 0.3s, transform 0.3s !important;
    -webkit-transform: scale3d(1, 1, 1) !important;
    transform: scale3d(1, 1, 1) !important;
}

.animate {
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.container-grid-vocab + .drop-area {
    position: fixed;
    top: 100%;
    left: 0;
    z-index: 99;
    width: 100%;
    height: 100%;
    background: #577F3A;
    text-align: center;
    overflow: auto;
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.6, 0, 0.4, 1);
    transition: transform 0.5s cubic-bezier(0.6, 0, 0.4, 1);
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
}

.container-grid-vocab + .drop-area.show {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
}

.container-grid-vocab + .drop-area > div {
    width: 100%;
    width: calc(100% - 20px);
    padding: 2em 2em 5em;
    -webkit-transition: -webkit-transform 0.4s 0.3s;
    transition: transform 0.4s 0.3s;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
}

.container-grid-vocab + .drop-area.show > div {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.drop-area__item {
    text-align: center !important;
    position: relative;
    display: block;
    margin: 1em auto !important;
    width: 70%;
    min-height: 5em;
    float: none !important;
    background: #fff !important;
    color: #919f97;
    font-size: 1.5em;
    padding: 0.9em 1em;
    border-radius: 10px;
    -webkit-transition: -webkit-transform 0.3s, background 0.3s, color 0.3s;
    transition: transform 0.3s, background 0.3s, color 0.3s;
}

.drop-area__item.highlight {
    background: rgba(0, 0, 0, 0.15);
    color: #fff;
    -webkit-transform: scale3d(1.08, 1.08, 1);
    transform: scale3d(1.08, 1.08, 1);
}

.drop-area__item::before {
    content: '';
    position: absolute;
    top: 0.3em;
    left: 3.25em;
    bottom: 0.3em;
    right: 0.3em;
    border-radius: 4px;
}

.drop-area__item::after {
    position: absolute;
    top: 0;
    right: 0;
    pointer-events: none;
    color: #62b989;
    content: '\f00c';
    font-size: 1.75em;
    margin: 0.35em;
    opacity: 0;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    -webkit-transform: scale3d(0.5, 0.5, 1);
    transform: scale3d(0.5, 0.5, 1);
}

.drop-feedback.drop-area__item::after {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

.drop-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    pointer-events: none;
}

.drop-area.show + .drop-overlay {
    opacity: 1;
}


@media screen and (max-width: 50em) {
    .grid__item {
        font-size: 1.5em;
    }

    .drop-area {
        font-size: 0.8em;
    }
}

@media screen and (max-width: 25.5em) {
    .grid {
        padding: 0 2em;
    }

    .grid__item {
        font-size: 1em;
    }
}


@font-face {
    font-family: 'nlicons';
    src: url('../../../fonts/nlicons/nlicons.eot');
    src: url('../../../fonts/nlicons/nlicons.eot?#iefix') format('embedded-opentype'),
    url('../../../fonts/nlicons/nlicons.woff') format('woff'),
    url('../../../fonts/nlicons/nlicons.ttf') format('truetype'),
    url('../../../fonts/nlicons/nlicons.svg#nlicons') format('svg');
    font-weight: normal;
    font-style: normal;
}


/* general style for the form */
.nl-form {
    width: 100%;
    margin: 0.3em auto 0 auto;
    line-height: 1.6;
}

.nl-form ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* normalize the input elements, make them look like everything else */
.nl-form input,
.nl-form select,
.nl-form button {
    border: none;
    background: transparent;
    font-family: inherit;
    color: inherit;
    font-weight: inherit;
    line-height: inherit;
    display: inline-block;
    padding: 0;
    margin: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.nl-form input:focus {
    outline: none;
}

/* custom field (drop-down, text element) styling  */
.nl-field {
    display: inline-block;
    position: relative;
}

.nl-field.nl-field-open {
    z-index: 10000;
}

/* the toggle is the visible part in the form */
.nl-field-toggle,
.nl-form input,
.nl-form select {
    line-height: inherit;
    display: inline-block;
    color: #018abd !important;
    cursor: pointer;
    border-bottom: 2px dotted #018abd;
    font-weight: bold;
    font-size: 1.1em;
    margin-left: 5px;
    margin-right: 5px;
}

/* drop-down list / text element */
.nl-field ul {
    position: absolute;
    visibility: hidden;
    background: #2D8064 !important;
    padding: 15px;
    left: -0.5em;
    top: 50%;
    opacity: 0;
    border-radius: 10px;
    -webkit-transform: translateY(-40%) scale(0.9);
    -moz-transform: translateY(-40%) scale(0.9);
    transform: translateY(-40%) scale(0.9);
    -webkit-transition: visibility 0s 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: visibility 0s 0.3s, opacity 0.3s, -moz-transform 0.3s;
    transition: visibility 0s 0.3s, opacity 0.3s, transform 0.3s;
}

.nl-field.nl-field-open ul {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(-50%) scale(1);
    -moz-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
    -webkit-transition: visibility 0s 0s, opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: visibility 0s 0s, opacity 0.3s, -moz-transform 0.3s;
    transition: visibility 0s 0s, opacity 0.3s, transform 0.3s;
}

.nl-field ul li {
    color: #fff;
    position: relative;
}

.nl-dd ul li {
    padding: 0 1.5em 0 0.5em;
    cursor: pointer;
    white-space: nowrap;
}

.nl-dd ul li.nl-dd-checked {
    color: #802d71 !important;
}

.no-touch .nl-dd ul li:hover {
    background: rgba(0, 0, 0, 0.05);
}

.no-touch .nl-dd ul li:hover:active {
    color: #0b38f3;
}

/* icons for some elements */
.nl-dd ul li.nl-dd-checked:before,
.nl-submit:before,
.nl-field-go:before {
    font-family: 'nlicons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
}

.nl-dd ul li.nl-dd-checked:before {
    content: "\e000";
    position: absolute;
    right: 1em;
    font-size: 50%;
    line-height: 3;
}

.nl-ti-text ul {
    min-width: 8em;
}

.nl-ti-text ul li.nl-ti-input input {
    width: 100%;
    padding: 0.2em 2em 0.2em 0.5em;
    border-bottom: none;
    color: #fff;
}

.nl-form .nl-field-go {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.1);
    width: 1.8em;
    text-align: center;
    color: transparent;
}

.nl-field-go:before {
    content: "\e001";
    font-size: 75%;
    color: #fff;
    width: 100%;
    line-height: 2.5;
    display: block;
}

/* custom placeholder color */
input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.8);
}

input:active::-webkit-input-placeholder,
input:focus::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.2);
}

input::-moz-placeholder {
    color: rgba(255, 255, 255, 0.8);
}

input:active::-moz-placeholder,
input:focus::-moz-placeholder {
    color: rgba(255, 255, 255, 0.2);
}

input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.8);
}

input:active::-ms-input-placeholder,
input:focus::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.2);
}

/* example field below text input */
.nl-ti-text ul li.nl-ti-example {
    font-size: 40%;
    font-style: italic;
    font-weight: 400;
    padding: 0.4em 1em;
    color: rgba(0, 0, 0, 0.2);
    border-top: 1px dashed rgba(255, 255, 255, 0.7);
}

.nl-ti-text ul li.nl-ti-example em {
    color: #fff
}

/* submit button */
.nl-submit-wrap {
    margin-top: 0.4em;
}

.nl-form .nl-submit {
    line-height: 3;
    text-transform: uppercase;
    cursor: pointer;
    position: relative;
    background: #76C3BD;
    color: #fff;
    padding: 0 1em 0 0;
    font-size: 40%;
    font-weight: bold;
    letter-spacing: 3px;
}

.nl-submit:before {
    content: "\e001";
    color: #fff;
    float: left;
    padding: 0 0.7em;
    margin: 0 0.8em 0 0;
    background: #69B1A9;
}

.no-touch .nl-form .nl-submit:hover,
.no-touch .nl-form .nl-submit:active {
    background: #69B1A9;
}

.no-touch .nl-form .nl-submit:hover:before {
    background: #58a199;
}

/* overlay becomes visible when a field is opened */
.nl-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    z-index: 9999;
    visibility: hidden;
    -webkit-transition: visibility 0s 0.3s, opacity 0.3s;
    -moz-transition: visibility 0s 0.3s, opacity 0.3s;
    transition: visibility 0s 0.3s, opacity 0.3s;
}

.nl-field.nl-field-open ~ .nl-overlay {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s;
}


.tick {
    cursor: pointer;
    margin-left: 8px;
}

.nl-field-toggle, .nl-form input, .nl-form select {
    color: darkslategrey !important;
}

.trueBox {
    background-color: rgba(51, 204, 51, 0.6) !important;
    color: white;
}

.falseBox {
    background-color: rgba(235, 50, 50, 0.6) !important;
    color: white;
}

.vocabQuestionDiv {
    width: 90%;
    padding: 2%;
    margin: auto;
    position: relative;
    background-color: #D6DFC2;
    border-radius: 10px;
}

.vocabQuestionImg {
    width: 20%;
    min-width: 200px;
    margin-right: 5px;
    margin-bottom: 5px;
}

#form-one, #form-two, #form-three, #form-four {
    text-align: left;
    margin-left: 10px;
}

.tick {
    border: none !important;
}

.mainDiagramDiv .graph-container:before {
    background-color: transparent;
}

.mainDiagramDiv .bar-container:before {
    border-color: transparent transparent;
}

.mainDiagramDiv .graph-marker-container span {
    top: 0.35em;
    color: #808080;
}

.mainDiagramDiv .graph-container:after {
    top: 3.6em;
}

.mainDiagramDiv .graph-container {
    font-size: 0.6em;
}

.mainDiagramDiv .graph-container > li > span {
    bottom: -2em;
}

.small-scale-bar, .small-scale-bar-voc, .small-scale-bar-dev {
    display: none;
    width: 85%;
    margin-left: auto;
    margin-right: auto
}

@media screen and (max-width: 657px) {
    .small-scale-bar-voc {
        display: block;
    }

    .graph-container, .mainDiagramDiv {
        display: none
    }
}


.cover {
    border-bottom: solid 14px #74906a;
    position: relative;
    z-index: 2000;
    bottom: 14px;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
}


.cover-type {
    border-bottom: solid 12px #C4DEBA;
    position: relative;
    z-index: 2000;
    bottom: 16px;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
}


.table-chart th {
    background-color: #44AF92;
}

.table-chart td {
    background-color: white;
    text-align: center;
}

.table-chart td:hover {
    background-color: #15D8B8;
    cursor: pointer;
}

.table-chart .indicator-table {
    background-color: #15D8B8;
}

.process-diagram {
    width: 99.99%;
    cursor: pointer;
}

/*********************
 * Graph Bars styles *
 *********************/

/* Bar wrapper - hides the inner bar when it goes below the bar, required */
.bar-wrapper {
    overflow: hidden;
}

/* Bar container - this guy is a real parent of a bar's parts - they all are positioned relative to him */
.bar-container {
    position: relative;
    margin-top: 2.5em; /* should be at least equal to the top offset of background casing */
    /* because back casing is positioned higher than actual bar */
    width: 8em; /* required, we have to define the width of a bar */
}

/* right bottom patch - make sure inner bar's right bottom corner is "cut" when it slides down */
.bar-container:before {
    content: "";
    position: absolute;
    z-index: 3; /* to be above .bar-inner */
    bottom: 0;
    right: 0;
    /* Use bottom border to shape triangle */
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 2.5em 2.5em;
    border-color: transparent transparent rgba(183, 183, 183, 1);
}

/** BACK CASING **/
/* Back panel */
.bar-background {
    width: 10em;
    height: 100%;
    position: absolute;
    top: -2.5em;
    left: 2.5em;
    z-index: 1; /* just for reference */
}

.bar-background:before,
.bar-background:after {
    content: "";
    position: absolute;
}

/* Bottom panel */
.bar-background:before {
    bottom: -2.5em;
    right: 1.25em;
    width: 10em;
    height: 2.5em;
    -webkit-backface-visibility: hidden;
    -webkit-transform: skew(-45deg);
    -moz-transform: skew(-45deg);
    -o-transform: skew(-45deg);
    -ms-transform: skew(-45deg);
    transform: skew(-45deg);
}

/* Left back panel */
.bar-background:after {
    top: 1.25em;
    right: 10em;
    width: 2.5em;
    height: 100%;
    -webkit-backface-visibility: hidden;
    /* skew only the Y-axis */
    -webkit-transform: skew(0deg, -45deg);
    -moz-transform: skew(0deg, -45deg);
    -o-transform: skew(0deg, -45deg);
    -ms-transform: skew(0deg, -45deg);
    transform: skew(0deg, -45deg);
}

/** FRONT CASING **/
/* Front panel */
.bar-foreground {
    z-index: 3; /* be above .bar-background and .bar-inner */
}

.bar-foreground,
.bar-inner {
    position: absolute;
    width: 2.5em;
    height: 100%;
    top: 0;
    left: 0;
}

.bar-foreground:before,
.bar-foreground:after,
.bar-inner:before,
.bar-inner:after {
    content: "";
    position: absolute;
}

/* Right front panel */
.bar-foreground:before,
.bar-inner:before {
    top: -1.25em;
    right: -2.5em;
    width: 2.5em;
    height: 100%;
    background-color: rgba(160, 160, 160, .27);

    -webkit-transform: skew(0deg, -45deg);
    -moz-transform: skew(0deg, -45deg);
    -o-transform: skew(0deg, -45deg);
    -ms-transform: skew(0deg, -45deg);
    transform: skew(0deg, -45deg);
}

/* Top front panel */
.bar-foreground:after,
.bar-inner:after {
    top: -2.5em;
    right: -1.25em;
    width: 100%;
    height: 2.5em;
    background-color: rgba(160, 160, 160, .2);

    -webkit-transform: skew(-45deg);
    -moz-transform: skew(-45deg);
    -o-transform: skew(-45deg);
    -ms-transform: skew(-45deg);
    transform: skew(-45deg);
}

/** BAR's inner block **/
.bar-inner {
    z-index: 2; /* to be above .bar-background */
    top: auto; /* reset position top */
    background-color: rgba(255, 153, 0, .6);
    height: 0;
    bottom: -2.5em;
    color: transparent; /* hide text values */

    -webkit-transition: height 0.8s ease-out, bottom 0.8s ease-out;
    -moz-transition: height 0.8s ease-out, bottom 0.8s ease-out;
    -o-transition: height 0.8s ease-out, bottom 0.8s ease-out;
    -ms-transition: height 0.8s ease-out, bottom 0.8s ease-out;
    transition: height 0.8s ease-out, bottom 0.8s ease-out;
}

/* Right panel */
.bar-inner:before {
    background-color: rgba(255, 153, 0, .8);
}

/* Top panel */
.bar-inner:after {
    background-color: rgba(255, 153, 0, .7);
}

.bar-inner2 {
    left: 2.9em !important;
    background-color: rgba(0, 102, 255, 0.7);
}

/* Right panel */
.bar-inner2:before {
    background-color: rgba(0, 102, 255, 0.8);
}

/* Top panel */
.bar-inner2:after {
    background-color: rgba(0, 102, 255, 0.7);
}

@media screen and (max-width: 768px) {
    .bar-inner {
        width: 2em;
    }

    .bar-inner2 {
        left: 2em !important;
    }
}

/******************************************************************************
 **                                                                          **
 ** UI Elements                                                              **
 **                                                                          **
 ** You don't need this stuff in general, it's just used  for the demo page  **
 **                                                                          **
 ******************************************************************************/


/* Change bars fill when a Product is selected */

/* Product 1 */
.graph-container > li:nth-child(1) .bar-inner {
    height: 0;
    bottom: 0;
    transition: height 2s;
    -webkit-transition: height 2s;
}

.graph-container > li:nth-child(1) .bar-inner2 {
    height: 0;
    bottom: 0;
    transition: height 2s;
    -webkit-transition: height 2s;
}

.graph-container > li:nth-child(2) .bar-inner {
    height: 0;
    bottom: 0;
    transition: height 2s;
    -webkit-transition: height 2s;
}

.graph-container > li:nth-child(2) .bar-inner2 {
    height: 0;
    bottom: 0;
    transition: height 2s;
    -webkit-transition: height 2s;
}

.graph-container > li:nth-child(3) .bar-inner {
    height: 0;
    bottom: 0;
    transition: height 2s;
    -webkit-transition: height 2s;
}

.graph-container > li:nth-child(3) .bar-inner2 {
    height: 0;
    bottom: 0;
    transition: height 2s;
    -webkit-transition: height 2s;
}

.graph-container > li:nth-child(4) .bar-inner {
    height: 0;
    bottom: 0;
    transition: height 2s;
    -webkit-transition: height 2s;
}

.graph-container > li:nth-child(4) .bar-inner2 {
    height: 0;
    bottom: 0;
    transition: height 2s;
    -webkit-transition: height 2s;
}


.graph-container > li:nth-child(1) .changeHeight {
    height: 62.5%;
}

.graph-container > li:nth-child(1) .bar-inner2.changeHeight {
    height: 77%;
}

.graph-container > li:nth-child(2) .changeHeight {
    height: 39%;
}

.graph-container > li:nth-child(2) .bar-inner2.changeHeight {
    height: 35%;
}

.graph-container > li:nth-child(3) .changeHeight {
    height: 80%;
}

.graph-container > li:nth-child(3) .bar-inner2.changeHeight {
    height: 90%;
}

.graph-container > li:nth-child(4) .changeHeight {
    height: 80%;
}

.graph-container > li:nth-child(4) .bar-inner2.changeHeight {
    height: 90%;
}


.graph-container .bar-container,
.graph-container:after,
.graph-container > li:last-child {
    height: 15em;
}

/******************************************************************************
 **                                                                          **
 ** VARIABLES                                                                **
 **                                                                          **
 ******************************************************************************/

/****************
 * SPACING      *
 ****************/

/* spacing between bars */
.graph-container > li .bar-container {
    margin-right: 1.5em;
}

/* spacing before first bar */
.graph-container > li:first-child {
    margin-left: 1.5em;
}

/* spacing after last bar */
.graph-container > li:nth-last-child(2) .bar-container {
    margin-right: 1em;
}

@media screen and (max-width: 600px) {
    /* spacing between bars */
    .graph-container > li .bar-container {
        margin-right: -4.5em;
    }

    /* spacing before first bar */
    .graph-container > li:first-child {
        margin-left: 0em;
    }

    /* spacing after last bar */
    .graph-container > li:nth-last-child(2) .bar-container {
        margin-right: -4.5em;
    }
}

/******************************************************************************
 **                                                                          **
 ** RESPONSIVENESS                                                           **
 **                                                                          **
 ** Just as an example to show you the way how to resize the graph 			 **
 **                                                                          **
 ******************************************************************************/

@media screen and (max-width: 1125px) {
    .graph-container {
        font-size: 0.7em;
    }

}

@media screen and (max-width: 1050px) {
    .graph-container {
        font-size: 0.6em;
    }
}

@media screen and (max-width: 900px) {
    .button-label {
        margin: 0 10px 0 0;
    }

    .button-label:before {
        content: "\A";
        white-space: pre;
    }


}

@media screen and (max-width: 765px) {
    .graph-container {
        font-size: 0.5em;
    }

}

@media screen and (max-width: 720px) {
    .graph-container {
        font-size: 0.45em;
    }

    .graph-container > li > span {
        bottom: -7em;
    }

}

@media screen and (max-width: 630px) {
    .graph-container {
        font-size: 0.32em;
    }

    .graph-container > li > span {
        /*bottom: -7em;*/
    }
}

@media screen and (max-width: 360px) {
    .graph-container {
        font-size: 0.22em;
    }

    .button-label {
        margin: 0 5px 0 0;
    }

    .graph-container > li > span {
        bottom: -7em;
    }

}


/*chart*/

.year_1980 {
    color: rgb(255, 153, 0);
}

.year_2010 {
    color: rgb(0, 102, 255);
}

.graph-container:before {
    width: 100%;
}

.graph-container:after {
    width: 2.5em;
}

@media screen and (min-width: 1125px) {
    .graph-container {
        font-size: 0.7em;
    }

}
.drop-area-2 {
    position: relative;
    display: inline-block !important;
    width: 30% !important;
}


.drop-area-3 {
    position: relative;
    display: inline-block !important;
    width: 17.5% !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;
    }

    .menu-wrap span {
        font-size: smaller;
    }

}

/* 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;
    }

    .menu-wrap span {
        font-size: smaller;
    }

}

/* 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;
    }

}


@media (max-width: 700px) {

    table {
        width: 100%;
        font-size: smaller;
    }

}

@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%;
    }
}

@media only screen and (max-width: 999px) {
    .left-left1, .left-left2 {
        width: 90%;
        margin-bottom: 20px !important;
    }

    .right-right1, .right-right2 {
        width: 80%;
    }

    .img-answer1, .img-answer2 {
        position: relative;
        top: -60px;
        right: -252px;
    }
}
