/* Reset ================================================================================= */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
caption, th, td {
    text-align: left;
}
caption {
    font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
}
blockquote, q {
    quotes: "" "";
}
img {
    vertical-align:top;
}
a img {
    border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
:focus { outline:0; }

/* Tools */
.hidden { display:block !important; border:0 !important; margin:0 !important; padding:0 !important; font-size:0 !important; line-height:0 !important; width:0 !important; height:0 !important; overflow:hidden !important; }
.hide { display:none !important; }
.nobr { white-space:nowrap !important; }
.wrap { white-space:normal !important; }
.a-left { text-align:left !important; }
.a-center { text-align:center !important; }
.a-right { text-align:right !important; }
.v-top { vertical-align:top; }
.v-middle { vertical-align:middle; }
.f-left { float:left !important; }
.f-right { float:right !important; }
.f-none { float:none !important; }
.f-fix { float:left; width:100%; }
.no-display { display:none; }
.no-margin { margin:0 !important; }
.no-padding { padding:0 !important; }
.no-bg { background:none !important; }
.uc { text-transform:uppercase; }
.text-out-screen { text-indent:-9999px; }
.f-normal { font-weight:400 !important; }
.relative { position:relative; }
div.clear { background:none;border:0;clear:both;display:block;float:none;font-size:0;margin:0;padding:0;position:static;overflow:hidden;visibility:hidden;width:0;height:0; }
.clearfix:after { visibility:hidden;display:block;font-size:0;content:" ";clear:both;height:0; }
* html .clearfix { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */


/* =Structure
----------------------------------------------- */
body,
.wrapper {
    min-width:1000px;
}
.main-container {}
.main {
    padding:50px 10px 10px 10px;
    text-align:left;
}

/* Base Columns */
.col-left { float:left; width:388px; padding:0 0 1px; }
.col-main { float:left; width:95%; padding:1px 0; }
.col-right { float:right; width:388px; padding:0 0 1px; }

/* 1 Column Layout */
.col1-layout .col-main { float:none; width:auto; }

/* 2 Columns Layout */
.col2-left-layout .col-main { float:right; }
.col2-right-layout .col-main {}

/* 3 Columns Layout */
.col3-layout .col-main { width:475px; margin-left:17px; }
.col3-layout .col-wrapper { float:left; width:687px; }
.col3-layout .col-wrapper .col-main { float:right; }

/* Content Columns */
.col2-set .col-1 { float:left; width:48.5%; }
.col2-set .col-2 { float:right; width:48.5%; }
.col2-set .col-narrow { width:32%; }
.col2-set .col-wide { width:65%; }

.col3-set .col-1 { float:left; width:32%; }
.col3-set .col-2 { float:left; width:32%; margin-left:2%; }
.col3-set .col-3 { float:right; width:32%; }

.col4-set .col-1 { float:left; width:23.5%; }
.col4-set .col-2 { float:left; width:23.5%; margin:0 2%; }
.col4-set .col-3 { float:left; width:23.5%; }
.col4-set .col-4 { float:right; width:23.5%; }

.header,
.main,
.footer { width: 70%; margin:0 auto; padding-left:10px; padding-right:10px; text-align:left; }

/* =Global
----------------------------------------------- */
html {}
html,
body {
    height:100%;
}
body {
    background-color:#FFF;
    background-position:50% 0;
    background-repeat:repeat;
    color:#333;
    font:13px/1.5 'Open Sans', Arial, Helvetica, sans-serif;
    text-align:center;
    overflow-x: clip;
}
.wrapper {
    min-height:100%;
}
#kid-wrapper {
    background-color:#FFFBDA;
    min-height:100%;
}

#kid-wrapper .page{
    margin-top: 100px;
}
#kid-wrapper .page .in-body.player-actions{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 640px;
    padding-top: 50px;
}
#kid-wrapper .page .in-body.player-actions li{
    margin-top: 20px;
    width: 303px;
}
#kid-wrapper .page .in-body.player-actions li a {
    min-width: 60%;
}
#kid-wrapper .page #site-title a{
    margin-bottom: 20px;
}
#kid-wrapper #browseGames .btn-action{
    border: none;
    background-color: unset;
}
.game-score{
    z-index: 998!important;
}
/* Headings */
h1,h2,h3,h4,h5,h6 {
    line-height:1.1em;
}
h1 {
    color:#333;
    font-size:25px;
    font-family: "proxima-nova-soft", Arial, sans-serif;
}
h2 {
    color:#333;
    font-weight:700;
    font-size:18px;
    margin-bottom:14px;
    font-family: "proxima-nova-soft", Arial, sans-serif;
}
h3 {
    color: #333;
    font-size: 15px;
    font-weight: 700;
    margin: 0 0 14px;
    font-family: "proxima-nova-soft", Arial, sans-serif;
}
h4 {
    color: #333;
    font-size: 13px;
    font-weight: 700;
    margin: 0 0 14px;
    font-family: "proxima-nova-soft", Arial, sans-serif;
}
h5 {
    color: #333;
    font-size: 11px;
    font-weight: 700;
    margin: 0 0 14px;
    font-family: "proxima-nova-soft", Arial, sans-serif;
}
h6 {
    color: #333;
    font-size: 10px;
    font-weight: 700;
    margin: 0 0 14px;
    font-family: "proxima-nova-soft", Arial, sans-serif;
}
hr {
    background-color: #E5E5E5;
    border: 0;
    height: 1px;
    margin-bottom: 1.625em;
}

/* Text elements */
p {
    margin-bottom: 1.4em;
}
ul, ol {
    margin: 0 0 1.625em 2.5em;
}
ul {
    list-style: square;
}
ol {
    list-style-type: decimal;
}
ol ol {
    list-style: upper-alpha;
}
ol ol ol {
    list-style: lower-roman;
}
ol ol ol ol {
    list-style: lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
    margin-bottom: 0;
}
dl {
    margin: 0 1.625em;
}
dt {
    font-weight: bold;
}
dd {
    margin-bottom: 1.625em;
}
strong {
    font-weight: bold;
}
cite, em, i {
    font-style: italic;
}

/* Links */
a {
    color: #0fa6de;
    text-decoration:none;
}
a:focus,
a:active,
a:hover {
    color: #0C86B2;
    text-decoration: none;
}
a[href^="mailto:"] {
    white-space:nowrap;
}
a span { cursor:pointer; }

/* =Header
----------------------------------------------- */


.mobile-hamburger{
    display: none;
    float: right;
    padding: 28px;
}
.mobile-menu{
    display: none;
    width: 102vw;
    background-color:#11A8DF;
    top: 0;
    left: 0;
    z-index: 1000;
}
.mobile-menu a{
    color: #FFFFFF;
    font-family: Montserrat;
    font-weight: 600;
    font-size: 20px;
    line-height: 50px;
    width: 188px;
    text-align: left;
    text-transform: uppercase;
}
.mobile-menu .links{
    margin-top: 80px;
}
.close-mobile-menu:after{
    display: inline-block;
    content: "\00d7"; /* This will render the 'X' */
  }
.close-mobile-menu{
    position: absolute;
    top: 0;
    right: 5%;
    font-size: 110px;
    color: #bf6c00;
    width: 60px;
    padding: 15px;
}

.header-clear{
    margin-top: 100px;
}

.header-container {
    background:#11A8DF ;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 999;
}
.header {
    height: 100px;
    width: 100%;
    position: relative;
    margin: 0 5%;
}
.header.messages{
    margin: 0;
    padding: 0 5%;
    background:#F5F5F5;
    display: flex;
    text-align: left;
    align-items: center;
    width: 98vw;
    position: relative;
}
.header.messages h3,.header.messages p{
    width: auto;
    font-family:'Open Sans'

}
.header .messages-container{
    display: flex;
    flex-direction: row;
}
.header #back {
    margin-left:52px;
    margin-top:24px;
}
.close-message{
    position: absolute;
    right: 200px;
    z-index: 5;
    cursor: pointer;
}


#site-title {
    float:left;
    margin: 0 8px 0 0;
    padding:0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
#site-title a {
    color: #111;
    display:inline-block;
    font-size: 30px;
    font-weight: bold;
    /*max-width:134px;*/
    text-decoration: none;
}
#site-title img {
    width: 140px;
    vertical-align:top;
}
#site-title strong {
     position:absolute;
     top:-999em;
     left:-999em;
     width:0;
     height:0;
     font-size:0;
     line-height:0;
     text-indent:-999em;
     overflow:hidden;
}

.links.settings {
	padding: 14px 0 0;
}

.links {
    list-style:none;
    margin:0 0 0 20px;
    padding:34px 0 0;
    position:absolute;
    right: 4rem;
    top:0;
    z-index:1;
}
.links li {
    float:left;
    margin:0 0 0 20px;
}
.links li a {
    background-image:url(../img/icons.png);
    background-repeat:no-repeat;
    color:#fff;
    display:block;
    height:25px;
    text-decoration:none;
    text-indent:-9999px;
    width:25px;
    filter: grayscale(1) brightness(6.5);
}
.links li.no-style a{
    background:none;
    color:#fff;
    display:block;
    height:25px;
    text-decoration:none;
    text-indent:0px;
    font-size: 17px;

}
.links .edit-settings a {
    background-position:0 -382px;
}
.links .edit-settings a:hover {
    background-position:0 -549px;
}
.links .log-out a {
    background-position:0 -418px;
}
.links .log-out a:hover {
    background-position:0 -584px;
}
.gamer .links .edit-settings a {
    background-position:0 -481px;
}
.gamer .links .edit-settings a:hover {
    background-position:0 -619px;
}
.gamer .links .log-out a {
    background-position:0 -515px;
}
.gamer .links .log-out a:hover {
    background-position:0 -654px;
}

