@charset "UTF-8";
@import url(normalize.css);
@import url(modal.css);
/* Colors */
/* Brand colors */
.media, .bd {
  overflow: hidden;
  _overflow: visible;
  zoom: 1; }

.media .img {
  float: left; }

.media .img img {
  display: block; }

.media .imgExt {
  float: right; }

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot");
  src: url("../fonts/icomoon.eot?#iefix") format("embedded-opentype"), url("../fonts/icomoon.svg#icomoon") format("svg"), url("../fonts/icomoon.woff") format("woff"), url("../fonts/icomoon.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

[data-icon]:before {
  font-family: 'icomoon';
  content: attr(data-icon);
  speak: none;
  font-weight: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(28, 142, 206, 0.3); }

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

::-webkit-input-placeholder {
  font-style: italic;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 300; }

:-moz-placeholder {
  font-style: italic;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 300; }

:-ms-placeholder {
  font-style: italic;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 300; }

html {
  background-image: url("../img/bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-repeat: repeat;
  font-family: "Open Sans", sans-serif;
  font-size: 1em;
  -webkit-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  -o-perspective: 1000;
  perspective: 1000; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
    html {
      background-image: image("../img/bg@2x.png");
      background-size: 52px 52px; } }

body {
  font-size: 100%;
  max-width: 980px;
  margin: 0 auto; }

h2 {
  font-size: 1.1em; }

h3 {
  font-size: 0.875em; }

img {
  max-width: 100%;
  -webkit-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  -o-perspective: 1000;
  perspective: 1000; }

span {
  -webkit-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  -o-perspective: 1000;
  perspective: 1000; }

a.button {
  font-size: 1em; }

.logotype {
  display: none; }

#news .balance {
  text-align: left; }

span.small {
  font-size: 0.8em; }

table.prices {
  margin-right: auto;
  margin-left: auto;
  border: 1px solid white; }

table.prices td, table.prices th {
  padding: 10px;
  border: 1px solid white;
  background-color: whitesmoke; }

table.prices th {
  font-size: 90%; }

.texty {
  background: white;
  border: 1px solid #d5d5d5;
  padding: 0.75em; }
  .texty p {
    margin: 10px 0; }
  .texty h2 {
    margin: 1em 0; }
  .texty ul {
    list-style-position: inside; }

.header-img {
  border: 1px solid #d5d5d5;
  margin-top: 0.5em; }

.register-cta {
  background: rgba(255, 229, 31, 0.36);
  padding: 1em;
  text-align: center;
  font-size: 1.1em; }
  .register-cta a {
    color: #1c8ece; }

#MessageHelpForm label {
  width: 100%;
  float: none;
  text-align: center; }
#MessageHelpForm textarea {
  width: 70%;
  margin: 0 auto;
  float: none;
  display: block;
  margin-top: 10px; }
#MessageHelpForm div {
  margin-bottom: 0; }
#MessageHelpForm .save {
  text-align: center;
  margin-top: 0;
  padding-top: 0; }
  #MessageHelpForm .save input {
    margin-top: 0;
    float: none; }

#loginlayout #logo2 {
  float: right;
  width: 35%;
  padding: 0 3%;
  height: 65px;
  line-height: 65px;
  font-size: 1.2em;
  text-transform: uppercase;
  text-align: right; }
  #loginlayout #logo2 img {
    margin: 0 auto;
    display: block;
    position: relative;
    top: 7px; }
  #loginlayout #logo2 a {
    color: #4d4d4d;
    text-decoration: none; }

#UserLoginForm .submit {
  text-align: center; }

