/* 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:490px; 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:980px; margin:0 auto; padding-left:10px; padding-right:10px; text-align:left; }

/* =Global
----------------------------------------------- */
html {}
html,
body {
    height:100%;
}
body {
    background-color:#F4C900;
    background-image:url(../img/bg-tile.png);
    background-position:50% 0;
    background-repeat:repeat;
    color:#333;
    font:13px/1.5 'Open Sans', Arial, Helvetica, sans-serif;
    text-align:center;
}
.wrapper {
    background:url(../img/bg.jpg) repeat-x 50% 0;
    min-height:100%;
}
/* 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: 4rem 3rem 0px 0px
}
.mobile-menu{
    display: none;
    position: fixed;
    width: 102vw;
    height: 100vh;
    background-color:#F4C900;
    top: 0;
    left: 0;
    z-index: 1001;
}
.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-container {
    background:#11A8DF url(../img/bg-header-container.png) repeat-x 50% 0;
}
.header {
    position:relative;
}
.header #back {
    margin-left:52px;
    margin-top:24px;
}


#site-title {
    float:left;
    margin: 0 8px 0 0;
    padding:0;
}
#site-title a {
    color: #111;
    display:inline-block;
    font-size: 30px;
    font-weight: bold;
    /*max-width:134px;*/
    text-decoration: none;
}
#site-title img {
    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:10px;
    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;
}
.links li.no-style a {
    background: none;
    text-indent: 0px;
}
.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;
}
#access a {
	font-family: "proxima-nova-soft", Arial, sans-serif;
    color:#fff;
    display:inline-block;
    font-size:15px;
    line-height:50px;
    padding:1px 10px 1px;
    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;
}
#access li {
    float:left;
    margin:0;
    padding:0;
}