/* =Main Menu
-------------------------------------------------------------- */
#access {
    float:left;
    width: 80%;
    height: 100%;
}
#access a{
    color: #FFFFFF;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 20px;
    letter-spacing: 0.67px;
    line-height: 24px;
    width: 90px;
    text-align: left;
    text-decoration:none;
    text-transform:uppercase;
    font-weight: 700;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
}
#access a:hover {
    text-decoration:none;
}
#access ul {
    list-style:none;
    margin:0;
    padding:0;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    height: 100%;
}
#access li {
    float:left;
    margin:0;
    padding:0;
}
.header-login a{
  border-radius: 20px;
  width: 181px;
  height: 50px;
  cursor: pointer;
  text-align: center;
  margin-right: 10px;
}
#access .header-login a{
  font-family: 'Montserrat';
  font-size: 20px;
  line-height: 50px;
  width: 119px;
  text-align: center;
}

/* =Player actions
-------------------------------------------------------------- */

.player-actions {
	list-style: none;
	padding: 24px 0 0 20px;
	float: left;
}

.player-actions li {
	display: inline;
	padding: 0 20px 0 0;
}

/* =Content
-------------------------------------------------------------- */
.content p,
.content ul,
.content ol,
.content dd,
.content pre,
.content hr {
	margin-bottom: 1.15em;
}
.content ul ul,
.content ol ol,
.content ul ol,
.content ol ul {
	margin-bottom: 0;
}
.content dt,
.content th {
	color: #000;
}
.main h2,
.main h3,
.main h4,
.main h5,
.main h6 {
	margin: 15px 0 14px 0;
    text-transform:uppercase;
}
.main h1,
.main .page-title {
    margin: 42px 0 20px 0;
}
.main .page-title {
    font-size: 25px;
    text-transform:uppercase;
}
.main .sub-title {
    border-bottom:1px solid #D8E2E7;
    color:#555;
    font-size:20px;
    margin-bottom:28px;
    margin-top:30px;
    padding:0 0 17px;
    text-transform:uppercase;
}

.main-box {
    padding-left:50px;
    border:none;
}
.col1-layout .main-box .col-main {
    padding-right:50px;
}
.sidebar-style-1 .main-box {
    background:#fff url(../img/sidebar-style-1.png) repeat-y 100% 0;
}
.sidebar-style-2 .main-box {
    background:#fff url(../img/sidebar-style-2.png) repeat-y 100% 0;
}

.col-main {
    padding-bottom:20px;
}
.content-wrapper{
    width: 90%;
    position: relative;
}
.buttons-set {
    margin-bottom:20px;
}
.date {
    color:#ec4343;
    font-size:15px;
    font-weight:700;
    white-space:nowrap;
}
.avatar {
    border:1px solid #F0F0F0;
    padding:10px;
    position:relative;
    -moz-border-radius:15px;
    -webkit-border-radius:15px;
    border-radius:15px;
    -moz-box-shadow: 0 0 3px #F4F4F4;
    -webkit-box-shadow: 0 0 3px #F4F4F4;
    box-shadow: 0 0 3px #F0F0F0;
}
.avatar,
span.rounded-img {
    display:block;
    height:130px;
    width:130px;
}
.rounded-img {
    -moz-border-radius:13px;
    -webkit-border-radius:13px;
    border-radius:13px;
}
.avatar .edit {
    left:-5px;
    position:absolute;
    text-indent:-9999px;
    top:-5px;
    z-index:1;
}
.avatar .edit:hover {
    left:-4px;
    top:-4px;
}
.edit {
    background:url(../img/icons/edit.png) no-repeat 0 0;
    display:inline-block;
    height:34px;
    width:34px;
}
.edit:hover {
    opacity:.9;
}
.game-info,
.game-info span {
    display:inline-block;
}
.game-info span {
    background-repeat:no-repeat;
    height:40px;
    width:40px;
    background-size: contain;
    text-indent:-9999px;
}
.game-info .done {
    background:url(../img/icons/okay2.png);
    text-indent:-9999px;
}
.game-info .game-level.level-1 {
	background-image:url(../img/games_level1.svg);
}
.game-info .game-level.level-2 {
	background-image:url(../img/games_level2.svg);
}
.game-info .game-level.level-3 {
	background-image:url(../img/games_level3.svg);
}
.game-info .game-category.language {
	background-image:url(../img/games_language.svg);
}
.game-info .game-category.math {
	background-image:url(../img/games_math.svg);
}
.game-info .game-category.social {
	background-image:url(../img/games_environment.svg);
}
.price {
    color:#ec4343;
    font-size:18px;
    white-space:nowrap;
    background: #fff;
    padding: 0 0 0 20px;
}

/* Payment options - banks */
ul.payment-options {
    list-style:none;
    margin:18px 0 26px;
    padding:0 0 1px;
}
ul.payment-options li {
    float:left;
    margin:0 30px 12px 0;
    padding:0;
}
ul.payment-options label {
    border:1px solid #D8E2E7;
    display:block;
    padding:9px 19px 9px 10px;
    -moz-border-radius:25px;
    -webkit-border-radius:25px;
    border-radius:25px;
    height: 52px;
}
ul.payment-options label span {
    display:        inline-block;
    line-height:    31px;
}
ul.payment-options .focus-set {
    border-color:#9ED8F2;
    -moz-box-shadow: inset 0px 0px 3px #CDD3D6, 0px 0px 3px #C0E8F7;
    -webkit-box-shadow: inset 0px 0px 3px #CDD3D6, 0px 0px 3px #C0E8F7;
    box-shadow: inset 0px 0px 3px #CDD3D6, 0px 0px 3px #C0E8F7;
}
ul.payment-options input {
    margin:0 12px 0 0;
}
ul.payment-options input,
ul.payment-options img {
    vertical-align:middle;
}

/* Data table */
.data-head {
    margin-top:35px;
}
.data-head h2 {
    float:left;
    margin-top:0;
}
.data-head p {
    float:right;
    margin-top:2px;
}
.data-head .date {
    margin-left:3px;
}
.data-table {
    border:1px solid #D8E2E7;
    border-collapse: separate;
    margin:0 0 30px;
    width:100%;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    border-radius:10px;
}
.data-table td,
.data-table th {
    border-bottom:1px solid #D8E2E7;
    vertical-align:middle;
}
.data-table td {
    padding:17px 20px;
}
.data-table tr:last-child td {
    border-bottom:0;
}
.data-table .for-period,
.data-table .for-level {
    font-weight:700;
    text-transform:uppercase;
    white-space:nowrap;
}
.data-table .for-period {
    color:#555;
    font-size:18px;
    font-family: "proxima-nova-soft", Arial, sans-serif;
}
.data-table .for-level {
    color:#333;
    font-size:25px;
    font-family: "proxima-nova-soft", Arial, sans-serif;
}
.data-table .for-players {
    color:#000;
}
.data-table .for-price {
    padding-left:10px;
    text-align:right;
    font-family: "proxima-nova-soft", Arial, sans-serif;
    font-weight: 700;
}
.data-table .for-action {
    padding-left:10px;
    text-align:right;
}
.data-table .for-label {
    color:#6e7f87;
    font-size:11px;
    line-height:1.15;
    text-transform:uppercase;
}
.data-table .for-label .label {
    display:inline-block;
    padding-top:3px;
}
.data-table .for-progress {
    color:#000;
    font-size:20px;
    font-weight:700;
    white-space:nowrap;
    font-family: "proxima-nova-soft", Arial, sans-serif;
    letter-spacing: 2px;
}
.data-table .for-single-progress {
    color:#000;
    font-size:30px;
    font-weight:700;
    white-space:nowrap;
    font-family: "proxima-nova-soft", Arial, sans-serif;
}
.data-table .for-icons {
    text-align:right;
}
.data-table .dotted {
    background:url(../img/dotted.gif) repeat-x 0 50%;
}
.data-table th {
    padding:0;
}

.data-table tr:last-child th, .data-table tr:last-child td {
	border: none;
}

.data-table tr:last-child p.note {
	-webkit-border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
}

.data-table p.note {
    background-color:#D6EFFA;
    color:#133f52;
    margin:0;
    padding:16px 20px 15px;
    position:relative;
}
.data-table p.note .arrow {
    background:url(../img/icons.png) no-repeat 0 0;
    display:block;
    height:16px;
    left:50px;
    position:absolute;
    top:-16px;
    width:29px;
    z-index:1;
}
.payment-table td {
    padding-bottom:15px;
    padding-top:12px;
}

/* Packets */
#packets {
    border:0;
    margin:20px 0 25px;
    width:100%;
}
#subscribe #packets{
    margin-top: 5rem;
}
#packets td {
    background-color: #F5F5F5;
    line-height:1.35;
    padding:3px 27px 1px;
    text-align:center;
}
#packets td:first-child {
    background-image:none;
    padding-left:0;
}
#packets td:last-child {
    padding-right:0;
}
#packets ul {
    background-color: #F5F5F5;
    border-radius: 30px;
    list-style:none;
    margin:0 0 10px;
    max-width: 450px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
#homeContent .col-main #packets li,#packets li {
    background: none;
    padding:16px 80px;
}
#packets .for-period {
    font-size:25px;
    font-weight:700;
    padding-bottom:14px;
    color: #0FA2DA;
    text-transform:uppercase;
    font-family: "Open Sans";
}
#packets .price {
    display:block;
    font-size:30px;
    line-height:1;
    margin-bottom:4px;
    font-family: "Open Sans";
    background-color: #F5F5F5;
    color: #0FA2DA;
    font-weight: 700;
    padding: 0;
    text-align: center;
}
#packets .for-action {
    border-bottom:0;
    padding-top:20px;
}
#packets .for-edu {
    text-align: left;
}