#main-nav {
  font-family: "Open Sans Condensed", sans-serif;
  overflow: hidden;
  position: relative;
  z-index: 2;
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #d5d5d5;
  margin-bottom: 10px; }
  #main-nav #logo {
    float: left;
    width: 21%;
    padding: 0 2%;
    height: 65px;
    line-height: 65px;
    font-size: 1.2em;
    text-transform: uppercase; }
    #main-nav #logo img {
      margin: 0 auto;
      display: block;
      position: relative;
      top: 7px; }
    #main-nav #logo a {
      color: #4d4d4d;
      text-decoration: none; }
  #main-nav ul {
    width: 45%;
    min-width: 14em;
    overflow: hidden;
    float: right; }
  #main-nav li {
    float: left;
    width: 25%;
    text-align: center;
    border-left: 1px solid #d5d5d5; }
    #main-nav li:hover {
      background-color: whitesmoke; }
    #main-nav li.empty:hover {
      background-color: white; }
    #main-nav li.empty{
      border-left: 0px;
    }
    #main-nav li a {
      padding: 0 3%;
      height: 65px;
      line-height: 65px;
      display: block;
      text-decoration: none;
      color: #4d4d4d;
      font-size: 1em;
      text-transform: uppercase; }
      #main-nav li a span {
        display: block;
        color: #000;
        font-size: 1.5em; }

.media {
  position: relative;
  background: #e4f7fc;
  list-style: none;
  width: 100%;
  color: #183762;
  margin: 0;
  margin-bottom: 2%;
  float: left;
  border: 1px solid #31b7e8;
  padding: 15px 2%;
  overflow: hidden; }
  .media .imgExt {
    width: 48%;
    float: left;
    margin-top: 0.75em; }
  .media span.img {
    display: none;
    width: 8%; }
  .media.hide, .media.inv {
    display: none !important; }
  .media:last-child {
    margin-bottom: 1px; }

.tags {
  font-size: 0.8em;
  margin-top: 2%;
  float: left;
  width: 60%; }
  .tags a {
    border: 1px solid #d5d5d5;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background: none;
    color: #4d4d4d;
    text-decoration: none;
    float: left;
    padding: 0 2%;
    margin: 0 1%; }

.img {
  font-size: 3.5em;
  text-align: center;
  line-height: 0.7;
  width: 20%;
  position: relative; }

.imgExt {
  float: left;
  width: 60%; }
  .imgExt h3 {
    font-size: 1.0em;
    font-weight: normal;
    padding-right: 3%;
    margin-bottom: 2%; }
  .imgExt p, .imgExt h3 {
    line-height: 1.2; }

.description {
  display: inline-block; }
  .description p {
    margin: 10px 0 0;
    font-size: 90%; }

