.category-container {
  background-color: #FFF;
  position: relative; }
  .category-container .header {
    font-size: 14px;
    padding: 10px 15px;
    margin: 0; }
    .category-container .header .title {
      vertical-align: middle;
      display: inline;
      text-decoration: none; }
      .category-container .header .title:before {
        content: "<< "; }
  .category-container .row {
    padding: 5px;
    border-bottom: solid 1px #ece9e9; }
    .category-container .row .icon {
      width: 60px;
      height: 60px;
      position: relative;
      float: left;
      border-radius: 20%; }
    .category-container .row .title {
      margin: 9px 0 10px 66px;
      vertical-align: top; }

.blackGradient {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(100%, #000000));
  width: 100%;
  height: 35px;
  margin-top: 206px;
  position: absolute; }

.chapter-container {
  position: absolute;
  width: 100%;
  height: 100%;
  min-height: 100%; }

.chaptersView {
  background: black;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%; }
  .chaptersView .header {
    border: none;
    position: absolute;
    z-index: 9000;
    color: #FFF;
    font-size: 30px;
    width: 100%;
    max-height: 48px; }
    .chaptersView .header .logo {
      width: 150px;
      display: none; }
    .chaptersView .header .mobiversity-logo {
      display: inline; }
    .chaptersView .header .mobiversity-home-icon {
      display: none; }
    .chaptersView .header a {
      color: #FFF; }
    .chaptersView .header .icon-menu-1 {
      vertical-align: middle; }
  .chaptersView .chapter {
    border-radius: 20px;
    color: white;
    cursor: pointer;
    font-weight: bold;
    padding-top: 24px;
    position: absolute;
    left: 0px;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: -1px -5px 28px -5px rgba(0, 0, 0, 0.75); }
    .chaptersView .chapter .title {
      float: left;
      padding-left: 24px;
      padding-right: 35px; }
    .chaptersView .chapter .question {
      margin: auto;
      margin-top: 20%;
      padding: 0 15px !important;
      text-align: center;
      font-weight: 100;
      font-size: 50px;
      font-family: sans-serif-thin, "Helvetica Neue", Helvetica, Arial, sans-serif;
      text-indent: 0;
      display: none;
      padding: 0 5px; }
    .chaptersView .chapter .icon-quiz3, .chaptersView .chapter .icon-course-chapter-icon {
      font-size: 24px;
      pointer: hand;
      position: absolute;
      right: 0;
      height: 68px;
      top: -12px;
      padding-top: 20px;
      padding-right: 10px; }
    .chaptersView .chapter .icon-ma {
      position: absolute;
      left: 8px;
      top: -3px;
      font-size: 24px;
      display: none; }
    .chaptersView .chapter .icon-mv-ma {
      font-size: 37px;
      display: none; }
    .chaptersView .chapter .icon-course-chapter-icon {
      display: none; }
  .chaptersView .courseTitle {
    position: absolute;
    color: white;
    left: 0px;
    bottom: 60px;
    cursor: default;
    font-family: Helvetica;
    font-weight: bold;
    font-size: 24px;
    /*32px;*/
    text-align: center;
    width: 100%;
    padding: 0 20px;
    text-shadow: 1px 1px 10px #000; }
  .chaptersView .image {
    height: 240px;
    background-size: cover;
    position: relative;
    width: 100%;
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .chaptersView > .scrollView {
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-perspective: 1000;
    -webkit-transform: translate3d(0px, 0px, 0px);
    overflow: hidden; }

.message {
  font-family: Arial;
  font-size: 16px;
  text-indent: 24px;
  position: absolute;
  left: 100%; }

.templates {
  display: none; }

.fulljustify {
  text-align: justify; }

.fulljustify:after {
  content: "";
  display: inline-block;
  width: 100%; }

.course-info {
  position: absolute;
  bottom: 0;
  color: #fff;
  width: 100%;
  display: flex; }
  .course-info div {
    display: flex;
    position: relative;
    align-self: flex-end;
    flex: 1;
    height: 30px;
    align-items: center; }
  .course-info i {
    padding-left: 35px;
    text-align: center;
    font-size: 12px; }
    .course-info i:before {
      color: green;
      font-size: 30px;
      position: absolute;
      left: 0;
      bottom: 0; }

.swipe {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  animation: swipe-x 3.25s ease-in-out backwards;
  animation-iteration-count: infinite; }

@-webkit-keyframes swipe-x {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px); }
  25% {
    -webkit-transform: translateX(50px) rotateZ(10deg);
    transform: translateX(50px) rotateZ(10deg); }
  50% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px); }
  75% {
    -webkit-transform: translateX(-50px) rotateZ(-10deg);
    transform: translateX(-50px) rotateZ(-10deg); } }

@keyframes swipe-x {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px); }
  25% {
    -webkit-transform: translateX(50px) rotateZ(10deg);
    transform: translateX(50px) rotateZ(10deg); }
  50% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px); }
  75% {
    -webkit-transform: translateX(-50px) rotateZ(-10deg);
    transform: translateX(-50px) rotateZ(-10deg); } }