#homeContent .col-main #packets .packet-inner li,#packets .packet-inner li{
    padding: 0px 8px;
    margin-top: 5px;
}

/* Testimonials */
.testimonials h2 {
    font-size:20px;
}
.testimonials {
    margin-bottom:30px;
}
.testimonials ul {
    list-style:none;
    margin:26px -50px 0 0;
}
.testimonials li {
    float:left;
    padding: 0;
    width:464px;
}
.testimonials blockquote {
    color:#000;
    float: right;
    font-size:14px;
    line-height:1.65;
    margin:0;
    padding: 15px 50px 1px 0;
    width: 270px;
}
.testimonials h3 {
    color:#143a61;
    font-size:25px;
    margin-bottom:2px;
    text-transform:none;
}
.testimonials .img {
    background-position:0 0;
    background-repeat:no-repeat;
    float:left;
    height:128px;
    margin-left:-4px;
    width:128px;
    border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    overflow: hidden;
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3) inset, 0 0 6px rgba(255, 255, 255, 0.8) inset, 0 0 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3) inset, 0 0 6px rgba(255, 255, 255, 0.8) inset, 0 0 5px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3) inset, 0 0 6px rgba(255, 255, 255, 0.8) inset, 0 0 5px rgba(0, 0, 0, 0.1);
}

.testimonials .img div {
	width: 108px;
	height: 108px;
	margin: 10px;
	border-radius: 100px;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
}

.testimonials .img img {
	display: none;
	position: relative;
}

/* Filter */
.filter {
    margin-bottom:27px;
    font-family: "proxima-nova-soft", Arial, sans-serif;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}
.filter ul {
    float:left;
    font-size:18px;
    font-weight:700;
    line-height:1.2;
    list-style:none;
    margin:0 auto;
}
.filter ul li {
    background:#8BC14F url(../img/bg-filter.png) repeat-x 100% 0;
    border-bottom:1px solid #4B7924;
    border-top:1px solid #83A45B;
    border-right:1px solid #96C75E;
    border-left:1px solid #78A24D;
    float:left;
    position:relative;
}
.filter ul li.selected {
    background-image:url(../img/bg-filter-selected.png) !important;
    border-bottom-color:#4D6D22;
    border-left-color:#3E581E;
    border-right-color:#537325;
    border-top-color:#304F0F;
    /*margin-right:-1px;
    z-index:1;*/
}
.filter ul li:hover {
    background-position:100% 100%;
}
.filter ul li:first-child {
    border-left-color:#5A852F;
    -moz-border-radius-topleft:20px;
    -webkit-border-top-left-radius:20px;
    border-top-left-radius:20px;
    -moz-border-radius-bottomleft:20px;
    -webkit-border-bottom-left-radius:20px;
    border-bottom-left-radius:20px;
}
.filter ul li:last-child {
    border-right-color:#5A852F;
    -moz-border-radius-topright:20px;
    -webkit-border-top-right-radius:20px;
    border-top-right-radius:20px;
    -moz-border-radius-bottomright:20px;
    -webkit-border-bottom-right-radius:20px;
    border-bottom-right-radius:20px;
}
.filter a {
    color:#fff;
    display:inline-block;
    padding:9px 24px 10px;
    text-transform:uppercase;
}
.filter a:hover {
    color:#fff;
    text-decoration:none;
}
.filter a span {
    display:inline-block;
    font-size:12px;
    margin-right:4px;
    position:relative;
    top:-2px;
}
.filter .icon {
    background:url(../img/icons.png) no-repeat 0 -454px;
    height:17px;
    top:3px;
    width:16px;
}
.filter .dot {
    background:#4B7924;
    bottom:-1px;
    display:block;
    height:1px;
    right:-1px;
    position:absolute;
    width:1px;
    z-index:2;
}

/* Grid */
.grid {
    margin:0 -40px 30px 0;
}
.grid .item {
    float:left;
    margin:0 40px 23px 0;
    position:relative;
    text-align:center;
    width:300px;
}

.grid .last {
    /*margin-right:0;*/
}
.grid .item-title {
    font-size:20px;
    margin:11px 0 4px;
}
.grid .item-subtitle {
    font-size:      14px;
    margin:         0px;
    font-weight:    normal;
    text-transform: none;
    height:         14px;
}
.grid .game-info {
    position:absolute;
    right: -17px;
    top: -17px;
    z-index:1;
}
.grid .overlay .btn-action.join {
    left: 50%;
    transform: translateX(-50%);
    position:absolute;
    top: 70px;
    width: 125px;
}
.grid .overlay a {
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    top: 70px;
    width: 66px;
}
.grid .overlay a img{
    width: 100%;
}
.grid-brd {
    background-color:#E4E2E2;
    border:1px solid #E4E2E2;
    display:block;
    padding:9px;
    -moz-border-radius:20px;
    -webkit-border-radius:20px;
    border-radius:20px;
    -moz-box-shadow:0px 0px 2px #E4E2E2 inset;
    -webkit-box-shadow:0px 0px 2px #E4E2E2 inset;
    box-shadow:0px 0px 2px #E4E2E2 inset;
}
.grid-img {
    -moz-border-radius:16px;
    -webkit-border-radius:16px;
    border-radius:16px;
}
.grid-img,
.grid .overlay {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: block;
    height: 160px;
    width: 300px;
}
#browse .grid .item{
    width: 320px;
    margin: 0 0 23px 0;
    float: unset;
}
.grid-2 .grid-brd {
    background:url(../img/bg-grid2.png);
    border:none;
    padding:10px;
    -moz-box-shadow:0px 0px 8px #FCF36F inset, 0px 0px 4px #D6BD00;
    -webkit-box-shadow:0px 0px 8px #FCF36F inset, 0px 0px 4px #D6BD00;
    box-shadow:0px 0px 8px #FCF36F inset, 0px 0px 4px #D6BD00;
}
.grid-2 .item-title {
    color:#764d2e;
}

/* Participants */
.participants .page-title {
    font-size:30px;
}
.participant {
    margin:34px 0 38px;
}
.participants .participant:last-of-type  {
    margin-bottom:26px;
}
.participant .summary {
    height:130px;
    padding:1px 0;
    position:relative;
}
.main .participant-name {
    font-size:30px;
    margin:20px 0 14px 170px;
}
.participant .overview {
    background:url(../img/transp-3.png);
    left:139px;
    max-width:450px;
    padding-left:10px;
    position:absolute;
    top:71px;
    z-index:1;
    -moz-border-radius-bottomright:15px;
    -webkit-border-bottom-right-radius:15px;
    border-bottom-right-radius:15px;
    -moz-border-radius-topright:15px;
    -webkit-border-top-right-radius:15px;
    border-top-right-radius:15px;
}
.participant .overview table {
    border:0;
    margin:0;
    width:auto;
}
.participant .overview td {
    padding:1px 20px 4px;
}
.participant .overview .for-single-progress.brd {
    border-right:1px solid #E2EAEE;
    padding-left:0px;
}
.participant .overview .for-label.brd {
    border-left:1px solid #F2F6F8;
    padding-right:0px;
}
.participant .avatar {
    float:left;
    margin-left:-1px;
}

/* Tabs */
ul.tabs {
    list-style:none !important;
    margin:0 0 0 169px;
    padding:0;
    position:relative;
    top:1px;
}
ul.tabs li {
    float:left;
    font-size:13px;
    font-weight:600;
    margin:0;
    padding:0;
    text-transform:uppercase;
}
ul.tabs li a {
    background-color:#EDF3F6;
    border:1px solid #D8E2E7;
    color:#6e7f87;
    display:inline-block;
    line-height:30px;
    margin:0 0 0 -9px;
    padding:0 15px;
    position:relative;
    text-decoration:none;
    z-index:2;
    -moz-border-radius-topleft:10px;
    -webkit-border-top-left-radius:10px;
    border-top-left-radius:10px;
    -moz-border-radius-topright:10px;
    -webkit-border-top-right-radius:10px;
    border-top-right-radius:10px;
}
ul.tabs li a:hover,
ul.tabs li .current {
    background-color:#fff;
    color:#0FA6DE;
}
ul.tabs li:last-child a {
    z-index:1;
}
ul.tabs li .current {
    border-bottom-color:#fff;
    z-index:3 !important;
}
.panes {
    min-height:100px;
}
.panes .data-table {
    margin:0;
}
.panes .data-table td {
    padding-bottom:10px;
    padding-top:8px;
}

#players{
    margin-top: 100px;
}

/* Players */
.players {
    margin:17px -20px 20px -20px;
}
.players .player:nth-of-type(3n+3) {
    margin-right:0;
}
.player {
    background:url(../img/shadow-3.png) no-repeat 50% 100%;
    display:block;
    float:left;
    height:336px;
    margin:0 90px 20px 0;
    padding:0 20px;
    position:relative;
    text-align:center;
    text-decoration:none;
    width:220px;
    font-family: "proxima-nova-soft";
}
.player-brd {
    background:url(../img/transp-4.png);
    border-bottom:1px solid #F9E95A;
    border-left:1px solid #FEF15A;
    border-right:1px solid #FEF15A;
    border-top:1px solid #FEF891;
    display:block;
    padding:15px;
    -moz-border-radius:20px;
    -webkit-border-radius:20px;
    border-radius:20px;
    -moz-box-shadow:0px 0px 8px #FCF36F inset, 0px 0px 4px #D6BD00;
    -webkit-box-shadow:0px 0px 8px #FCF36F inset, 0px 0px 4px #D6BD00;
    box-shadow:0px 0px 8px #FCF36F inset, 0px 0px 4px #D6BD00;
}
.player-img {
    background-position: 0 0;
    background-repeat: no-repeat;
    display: block;
    height: 190px;
    width: 190px;
    -moz-border-radius:16px;
    -webkit-border-radius:16px;
    border-radius:16px;
}
.player .player-name {
    color:#0FA2DA;
    display:block;
    font-size:40px;
    font-weight:700;
    line-height:.9;
    margin:15px 0 4px;
    font-family: 'Open Sans';
    text-transform:uppercase;
}
.points {
    background:url(../img/bubble.png) no-repeat 0 0;
    color:#fff;
    font-size:12px;
    font-weight:700;
    height:88px;
    line-height:1;
    position:absolute;
    right:-3px;
    text-align:center;
    text-transform:uppercase;
    top:-30px;
    width:88px;
    -moz-border-radius:40px;
    -webkit-border-radius:40px;
    border-radius:40px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}