.actions {
  margin-top: 0.4em;
  float: right; }
  .actions div {
    float: right;
    text-align: center; }
  .actions span {
    clear: both;
    font-size: 0.7em;
    font-family: Georgia;
    font-style: italic; }
  .actions .button {
    width: 120px;
    text-align: center;
    display: block;
    font-size: 1em;
    font-family: "Ubuntu Condensed", sans-serif;
    color: #fff;
    background: #1c8ece;
    border: none;
    padding: 0.5em 1em;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    /* Safari 3.2+, Chrome */
    -moz-transition: all 0.3s ease-in-out;
    /* Firefox 4-15 */
    -o-transition: all 0.3s ease-in-out;
    /* Opera 10.5–12.00 */
    transition: all 0.3s ease-in-out;
    /* Firefox 16+, Opera 12.50+ */ }
    .actions .button.buy {
      background: #ff6732; }
    .actions .button.fill {
      background: #c5f654;
      color: #637b2a; }
    .actions .button.refill {
      background: #ff6732; }

.star {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 2em;
  text-decoration: none;
  color: #919191;
  -webkit-transition: all 0.3s ease-in-out;
  /* Safari 3.2+, Chrome */
  -moz-transition: all 0.3s ease-in-out;
  /* Firefox 4-15 */
  -o-transition: all 0.3s ease-in-out;
  /* Opera 10.5–12.00 */
  transition: all 0.3s ease-in-out;
  /* Firefox 16+, Opera 12.50+ */ }
  .star.on {
    color: #ffe51f;
    text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.6); }

.level-icon {
  font-size: 0.15em;
  color: #fff;
  display: block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  background: #ff6732;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  position: absolute;
  top: 10%;
  right: 15%;
  text-shadow: none;
  font-weight: normal; }

.title {
  margin-top: 2%;
  background: #ff6732;
  color: #fff;
  overflow: hidden;
  font-weight: normal;
  padding: 1em 3% 1em 3%;
  font-size: 1em;
  margin-top: 10px;
  border-top: 1px solid #d5d5d5; }
  .title .ex-num {
    font-weight: bold; }
  .title h2 {
    float: left;
    font-weight: normal;
    line-height: 1.5; }
  .title h3 {
    display: block;
    clear: both;
    font-weight: normal;
    font-style: italic;
    line-height: 1.5; }
  .title h3 {
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 300;
    font-style: normal;
    float: none; }
  .title h2 {
    font-family: "Ubuntu Condensed", sans-serif;
    text-align: center;
    float: none;
    font-size: 1.5em; }
    .title h2:not(.small) {
      text-transform: uppercase; }
    .title h2:nth-of-type(2) {
      color: #888888;
      font-size: 1.0em;
      text-transform: none; }
  .title a {
    float: right;
    color: #fff;
    font-size: 0.8em;
    text-decoration: none;
    border-bottom: 1px dashed; }
  .title.invert {
    background: #fff;
    color: #ff6732;
    border-bottom: 1px solid #d5d5d5 !important; }

.lesson-head {
  margin-bottom: 20px;
  text-align: center;
  padding: 20px 3%;
  overflow: hidden;
  line-height: 1.2;
  color: #4d4d4d; }
  .lesson-head figure {
    position: relative;
    font-size: 3em;
    text-shadow: 1px 1px 2px white; }
  .lesson-head .level {
    font-size: 0.2em;
    color: #fff;
    display: block;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    background: #ff6732;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    position: absolute;
    top: 0%;
    left: 50%;
    text-shadow: none; }
  .lesson-head h1 {
    font-weight: normal;
    text-transform: uppercase;
    overflow: hidden;
    position: relative;
    font-size: 1.1em;
    text-shadow: 1px 1px 2px white; }
  .lesson-head h2 {
    font-family: Georgia;
    font-style: italic;
    font-weight: normal;
    color: #4d4d4d;
    font-size: 1em;
    margin-top: 3%; }

.no-touch #main-nav li a, .no-touch footer li a {
  -webkit-transition: all 0.3s ease-in-out;
  /* Safari 3.2+, Chrome */
  -moz-transition: all 0.3s ease-in-out;
  /* Firefox 4-15 */
  -o-transition: all 0.3s ease-in-out;
  /* Opera 10.5–12.00 */
  transition: all 0.3s ease-in-out;
  /* Firefox 16+, Opera 12.50+ */ }
  .no-touch #main-nav li a:hover, .no-touch #main-nav li a:focus, .no-touch footer li a:hover, .no-touch footer li a:focus {
    outline: none; }

#lesson-menu span {
  font-size: 1.4em; }

#result .title.invert {
  margin-bottom: 10px; }

#new, #balance, #presents {
  border-bottom: 1px solid #d5d5d5; }

footer {
  margin-top: 20px;
  font-family: "Ubuntu Condensed", sans-serif;
  color: #888888; }
  footer ul {
    overflow: hidden;
    position: relative;
    z-index: 2; }
  footer li {
    float: left;
    width: 100%;
    text-align: center;
    line-height: 1.3em;
    position: relative;
    z-index: 1; }
    footer li:last-child {
      border-right: none; }
    footer li ul li {
      float: none; }
  footer p {
    text-align: center;
    /*border-bottom: 1px solid #d5d5d5;*/
    padding: 10px 0 10px;
    font-size: 1.0em; }
    footer p a {
      text-decoration: none;
      color: #17b8e3; }

#footer-nav {
  text-transform: uppercase; }
  #footer-nav ul {
    font-size: 1.5em; }
    #footer-nav ul a {
      font-family: "Open Sans Condensed", sans-serif;
      display: block;
      text-decoration: none;
      color: #888888;
      font-size: 0.9em; }
    #footer-nav ul li ul li {
      font-weight: normal;
      font-size: 0.6em;
      width: 100%;
      line-height: 1.3em; }
      #footer-nav ul li ul li :before {
        content: "• "; }
      #footer-nav ul li ul li:last-child {
        margin-bottom: 1em; }