/* =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 {
    background:#fff;
    padding-left:50px;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    border-radius:10px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
.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;
}
.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;
    text-indent:-9999px;
}
.game-info .done {
    background:url(../img/icons/okay2.png);
    text-indent:-9999px;
}
.game-info .game-level.level-1 {
	background:url(../img/icons/game-level-1.png);
}
.game-info .game-level.level-2 {
	background:url(../img/icons/game-level-2.png);
}
.game-info .game-level.level-3 {
	background:url(../img/icons/game-level-3.png);
}
.game-info .game-category.language {
	background:url(../img/icons/game-category-abc.png);
}
.game-info .game-category.math {
	background:url(../img/icons/game-category-math.png);
}
.game-info .game-category.social {
	background:url(../img/icons/game-category-enviroment.png);
}
.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: 31px;
}
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%;
}
#packets td {
    background:url(../img/shadow-1.png) no-repeat 0 0;
    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 {
    list-style:none;
    margin:0 0 10px;
}
#packets li {
    border-bottom:1px solid #E5E5E5;
    padding:16px 1px;
}
#packets .for-period {
    color:#333;
    font-size:25px;
    font-weight:700;
    padding-bottom:14px;
    text-transform:uppercase;
    font-family: "proxima-nova-soft", Arial, sans-serif;
}
#packets .price {
    display:block;
    font-size:30px;
    line-height:1;
    margin-bottom:4px;
    font-family: "proxima-nova-soft", Arial, sans-serif;
    font-weight: 700;
    padding: 0;
}
#packets .for-action {
    border-bottom:0;
    padding-top:20px;
}

/* 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:-3px;
    top:-3px;
    z-index:1;
}
.grid .btn-action {
    left:80px;
    position:absolute;
    top:94px;
}
.grid-brd {
    background:url(../img/transp-1.png);
    border:1px solid #F6FAFB;
    display:block;
    padding:9px;
    -moz-border-radius:20px;
    -webkit-border-radius:20px;
    border-radius:20px;
    -moz-box-shadow:0px 0px 2px #F6FAFB inset;
    -webkit-box-shadow:0px 0px 2px #F6FAFB inset;
    box-shadow:0px 0px 2px #F6FAFB inset;
}
.grid-img {
    -moz-border-radius:16px;
    -webkit-border-radius:16px;
    border-radius:16px;
}
.grid-img,
.grid .overlay {
    background-position:0 0;
    background-repeat:no-repeat;
    display:block;
    height:140px;
    width:280px;
}
.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 */
.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: #4b2d16;
    display:block;
    font-size:40px;
    font-weight:700;
    line-height:.9;
    margin:15px 0 4px;
    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);
}
.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: "proxima-nova-soft", Arial, sans-serif;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    font-weight: 900;
}
.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: 'proxima-nova-soft', Arial, sans-serif;
	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 {
    /*-moz-box-shadow: 0px 0px 3px #ddd;
    -webkit-box-shadow: 0px 0px 3px #ddd;
    box-shadow: 0px 0px 3px #ddd;*/
    background-image: linear-gradient(bottom, rgb(100,176,53) 0%, rgb(124,192,75) 71%);
    background-image: -o-linear-gradient(bottom, rgb(100,176,53) 0%, rgb(124,192,75) 71%);
    background-image: -moz-linear-gradient(bottom, rgb(100,176,53) 0%, rgb(124,192,75) 71%);
    background-image: -webkit-linear-gradient(bottom, rgb(100,176,53) 0%, rgb(124,192,75) 71%);
    background-image: -ms-linear-gradient(bottom, rgb(100,176,53) 0%, rgb(124,192,75) 71%);
    
    background-image: -webkit-gradient(
    	linear,
    	left bottom,
    	left top,
    	color-stop(0, rgb(100,176,53)),
    	color-stop(0.71, rgb(124,192,75))
    );
}
.btn-1:hover {
	background: #6dc138;
	background-image: linear-gradient(bottom, rgb(109,193,56) 0%, rgb(132,206,79) 71%);
	background-image: -o-linear-gradient(bottom, rgb(109,193,56) 0%, rgb(132,206,79) 71%);
	background-image: -moz-linear-gradient(bottom, rgb(109,193,56) 0%, rgb(132,206,79) 71%);
	background-image: -webkit-linear-gradient(bottom, rgb(109,193,56) 0%, rgb(132,206,79) 71%);
	background-image: -ms-linear-gradient(bottom, rgb(109,193,56) 0%, rgb(132,206,79) 71%);
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, rgb(109,193,56)),
		color-stop(0.71, rgb(132,206,79))
	);
}
.btn-1:active {
	background: #6ab338;
	background-image: linear-gradient(bottom, rgb(117,186,68) 0%, rgb(93,168,47) 71%);
	background-image: -o-linear-gradient(bottom, rgb(117,186,68) 0%, rgb(93,168,47) 71%);
	background-image: -moz-linear-gradient(bottom, rgb(117,186,68) 0%, rgb(93,168,47) 71%);
	background-image: -webkit-linear-gradient(bottom, rgb(117,186,68) 0%, rgb(93,168,47) 71%);
	background-image: -ms-linear-gradient(bottom, rgb(117,186,68) 0%, rgb(93,168,47) 71%);
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, rgb(117,186,68)),
		color-stop(0.71, rgb(93,168,47))
	);
	border: 1px solid #498c40;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2) inset;
}
.btn-2 {
    background-color:#fdd311;
    border:1px solid #efc126;
    color:#764D2E;
    background-image: linear-gradient(bottom, rgb(253,205,14) 20%, rgb(253,215,25) 70%);
    background-image: -o-linear-gradient(bottom, rgb(253,205,14) 20%, rgb(253,215,25) 70%);
    background-image: -moz-linear-gradient(bottom, rgb(253,205,14) 20%, rgb(253,215,25) 70%);
    background-image: -webkit-linear-gradient(bottom, rgb(253,205,14) 20%, rgb(253,215,25) 70%);
    background-image: -ms-linear-gradient(bottom, rgb(253,205,14) 20%, rgb(253,215,25) 70%);
    background-image: -webkit-gradient(
    	linear,
    	left bottom,
    	left top,
    	color-stop(0.2, rgb(253,205,14)),
    	color-stop(0.7, rgb(253,215,25))
    );
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
}
.btn-2:hover {
	background: #ffdb34;
	background-image: linear-gradient(bottom, rgb(255,211,54) 20%, rgb(255,227,88) 71%);
	background-image: -o-linear-gradient(bottom, rgb(255,211,54) 20%, rgb(255,227,88) 71%);
	background-image: -moz-linear-gradient(bottom, rgb(255,211,54) 20%, rgb(255,227,88) 71%);
	background-image: -webkit-linear-gradient(bottom, rgb(255,211,54) 20%, rgb(255,227,88) 71%);
	background-image: -ms-linear-gradient(bottom, rgb(255,211,54) 20%, rgb(255,227,88) 71%);
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.2, rgb(255,211,54)),
		color-stop(0.71, rgb(255,227,88))
	);
}
.btn-2:active {
	background: #f3c905;
	border: 1px solid #e0a300;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2) inset;
	background-image: linear-gradient(bottom, rgb(245,210,11) 20%, rgb(239,184,3) 57%);
	background-image: -o-linear-gradient(bottom, rgb(245,210,11) 20%, rgb(239,184,3) 57%);
	background-image: -moz-linear-gradient(bottom, rgb(245,210,11) 20%, rgb(239,184,3) 57%);
	background-image: -webkit-linear-gradient(bottom, rgb(245,210,11) 20%, rgb(239,184,3) 57%);
	background-image: -ms-linear-gradient(bottom, rgb(245,210,11) 20%, rgb(239,184,3) 57%);
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.2, rgb(245,210,11)),
		color-stop(0.57, rgb(239,184,3))
	);
}
.btn-2:hover,
.btn-2:focus,
.btn-2:active {
    color:#764D2E;
}
.btn-3 {
    background:#71BB40 url(../img/icons/arrow-left.png) no-repeat 28px 10px;
    padding:0 33px 0 64px;
}
.btn-action {
    background:url(../img/btn-action.png) no-repeat 0 0;
    color:#764d2e;
    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;
    text-transform:uppercase;
}
.forgot-pwd a {
    background:url(../img/lock.png) no-repeat 0 0;
    color:#000;
    display:inline-block;
    font-weight:600;
    padding:1px 0 1px 24px;
}
.forgot-pwd a:hover {
    text-decoration:underline;
}