.text-box{
    font-family: 'Open Sans'!important;
    overflow-y: auto!important;
    color: #0fa6de!important;
    font-size: 17px!important;
}
.points span,
.points strong {
    display:block;
}
.points strong {
    font-size:34px;
    padding:19px 0 0;
}
.points span {
    margin-top:-3px;
}

/* Grouper */
#grouper {
    border:0;
    margin:0 0 20px;
    width:100%;
}
#grouper th,
#grouper td {
    border:0;
}
#grouper th {
    padding:0 0 65px 66px;
    text-align:center;
    vertical-align:middle;
}
#grouper td {
    padding:0 0 65px;
    vertical-align:top;
}
.category-name {
    color: #fff;
    display: inline-block;
    font-size: 60px;
    line-height: 1;
    text-transform: uppercase;
    font-family: "Open Sans","proxima-nova-soft", Arial, sans-serif;
    font-weight: 900;
}
.category-name img{

}
.levels {
    background-color:#F04444;
    background-image:url(../img/bg-levels.png);
    background-position:0 100%;
    background-repeat:repeat-x;
    float:right;
    text-align:center;
    width:735px;
    -moz-border-radius:20px;
    -webkit-border-radius:20px;
    border-radius:20px;
    font-family: "proxima-nova-soft", Arial, sans-serif;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}
.levels .first {
    border-left:0;
}
.levels .last {
    border-right:0;
}
.levels-language {
    background-image:url(../img/bg-levels.png);
}
.levels-math {
    background-image:url(../img/bg-levels-math.png);
    background-color:#15AFE1;
}
.levels-social {
    background-image:url(../img/bg-levels-social.png);
    background-color:#92CA29;
}
.level {
    border-left:1px solid #F45655;
    border-right:1px solid #DB3736;
    float:left;
    padding:0 10px 22px;
    position:relative;
    width:223px;
}
.levels-math .level {
    border-left-color:#17AAE0;
    border-right-color:#0B8ABF;
}
.levels-social .level {
    border-left-color:#A6D43E;
    border-right-color:#85BB25;
}
.level .btn {
    bottom:-23px;
    left:60px;
    position:absolute;
}
.level-info {
    color:#F9B3B5;
    float:right;
    line-height:17px;
    padding:17px 52px 0 0;
    position: absolute;
    top: 0;
    right: 10px;
}
.level .games-played {
	display: inline;
	width: 50px;
	position: absolute;
	left: 10px;
	top: 10px;
	color: #fff;
	font-family: "proxima-nova-soft", Arial, sans-serif;
	letter-spacing: 2px;
	color: rgba(255, 255, 255, 0.7);
	font-weight: 900;
}
.level .games-played img {
	padding: 2px 0 0;
}
.levels-math .level-info {
    color:#88D9EE;
}
.levels-social .level-info {
    color:#CAE294;
}
.level-info img {
    margin:0 1px 0 4px;
    vertical-align:middle;
}
.level-info img {
    margin:0 !important;
    position:absolute;
    right:0;
    top:-10px;
}
.level-nr {
    clear:both;
    color:#fff;
    display:block;
    font-size:98px;
    font-weight:700;
    line-height:.9;
    text-align:center;
    padding: 30px 0 10px;
}

/* Buttons */
.btn {
	font-family: 'Open Sans';
	font-weight: 700;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
    background-color:#71BB40;
    border:1px solid #60A656;
    color:#fff;
    cursor:pointer;
    font-size:20px;
    font-weight:700;
    display:inline-block;
    line-height:38px;
    padding: 0 30px;
    vertical-align:top;
    text-decoration:none;
    text-transform:uppercase;
    white-space:nowrap;
    -moz-border-radius:20px;
    -webkit-border-radius:20px;
    border-radius:20px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 0 5px rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.2);
}
.btn span {
    display:inline-block;
}
.btn:hover,
.btn:focus,
.btn:active {
    color:#fff;
}
.btn-1 {
    background-color:#ebebeb;
    border:1px solid #ebebeb;
    color:#0FA2DA;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
}
.btn-1:hover {
	background-color:#ebebeb;
    color:#0FA2DA;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
}
.btn-1:active {
	background-color:#ebebeb;
    color:#0FA2DA;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
}
.btn-2 {
    background-color:#0FA2DA;
    border:1px solid #0FA2DA;
    color:#FFFFFF;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
}
.btn-2:hover {
	background-color:#0e98cc;
    color:#FFFFFF;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
}
.btn-2:active {
	background-color:#0e98cc;
    color:#FFFFFF;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
}
.btn-3 {
    background-color:#FFFFFF;
    border:1px solid #FFFFFF;
    color:#0e98cc!important;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
}
.btn-3:hover {
	background-color:#e2e2e2;
    color:#0e98cc;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
}
.btn-3:active {
	background-color:#c9c9c9;
    color:#0e98cc;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
}
.btn-4 {
    background-color:#0FA2DA;
    border:1px solid #fff;
    color:#fff;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
}
.btn-4:hover {
	background-color:#0e98cc;
    color:#fff;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
}
.btn-4:active {
	background-color:#0e98cc;
    color:#fff;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
}
.btn-2:hover,
.btn-2:focus,
.btn-2:active {
    color:#FFFFFF;;
}
.btn-2:active {
	background-color:#0e98cc;
    color:#FFFFFF;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
}
.btn-action {
    background-color:#0FA2DA;
    border:1px solid #0FA2DA;
    color:#FFFFFF;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
    border-radius: 30px;
    display:inline-block;
    font-size:20px;
    font-weight:700;
    height:48px;
    padding:0 10px 2px;
    line-height:48px;
    text-align:center;
    text-transform:uppercase;
    width:121px;
    font-family: "proxima-nova-soft", Arial, sans-serif;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
}
.btn-action:hover,
.btn-action:focus,
.btn-action:active {
    color:#764d2e;
}

.btn.games-selection {
	background-image: url(../img/icons/icon-btn-games-selection.png);
	background-repeat: no-repeat;
	background-position: 30px center;
	padding: 0 30px 0 70px;
}

.btn.replay {
	background-image: url(../img/icons/icon-btn-replay.png);
	background-repeat: no-repeat;
	background-position: 30px center;
	padding: 0 30px 0 70px;
}

.btn.next-game {
	background-image: url(../img/icons/icon-btn-next-game.png);
	background-repeat: no-repeat;
	background-position: 30px center;
	padding: 0 30px 0 70px;
}

.forgot-pwd {
    border-top:1px solid #D2E3EB;
    font-size:12px;
    margin-top:30px;
    padding-top:15px;

}
.forgot-pwd a {
    color: #444444;
  font-family: 'Open Sans';
  font-size: 20px;
  line-height: 50px;
}
.forgot-pwd a:hover {
    text-decoration:underline;
}

/* Children specific views */
.gamer .header-container {
     background:transparent none;
     position: relative;
}
.gamer .header {
    display: flex;
    justify-content: center;
    margin: 0;
}
body.gamer{
    background-color: #F4C900;
    background-image: url(../img/bg-tile.png);
    background-position: 50% 0;
    background-repeat: repeat;
    color: #333;
    text-align: center;
}
.gamer .main{
    width: 980px;
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
    text-align: left;
    padding: 50px 10px 10px 10px;
}

/* Views */
.welcome .wrapper {
    /* background-color: #FFFBDA; */
}
.welcome #site-title {

}
#account .col-main {
    width:630px;
}
#account .sidebar {
    width:250px;
}

#payment .page-title {
    margin-bottom:10px;
}
#help .col-main {
    width:490px;
}
#help .sidebar {
    width:350px;
}
#help .col-right {
	width: 330px;
	padding: 90px 50px 0 0;
}
#help .col-main h3 span {
	display: block;
	color: #888;
	font-size: 13px;
	font-weight: normal;
}
#help .col-main h4 span {
	color: #888;
	font-weight: normal;
}
#help.contact .col-main h4 {
	margin-left:    20px;
}
#help .page-title {
    margin-bottom:35px;
}

#help .content a.faq-read-more {
	display: block;
	margin: 15px 0 0;
}
#browseIntro {
    background-color:#fff;
    font-size:15px;
    line-height:1.6;
}
#browseIntro .main {
    padding-bottom:30px;
    padding-top:10px;
    width: 100%;


}
#browseIntro .page-title {
    margin-top:28px;
}
#browseIntro .col-main {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
#browseIntro .col-main p, #subscribe .col-main p {
    color: #4C4C4C;
  font-family: 'Open Sans';
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 22px;
  text-align: center;
}