footer.inner {
  max-width: 960px;
  width: 100%;
  margin: 10px auto 0; }

#footer-nav.inner {
  width: 100%; }
  #footer-nav.inner ul {
    width: 100%; }
  #footer-nav.inner li {
    border-top: 1px solid #1c8ece;
    border-bottom: 1px solid #1c8ece;
    border-left: 1px solid #1c8ece;
    background-color: #31b7e8;
    width: 33.333%;
    text-align: center;
    display: block; }
    #footer-nav.inner li:hover {
      background-color: #28cdff; }
    #footer-nav.inner li:last-child {
      border-right: 1px solid #1c8ece; }
    #footer-nav.inner li a {
      color: white;
      font-size: 0.8em;
      height: 3em;
      padding-top: 0.7em; }

.modal {
  padding: 3%;
  width: 40%;
  text-align: center; }
  .modal p {
    font-size: 1.5em;
    margin-bottom: 30px; }

.inner-form {
  background: #fff;
  border-bottom: 1px solid #d5d5d5; }
  .inner-form .inst {
    font-family: Georgia;
    font-style: italic; }
    .inner-form .inst.err {
      color: #ef502d; }
  .inner-form div {
    overflow: hidden;
    padding: 20px 3%; }
  .inner-form label {
    width: 30%;
    font-family: Georgia;
    font-style: italic;
    padding: 0.2em;
    display: block; }
  .inner-form input[type="submit"] {
    font-family: "Ubuntu Condensed", sans-serif;
    color: #fff;
    background: #1c8ece;
    border: none;
    padding: 0.5em 1em;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    /* Safari 3.2+, Chrome */
    -moz-transition: all 0.3s ease-in-out;
    /* Firefox 4-15 */
    -o-transition: all 0.3s ease-in-out;
    /* Opera 10.5–12.00 */
    transition: all 0.3s ease-in-out;
    /* Firefox 16+, Opera 12.50+ */ }
  .inner-form input[type="text"], .inner-form input[type="email"], .inner-form input[type="number"], .inner-form input[type="password"] {
    font-size: 1em;
    color: #4d4d4d;
    width: 75%;
    float: left;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 300;
    background: #e5e5e5;
    border: none;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    padding: 0.3em; }
    .inner-form input[type="text"]:disabled, .inner-form input[type="email"]:disabled, .inner-form input[type="number"]:disabled, .inner-form input[type="password"]:disabled {
      border: none;
      background: #fff; }
  .inner-form a.edit {
    margin-left: 10%;
    float: left;
    text-decoration: none;
    color: #4d4d4d; }
  .inner-form .save p {
    padding: 30px 0;
    width: 60%;
    margin-right: 10%;
    float: left;
    font-family: Georgia;
    color: #919191;
    font-style: italic;
    font-size: 0.75em; }
  .inner-form .save input[type="submit"] {
    float: right; }

.no-touch .inner-form input[type="submit"]:hover, .no-touch .inner-form input[type="submit"]:focus {
  background: #31b7e8; }
.no-touch .inner-form input[type="submit"]:active {
  -webkit-box-shadow: "inset 1px 1px 1px 1px #000";
  box-shadow: "inset 1px 1px 1px 1px #000"; }

/* Teljes széles nav menu */
body {
  max-width: 100% !important; }

#content, footer {
  max-width: 960px;
  margin: 0 auto; }

#main-nav {
  width: 100% !important;
  top: 0;
  -webkit-box-shadow: 0 5px 15px 1px rgba(0, 0, 0, 0.38);
  box-shadow: 0 5px 15px 1px rgba(0, 0, 0, 0.38); }
  #main-nav #logo {
    border-left: 1px solid #d5d5d5; }

.page_navigation {
  background: #fff;
  border-bottom: 1px solid #d5d5d5;
  text-align: center;
  padding: 5px 3%; }
  .page_navigation a {
    font-family: "Ubuntu Condensed", sans-serif;
    font-size: 1.1em;
    color: #17b8e3;
    text-decoration: none;
    margin: 0 3px;
    padding: 2px 4px; }
    .page_navigation a.active_page {
      background: #17b8e3;
      color: #fff;
      -webkit-border-radius: 2px;
      border-radius: 2px;
      -moz-background-clip: padding;
      -webkit-background-clip: padding-box;
      background-clip: padding-box; }
    .page_navigation a.first_link, .page_navigation a.last_link, .page_navigation a.next_link, .page_navigation a.previous_link {
      font-size: 1em; }

a.aud img {
  margin-right: 5px; }

@media all and (min-width: 25em) {
  .inner-form label {
    float: left; }
  .inner-form input[type="text"], .inner-form input[type="email"], .inner-form input[type="number"], .inner-form input[type="password"] {
    width: 50%; } }
@media all and (min-width: 30em) {
  .media .img {
    font-size: 2.9em; }

  .level-icon {
    width: 25px;
    height: 25px;
    line-height: 25px; }

  .imgExt h3 {
    font-size: 1.3em; } }
@media all and (min-width: 48em) {
  #llist .texty {
    padding: 0em 2% 1em; }

  .media {
    border: 1px solid #31b7e8; }
    .media .img {
      font-size: 3em; }

  .inner-form, .title, .balance, .meter, .present-wrap, #log-wrap .entry, .page_navigation, #filter-bar, #search-bar, #list-nav-wide {
    border-left: 1px solid #d5d5d5;
    border-right: 1px solid #d5d5d5; }

  .meter, .present-wrap {
    border-bottom: 1px solid #d5d5d5; }

  #main-nav, footer {
    width: 96%;
    margin: 0 auto; }

  footer {
    margin: 5px auto 0 auto; }

  #main-nav {
    height: 5.5em;
    margin-bottom: 0.5em !important; }
    #main-nav ul {
      height: 5.5em; }
      #main-nav ul li {
        height: 100%; }
        #main-nav ul li a {
          padding-top: 11%; }
    #main-nav #logo {
      height: 5em; }
      #main-nav #logo img {
        top: 8px !important; }
    #main-nav span.text {
      display: block; }
    #main-nav .inner {
      max-width: 960px;
      margin: 0 auto;
      height: 5em; }
      #main-nav .inner ul {
        border-right: 1px solid #d5d5d5; }

  .imgExt {
    width: 60%; } }