.config-container {
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: white;
  position: absolute;
  padding-top: 20px; }
  .config-container ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 20px; }
    .config-container ul .es_select_language, .config-container ul .pk_select_language {
      display: none; }
    .config-container ul li {
      padding: 5px 20px;
      border-bottom: solid 1px #ece9e9; }
      .config-container ul li a {
        color: #000;
        text-decoration: none; }
        .config-container ul li a:before {
          color: #337ab7; }
  .config-container.mobischool a:before {
    color: #d00006; }
  .config-container.smarttoday ul li a:before {
    color: #eaae00; }
  .config-container.mobiopisto ul li a:before {
    color: #2AB99C; }
  .config-container.brainclub ul li a:before {
    color: #008cff; }
  .config-container .icon-mv-ma:before {
    font-size: 30px;
    position: relative;
    right: 5px;
    margin-right: -11px; }

.contact-container {
  background-color: #FFF;
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between; }
  .contact-container.mobischool .header a {
    color: #d00006; }
  .contact-container.mobischool .btn-primary {
    background: #d00006; }
  .contact-container.smarttoday .header a {
    color: #eaae00; }
  .contact-container.smarttoday a:hover, .contact-container.smarttoday a:focus {
    color: #eaae00; }
  .contact-container.smarttoday .btn-primary {
    color: #fff;
    background-color: #eaae00;
    border-color: #ecb619; }
  .contact-container .header {
    font-size: 14px;
    padding: 10px 15px;
    margin: 0; }
    .contact-container .header .title {
      vertical-align: middle;
      display: inline;
      text-decoration: none; }
      .contact-container .header .title:before {
        content: "<< "; }
    .contact-container .header .icon-mv-ma {
      font-size: 24px;
      line-height: 20px; }
  .contact-container .row {
    padding: 5px;
    border-bottom: solid 1px #ece9e9; }
    .contact-container .row .icon {
      width: 60px;
      height: 60px;
      position: relative;
      float: left;
      border-radius: 20%; }
    .contact-container .row .title {
      margin: 9px 0 10px 66px;
      vertical-align: top; }
  .contact-container .content {
    margin: 5px;
    flex-grow: 2; }
    .contact-container .content .loader-container {
      display: flex;
      flex-flow: column nowrap;
      justify-content: center;
      align-items: center;
      position: absolute;
      height: 100%;
      width: 100%; }
      .contact-container .content .loader-container .loader {
        border: 8px solid #f3f3f3;
        /* Light grey */
        border-top: 8px solid #3498db;
        /* Blue */
        border-radius: 50%;
        width: 50px;
        height: 50px;
        animation: spin 1s linear infinite;
        position: relative;
        bottom: 50px; }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
  .contact-container .error {
    color: red; }

.contest-container {
  background-color: white; }
  .contest-container .header a {
    font-size: 29px; }
  .contest-container .content {
    padding: 0 5px;
    font-size: 12px !important; }
    .contest-container .content h4, .contest-container .content h3, .contest-container .content h2, .contest-container .content h1 {
      font-size: 12px !important; }

.course-thumb-container .background {
  border-radius: 20px;
  border: solid 1px #ccced1;
  display: inline-block;
  background-size: cover;
  position: relative; }
  .course-thumb-container .background:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    border-radius: 10px; }
  .course-thumb-container .background span {
    position: absolute;
    text-align: center;
    width: 100%;
    padding: 3px 5px; }

.course-thumb-container.small .background {
  width: 80px;
  height: 80px;
  padding-top: 80px;
  color: #000; }

.course-thumb-container.large .background {
  width: 120px;
  height: 80px;
  padding-top: 50px;
  color: #FFF;
  bottom: 0;
  margin: 0;
  font-size: 10px;
  text-shadow: 0px 0px 7px black; }

.course-thumb-container.large span {
  bottom: 0; }

.flashcards {
  -webkit-perspective: 800;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  padding-bottom: 100 !important;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -webkit-transform-style: preserve-3d; }
  .flashcards img {
    -webkit-user-drag: none;
    -webkit-user-select: none; }

.fulljustify {
  text-align: justify; }

.fulljustify:after {
  content: "";
  display: inline-block;
  width: 100%; }

.card.flipped {
  -webkit-transform: rotatex(-180deg); }

.card {
  width: 100%;
  height: 100%;
  -webkit-transform-style: preserve-3d;
  position: absolute; }

.card .face {
  width: 100%;
  min-height: 100%;
  border-radius: 20px;
  position: absolute;
  -webkit-backface-visibility: hidden;
  z-index: 2;
  font-family: sans-serif-thin, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 3em;
  text-align: center;
  margin: auto;
  text-align: center;
  font-size: 46px;
  color: white;
  cursor: pointer;
  font-weight: 100; }
  .card .face .amazon-btn {
    margin-top: 20px;
    display: block; }
    .card .face .amazon-btn img {
      width: auto; }
  .card .face .question {
    margin-top: 25%;
    padding: 0 15px; }
    @media only screen and (orientation: landscape) {
      .card .face .question {
        margin-top: 10%; } }
  .card .face .header {
    font-size: 24px;
    max-height: 48px;
    width: 100%;
    border: none;
    padding: 5px 10px;
    position: absolute;
    direction: ltr; }
    .card .face .header a {
      color: #FFF;
      text-decoration: none; }
    .card .face .header .icon-mv-ma {
      font-size: 37px;
      position: absolute;
      left: 8px;
      top: -6px;
      font-size: 37px; }
    .card .face .header .icon-course-chapter-icon {
      position: absolute;
      top: 2px;
      right: 8px; }
  .card .face img {
    width: 100%; }
  .card .face .player {
    margin-top: 20px; }

.card .front {
  position: absolute;
  z-index: 1;
  background: black;
  cursor: pointer; }
  .card .front span {
    margin: auto;
    display: block; }

.card .back {
  -webkit-transform: rotateY(-180deg);
  background: blue;
  background: white;
  cursor: pointer;
  padding-bottom: 75px !important; }

.short-answer {
  border-radius: 20px 20px 0 0;
  min-height: 150px;
  display: table;
  width: 100%;
  padding-top: 20px;
  padding: 31px 10px 15px 10px; }
  .short-answer span {
    vertical-align: middle;
    display: table-cell;
    vertical-align: middle; }

.bonus {
  font-size: 16px;
  text-align: left;
  margin: 0;
  margin-top: 20px;
  background-color: #eee;
  color: black;
  padding: 15px;
  border-top: 2px solid #ddd;
  display: none; }
  .bonus h1 {
    font-size: 24px;
    margin-top: 0; }

.long-answer {
  font-size: 16px;
  text-align: left;
  margin: 0px;
  background-color: white;
  color: black;
  padding: 1em 1em 0 1em;
  line-height: 3ex;
  font-weight: 400; }
  .long-answer ul, .long-answer ol {
    margin-top: 10px;
    font-size: 20px; }
    .long-answer ul li, .long-answer ol li {
      margin-bottom: 15px; }

.language-container {
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: #FFF;
  position: absolute; }
  .language-container .header {
    padding: 5px 15px 0 15px;
    margin: 0;
    height: 45px;
    display: flex;
    align-items: center; }
    .language-container .header a {
      font-size: 25px; }
    .language-container .header .title {
      font-size: 21px;
      font-weight: bold; }
    .language-container .header .icon-mv-ma {
      font-size: 35px;
      line-height: 48px; }
  .language-container.smarttoday .header a {
    color: #eaae00; }
  .language-container.smarttoday a:hover, .language-container.smarttoday a:focus {
    color: #eaae00; }
  .language-container.smarttoday .btn-primary {
    color: #fff;
    background-color: #eaae00;
    border-color: #ecb619; }
  .language-container .list .row {
    border-bottom: 1px solid #e5e5e5;
    padding: 10px;
    display: flex;
    align-items: center;
    font-weight: bold; }
    .language-container .list .row.active {
      background-color: #F0FFE9; }
    .language-container .list .row .icon-tick {
      font-size: 30px;
      color: #29BB21; }
  .language-container button {
    position: absolute;
    bottom: 0;
    background-color: #337ab7;
    padding: 15px 25px;
    width: 100%;
    display: block;
    text-align: center;
    margin: 5px auto;
    color: #FFF;
    text-decoration: none;
    border: none;
    font-weight: bold; }
    .language-container button.confirm {
      margin-top: 20px; }
  .language-container.mobischool button {
    background: #d00006; }
  .language-container.mobischool a {
    color: #d00006; }
  .language-container.smarttoday button {
    background-color: #eaae00; }
  .language-container.mobiopisto button {
    background-color: #2AB99C; }
  .language-container.brainclub button {
    background-color: #008cff; }

.layout-container {
  position: relative;
  /* Spain Customization Sart */
  /* Spain Customization End */ }
  .layout-container .header {
    border: none;
    position: absolute;
    z-index: 9000;
    color: #FFF;
    font-size: 30px;
    width: 100%;
    max-height: 48px; }
    .layout-container .header .logo {
      width: 150px; }
    .layout-container .header .logo-pocketguru {
      width: 105px; }
    .layout-container .header a {
      color: #FFF;
      vertical-align: middle;
      float: right; }
  .layout-container .es-header {
    position: fixed;
    display: none;
    top: 0px;
    left: 0;
    right: 0;
    width: 100%;
    height: auto;
    background-color: #0b273f;
    z-index: 9001; }
    .layout-container .es-header > img {
      position: relative;
      display: block;
      margin: 0 auto;
      padding: 0;
      width: 100%;
      max-width: 420px;
      min-width: 320px;
      height: auto;
      border: none;
      outline: none; }
  .layout-container.es {
    top: 50px;
    margin-bottom: 50px;
    padding-bottom: 60px; }
    .layout-container.es .es-header {
      display: block; }
    .layout-container.es .header .logo {
      visibility: hidden; }
    .layout-container.es .footer {
      position: fixed;
      bottom: 0;
      width: 100%; }
  .layout-container .category-title {
    font-size: 14px;
    /*16px;*/
    font-weight: bold;
    flex: 2; }
    .layout-container .category-title:before {
      content: "\00bb  "; }
  .layout-container .mobiversity-category-title:before {
    content: ""; }
  .layout-container .load-more {
    padding-right: 10px;
    flex: 1;
    text-align: right; }
    .layout-container .load-more:after {
      content: " \00bb"; }
  .layout-container .slide .main-gallery .gallery-cell {
    width: 100%;
    height: 190px;
    text-align: center;
    background-size: cover;
    background-position: center; }
    .layout-container .slide .main-gallery .gallery-cell p {
      position: absolute;
      width: 100%;
      bottom: 0;
      color: #FFF;
      font-size: 24px;
      /*28px;*/
      font-weight: bold;
      text-shadow: 1px 1px 10px #000; }
  .layout-container .list {
    -webkit-transform: translate3d(0, 0, 0); }
    .layout-container .list .list-gallery {
      overflow-x: scroll;
      position: relative;
      overflow-y: hidden;
      -webkit-overflow-scrolling: touch; }
    .layout-container .list .gallery-cell {
      margin: 0 20px 0 5px;
      display: inline-block;
      vertical-align: middle;
      white-space: normal; }
    .layout-container .list .small .gallery-cell {
      width: 80px;
      height: 140px; }
    .layout-container .list .small .scroller {
      height: 140px;
      white-space: nowrap; }
    .layout-container .list .large .gallery-cell {
      width: 120px;
      height: 80px; }
    .layout-container .list .large .scroller {
      height: 80px;
      white-space: nowrap; }
    .layout-container .list .row {
      padding: 7px 0 7px 7px; }
      .layout-container .list .row .headline {
        margin-bottom: 10px;
        display: flex; }
      .layout-container .list .row.odd {
        background-color: #FFF; }
      .layout-container .list .row.even {
        background-color: #FFF;
        border: solid 1px #ccced1; }

.footer {
  background-color: #FFF;
  color: #000;
  font-size: 12px;
  text-align: justify; }
  .footer.smarttoday a {
    color: #eaae00; }
  .footer.smarttoday a:hover, .footer.smarttoday a:focus {
    color: #eaae00; }
  .footer:after {
    content: "";
    display: inline-block;
    width: 100%; }
  .footer a {
    display: inline-block; }
  .footer #link-help,
  .footer #link-help-others,
  .footer #link-help-others-orange {
    display: none; }
  .footer.es #link-faq,
  .footer.es #link-privacy {
    display: none; }
  .footer.es.OrangeES #link-help-others-orange,
  .footer.es.OrangeES #link-terms, .footer.es.Orange-ES #link-help-others-orange,
  .footer.es.Orange-ES #link-terms {
    display: inline-block; }
  .footer.es.VodafoneES #link-help-others,
  .footer.es.VodafoneES #link-terms, .footer.es.Vodafone-ES #link-help-others,
  .footer.es.Vodafone-ES #link-terms {
    display: inline-block; }

/*
fuck this fucking query, they want this
for fucking spain customization
*/
@media (min-width: 350px) {
  .layout-container.es {
    top: 55px; } }

@media (min-width: 390px) {
  .layout-container.es {
    top: 60px; } }

@media (min-width: 420px) {
  .layout-container.es {
    top: 65px; } }

.legal-container {
  background-color: white;
  /* Spain Customization Sart */
  /* Spain Customization End */ }
  .legal-container.mobischool .header a {
    color: #d00006; }
  .legal-container.smarttoday .header a {
    color: #eaae00; }
  .legal-container .header a {
    position: relative;
    display: block;
    top: 4px;
    font-size: 28px;
    text-decoration: none; }
    .legal-container .header a > img {
      display: none; }
  .legal-container .header .icon-mv-ma {
    font-size: 33px;
    line-height: 40px;
    height: 40px; }
  .legal-container .es-header {
    position: fixed;
    display: none;
    top: 0px;
    left: 0;
    right: 0;
    width: 100%;
    height: auto;
    background-color: #0b273f;
    z-index: 9001; }
    .legal-container .es-header > img {
      position: relative;
      display: block;
      margin: 0 auto;
      padding: 0;
      width: 100%;
      max-width: 420px;
      min-width: 320px;
      height: auto;
      border: none;
      outline: none; }
  .legal-container.es {
    top: 50px;
    padding-bottom: 60px; }
    .legal-container.es .es-header {
      display: block; }
    .legal-container.es .header {
      margin-top: 50px; }
      .legal-container.es .header .logo {
        visibility: hidden; }
    .legal-container.es .footer {
      position: fixed;
      bottom: 0;
      width: 100%; }
  .legal-container .content {
    padding: 0 5px;
    font-size: 12px !important; }
    .legal-container .content h4, .legal-container .content h3, .legal-container .content h2, .legal-container .content h1 {
      font-size: 12px !important; }
  .legal-container.at .header a {
    top: 0;
    padding: 8px 0; }
    .legal-container.at .header a:before {
      content: ''; }
    .legal-container.at .header a > img {
      position: relative;
      display: block;
      width: auto;
      height: 24px;
      vertical-align: initial; }
  .legal-container.th .content {
    padding-top: 10px; }
  .legal-container.th .es-header {
    display: none; }
  .legal-container.th .icon-ma:before {
    display: none; }

/*
fuck this fucking query, they want this
for fucking spain customization
*/
@media (min-width: 350px) {
  .legal-container.es .header {
    margin-top: 55px; } }

@media (min-width: 390px) {
  .legal-container.es .header {
    margin-top: 60px; } }

@media (min-width: 420px) {
  .legal-container.es .header {
    margin-top: 65px; } }

.legal-container.mobilernen h1,
.legal-container.mobilernen h2,
.legal-container.mobilernen h3,
.legal-container.mobilernen h4,
.legal-container.mobilernen h5 {
  margin: 10px;
  padding: 0;
  color: #333;
  line-height: normal; }

.legal-container.mobilernen h1 {
  font-size: 1.000em; }

.legal-container.mobilernen h2 {
  font-size: 1.125em; }

.legal-container.mobilernen h3 {
  font-size: 1.125em !important; }

.legal-container.mobilernen h4 {
  font-size: 1.375em; }

.legal-container.mobilernen h5 {
  font-size: 1.1em; }

.legal-container.mobilernen p {
  margin: 10px;
  padding: 0;
  font-size: 1em;
  line-height: 1.5em; }

.legal-container.mobilernen a {
  color: #337ab7; }
  .legal-container.mobilernen a:hover {
    color: #63a0d4; }
  .legal-container.mobilernen a img {
    cursor: pointer;
    border: none;
    border-image: none;
    outline: none; }

.legal-container.mobilernen.ar {
  direction: rtl; }

.legal-container.mobilernen #wrap {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  width: 100%; }
  .legal-container.mobilernen #wrap #header {
    margin: 0;
    padding: 12px;
    width: auto;
    border-bottom: 1px solid #e5e5e5; }
    .legal-container.mobilernen #wrap #header img {
      margin: 0;
      padding: 0;
      width: 24px;
      height: 24px;
      border: none;
      outline: none; }
  .legal-container.mobilernen #wrap .panel {
    margin: 0;
    padding: 0; }

.legal-container h6 {
  font-weight: bold !important; }

.loading {
  background-color: black;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 1;
  -webkit-transition-duration: 1s;
  text-align: center;
  color: #FFF; }
  .loading div {
    width: 0;
    height: 0;
    border: 7px solid #FFF;
    border-radius: 50%;
    margin: 50% auto;
    display: inline-block;
    -webkit-animation: 1s blink infinite; }
  .loading div:nth-of-type(2) {
    opacity: 0.5;
    -webkit-transform: scale(0.5);
    -webkit-animation-delay: 0.2s; }
  .loading div:nth-of-type(3) {
    opacity: 0.5;
    -webkit-transform: scale(0.5);
    -webkit-animation-delay: 0.4s; }

@-webkit-keyframes blink {
  from {
    opacity: 1;
    -webkit-transform: scale(1); }
  to {
    opacity: 0.5;
    -webkit-transform: scale(0.5); } }

.login-container {
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: #277bbf;
  position: fixed;
  background: -webkit-radial-gradient(center center, circle cover, #39a3d2, #277bbf);
  overflow: scroll;
  margin-bottom: 40px; }
  .login-container.smarttoday {
    background-color: #58585a;
    background: -webkit-radial-gradient(center center, circle cover, #58585a, #444444); }
    .login-container.smarttoday button {
      background: #eaae00; }
    .login-container.smarttoday img {
      filter: brightness(1000%); }
    .login-container.smarttoday input[type="tel"] {
      border-bottom: 2px solid #eaae00; }
  .login-container.brainclub {
    background: #006aff;
    background: -moz-linear-gradient(top, #006aff 0%, #008cff 100%);
    background: -webkit-linear-gradient(top, #006aff 0%, #008cff 100%);
    background: linear-gradient(to bottom, #006aff 0%, #008cff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006aff', endColorstr='#008cff',GradientType=0 ); }
    .login-container.brainclub button {
      background-color: #008cff; }
    .login-container.brainclub img {
      filter: brightness(1000%); }
    .login-container.brainclub input[type="tel"] {
      border-bottom: 2px solid #008cff; }
  .login-container .header a {
    font-size: 29px; }
  .login-container .form {
    margin: 20% auto;
    text-align: center; }
    .login-container .form .prefix {
      border: solid 1px gray;
      width: 35px;
      text-align: center; }
  .login-container input[type="text"] {
    border: 1px solid; }
  .login-container #viewport {
    width: 300px;
    height: 420px;
    margin: 0 auto;
    display: block;
    padding: 0 10px;
    text-align: center;
    position: relative; }
  .login-container h1 {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 20px;
    line-height: 1.5em; }
  .login-container p {
    padding: 0;
    color: #fff;
    margin: 20px 0;
    font-size: 15px;
    line-height: 1.5em; }
  .login-container .radial:after {
    content: "";
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: -webkit-radial-gradient(center center, circle cover, #39a3d2, #277bbf);
    background: -moz-radial-gradient(center center, circle cover, #39a3d2, #277bbf);
    background: -ms-radial-gradient(center center, circle cover, #39a3d2, #277bbf);
    background: -o-radial-gradient(center center, circle cover, #39a3d2, #277bbf);
    background: radial-gradient(center center, circle cover, #39a3d2, #277bbf); }
  .login-container #logo {
    width: 220px;
    display: block;
    margin: 50px auto 20px auto; }
  .login-container form {
    width: 270px;
    display: block;
    margin: 0 auto; }
  .login-container input,
  .login-container #select {
    border: none;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
  .login-container input[type="tel"] {
    color: #fff;
    width: 170px;
    font-size: 24px;
    font-weight: normal;
    background-color: transparent;
    border-bottom: 2px solid #61c6ed; }
  .login-container button {
    border: none;
    display: block;
    width: 80px;
    height: 80px;
    cursor: pointer;
    border-radius: 8px;
    background-color: #41aed9; }
  .login-container button:hover {
    background-color: #fff; }

.login-footer .footer {
  left: 0;
  right: 0;
  bottom: 0;
  position: fixed;
  bottom: 0; }
  .login-footer .footer.smarttoday a {
    color: #eaae00; }
  .login-footer .footer.smarttoday a:hover, .login-footer .footer.smarttoday a:focus {
    color: #eaae00; }

.mobiopisto.login-container {
  background-color: #3C3C3C;
  background: -webkit-radial-gradient(center center, circle cover, #222222, #3C3C3C); }

.mobiopisto.login-container button {
  background-color: #2AB99C; }

.mobiopisto.login-container button img {
  filter: brightness(1000%); }

.mobiopisto.login-container input[type="tel"] {
  border-bottom: 2px solid #2AB99C; }

.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

body, html {
  height: 100%; }

/* Space out content a bit */
body {
  background-color: #000; }

.container.rtl {
  direction: rtl; }
  .container.rtl .layout-container .load-more {
    float: left; }
  .container.rtl .chaptersView .chapter .title {
    float: right !important; }
  .container.rtl .chapter-directive .long-answer,
  .container.rtl .quiz-directive .long-answer {
    text-align: right; }
  .container.rtl .icon-ma,
  .container.rtl .icon-quiz3 {
    left: 0 !important;
    right: inherit;
    padding-left: 10px;
    padding-right: 0px; }
  .container.rtl .course-info i:before {
    transform: scaleX(-1); }
  .container.rtl .login-container button {
    transform: scaleX(-1); }
  .container.rtl .login-container input {
    direction: ltr; }

@media screen and (min-aspect-ratio: 13 / 9) and (max-width: 992px) {
  html, body {
    height: 100%;
    overflow: hidden;
    width: 100%;
    position: fixed; }
  .flashcards {
    display: none; }
  .rotate-device {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url("/images/device-rotate.png") rgba(0, 0, 0, 0.9) no-repeat;
    background-position: center;
    background-size: 80px;
    z-index: 99999; } }

/* Everything but the jumbotron gets side spacing for mobile first views */
.header,
.marketing,
.footer {
  padding-left: 15px;
  padding-right: 15px; }

/* Custom page header */
.header {
  border-bottom: 1px solid #e5e5e5;
  /* Make the masthead heading the same height as the navigation */ }
  .header h3 {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 40px;
    padding-bottom: 19px; }

.container-content, .contact-directive {
  height: 100%; }

.container {
  padding-right: 0px;
  padding-left: 0px;
  height: 100%; }
  .container .row {
    margin-right: 0px;
    margin-left: 0px; }

/* Custom page footer */
.footer {
  padding-top: 19px;
  color: #777;
  border-top: 1px solid #e5e5e5; }
  .footer a {
    text-decoration: underline; }

.layout-container.es .footer,
.legal-container.es .footer,
.unsubscribe-container.es .footer {
  background: #0a2740;
  font-size: 16px; }
  .layout-container.es .footer a,
  .legal-container.es .footer a,
  .unsubscribe-container.es .footer a {
    color: #fff; }

.container-narrow > hr {
  margin: 30px 0; }

/* Main marketing message and sign up button */
.jumbotron {
  text-align: center;
  border-bottom: 1px solid #e5e5e5; }
  .jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px; }

/* Supporting marketing content */
.marketing {
  margin: 40px 0; }
  .marketing p + h4 {
    margin-top: 28px; }

.mobiopisto .btn-primary {
  color: #fff;
  background-color: #2AB99C;
  border-color: #2AB99C; }

.mobiopisto a {
  color: #2AB99C;
  text-decoration: none; }

.mobiopisto a:hover, .mobiopisto a:focus {
  color: #2AB99C; }

.brainclub .btn-primary {
  color: #fff;
  background-color: #008cff;
  border-color: #008cff; }

.brainclub a {
  color: #008cff;
  text-decoration: none; }

.brainclub a:hover, .brainclub a:focus {
  color: #008cff; }

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
  .container {
    width: auto; }
  /* Remove the padding we set earlier */
  .header,
  .marketing,
  .footer {
    padding-left: 0;
    padding-right: 0; }
  /* Space out the masthead */
  .header {
    padding-bottom: 30px; }
  /* Remove the bottom border on the jumbotron for visual effect */
  .jumbotron {
    border-bottom: 0; } }

.bottom-nav {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ffffff; }

.nav-button {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  height: 13px;
  padding: 25px 0;
  border: none;
  outline: none;
  touch-action: manipulation; }

.nav-button_left,
.nav-button_right {
  background: url(../images/bottom-nav-arrow.svg) left center no-repeat;
  background-size: auto 13px; }

.rtl .nav-button_left {
  -webkit-transform: rotateY(-180deg) !important;
  transform: rotateY(-180deg) !important; }

.rtl .nav-button_right {
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg); }

.nav-button_right {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg); }

.pagination {
  font-size: 12px;
  padding: 0 20px; }

.nav-button[disabled] {
  opacity: 0.2; }

.icon-video::before {
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
  background: url("../images/icon-video.svg") center no-repeat;
  background-size: 80% auto; }

.play-button {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  position: relative;
  margin: auto; }
  .play-button .outer-circle {
    display: none;
    border: 2px solid white;
    border-top: 1px red;
    border-right: 1px red;
    border-bottom: 1px red;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    position: absolute;
    -webkit-animation: rotate 2s infinite; }
  .play-button .inner-circle {
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.4) 49%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.3) 51%, rgba(255, 255, 255, 0.4) 100%);
    border: solid 2px white;
    -webkit-transition-duration: 1s;
    width: 100%;
    height: 100%; }
    .play-button .inner-circle .play-active-sign {
      width: 0;
      height: 0;
      border: 15px solid transparent;
      border-right: 0;
      border-left: 30px solid white;
      margin: 20px auto;
      margin-left: 22px; }
  .play-button.active .inner-circle {
    -webkit-transform: scale(0.8); }
  .play-button.active .outer-circle {
    display: block; }

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotateZ(0); }
  to {
    -webkit-transform: rotateZ(360deg); } }

.promotion-container {
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: none;
  font-family: Arial, Helvetica, sans-serif;
  background-color: white;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }
  .promotion-container h1 {
    color: #fff;
    display: block;
    font-size: 14px;
    text-align: center;
    margin-top: 90px;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2); }
  .promotion-container p {
    font-size: 12px;
    padding: 20px 0px;
    text-align: center; }
  .promotion-container a, .promotion-container a:active, .promotion-container a:visited {
    color: #00a6e5;
    text-decoration: none; }
  .promotion-container .banner {
    width: 100%;
    height: 380px;
    display: block;
    overflow: hidden;
    text-align: center;
    background-size: 640px 367px;
    background-position: 50% 0%;
    background-repeat: no-repeat; }
  .promotion-container .btn {
    color: #fff !important;
    width: 240px;
    padding: 15px;
    display: block;
    margin: 0 auto;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    font-size: 18px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    font-family: Arial, Helvetica, sans-serif;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 0px 1px 1px rgba(255, 255, 255, 0.2);
    -moz-box-shadow: inset 0px 1px 1px rgba(255, 255, 255, 0.2);
    box-shadow: inset 0px 1px 1px rgba(255, 255, 255, 0.2);
    background: #4eb779;
    /* Old browsers */
    background: -moz-linear-gradient(top, #4eb779 0%, #33a25d 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4eb779), color-stop(100%, #33a25d));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #4eb779 0%, #33a25d 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #4eb779 0%, #33a25d 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #4eb779 0%, #33a25d 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #4eb779 0%, #33a25d 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4eb779', endColorstr='#33a25d',GradientType=0 );
    /* IE6-9 */
    white-space: inherit; }
  @media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-device-pixel-ratio: 1) and (device-aspect-ratio: 2 / 3) and (orientation: portrait) {
    .promotion-container h1 {
      color: #fff;
      display: block;
      font-size: 12px;
      text-align: center;
      margin-top: 55px;
      text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2); }
    .promotion-container .banner {
      width: 100%;
      height: 250px;
      display: block;
      overflow: hidden;
      text-align: center;
      background-size: 419px 240px;
      background-position: 50% 0%;
      background-repeat: no-repeat; } }
  @media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-device-pixel-ratio: 2) and (device-aspect-ratio: 2 / 3) and (orientation: portrait) {
    .promotion-container h1 {
      color: #fff;
      display: block;
      font-size: 12px;
      text-align: center;
      margin-top: 55px;
      text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2); }
    .promotion-container .banner {
      width: 100%;
      height: 250px;
      display: block;
      overflow: hidden;
      text-align: center;
      background-size: 419px 240px;
      background-position: 50% 0%;
      background-repeat: no-repeat; } }

.quiz-container .result .flashcards div.image {
  width: 100%;
  height: 190px;
  text-align: center;
  background-size: cover;
  background-position: center; }

.quiz-container .result .flashcards .quiz-result {
  font-size: 25px;
  padding: 0 10px; }

.quiz-container .result .flashcards .icon-review,
.quiz-container .result .flashcards .icon-test,
.quiz-container .result .flashcards .icon-next {
  color: #FFF; }

.quiz-container .flashcards .card {
  height: 100%; }

.quiz-container .flashcards .face {
  background-color: #FFF;
  font-size: 33px; }
  .quiz-container .flashcards .face .header {
    border-radius: 20px 20px 0 0;
    position: relative; }
  .quiz-container .flashcards .face .question {
    margin: 0;
    padding: 0 18px;
    width: 100%; }

.quiz-container .flashcards .options-container {
  background-color: #FFF;
  padding: 10px 0; }
  .quiz-container .flashcards .options-container .options {
    background-color: #999999;
    margin-bottom: 10px;
    box-shadow: 0px 4px #E3E3E3;
    font-size: 25px; }
  .quiz-container .flashcards .options-container .correct-bg {
    background-color: #1BB652; }
  .quiz-container .flashcards .options-container .incorrect-bg {
    background-color: #E64F42; }

body {
  background-color: #fff; }

.unsubscribe-container {
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: white;
  position: absolute; }
  .unsubscribe-container .es-header {
    position: fixed;
    display: block;
    top: 0px;
    left: 0;
    right: 0;
    width: 100%;
    height: auto;
    background-color: #0b273f;
    z-index: 9001; }
    .unsubscribe-container .es-header > img {
      position: relative;
      display: block;
      margin: 0 auto;
      padding: 0;
      width: 100%;
      max-width: 420px;
      min-width: 320px;
      height: auto;
      border: none;
      outline: none; }
  .unsubscribe-container.pocketguru .header {
    border-bottom: 0px;
    text-align: center;
    padding-top: 50px; }
    .unsubscribe-container.pocketguru .header a {
      font-size: 100px; }
  .unsubscribe-container.pocketguru .form {
    margin: 0 auto; }
  .unsubscribe-container.pocketguru .text-unsub {
    color: #999;
    font-weight: 300;
    margin: 0 30px; }
  .unsubscribe-container.pocketguru .footer {
    text-align: justify;
    padding-left: 10%;
    padding-right: 10%; }
    .unsubscribe-container.pocketguru .footer a {
      margin: 0; }
  .unsubscribe-container .btn-unsub {
    background: #e5e5e5;
    color: #8e8d8e;
    border: none;
    font-size: 14px;
    text-transform: uppercase;
    padding: 15px 10px;
    border-radius: 0px;
    width: 70%;
    margin-top: 0px;
    outline: none;
    position: relative;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    transition: all ease 0.5s; }
  .unsubscribe-container .btn-unsub.active {
    background: #377BB5;
    color: #fff; }
  .unsubscribe-container .input-unsub {
    border: 1px solid #ccc;
    padding: 10px 15px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px;
    border-radius: 0px;
    font-size: 18px;
    width: 70%;
    color: #000; }
  .unsubscribe-container.mobischool .header a {
    color: #d00006; }
  .unsubscribe-container .header a {
    font-size: 29px; }
  .unsubscribe-container .header .icon-mv-ma {
    font-size: 35px;
    line-height: 40px; }
  .unsubscribe-container .form {
    margin: 20% auto;
    text-align: center; }
    .unsubscribe-container .form .prefix {
      border: solid 1px gray;
      width: 35px;
      text-align: center; }
  .unsubscribe-container input[type="text"] {
    border: 1px solid; }
  .unsubscribe-container .footer {
    position: inherit;
    margin-top: 70px;
    left: 0;
    right: 0;
    bottom: 0; }
  .unsubscribe-container.movistares .footer {
    position: fixed;
    bottom: 0;
    width: 100%; }
  .unsubscribe-container.movistares button {
    color: #0c3d8f !important;
    margin: 5px 5px !important;
    font-weight: bold;
    line-height: 45px;
    text-align: center;
    height: 45px;
    width: 150px;
    outline: none;
    display: block;
    font-size: 16px;
    cursor: pointer;
    position: relative;
    border-radius: 5px;
    text-decoration: none;
    border: 1px solid #878787;
    font-family: Arial, Helvetica, Sans-serif;
    background: linear-gradient(to bottom, #f2f6f8 0%, #d8e1e7 50%, #b5c6d0 51%, #e0eff9 100%); }
  .unsubscribe-container.vodafone .footer {
    position: fixed;
    bottom: 0;
    width: 100%; }