#browseIntro .col-main h2, #browseIntro .col-main h1{
    margin-bottom: 16px;
    color: #0FA2DA;
    font-family: 'Open Sans';
    font-size: 40px;
    letter-spacing: 1.33px;
    line-height: 55px;
    text-align: center;
    text-transform: none;
}
#browseIntro .content-wrapper {
    z-index: 1;
}
#browseIntro .cloud-yellow {
    margin: 160px 0 315px 0;
    padding: 0;
}
#browse {
    padding-top: 32px;
}
#browse .main-box {
    margin-bottom: 60px;
}
#browse .main {
    padding-top:0;
}
#browse .filter {
    top:-23px;
    position:relative;
}
#browseGames .main {
    padding-top:20px;
}
#devices {
    background:url(../img/bg-devices.png);
    color:#9D7F60;
    display: none;
}
#devices .main {
    padding-top:10px;
    text-align:center;
}
#devices .col-main {
    padding:0;
}
#devices .label {
    font-size:18px;
    margin-right:12px;
    text-transform:uppercase;
    display: inline-block;
    position: relative;
    top: 4px;
}
#devices p {
    margin:         0;
    font-size:      16px;
    font-weight:    bold;
}
#devices img {
    margin:0 8px;
    vertical-align:middle;
}
#testimonials {
    background:url(../img/bg-testimonials.png);
}
#testimonials .main {
    padding-bottom:1px;
    padding-top:19px;
}
#testimonials .col-main {
    padding-bottom:1px;
}
#testimonials h2 {
    color:#143a61;
}
#testimonials .img {
    margin-left:0;
}
#intro {
    background: url(../img/home-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 1071px;
}
#intro .main {
    padding:110px 10px;
    width:90vw
}
#intro .col-main {
    padding:0;
}
#intro .col-1 {
    width:45.5%;
}
#intro .col-2 {
    width:500px;
}
#intro .col-1 p {
    margin-bottom:24px;
}
#intro .sidebar {
    display: flex;
    float: right;
    width: auto;
}
#intro .sidebar img{
    position: absolute;
    bottom: 140px;
    right: 50px;
    z-index: 8;
}
.intro {
    color:#754d2e;
    font-size:17px;
    line-height:1.55;
    text-transform:uppercase;
}

.front-games{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}

.front-games .grid{
    width: 60%;
    margin-top: 20px;
}
.pencil{
    position: absolute;
    right: 30px;
    top: 0px;
}
.educational_institution{
    width: 70%;
    margin-bottom: -10px;
}
.categoryInfo{
    min-height: 300px;
    position: relative;
    margin-bottom: 60px;
}
.front-games h3{
    text-transform: none;
    font-family: 'Open Sans';
}

.front-games h2{
    margin-top: 50px;
}

.front-games .btn img,  #browse_navigation .btn img{
    position: absolute;
    top: -22px;
    width: 45px;
    left: -22px;
}
.front-games .btn, #browse_navigation .btn {
    position: relative;
}

/*.front-games .row,#packets .row,.row{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    width: 100%;
    flex-wrap: wrap;
    margin-top: 30px;
}*/
.row.contact{
    flex-wrap: nowrap;
}
#browse_navigation{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;

}
#browse_navigation li{
    margin-left: 56px;
    list-style:none;
}
#browse_navigation li.selected .btn-2{
    background-color:#0d7094;
    border:1px solid #0d7094;
}


.info-bubbles{
    width: 214px;
}
.info-bubbles img{
    min-width: 55px;
    max-height: 120px;
}
.info-bubbles p{
    margin-top: 10px;
    font-weight: bold;
}
.teaser-table{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.contact img{
    width: 7rem;
    margin: 2rem 0;
}
.contact .col-6{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.contact .buttons-set{
    margin-bottom: 20px;
    text-align: left;
    margin-top: 25px;
}
.contact .col-6:nth-child(1){
    margin-left: 10%;
}
.cloud-white.single-cloud,.cloud-yellow.single-cloud{
    padding: 70px 0 0px 0;
    
}
.cloud-white .content-wrapper:before,.cloud-white.single-cloud:before{
    content: url(../img/bg_cloud_white_upper.svg);
    width: 102vw;
    height: 170px;
    position: absolute;
    z-index: -1;
    left: -115px;
    top: -12vw;
}
/* #homeContent .main:before{
    content: url(../img/bg_cloud_yellow_upper.svg);
    width: 103vw;
    height: 170px;
    position: absolute;
    z-index: -1;
    left: -8px;
    bottom: 8px;
} */
.cloud-yellow .content-wrapper:before, .cloud-yellow.single-cloud:before{
    content: url(../img/bg_cloud_yellow_upper.svg);
    width: 102vw;
    height: 170px;
    position: absolute;
    z-index: -1;
    left: -115px;
    top: -197px;
}
.cloud-white .content-wrapper:after,.cloud-white.single-cloud:after{
    content: url(../img/bg_cloud_white_lower.svg);

}
.cloud-yellow .content-wrapper:after,.cloud-yellow.single-cloud:after{
    content: url(../img/bg_cloud_yellow_lower.svg);
    width: 106vw;
    height: 83px;
    position: absolute;
    z-index: -1;
    left: -115px;
    bottom: 0px;
}
.cloud-white.single-cloud:before,.cloud-yellow.single-cloud:before{
    top: 0px;
    left:-20px
}
.cloud-white.single-cloud:after,.cloud-yellow.single-cloud:after{
    left: -20px;
    top: 300px;
    bottom:unset;
}
.cloud-white{
    padding-top: 94px;
    background-color: #FFFFFF;
}
.cloud-yellow{
    padding: 94px 0 330px 0;
    background-color: #FFFBDA;
}
.hide-slider-overflow {
    height: 890px;
    overflow:hidden;
}
#homeContent, #pageContent{
    background-color:#fff;
    overflow-x: clip;
}
#homeContent .main, #pageContent .main {
    color: #000;
    font-size: 16px;
    line-height: 1.8;
    padding: 0;
    width: 580px;
    position: relative;
    z-index: 6;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
}
#homeContent .col-main, #pageContent .col-main {
    color:#000;
    font-size:16px;
    line-height:1.8;
    width:100%;

    min-height: 20vh;
    display: flex;
    justify-content: center;
}
#homeContent .col-main:nth-child(1) img {
    position: absolute;
    left: 0;
    top: -120px;
}

#homeContent .col-main:nth-child(1) {
    min-height: 80vh;
    align-items: start;
}


#homeContent .col-main:nth-child(1) .content-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

#homeContent .col-main:nth-child(1) .user-form, #account-login .col-main:nth-child(1) .user-form {
    opacity: 1;
    background: none;
}

#homeContent .col-main:nth-child(1) .user-form.pwd-open  {
    margin: -20px;
}

#homeContent .col-main:nth-child(1) .user-form .buttons-set, #account-login .col-main:nth-child(1) .user-form .buttons-set{
    justify-content: start;
    display: flex;
    margin: 15px 0;
}
#homeContent .col-main:nth-child(1) .user-form h3, #account-login .col-main:nth-child(1) .user-form h3{
    text-align: center;
}
#homeContent .main h2, #pageContent .main h2, .categoryInfo h2, .main-box h2,.main-box h4, #intro .sidebar h2  {
    margin-bottom: 16px;
    color: #0FA2DA;
    font-family: 'Open Sans';
    font-size: 40px;
    letter-spacing: 1.33px;
    line-height: 55px;
    text-align: center;
    text-transform: none;
}
#browse .categoryInfo p {
    margin-bottom: 5px;
}

.main-box li{
    color: #4C4C4C;
    font-family: 'Open Sans';
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 22px;
    text-align: left;
}
#help .main-box .col-main{
    width: 100%;
}
#homeContent .col-main p, #pageContent .col-main p, .categoryInfo p,.main-box p,#intro .sidebar p{
    color: #4C4C4C;
  font-family: 'Open Sans';
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 22px;
  text-align: left;
}

#homeContent .col-main ul p, #pageContent .col-main ul p, .categoryInfo ul p {
  text-align: left;
}
#homeContent .col-main ul li, #homeContent .col-main #packets .packet-inner li,#packets .packet-inner li, #pageContent .col-main ul li, .categoryInfo ul li{
    list-style-type: none;
    background-image: url(../img/bulletpoint.svg);
    background-repeat: no-repeat;
    padding-left: 40px;
    min-height: 33px;
}
#homeContent .btn-parent {
    margin-top:21px !important;
}
#homeContent .sidebar {
    background:url(../img/shadow-2.png) no-repeat 0 0;
    padding-left:50px;
    width:300px;
}
#intro .sidebar h2, #intro .sidebar p{
    text-align: left;
    margin-bottom: 10px;
}
#intro .sidebar h2{
    font-size: 60px;
}

.teaser-text{
    margin-top: 20vh;
}
.teaser-text .btn{
    border-radius: 12px;
    margin-top: 25px;
}
.home .header .links {
    display:none;
}

#account-login .label-top label{
    width: 70%;
}

/* Slider */
#slider {
    padding-top:12px;
    position:relative;
}
#slider ul {
    height:284px;
    list-style:none;
    margin:0;
    padding:0;
    position:relative;
}
#slider li {
    margin:0;
    padding:0;
    position:absolute;
    z-index:10;
}
#slider .prevslide {
    top:-285px;
    -moz-transform:rotate(-6deg);
}
#slider .nextslide {
    bottom:-285px;
    -moz-transform:rotate(6deg);
}
#slider .prevslide,
#slider .nextslide {
    left:-16px;
    z-index:20;
}
#slider img {
    -moz-box-shadow: 0 0 8px #C6C6C6;
    -webkit-box-shadow: 0 0 8px #C6C6C6;
    box-shadow: 0 0 8px #C6C6C6;
}
#slider .control {
    background:url(../img/slider-arrows.png);
    cursor:pointer;
    display:block;
    height:56px;
    position:absolute;
    right:20px;
    text-indent:-9999px;
    top:31px;
    width:20px;
    z-index:100;
}
#slider .previous:hover {
    top:30px;
}
#slider .next {
    background-position:0 -56px;
    top:221px;
}
#slider .next:hover {
    top:222px;
}