@media all and (min-width: 34.0625em) {
  #logo {
    width: 40% !important; }

  #main-nav #logo img, #main-nav #logo2 img {
    display: inline !important;
    position: relative;
    top: -1px; }

  .logotype {
    display: inline; }

  footer li {
    width: 33.333%;
    text-align: left; }

  #footer-nav ul li ul {
    margin-top: 0.2em; }

  .media span.img {
    display: inline;
    line-height: 1em; } }
@media screen and (min-width: 56.25em) {
  .media {
    float: left; }
    .media .img {
      font-size: 3em; } }
@media all and (min-width: 61.25em) {
  #main-nav li a {
    line-height: 23px;
    padding-top: 18px !important;
    font-size: 0.8em; } }

#llist .texty.unit-wrap.no-pagination{
  padding-top: 2em;
}

#rounded_alertbox {
  margin: 0px auto;
  border: 5px;
  border-style: solid;
  border-color: #ff6732;
  text-align: center;
  width: 70%;
  height: auto;
  padding: 5px;
  border-radius: 15px; }
  
.bluebtn {
    font-family: 'Ubuntu Condensed', sans-serif;
    color: #fff;
    background: #1c8ece;
    border: none;
    padding: 0.5em 1em;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: inline-block;
    text-align: center;
    font-size: 1.1em;
    margin-top: 0.1em;
}

.center {
   text-align: center;
   }