/* Children specific views */
.gamer .header-container {
    background:transparent none;
}

/* Views */
.welcome .wrapper {
    background-image:url(../img/bg2.jpg);
}
.welcome #site-title {
    margin-left:245px;
}
#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;
}
#browseIntro .page-title {
    margin-top:28px;
}
#browse {
    background:#EBEBEB url(../img/bg-browse.png);
    border:1px solid #E9E9E9;
    border-width:1px 0;
}
#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;
}
#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/brd.gif) repeat-x 50% 100%;
    height:355px;
}
#intro .main {
    padding:0 10px;
}
#intro .col-main {
    padding:0;
}
#intro .col-1 {
    width:45.5%;
}
#intro .col-2 {
    width:500px;
}
#intro .col-1 p {
    margin-bottom:24px;
}
.intro {
    color:#754d2e;
    font-size:17px;
    line-height:1.55;
    text-transform:uppercase;
}
.hide-slider-overflow {
    height:399px;
    overflow:hidden;
}
#homeContent {
    background-color:#fff;
}
#homeContent .main {
    padding-bottom:25px;
    padding-top:20px;
}
#homeContent .col-main {
    color:#000;
    font-size:16px;
    line-height:1.8;
    width:580px;
}
#homeContent .main h2 {
    color:#143a61;
    font-size:25px;
    margin-bottom:16px;
    text-transform:none;
}
#homeContent .col-main p {
    margin-bottom:10px;
}
#homeContent .btn-parent {
    margin-top:21px !important;
}
#homeContent .sidebar {
    background:url(../img/shadow-2.png) no-repeat 0 0;
    padding-left:50px;
    width:300px;
}
.home .header .links {
    display:none;
}

/* 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;
}

/* 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="email"],
input[type="text"],
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="text"],
input[type="email"],
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:#000;
    display:block;
    margin-bottom:8px;
    width:auto;
}
.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;
}
.user-form .f-head {
    background:#2CA0DA url(../img/bg-fhead.png) repeat-x;
    border-bottom:1px solid #338CB6;
    padding:15px 20px;
    -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;
}
.user-form h3 {
    color:#fff;
    font-size:20px;
    margin:0;
}
.user-form .f-body,
.user-form .f-foot {
    background-color:#EFF8FB;
    border:1px solid #D2E3EB;
}
.user-form .f-body {
    border-width:0 1px;
    padding:18px 18px 14px;
}
.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;
}
.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:220px;
}

/* 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;
}

#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;
}

@-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:0 0 3px;
}

.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;
}

/* FOOTER */

.footer-wrapper {
	background: #fff;
	padding: 20px 0;
}

.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;
}

#loadingButton{
    z-index: 3;
    position: absolute;
    transform: translate(50%,50%);
}
div#loadingButton{
    transform: translate(292px,290px);
    font-size: 27px;
    line-height: 60px;
    padding: 5px 25px 0px 25px;
    border-radius: 80px;
}
.previewImage{
    position: absolute;
    top: 0;
    left: 0;
    width: 704px;
    height: 640px;
    border-radius: 20px;
}
#jsapp{
    height: 100%;
    width: 100%;
}