/* Scroller */
.jcarousel-container,
.jcarousel-clip {
    width: 980px;
}
.jcarousel-clip {
    overflow: hidden;
}
.jcarousel-clip,
.jcarousel-item {
    min-height: 185px;
}
.jcarousel-item {
    width: 490px !important;
}
.jcarousel-next-horizontal {
    position: absolute;
    top: 55px;
    right: -45px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    background: transparent url(../img/next.png) no-repeat 0 0;
}
.jcarousel-next-horizontal:hover,
.jcarousel-next-horizontal:focus,
.jcarousel-next-horizontal:active {
    background-position: -20px 0;
}
.jcarousel-prev-horizontal {
    position: absolute;
    top: 55px;
    left: -45px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    background: transparent url(../img/prev.png) no-repeat 0 0;
}
.jcarousel-prev-horizontal:hover, 
.jcarousel-prev-horizontal:focus,
.jcarousel-prev-horizontal:active {
    background-position: -20px 0;
}

/* Sidebar */

.sinner {
    padding:0px 50px;
}
.sidebar ul {
    list-style:none;
    margin:0;
}
.sidebar .form-as-p {
    margin-bottom:30px;
    margin-top:30px;
}
.sidebar .buttons-set {
    margin-top:30px;
}

/* Widgets */
.widget-title {
    font-size:15px;
    text-transform:uppercase;
}
.widget-faq {
    padding:32px 0;
}
.widget-faq li {
    margin-bottom:10px;
}

#account-menu ul {
    line-height:1.25;
    margin-bottom:20px;
    font-family: "proxima-nova-soft", Arial, sans-serif;
    font-weight: 600;
}
#account-menu li {
    margin:0;
    padding:0;
}
#account-menu .selected {
    background:url(../img/account-menu-selected.png) no-repeat 0px 0;
    margin-left:-22px;
    padding-left:22px;
}
#account-menu li a:hover,
#account-menu .selected a {
    color:#0fa6de;
}
#account-menu li a {
    background:url(../img/account-menu-brd.png) repeat-x 0 100%;
    color:#6e7f87;
    display:block;
    font-size:15px;
    padding:12px 10px 15px 20px;
    text-decoration:none;
    text-transform:uppercase;
}
#account-menu li a span {
    background-image:url(../img/icons.png);
    background-repeat:no-repeat;
    display:block;
    padding:4px 10px 4px 44px;
}
#account-menu .overview a span {
    background-position:0px -101px;
}
#account-menu .overview a:hover span,
#account-menu .overview.selected a span {
    background-position:0px -240px;
}
#account-menu .add-player a span {
    background-position:0px -137px;
}
#account-menu .add-player a:hover span,
#account-menu .add-player.selected a span {
    background-position:0px -276px;
}
#account-menu .edit-settings a span {
    background-position:0px -172px;
}
#account-menu .edit-settings a:hover span,
#account-menu .edit-settings.selected a span {
    background-position:0px -311px;
}
#account-menu .log-out a span {
    background-position:0px -207px;
}
#account-menu .log-out a:hover span,
#account-menu .log-out.selected a span {
    background-position:0px -346px;
}

#jsapp{
    height: 100%;
    width: 100%;
}
#game_port{
    /* border: 1px solid rgba(15, 162, 218,0.2);
    border-radius: 20px; */
}
#loadingButton{
    padding: 25%;
    /* background-color: rgba(15, 162, 218,0.2); */
    cursor: pointer;
}

/* FORMS */
label {
    color:#555;
    display:inline-block;
    font-size:16px;
    font-weight:700;
    line-height:1.15;
    text-transform:uppercase;
    vertical-align:middle;
    font-family: "proxima-nova-soft", Arial, sans-serif;
}
.control label {
    font-size:13px;
    font-weight:400;
    text-transform:none;
}
#UserRegisterLoginForm label {
    display:    inline;
}
input[type="checkbox"] {
    margin:0 4px 0 0;
    vertical-align:middle;
}
input[type="password"],
input[type="email"],
input[type="text"] {
    vertical-align:middle;
}
input[type="password"],
input[type="text"],
input[type="email"],
select,
textarea {
    border:1px solid #D8E2E7;
    color:#000;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size:15px;
    line-height:1;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    border-radius:10px;
    -moz-box-shadow:1px 1px 2px #E8F1F5 inset;
    -webkit-box-shadow:1px 1px 2px #E8F1F5 inset;
    box-shadow:1px 1px 2px #E8F1F5 inset;
}
input[type="password"],
input[type="email"],
input[type="text"],
textarea {
    line-height:1.2;
    padding:10px 20px 11px;
}
input[type="submit"] {
    cursor:pointer;
    margin:0;
    text-transform:uppercase;
}
input[type="submit"]:hover {
}
input[type="submit"]:focus {
}
button.btn::-moz-focus-inner { padding:0; border:0; } /* FF Fix */
button.btn { -webkit-border-fit:lines; } /* <- Safari & Google Chrome Fix */
button.btn {
    overflow:visible;
    width:auto;
    cursor:pointer;
}
form .focus-field {
    border-color:#9ED8F2;
    -moz-box-shadow: inset 1px 1px 2px #E8F1F5, 0px 0px 3px #C0E8F7;
    -webkit-box-shadow: inset 1px 1px 2px #E8F1F5, 0px 0px 3px #C0E8F7;
    box-shadow: inset 1px 1px 2px #E8F1F5, 0px 0px 3px #C0E8F7;
}
form p.control {
    margin:28px 0;
}
/**/
.form-as-table table {
    border:0;
    margin:0;
}
.form-as-table th {
    min-width:180px;
    padding:0 20px 20px 0;
}
.form-as-table td {
    padding:0 20px 20px 0;
}
.form-as-p {
    margin-bottom:45px;
    margin-top:22px;
}
.form-as-p label {
    margin-right:20px;
    width:180px;
}
.form-as-p p {
    margin-bottom:20px;
}
.label-top label {
    color: #444444;
  font-family: 'Open Sans';
  font-size: 20px;
  line-height: 50px;
  width: 100%;
  text-align: left;
}
.label-top p {
    margin-bottom:16px;
}

.label-and-error {
	padding: 10px 0 5px;
}

.label-and-error label {
	display: inline;
}

.label-and-error .field-error {
	display: inline;
	position: relative;
	top: 2px;
	left: -10px;
}

.user-form {
    margin-bottom: 20px;
    margin-top: 25px;
    background-color: #FFF07B;
    border-radius: 20px;
    opacity: 0.8981817336309523;
    width: 679px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 7;
}
.user-form .f-head {
    color: #009CDF;
    width: 80%;
    margin-top: 20px;
}
.user-form h3 {
    color:#009CDF;
    font-family: 'Open Sans';
  font-size: 36px;
  line-height: 50px;
  width: 427px;
  text-align: left;
}
.user-form .f-body,
.user-form .f-foot {
    width: 80%;
} 
.user-form .f-body {

}
.user-form .f-foot {
    padding:1px 18px;
    -moz-border-radius-bottomleft:10px;
    -webkit-border-bottom-left-radius:10px;
    border-bottom-left-radius:10px;
    -moz-border-radius-bottomright:10px;
    -webkit-border-bottom-right-radius:10px;
    border-bottom-right-radius:10px;
}
.user-form .note {
    font-size:12px;
    line-height:1.15;
}
.f-foot .forgot-pwd {
    border:0;
    margin-bottom:13px;
    margin-top:0;
    padding: 0%;
}

.game-category{
    position: relative;
}
.game-category p{
    position: absolute;
    top: 45%;
    left: 25%;
    color: #fff!important;
    font-size: 40px!important;
    text-shadow: 5px 10px 10px rgba(0, 0, 0, 0.75),
    -3px 10px 12px rgba(0, 0, 0, 0.75);
}
.game-category img{
    border-radius: 50px;
}
.game-category:hover{
    box-shadow: 1px 1px 22px black;
    border-radius: 50px;
}
.game-category:hover .overlay {
    height: 100%;
    width: 100%;
    position: absolute;
    border-radius: 50px;
    background-color: rgba(17, 168, 223, 0.2);
}
#game {
    position: relative;
    min-height: 120vh!important;
}
.new-cloud{
    position: absolute;
    left: 0;
    top: -80px;
    z-index: -1;
}

.retreive-pwd {
    display:none;
}
.user-form input[type="text"],
.user-form input[type="email"],
.user-form input[type="password"] {
    color:#5A798D;
    font-size:16px;
    font-weight:700;
    width:70%;
}

/* Modal */
.modal {
    width:                  490px;
    text-align:             left;
}
.modal-inner {
    padding:                20px 30px 15px;
}
.fancybox-close {
    right:-12px !important;
    top:-12px !important;
}
.fancybox-outer {
    -webkit-border-radius:  10px !important;
    -moz-border-radius:     10px !important;
    border-radius:          10px !important;
    background:#fff !important;
    padding:                0px;
}
.modal h4 {
    background:             #00a5d8 url(../img/bg-modal-title.png);
    padding:                15px 30px;
    margin:                 0px;
    font-size:              26px;
    color:                  #fff;
    -webkit-border-top-left-radius:     10px;
    -webkit-border-top-right-radius:    10px;
    -moz-border-radius-topleft:         10px;
    -moz-border-radius-topright:        10px;
    border-top-left-radius:             10px;
    border-top-right-radius:            10px;
}
.modal label {
    color:#000;
    padding-top:10px;
}
.modal .form-row {
    margin:10px 0 16px;
    min-height:42px;
}
.modal .form-row input {
    float:right;
    min-width:220px;
}
.modal .form-row input[type="file"] {
    margin-top:8px;
}
.modal .submit-row {
    margin-top:20px;
    text-align:right;
}
.modal .submit-row input,
.modal .submit-row button {
    float:left;
}
.submit-row .remove {
    display:inline-block;
    font-weight:700;
    margin-top:10px;
    text-decoration:underline;
}
#fancybox-overlay {
    background:             #fff !important;
}
#image_upload {
    width:                  100%;
    height:                 50px;
    background:             #f00;
}
.messages #userMessage{
    padding: 10px;
}
.messages #userMessage.success,.messages #userMessage.error{
    background:none;
    animation-name:none;
    height: 100%;
    padding: 0 20px;
    display: flex;
    flex-direction: row;
}
#userMessage {
	color:#000;
	font-size:13px;
	line-height:1.15;
	margin:20px 0 20px -3px;
	overflow: hidden;
	border-radius: 3px;
}
#userMessage.success {
	background:url(../img/icons/tick.png) no-repeat 10px center;
	-moz-animation-name: flash-green;
	-moz-animation-duration: 2s;
	-moz-animation-iteration-count: 1;
	-webkit-animation-name: flash-green;
	-webkit-animation-duration: 2s;
	-webkit-animation-iteration-count: 1;
	animation-name: flash-green;
	animation-duration: 2s;
	animation-iteration-count: 1;
	height: 38px;
	padding: 5px 10px 6px 50px;
}
#userMessage.error {
	background:url(../img/icons/cross.png) no-repeat left center;
	background-color: transparent;
	padding: 5px 10px 6px 50px;
	-moz-animation-name: flash-red;
	-moz-animation-duration: 2s;
	-moz-animation-iteration-count: 1;
	-webkit-animation-name: flash-red;
	-webkit-animation-duration: 2s;
	-webkit-animation-iteration-count: 1;
	animation-name: flash-red;
	animation-duration: 2s;
	animation-iteration-count: 1;
	height: 38px;
}

.field-error {
	display: inline;
	color: #EA5757;
}

.col-6{
    width: 50%;
}
.col-6-force{
    width: 50%!important;
    min-width: 50%;
}
.f-column{
    flex-direction: column;
}
.column-wrapper{
    padding: 150px 80px 0px 80px;
}
#edu{
    position: relative;
    padding-top: 120px;
    min-height: 100vh!important;
    justify-content: flex-start!important;
}
#packet{
    min-height: 88vh!important;
    justify-content: flex-start!important;
}
.contact form{
    margin-left: 100px;
}

@-moz-keyframes flash-red {
	0% {
		background-color: transparent;
		height: 0;
	}
	20% {
		background-color: #ffb3b3;
		height: 38px;
	}
	40% {
		background-color: transparent;
	}
	60% {
		background-color: #ffb3b3;
	}
	100% {
		background-color: transparent;
	}
}
@-webkit-keyframes flash-red {
	0% {
		background-color: transparent;
		height: 0;
	}
	20% {
		background-color: #ffb3b3;
		height: 38px;
	}
	40% {
		background-color: transparent;
		height: 38px;
	}
	60% {
		background-color: #ffb3b3;
		height: 38px;
	}
	100% {
		background-color: transparent;
		height: 38px;
	}
}
@keyframes flash-red {
	0% {
		background-color: transparent;
		height: 0;
	}
	20% {
		background-color: #ffb3b3;
		height: 38px;
	}
	40% {
		background-color: transparent;
	}
	60% {
		background-color: #ffb3b3;
	}
	100% {
		background-color: transparent;
	}
}
@-moz-keyframes flash-green {
	0% {
		background-color: transparent;
		height: 0;
	}
	20% {
		background-color: #d0f5b7;
		height: 38px;
	}
	40% {
		background-color: transparent;
	}
	60% {
		background-color: #d0f5b7;
	}
	100% {
		background-color: transparent;
	}
}
@-webkit-keyframes flash-green {
	0% {
		background-color: transparent;
		height: 0;
	}
	20% {
		background-color: #d0f5b7;
		height: 38px;
	}
	40% {
		background-color: transparent;
	}
	60% {
		background-color: #d0f5b7;
	}
	100% {
		background-color: transparent;
	}
}
@keyframes flash-green {
	0% {
		background-color: transparent;
		height: 0;
	}
	20% {
		background-color: #d0f5b7;
		height: 38px;
	}
	40% {
		background-color: transparent;
	}
	60% {
		background-color: #d0f5b7;
	}
	100% {
		background-color: transparent;
	}
}
#userMessage h3 {
	font-size:18px;
	line-height:1;
	margin:0 0 3px;
	text-transform:none;
}
#userMessage.success h3 {
	color:#29cb48;
}
#userMessage.error h3 {
	color: #ea5757;
}
#userMessage p {
    margin:3px 8px 1px;
}

.message {
	font-family: "proxima-nova-soft", Arial, sans-serif;
	font-size: 15px;
	font-weight: 400;
	color: #5cbd2c;
	background: transparent url(../img/icons/icon-success.png) no-repeat scroll left center;
	padding: 0 0 0 25px;
}

.error-message {
	font-family: "proxima-nova-soft", Arial, sans-serif;
	font-size: 15px;
	font-weight: 400;
	color: #e34242;
	background: transparent url(../img/icons/icon-error.png) no-repeat scroll left center;
	padding: 0 0 0 25px;
}

.helper {
    background:url(../img/icons.png) no-repeat 0 -70px;
    cursor:pointer;
    display:inline-block;
    height:24px;
    margin-left:17px;
    position:relative;
    vertical-align:middle;
    width:24px;
}
.tip {
    background-color:#F1FAFE;
    border:1px solid #D6E7EE;
    color:#000;
    cursor:default;
    display:none;
    font-size:12px;
    left:47px;
    line-height:17px;
    padding:20px 25px 19px;
    position:absolute;
    top:-24px;
    min-width:200px;
    width:250px;
    max-width:300px;
    z-index:100;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    border-radius:10px;
    -moz-box-shadow: 0px 0px 2px #E5E5E5;
    -webkit-box-shadow: 0px 0px 2px #E5E5E5;
    box-shadow: 0px 0px 2px #E5E5E5;
}
.tip .arrow {
    background:url(../img/icons.png) no-repeat 0 -26px;
    display:block;
    height:34px;
    left:-18px;
    position:absolute;
    top:20px;
    width:18px;
}
.focus-set .tip {
    display:block !important;
}
body.modal-open{
    height: 100vh;
    overflow-y: hidden;
}
#model.open{
    display: flex;
}
#model{
    position: absolute;
    top: 0;
    height: 100vh;
    width: 100%;
    display: none;
    justify-content: center;
    align-items: center;
    background-color: rgba(244,244,244,0.6);
    z-index: 1000;
}

#model .sidebar{
    text-align: left;
    position: relative;
}
#model .sidebar img{
    position: absolute;
    right: -275px;
    bottom: -70px;
}
#model .close{
    position: absolute;
    top: 35px;
    right: 45px;
    cursor: pointer;
}


#homeContent .col-main .about-us .staff-member p {
    text-align: center;
}

.staff-member{
    width: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.about-us{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    flex-wrap: wrap;
}

.about-us .staff-member .image{
    background-color: #D8D8D8;
    border-radius: 28px;
    width: 315px;
    height: 477px;
    background-position: center;
    background-size: cover;
    margin-bottom: 10px;
}
.about-us .staff-member .text{
    margin: 40px 50px;
    max-width: 70%;
}
.about-us .staff-member .text p{
    text-align: center!important;
}
.about-us .staff-member .text .description p{
    text-align: left!important;
}
/* FOOTER */

.footer-wrapper {
	background: #0FA2DA;
	padding: 20px 0;
    min-height: 268px;
    z-index: 10;
    position: relative;
}

.footer-wrapper .footer{
    width: 100%;
	display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    margin: 0;
    padding: 0;
    align-items: center;
}

.footer .col{
	width: 33%;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #FFFFFF;
    font-family: 'Open Sans';
    font-size: 18px;
    line-height: 36px;
}
.footer .col:nth-child(2){
	text-align: center;
}
.footer .col img{
	width: 140px;
    vertical-align:top;
}
.footer .col a{
	color: #FFFFFF;
    font-family: 'Open Sans';
    font-size: 18px;
    line-height: 36px;
}

.footer .menu {
	float: left;
	padding: 5px 0 0;
	width: 50%;
}

.footer .menu ul {
	padding: 0;
	margin: 0;
}

.footer .menu li {
	display: inline;
	list-style: none;
	padding: 0 20px 0 0;
}

.footer .menu li a {
	font-size: 16px;
	color: #143a61;
	text-transform: uppercase;
	font-family: "proxima-nova-soft", Arial, sans-serif;
}

.footer .menu li a:hover {
	color: #4d7196;
}

.copyrights {
	float: right;
	text-align: right;
	line-height: 15px;
}

.copyrights a {
	font-size: 11px;
}


/* HOME PAGE SPECIFIC RULES */

.home .form-as-p {
	margin: 0;
}

.terms_of_service_list ol {
    list-style-type:    none;
}
.terms_of_service_list li {
    margin-bottom:      5px;
}

.input.legal {
    display:    none;
}

.mobile-user-form{
    display: none;
    padding-left: 6rem;
}

.mobile-user-form img{
    bottom: unset!important;
    top: 20rem!important;
    right: 40px!important;
}

.mobile-user-form .buttons-set{
    margin-top: 20px;
    margin-bottom: 0px;
    display: flex;
}
.screen{
    width: 41vw;
}
.bg-top{
    position: absolute;
    left: 0;
    overflow: hidden;
    overflow-x: hidden;
    top: 100px;
    z-index: -1;
}
.bg-top.up-front{
    z-index: 0;
}
.educational_control{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}



@media only screen and (max-width: 1596px) {
    #kid-wrapper .page{
        display: flex;
        flex-direction: column;
    }
    #kid-wrapper .page .in-body.player-actions{
        display: flex;
        flex-direction: row;
        height: auto;
    }

    .cloud-white.single-cloud:before, .cloud-yellow.single-cloud:before{
        top: 8rem
    }
}
@media only screen and (max-width: 1450px) {
    #browse .main {
        width: 95%;
    }
    #browse .main .col{
        display: flex;
        justify-content: center;
        align-items: center;
    }
}
@media only screen and (max-width: 1400px) {
    #kid-wrapper .page .main{
        width: 90%;
    }
    #kid-wrapper .page .in-body.player-actions li{
        padding: 0 40px 0 0;
    }
    .front-games .grid {
        width: 80%;
    }
    
    #account .main{
        width: 93%;
    }
}
@media only screen and (max-width: 1280px) {
    .page{
        overflow-x: hidden;
    }
    #intro .sidebar h2{
        font-size: 30px;
        line-height: 30px;
    }
    #intro .sidebar p{
        font-size: 14px;
        line-height: 19px;
    }
    /*#homeContent .col-main:nth-child(1) img {
        position: absolute;
        left: -170px;
        top: -91px;
        width: 130%;
    }
    #packet h2{
        margin-top: 80px;
    }*/
    /*.educational_institution {
        width: 50%;
        margin-bottom: -10px;
    }*/
    /*#packets ul {
        max-width: 425px;
    }*/
    /*.info-bubbles img {
        min-width: 55px;
        max-height: 81px;
    }*/
    .info-bubbles p {
        font-size: 14px!important;
        line-height: 22px!important;
        text-align: center!important;
        /*width: 141px;
        margin-left: 37px;*/
    }
    .new-cloud {
        position: absolute;
        left: 0;
        top: 4px;
        z-index: -1;
        width: 180%;
    }
    /*#packet {
        margin-top: 50vh;
    }*/
    .bg-top{
        padding: 140px 0 0 0;
        background-image: linear-gradient(#f6c801, #f6c801, transparent 81%);
        width: 100%;
    }
    #access a {
        font-size: 14px;
    }
    #access .header-login a{
        font-size: 17px;
        line-height: 50px;
        width: 100px;
    }
}
@media only screen and (max-width: 1200px) {
    .in-body {
        display: none!important;
    }
    #kid-wrapper .page .header{
        width: 80%;
        position: absolute;
        height: 100px;
    }
    #kid-wrapper .page .header-container{
        height: 102px;
    }
    .gamer .mobile-hamburger{
        display: block;
    }
    .player-actions{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: space-evenly;
        width: 90%;
    }
    .cloud-white .content-wrapper:before, .cloud-yellow .content-wrapper:before{
        top: -17vw;
    }
}
@media only screen and (max-width: 1095px) {
    #kid-wrapper .page .main{
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: flex-start;
    }
    #kid-wrapper .page .sidebar{
        width: 100%;
        display: flex;
        justify-content: center;
        flex-direction: row;
        align-items: center;
    }
    .text-box-wrap .arrow{
        bottom: 15px!important;
        right: -15px!important;
        transform: rotate(266deg);
    }
    #kid-wrapper #grouper tr{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .text-box-wrap{
        height: 124px!important;
    }
    .text-box{
        height: 126px!important;
    }
	/*
    .front-games .row,#packets .row{
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .front-games .row .btn{
        min-width: 30%;
        margin-top: 10px;
    }
    .front-games .grid {
        width: 74%;
    }
	*/
    /*.educational_institution{
        width: 35%;
    }*/
    /*#packets .row .col{
        margin-top: 20px;
        min-width: 330px;
    }*/
}
@media only screen and (max-width: 1050px) {

    .header #access.menu, .header .header-login{
    display: none!important;
   }
   .mobile-hamburger{
    display: block;
}
.header-mobile{
    margin-left: auto;
}
#browse .main {
    width: 100%;
}
   #access ul{
    flex-direction: column;
    align-items: flex-start;
   }
   #access li{
    padding: 20px 0 0 20px;
   }
   #access li.header-login{
    padding: 0;
    margin: 15px;
    text-align: left;
   }
   .home .header{
    width:92%;
   }
   .wrapper .page .header{
    width:92%;
   }
   #browse_navigation{
    flex-direction: column;
   }
   #browse_navigation li{
    margin-bottom: 20px;
   }
   .bg-top{
    display: none;
   }
   #browseIntro .cloud-yellow{
    margin-bottom: 100px;
   }
   .pencil{
    display: none;
   }
   .mobile-user-form{
        display: block;
    }
    #intro .user-form{
        display: none;
    }
    #intro{
        height: auto;
        min-height: 600px;
        background-size: contain;
    }
    #intro .main{
        padding: 0;
    }
    #intro .sidebar img{
        display: none;
    }
    .hide-slider-overflow{
        height: auto;
    }
    .front-games .grid {
        width: 39%;
    }
    .front-games h2:nth-of-type(1){
        margin-top: 290px;
    }
    .front-games .pencil{
        display: block;
        right: unset;
    }
    .bg-top{
        top: 76px;
    }
}
@media only screen and (max-width: 1000px) and (orientation:portrait) {
        .main{
            display: flex;
            flex-direction: column;
        }
        #kid-wrapper .page .main{
            width: 100%;
        }
}

@media only screen and (max-width: 940px) {
    #subscribe .main,#browse .main {
        padding-top:0;
        width: 100vw;
    }
    body, .wrapper {
        min-width: unset;
    }
    .cloud-white .content-wrapper:before,.cloud-yellow .content-wrapper:before{
        top: -21vw;
        width: 112vw;
    }
    .cloud-white.single-cloud:after, .cloud-yellow.single-cloud:after{
        top: 13rem;
    }
    .row.contact{
        flex-wrap: wrap;
    }
    .footer-wrapper .footer {
        flex-direction: column;
    }
    .footer .col
    {
        text-align: center;
        border-bottom: #fff 1px solid;
    }
    .footer .col:last-of-type,.contact .col-6:last-of-type
    {
        border:none
    }
    #intro{
        min-height: 510px;
    }
    .mobile-user-form {
        padding: 0;
        margin-top: -14vw;
    }
    .mobile-user-form .user-form{
        width: auto;
    }
    .mobile-user-form img{
        right:-16px!important
    }
    .home h2{
        font-size: 26px!important;
    }
    .home p{
        font-size: 14px!important;
    }
    .front-games .grid{
        width: 100%;
    }
    #account .main .main-box{
        display: flex;
        background:none;
        flex-direction: column;
    }
}

@media only screen and (max-width: 822px) {
    .levels{
        width: 100vw;
    }
    .gamer .header {
        width: 100%!important;
        justify-content: space-around;
    }
    #browseGames .grid {
        width: 100vw;
    }
    #kid-wrapper .header .player-actions,#kid-wrapper .header .links{
        display: none;
    }
    #intro{
        min-height: unset;
        height: 68vh;
        margin-top: 36px;
    }
    .col-main:nth-of-type(1).cloud-white .content-wrapper:before {
        top: -24vw;
        width: 134vw;
    }
    .cloud-white .content-wrapper:before,.cloud-yellow .content-wrapper:before {
        top: -24vw;
        width: 134vw;
    }
}

@media only screen and (max-width: 640px) {
    #intro{
        min-height: unset;
        height: 54vh;
        margin-top: 36px;
    }
    .col-main:nth-of-type(1).cloud-white .content-wrapper:before {
        top: -30vw;
        width: 147vw;
    }
    .cloud-white .content-wrapper:before,.cloud-yellow .content-wrapper:before {
        top: -30vw;
        width: 134vw;
    }
    .footer-wrapper {
        width: 104vw;
    }
    #account-register form .educational_control{
        flex-direction: column!important;
    }

    #browse_navigation{
        margin-left: -40px;
    }
}

@media only screen and (max-width: 500px) {
    .col-main:nth-of-type(1).cloud-white .content-wrapper:before {
        top: -25vw;
        width: 134vw;
    }
}

@media only screen and (max-width: 430px) {
    .col-main:nth-of-type(1).cloud-white .content-wrapper:before {
        top: -46vw;
        width: 184vw;
    }
    #intro{
        height: 48vh;
        margin-top: 36px;
    }
    .cloud-white .content-wrapper:before,.cloud-yellow .content-wrapper:before {
        top: -38vw;

    }
    .g-recaptcha iframe{
        width: 60%;
        float: left;
    }
    .mobile-user-form {
        margin-top: -31vw;
    }
    .mobile-user-form .buttons-set{
        margin-top: 30px;
        margin-bottom: 0px;
        display: flex;
        flex-direction: column;
        width: 60%;
    }
    .mobile-user-form .buttons-set a{
        margin-top: 10px;
    }

    #account-register .main-box{
        padding-left: 0;
        
    }
}

@media only screen and (max-width: 380px) {
    .col-main:nth-of-type(1).cloud-white .content-wrapper:before {
        top: -55vw;
    }
    .cloud-white .content-wrapper:before,.cloud-yellow .content-wrapper:before {
        top: -50w;

    }
    #account-register form .educational_control{
        flex-direction: column;
    }
}

@media only screen and (max-width: 330px) {
    .col-main:nth-of-type(1).cloud-white .content-wrapper:before {
        top: -64vw;
    }
    .cloud-white .content-wrapper:before,.cloud-yellow .content-wrapper:before {
        top: -57vw;
    }
}