.bg-svg {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 8px 0 0;
    line-height: 14px;
    vertical-align: text-top;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100%;
    vertical-align: top;
    *display: inline;
    *zoom: 1;
    *margin-right: .3em;
    position: relative;
}

.bg-svg-icon {
    background-image: url('https://bg-content.ams3.cdn.digitaloceanspaces.com/img/svg/bg-icon.svg');
}

.bg-svg-icon-darkgrey {
    background-image: url('https://bg-content.ams3.cdn.digitaloceanspaces.com/img/svg/bg-icon-darkgrey.svg');
}

@media (min-width: 768px) {
    .bg-svg-logo {
        background-size: 100%;
        background-position-x: left;
        background-position-y: center;
        background-image: url('https://bg-content.ams3.cdn.digitaloceanspaces.com/img/svg/braingymnastics-logo.svg');
    }
}

.bg-svg-logo-purple {
    background-size: 100%;
    background-position-x: left;
    background-position-y: center;
    background-image: url('https://bg-content.ams3.cdn.digitaloceanspaces.com/img/svg/bg-logo-purple.svg');
}

.nb-svg-logo {
    background-size: 100%;
    background-image: url('https://bg-content.ams3.cdn.digitaloceanspaces.com/img/svg/nb-logo.svg');
}

.novimob-svg-logo {
    background-size: 100%;
    background-image: url('https://bg-content.ams3.cdn.digitaloceanspaces.com/img/svg/nm-logo.svg');

}

body {
    font-family: 'Ubuntu', sans-serif;
    color: #4A4A40;
    background-color: #EAEAEA;
    background-image: linear-gradient(to bottom right, transparent 77%, #EEEEEE 77%),
    linear-gradient(to bottom left, transparent 77%, #EEEEEE 77%),
    linear-gradient(to top right, transparent 77%, #EEEEEE 77%),
    linear-gradient(to top left, transparent 77%, #EEEEEE 77%), /* #EBEBEB */ linear-gradient(to bottom right, #EAEAEA 0%, #EAEAEA 100%);
    background-size: 80px 80px, 80px 80px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Ubuntu', sans-serif;
    line-height: 1.1;
    color: #4a4a40;
}

hr {
    border-color: #dddcdc;
    margin-top: 5px;
    margin-bottom: 5px;
}

p {
    margin: 0;
    padding: 0;
}

.clearfix {
    clear: both;
}

.glyphicons {
    font-family: 'Glyphicons Regular';
    color: #3d3d3d;
}

.container {
    margin-top: 60px;
}

.bg-popup-article {
    margin-top: 10px;
}

#popup h2 {
    color: #9B2915;
}

#popup .img-responsive {
    position: absolute;
    right: 5px;
    top: 0;
}

/** TOOLTIP (bootstrap) CSS **/
.tooltip-inner {
    max-width: 300px;
    float: left;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

header {
    background: #9B2915;
    -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.21);
    -moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.21);
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.21);
    z-index: 999;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    height: 60px;
}

.flash-message {
    color: #9B2915;
    margin-top: 2px;
    text-align: center;
    font-size: 1.0em;
}

#languageDiv {
    float: right;
    margin-top: 11px;
    padding: 5px;
    width: auto;
    height: auto;
}

#languageDiv span#dropdownMenu2 {
    line-height: 1em;
    float: left;
    color: #4A4A40;
}

#languageDiv .glyphicon {
    top: 3px;
}

#languageDiv img {
    width: 30px;
    padding-right: 5px;
}

.infoBoxDiv {
    background: none;
    float: left;
    width: auto;
    height: auto;
    min-width: 200px;
    min-height: 60px;
    position: relative;
    text-align: left;
    font-weight: normal;
    font-size: 1em;
}

.infoBoxDiv .closeInfoBox {
    float: right;
    top: 2px;
    right: -3px;
    font-size: 20px;
    cursor: pointer;
    position: absolute;
    z-index: 99999;
    background-color: none;
}

.infoBoxDiv .innerInfo {
    padding: 0px 8px 0px 15px;
    margin: 10px 10px 10px 0px;
    z-index: 99998;
    color: #fff !important;
    font-size: 1em;
}

.infoPopup {
    cursor: pointer;
    left: 10px;
    top: 3px;
    z-index: 995;
}

.infoBoxDiv p span {
    background: none !important;
    color: #fff !important;
}

.welcome {
    color: #A6A7A1;
}

.infoPopupReminder {
    position: absolute;
    top: 20px;
    right: 10px;
    left: inherit;
}

#upgradeTrigger {
    text-align: center;
    background: #3684C5;
    float: left;
    position: relative;
    z-index: 995;
    color: #fff;
    border: 1px solid #ccc;
    border-top: 0;
    padding: 5px;
    box-shadow: 0 2px 5px rgba(2, 2, 2, .13);
    -moz-box-shadow: 0 2px 5px rgba(2, 2, 2, .13);
    -webkit-box-shadow: 0 2px 5px rgba(2, 2, 2, .13);
    margin-bottom: 15px;
    /*margin-top: -15px;*/
}

.closeUpgrade {
    color: #fff;
    float: right;
    margin-right: 20px;
    margin-top: 8px;
    cursor: pointer;
}

.dropdown-menu > li > a:focus {
    background-color: #9B2915;
    line-height: 1.75em;
}

.img-responsive {
    margin: 0 auto;
}

.form-horizontal {
    padding-top: 25px;
    text-align: center;
}

.form-horizontal .optionalinfo {
    border-bottom: 1px solid #a6a7a1;
    margin-bottom: 25px;
}

.form-horizontal h4 {
    position: relative;
    margin: 20px 0 -11px 0;
}

.form-horizontal h4 span {
    background: #f8f8f8;
    padding: 0 20px;
    position: relative;
    z-index: 5;
}

.form-control {
    height: 40px;
}

div.error-message h4 {
    color: red;
    margin-top: 2px;
    text-align: center;
    font-size: 0.7em;
    overflow: visible;
    white-space: nowrap;
}

.payment-option {
    float: left;
    clear: left;
}

.payment-option label img {
    margin-left: 5px;
}

.primary-color {
    color: #9B2915;
}

.primary-color-two {
    color: #4a4a40;
}

.primary-color-sixth {
    color: #8a8b84;
}

.primary-color-seventh {
    color: #a6a7a1;
}

h2.primary-color-seventh {
    margin-top: 50px;
}

.primary-color-bg {
    background: #9B2915;
    padding: 40px 0;
}

.primary-color-bg h2 {
    color: #f9f6f1;
}

.fb-message h4 {
    font-size: 14px !important;
    margin-bottom: 0;
}

.btn-ghost {
    background: transparent;
    color: white;
    border-color: white;

    border-style: solid;
    border-width: 1px;
    border-radius: 2px;

    text-decoration: none;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.btn-ghost-purple {
    background-color: #9B2915;
}

.btn-ghost-purple:hover, .btn-ghost-purple:active, .btn-ghost-purple:focus {
    background-color: initial;
}

.btn-ghost:hover, .btn-ghost:active, .btn-ghost:focus {
    background-color: white;
    color: #000;
    border-color: white;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.btn-white {
    background: white;
    color: black;
    border-color: white;

    border-style: solid;
    border-width: 1px;
    border-radius: 2px;

    text-decoration: none;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.btn-white:hover, .btn-white:active, .btn-white:focus {
    background-color: #4A184F;
    color: white;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.btn-primary, .btn-primary:active, .btn-primary:focus {
    border: none;
    font-size: 1.5em;
    padding: 10px 40px;
    text-align: center;
    -webkit-box-shadow: 0 1px 4px rgba(2, 2, 2, .72);
    -moz-box-shadow: 0 1px 4px rgba(2, 2, 2, .72);
    box-shadow: 0 1px 4px rgba(2, 2, 2, .72);
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;

    background: #F4940B;
    color: white;
    border-radius: 5px;
    text-decoration: none;
    -webkit-transition: background-color 0.2s ease-out, color 0.2s ease-out;
    transition: background-color 0.2s ease-out, color 0.2s ease-out;
}

.btn-primary-small {
    background: #F4940B;
    color: #fff;
    font-size: 1.0em;
    padding: 8px 40px;
    text-align: center;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

.btn-primary:hover {
    cursor: pointer;
    text-decoration: none;
    background: #F4940B;
    border: none;
}

.form-horizontal .btn-primary {
    padding: 10px 50px;
    margin: 20px 0;
    -webkit-box-shadow: 0 1px 2px rgba(2, 2, 2, .72);
    -moz-box-shadow: 0 1px 2px rgba(2, 2, 2, .72);
    box-shadow: 0 1px 2px rgba(2, 2, 2, .72);
}

.form-label {
    font-weight: normal;
    float: left;
}

.right-inner-addon span {
    position: absolute;
    right: 25px;
    padding: 6px 0 0;
    font-size: 1.6em;
}

.btn-default {
    color: #fff;
    background: #9DCB3B;
}

.btn-default:hover {
    color: #fff;
    background: #d5e66e;
}

.form-margin-top {
    margin-top: 30px;
}

.braingymmercontent {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
}

.braingymmercontent > .container {
    max-width: 700px;
    background-color: #f9f9f9;
    padding: 25px;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.23);
    border-radius: 4px;
}

.braingymmercontent .col-lg-4 {
    text-align: left;
    margin-bottom: 20px;
}

.braingymmercontent .col-lg-4 p {
    margin-left: 10px;
    margin-right: 10px;
}

.braingymmercontent ul {
    margin-top: 25px;
}

.braingymmercontent ul li {
    font-size: 1.3em;
}

.row {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

footer {
    height: 100%;
    padding: 20px;
    text-align: center;
    margin-top: 50px;
}

footer a {
    color: rgba(255, 255, 255, 0.75);
    padding: 0 20px;
    font-size: .8em;
}

footer a:hover {
    text-decoration: none;
}

.bg-content .content {
    float: left;
    width: 100%;
    height: auto;
}

.bg-content h4 {
    text-align: center;
    font-size: 18px;
}

.bg-content .bg-content-title {
    float: left;
    margin: 20px 0;
}

.resultsDiv .row h2 {
    color: #0089b3;
    text-align: center;
    margin-bottom: 22px;
}

.bg-upgrade-pro-bag {
    width: 25%;
    display: inline-block;
    vertical-align: top;
}

.bg-pro-article {
    font-size: 1.0em;
    width: 66%;
    display: inline-block;
}

.bg-upgrade-pro-hide {
    width: 6%;
    display: inline-block;
    vertical-align: top;
}

.bg-row {
    margin-bottom: 15px;
}

.bg-category-article {
    padding: 15px;
    color: #4a4a40;
    font-size: 1.0em;
}

.bg-bfi-block, .bg-row-small, .bg-row-dashboard, .categoryZoom {
    border: none;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.23);
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    margin-top: 20px;
    text-align: center;
    background: #f8f8f8;
}

.bg-row-dashboard {
    margin-top: 15px;
    text-align: left;
    padding: 5px;
    float: left;
    width: 100%;
    position: relative;
}

.bg-row-small {
    margin: 20px 0 0;
    text-align: left;
    padding: 5px;
}

.dashboardNav {
    background: #B6B2B7;
    cursor: pointer;
    text-align: center;
}

.dashboardResultNav {
    background: #B6B2B7;
    cursor: pointer;
    text-align: center;
}

.dashboardNavActive {
    background: #f8f8f8;
    border-bottom: none;
    cursor: default;
}

.dashboardNav h5, .dashboardNav h4 {
    line-height: 22px;
    color: #fff;
    margin: 10px 0;
    font-weight: normal;
}

.dashboardNav h5 {
    border-radius: 0 4px 0 0;
    -moz-border-radius: 0 4px 0 0;
    -webkit-border-radius: 0 4px 0 0;
}

.dashboardNav h4 {
    border-radius: 4px 0 0 0;
    -moz-border-radius: 4px 0 0 0;
    -webkit-border-radius: 4px 0 0 0;
}

.dashboardResultNav h5, .dashboardResultNav h4 {
    line-height: 22px;
    color: #fff;
    margin: 10px 0;
    font-weight: normal;
}

.dashboardResultNav h5 {
    border-radius: 0 4px 0 0;
    -moz-border-radius: 0 4px 0 0;
    -webkit-border-radius: 0 4px 0 0;
}

.dashboardResultNav h4 {
    border-radius: 4px 0 0 0;
    -moz-border-radius: 4px 0 0 0;
    -webkit-border-radius: 4px 0 0 0;
}

.dashboardNavActive h5, .dashboardNavActive h4 {
    color: #3d3d3d;
}

/** COMPARISON CSS **/
#stickmenList {
    float: left;
    width: 100%;
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-top: 15px;
}

#stickmenList li {
    float: left;
    width: 100%;
    margin-bottom: 5px;
    padding: 0;
}

#stickmenList li span {
    float: left;
    width: 30%;
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
    margin-left: 5%;
}

#stickmenList li .stickmen {
    float: right;
    width: 60%;
    text-align: right;
    margin-right: 5%;
    line-height: 0;
}

#stickmenList li .bfiStickmen {
    width: 100%;
    margin: 0;
    text-align: center;
    padding: 0 25px;
}

#stickmenList li svg {
    position: relative;
    margin-right: 0;
    width: 10%;
    height: auto;
}

#stickmenList li .bfiStickmen svg {
    margin-right: 0;
}

#stickmenList .bfiLabel {
    width: 75px;
    height: 40px;
    position: relative;
}

#stickmenList .bfiLabel:hover, #stickmenList .bfiLabel:active {
    cursor: pointer;
}

#stickmenList .bfiLabel:hover .bfiText, #stickmenList .bfiLabel:active .bfiText {
    font-size: 22px;
    padding: 7px;
}

#stickmenList .bfiLabel .bfiText {
    width: 75px;
    height: 31px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 994;
    color: #fff;
    margin: 0;
    line-height: 18px;
    font-size: 18px;
    padding: 7px 0;
}

#stickmenList .bfiLabel svg {
    width: 75px;
    height: 40px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 993;
}

#stickmenList .bfiMakeVerticalAlign {
    margin-top: 35px;
}

.clickableLiStickmen {
    cursor: pointer;
}

.clickableLiStickmen:hover {
    background: #E9EAD5;
}

#dash-comparison {
    padding: 0;
}

/** END COMPARISON CSS **/

/** GAMEBLOCK 2018 CSS - can be removed if all games are fullscreen and tests have a new overview perhaps **/
.bg-game-block-new {
    display: block; /* shrink to fit */
    position: relative; /* so .content can use position: absolute */
    margin: auto;
    padding: 0;
    height: 345px;
    border: none;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.23);
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    text-align: center;
    background: #f8f8f8;
    overflow: hidden;
}

.bg-game-block-new.no-stats {
    height: 304px;
}

.gamesContainer .bg-game-block-new, .sliderItem .bg-game-block-new {
    width: 220px;
    margin-top: 20px;
}

.bg-game-block-new:hover, .bg-game-block-new:active {
    box-shadow: 0 4px 7px 3px rgba(0, 0, 0, 0.23);
    -webkit-transition: box-shadow 500ms ease-in-out;
    -o-transition: box-shadow 500ms ease-in-out;
    -moz-transition: box-shadow 500ms ease-in-out;
    -ms-transition: box-shadow 500ms ease-in-out;
    -kthtml-transition: box-shadow 1s ease-in-out;
    transition: box-shadow 500ms ease-in-out;
}

.bg-game-block-new .bg-game-block-top-titles {
    float: left;
    box-shadow: 0 1px 2px rgba(2, 2, 2, 0.13);
    margin-bottom: 20px;
}

.bg-game-block-new .bg-game-block-top-titles .bg-game-block-cat-title {
    text-align: center;
}

.bg-game-block-new .bg-game-block-top-titles .bg-game-block-cat-title span {
    border-bottom: 1px solid #D7D8DA;
    font-size: 12px;
    padding: 0 0 5px 0;
    color: #838384;
    margin-top: 5px;
}

.bg-game-block-new .bg-game-block-top-titles .bg-game-block-imp-title, .bg-blog-excerpt .bg-blog-imp-title {
    padding: 10px 0;
    font-size: 18px;
    float: left;
    width: 100%;
    text-align: center;
}

.bg-game-block-new .bg-game-block-img-outer {
    float: left;
}

.bg-game-block-new .bg-game-block-img-outer img {
    position: relative;
    margin: auto;
}

.bg-game-block-new .bg-game-block-bottom-part {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    height: 50px;
    border-top: 1px solid #D7D8DA;
}

.bg-game-block-new .bg-game-block-bottom-part .bg-game-block-game-title {
    float: left;
    width: 175px;
    text-align: center;
    padding: 12px 0;
    line-height: 18px;
    color: #838384;
    font-size: 18px;
}

.bg-game-block-new .bg-game-block-bottom-part .bg-game-block-test-name {
    font-size: 14px;
}

.bg-game-block-new .bg-game-block-bottom-part .bg-game-block-click-circle {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    float: right;
    width: 35px;
    height: 35px;
    margin-top: 5px;
    margin-right: 10px;
    color: #f1f1f1;
    text-align: center;
}

.bg-game-block-new .bg-game-block-bottom-part .bg-game-block-click-circle img {
    width: 14px;
    height: 14px;
    margin-top: 9px;
    margin-left: 4px;
}

.bg-game-block-new .bg-game-statistics-bottom-attachment {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 40px;
    border-top: 1px solid #D7D8DA;
    padding-top: 3px;
    font-size: 12px;
}

.bg-game-block-new .bg-game-statistics-bottom-attachment .bg-game-statistics-bottom-attachment-stars {
    position: absolute;
    bottom: 25px;
    left: 0;
    right: 0;
    height: 15px;
    padding-top: 2px;
    font-size: 12px;
}

.bg-game-block-new .bg-game-statistics-bottom-attachment .bg-game-statistics-bottom-attachment-stars .star {
    content: '';
    display: inline-block;
    width: 17px;
    height: 17px;
    background: url('/img/svg/star-on.svg');
    background-size: contain;
    margin-top: 2px;
    margin: auto;
    position: relative;
}

.bg-game-block-new .bg-game-statistics-bottom-attachment .bg-game-statistics-bottom-attachment-stats {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 25px;
    padding-top: 5px;
    font-size: 12px;
}

.bg-game-block-new .bg-game-statistics-bottom-attachment .bg-test2-statistics-bottom-attachment-stats {
    position: absolute;
    bottom: 17px;
    left: 0;
    right: 0;
    height: 25px;
    padding-top: 5px;
    font-size: 12px;
}

.bg-game-block-new .bbg-game-statistics-bottom-attachment .bg-game-block-click-circle svg {
    width: 18px;
    height: 22px;
    margin-top: 5px;
    margin-left: 0px;
}

.bg-game-block-new .bg-game-block-colored-line {
    padding: 0;
    height: 5px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

span.premium-hover-text {
    padding-top: 50px;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    cursor: pointer;
    /*display: table;*/
    opacity: 0;
    width: 100%;
    height: 100%;
    transition: opacity 500ms;
}

span.premium-hover-text .btn {
    background: #FB6200;
    padding: 5px 15px;
    font-size: 1.0em;
    margin-top: 20px;

}

div.bg-game-block-new:hover span.premium-hover-text {
    opacity: 1;
}

span.premium-hover-text .btn:hover {
    background: #FA904C;
}

/** GAMEBLOCK NEW CSS **/

#bg-filter {
    background: #fff;
    box-shadow: 0 1px 3px rgba(2, 2, 2, 0.13);
    width: 100%;
    z-index: 200;
    position: relative;
    display: inline-block;
    height: auto;
    padding: 5px 0;
}

#playAgain {
    text-decoration: none;
    border-bottom: 1px solid #3d3d3d;
    color: #3d3d3d;
    font-size: 18px;
}

#playAgain:hover {
    border-color: #9B2915;
    color: #9B2915;
}

.bg-row-small h3 {
    margin: 0 0 10px 0;
    padding: 5px 10px;
}

.bg-bfi-block-header {
    background-color: #9B2915;
    color: #fff;
    font-size: 1.4em;
    padding: 6px 0;
}

#errorMsg {
    border: 1px solid red;
    background: #fff;
    color: red;
    padding: 5px;
    margin-bottom: 15px;
}

#col-cvv a {
    margin-top: 10px;
    float: right;
}

div.bg-account-link {
    margin: 0 auto;
    padding: 0;
    text-align: right;
    padding: 0;
    height: 38px;
    float: right;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    color: white;
    border: 1px solid white;
    background: #9B2915;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.13);
    font-family: 'Ubuntu';
}

div.bg-account-link .bg-accountLink {
    float: left;
    width: auto;
    text-decoration: none;
    color: #3d3d3d;
}

div.bg-account-link .bg-email {
    text-align: center;
    padding: 5px 10px 5px 5px;
    float: left;
    line-height: 16px;
    font-size: 16px;
}

div.bg-account-link .bg-accountLabel {
    font-size: 12px;
    line-height: 12px;
}

div.bg-account-link #dropdownMenu1,
div.bg-account-link #dropdownMenu2 {
    font-size: 22px;
    color: white;
    height: 38px;
    float: right;
    width: 100%;
    text-align: center;
    padding: 5px 10px;
    cursor: pointer;
}

#dropdownMenu1 .glyphicon,
#dropdownMenu2 .glyphicon {
    top: 4px;
    float: right;
}

.dropdown-menu, #languageUl {
    width: 100%;
    width: calc(100% + 2px);
    margin-right: -1px;
    background: #9B2915;
    border: 1px solid white;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    /* border-left: 1px solid white; */
    border-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.13);
    margin-top: -2px;
}

.dropdown-menu > li > a {
    color: white !important;
    line-height: 1.75em;
}

.languageSelect {
    float: right;
    font-size: 14px !important;
    position: relative;
    width: 10.5em;
}

.languageSelect span {
    float: left;
    width: 100%;
}

.languageSelect a {
    float: left;
    width: 100%;
}

.languageSelect .selectedLang {
    float: left;
    width: 100%;
    color: white;
    font-family: 'Ubuntu';
    height: 44px;
    cursor: pointer;
    padding-right: 1em;
}

.languageSelect .selectedLang .activeLanguage {
    margin-top: 13px;
}

.languageSelect #dropdownLanguageContent {
    display: none;
}

.languageSelect .dropdownLanguage {
    width: 9.5em;
}

.languageSelect .popover-content {
    float: left;
    padding: 5px;
}

.languageSelect .dropdownLanguage .row {
    padding-top: 1em;
}

.mainMenu .nav-profile-lang {
    border-left: 1px solid #4A4A40;
    float: left;
    padding-left: 10px;
    width: 75%;
}

span#dropdownMenu1 {
    color: #4a4a40;
    cursor: pointer;
}

span.bg-email {
    padding: 0 15px 0 5px;
}

div.bg-account-link a {
    margin: 0 auto;
    float: left;
    width: 100%;
}

div.bg-account-link a:hover {
    background: #9730A1;
    color: white !important;
}

div.bg-account-link, .glyphicons {
    color: white !important;
}

@media (max-width: 767px) {
    span.bg-email {
        color: white !important;
    }
}

.bg-form-control {
    text-align: left;
}

.control-label {
    color: #212021;
}

.form-control {
    padding: 9px 12px;
}

.daysContainer {
    margin-top: 5px;
}

.daysRow {
    width: 14.28%;
    display: inline-block;
}

select.bg-date-select {
    min-width: 75px;
    width: auto;
    height: 40px;
    margin-right: 5px;
    color: #555;
    float: left;
}

.selectBox {
    position: absolute;
    width: auto;
    bottom: 0;
    right: 0;
}

.selectBox .selectText {
    float: left;
    margin-top: 3px;
}

select.bg-time-played, select.bg-games-played {
    width: auto;
    height: 33px;
    color: #555;
    font-size: 12px;
    float: left;
    margin-left: 10px;
    padding: 7px 12px;
}

.badgeItems .row {
    text-align: center;
}

div.bg-badge {
    display: inline-block;
    /*margin: 0 30px 20px 0;*/
    position: relative;
    padding: 40px;
    line-height: 86px;
}

div.bg-badge img {
    width: 86px;
    font-size: 10px;
}

div.bg-badge span {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 0.8em;
    line-height: 1.6em;
    color: #555;
    padding-right: 5px;
    padding-left: 5px;
}

.inactiveBadge {
    position: absolute;
    background-color: rgba(248, 248, 248, 0.8);
    width: 180px;
    height: 136px;
    top: 0;
    left: 0;
    z-index: 9;
    text-align: center;
    font-size: 0.8em;
    padding-top: 30px;
}

.inactiveBadge .badgeProgress {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 20px;
    background: url('/img/purpleShader.png');
}

.badgeProgressOveral {
    float: right;
    width: 20%;
    margin-top: 3px;
    background: #f8f8f8;
}

.badgeProgressOveral .progressBar {
    float: left;
    width: 67%;
    height: 20px;
    border: 1px solid #555;
    background: #fff;
    margin-right: 3%;
    margin-left: 3%;
}

h4 .badgeTitle {
    background: #F8F8F8;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 15px;
}

h4.lineBg {
    background: url('/img/lineImg.png') repeat-x;
    background-position: 0 3px;
}

.badgeProgressOveral .progressBar span {
    float: left;
    background: #9B2915;
    height: 18px;
}

.badgeProgressOveral span.numbers {
    float: right;
    font-size: 0.8em;
    margin-top: 1px;
    width: 24%;
    background: #f8f8f8;
    margin-right: 3%;
    text-align: right;
}

#bg-game-results .glyphicon,
#bg-game-results .glyphicons,
#bg-workout-results .glyphicon,
#bg-workout-results .glyphicons {
    margin-right: 10px;
}

.glyphicon .innerText,
.glyphicons .innerText {
    font-family: Verdana;
    float: right;
    margin-left: 2px;
    font-size: 1em;
}

.menuGlyphicon.glyphicons:before {
    color: white;
}

.menuGlyphicon.glyphicons {
    padding: 0;
    font-size: 1.25em;
}

.sortingContainer {
    position: absolute;
    width: auto;
    bottom: 10px;
    right: 10px;
    left: 10px;
}

.sortingContainer span {
    margin-top: 4px;
    float: left;
}

.loaders {
    width: 50px;
    height: 50px;
    margin: 13% auto auto;
    z-index: 999;
    flex-flow: row nowrap;
    justify-content: space-around;
}

.loaders .loader {
    position: relative;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-style: solid;
    -webkit-animation: loader 800ms infinite linear;
    -moz-animation: loader 800ms infinite linear;
    -ms-animation: loader 800ms infinite linear;
    -o-animation: loader 800ms infinite linear;
    animation: loader 800ms infinite linear;
}

.loaders .loader.spin {
    border-width: 1px 1px 2px;
    border-color: #812c89;
    box-shadow: 0 2px #812c89;
}

@-webkit-keyframes loader {
    to {
        transform: rotate(360deg);
    }
}

@-moz-keyframes loader {
    to {
        transform: rotate(360deg);
    }
}

@-ms-keyframes loader {
    to {
        transform: rotate(360deg);
    }
}

@-o-keyframes loader {
    to {
        transform: rotate(360deg);
    }
}

@keyframes loader {
    to {
        transform: rotate(360deg);
    }
}

.loading {
    border-bottom: 6px solid rgba(129, 43, 138, .4);
    border-left: 6px solid rgba(129, 43, 138, .4);
    border-right: 6px solid rgba(129, 43, 138, .4);
    border-top: 6px solid rgba(129, 43, 138, .9);
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    height: 50px;
    width: 50px;
    -webkit-animation: rot .6s infinite linear;
    -moz-animation: rot .6s infinite linear;
    -ms-animation: rot .6s infinite linear;
    -o-animation: rot .6s infinite linear;
    animation: rot .6s infinite linear;
    margin: 0 auto;
}

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

#container-played {
    height: 200px !important;
}

#trainingGoalBox .bg-row-dashboard {
    height: 210px;
}

.outerGoalPie {
    float: left;
    width: 100%;
    height: auto;
    position: relative;
    border-right: 1px solid #d1d1d1;
}

.innerGoalPieText {
    position: absolute;
    top: 81px;
    line-height: 30px;
    left: 0;
    color: #cccccc;
    font-size: 28px;
    font-weight: bold;
    width: 100%;
    height: 30px;
    text-align: center;
}

.progressChart {
    min-height: 200px;
}

.goal-reached {
    background-image: url(/img/svg/goalreached.svg) no-repeat;
    background-size: cover;
}

.goalTextMessageDiv {
    text-align: center;
}

#arrowRightSvg {
    position: absolute;
    top: 14px;
    right: 0;
    bottom: 0;
    width: 34px;
    height: 210px;
}

#recGameBox .bg-row-dashboard {
    height: 545px;
}

select.bg-title-select {
    width: auto;
    height: 28px;
    position: relative;
    margin: auto;
    font-size: 16px;
    padding: 2px 5px;
    display: inline;
    font-weight: bold;
}

.bg-row-dashboard .bg-dashboard-title {
    margin: 0;
    padding-top: 5px;
    height: 47px;
    text-align: center;
    border-bottom: 1px solid #D1D1D1;
    padding: 0x 0 10px 0;
}

.bg-row-dashboard .bg-dashboard-title .bg-dashboard-title-inner {
    top: 2px;
    position: relative;
    display: inline;
}

.bg-row-dashboard .bg-dashboard-content {
    border-top: 1px solid #fff;
}

.bg-row-dashboard .bg-dashboard-title .infoPopup {
    font-size: 22px;
    top: 5px;
}

#gameSliderDiv .bg-row-dashboard {
    height: 275px;
}

@media (max-width: 1200px) {

    footer {
        padding: 10px;
    }

    footer a {
        padding: 0 10px;
    }

    .bg-pro-article {
        font-size: 0.8em;
    }
}

@media (max-width: 992px) {
    .container {
        width: 100%;
    }

    .dropdown-select {
        margin: 0;
        padding: 3px 0;
        height: 25px;
        line-height: 12px;
        font-size: 12px;
        width: 160%;
    }

    .dropdown:before, .dropdown:after {
        /*content: '';*/
        position: absolute;
        z-index: 2;
        top: 7px;
        right: 8px;
        width: 0;
        height: 0;
        border: 2px dashed;
    }

    .dropdown:after {
        margin-top: 5px;
    }

    #bfiDiv {
        padding-left: 0px !important;
    }

    .badgeProgressOveral {
        width: 30%;
    }

    .bg-pro-article {
        font-size: 0.7em;
    }

    #bg-filter .introFilterText h2 {
        font-size: 20px;
    }

    #bg-filter .introFilterText p {
        font-size: 12px;
    }
}

@media (max-width: 992px) and (min-width: 787px) {
    .containerGamesOuterPadding {
        width: 760px;
    }
}


@media (max-width: 800px) and (max-height: 600px) and (min-width: 768px) and (min-height: 400px) {

    #bg-filter .introFilterText p {
        font-size: 12px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .braingymmercontent {
        padding-left: 0;
        padding-right: 0;
    }

    .tagline {
        font-size: 1.6em;
    }

    #upgradeTrigger {
        font-size: 0.8em;
    }

    #ipadCheck {
        display: block !important;
    }

    .dashboardNav h5 {
        font-size: 0.8em;
    }

    .dashboardNav h4 {
        font-size: 1em;
    }

    #container-bfi {
        width: 80% !important;
    }
}

@media (min-width: 768px) {
    .vertical-center {
        display: flex;
        align-items: center;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #timePlayedDiv .bg-row-dashboard {
        height: 321px !important;
    }

    #bfiDiv .bg-row-dashboard {
        height: 275px !important;
    }

    #container-bfi {
        width: 65% !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) and (min-height: 768px) and (max-height: 1024px) {
    #timePlayedDiv .bg-row-dashboard {
        height: 321px !important;
    }

    #bfiDiv .bg-row-dashboard {
        height: 275px !important;
    }

    #container-bfi {
        width: 65% !important;
    }
}

@media (max-width: 767px) and (min-width: 520px) {
    .containerGamesOuterPadding {
        width: 500px;
    }
}

.gamesPlayedInfoText {
    font-size: 70px;
    padding: 0;
}

@media (max-width: 767px) {
    .cake-sql-log {
        display: none;
    }

    .gamesPlayedInfoText {
        font-size: 55px;
    }

    .bg-svg-logo {
        max-width: 175px;
    }

    .fancybox-wrap {
        width: 90% !important;
    }

    .fancybox-skin, .fancybox-inner, .fancybox-outer {
        width: 100% !important;
    }

    .fancybox-image {
        width: auto !important;
        margin: 0 auto !important;
    }

    .container {
        margin-top: 60px;
        padding: 0;
    }

    #feedbackTab {
        display: none;
    }

    #feedbackTab #feedbackInner {
        max-width: 200px;
    }

    #bg-game-results h2 {
        margin-top: 10px;
    }

    .logo {
        width: 70%;
        max-width: 200px;
        min-width: 100px;
        padding-top: 6px;
    }

    h2.tagline {
        font-size: 1.6em;
        width: 100%;
        text-align: center;
        float: left;
        padding-left: 10px;
        padding-right: 10px;
        margin-top: 0;
    }

    .braingymmercontent h2 {
        font-size: 2em;
    }

    footer {
        margin-top: 10px;
    }

    footer a {
        float: left;
        width: 100%;
        line-height: 2.2em;
    }

    /**dashboard tabs**/
    .dashboardTabs, .mobileTabProgress {
        width: 49%;
        float: left;
    }

    .mobileTabProgress {
        border-left: 1px solid #4A4A40;
        margin: 10px 0;
        float: right;
        text-align: left;
        padding: 0 10px;
    }

    .progressSubMenu {
        float: left;
        height: auto;
        padding: 0;
    }

    .progressSubMenu li:hover {
        background: #E9E8D5;
    }

    .tabItemProgress {
        border-bottom: 1px solid #4A4A40;
        padding-bottom: 5px;
        margin-bottom: 5px;
        width: 100%;
        float: left;
    }

    .tabItemProgress a:hover, .progressSubMenu a:hover {
        text-decoration: none;
    }


    .expselect {
        float: left;
        margin-bottom: 10px;
        /*padding: 0;*/
    }

    #col-cvv {
        float: left;
    }

    select.bg-date-select {
        width: 100%;
    }

    .btn-primary, .btn-primary:active, .btn-primary:focus {
        font-size: 1em;
    }

    /**badges style for mobile**/
    .badgesContent {
        padding: 0 !important;
        margin: 0 !important;
    }

    .badgesContent .row {
        padding: 0 !important;
    }

    #gradualProgress,
    #normalProgress {
        width: 40%;
        margin-right: 2%;
    }

    #gradualProgress .progressBar,
    #normalProgress .progressBar {
        width: 60%;
    }

    #gradualProgress .numbers,
    #normalProgress .numbers {
        width: 30%;
    }

    .toggleBadges {
        display: none;
    }

    .badgesContent div.bg-badge {
        margin-right: 0;
        position: relative;
        float: none;
    }

    .desktopBreak {
        display: none;
    }

    #welcomeCol .bg-row-dashboard {
        height: auto;
    }

    #bfiDiv2 {
        border-right: 1px solid #dbdbdb;
    }

    #playtimeDiv {
        border-left: 1px solid #fff;
    }

    #bfiDiv2 .bg-row-dashboard, #playtimeDiv .bg-row-dashboard {
        height: 200px;
    }

    .bg-row-category {
        height: auto;
    }

    #welcomeCol .welcome {
        text-align: center;
        font-size: 1.6em;
        padding-bottom: 10px;
    }

    #bfiDiv2 h4, #playtimeDiv h4 {
        padding: 20px 10% 0px;
        font-size: 0.8em;
        height: 4em;
    }

    .dashboardNavActive {
        background: #fff;
    }

    .bg-row-dashboard .catH4 {
        margin-top: 5px;
    }

    hr.top {
        margin-top: 0;
    }

    hr.bottom {
        margin-bottom: 0;
    }

    #bg-filter {
        height: auto;
    }

    #bg-filter .introFilterText p {
        font-size: 12px;
    }

    #bg-game-results,
    #bg-game-results .col-xs-12 {
        padding: 0;
        border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        box-shadow: none;
        background: none;
    }

    #bg-game-results .col-xs-12 {
        text-align: center;
    }


    #mobileMenu, #mobileMenuLoggedOut {
        top: 44px;
    }

    .container {
        margin-top: 44px;
    }

    #upgradeTrigger {
        margin-top: 0;
    }

    #bg-filter {
        top: 44px !important;
    }

    .dashboardNav h5, .dashboardNav h4 {
        font-size: 0.75em;
    }

    .infoListRow {
        padding: 0 10px !important;
    }

    .infoListRow p {
        padding: 10px 0 0 0;
        font-size: 0.8em;
    }
}

@media (max-width: 766px) AND (min-width: 640px) {
    .icon-bar {
        background: #fff;
    }

    .logo {
        width: 40%;
        max-width: 300px;
        min-width: 200px;
    }


    #bfiDiv {
        padding-left: 0 !important;
    }

    .compareDiv {
        min-height: 265px !important;
        height: auto !important;
    }

    #stickmenList li {
        line-height: 35px;
    }

    #dash-games-played {
        min-height: 255px !important;
    }

    #container-category, #container-bfi, #container-playtime {
        width: 80% !important;
    }

    .catContentRow .col-xs-2 {
        display: none !important;
    }
}

@media (max-width: 640px) AND (min-width: 480px) {
    #bfiDiv2 {
        padding-left: 0;
    }

    #playtimeDiv {
        padding: 0;
    }

    .catContentRow .col-xs-2 {
        display: none !important;
    }
}

@media (max-width: 640px) AND (max-height: 300px) {
    #bg-filter {
        padding: 15px 0;
    }

}

@media (max-width: 480px) and (min-width: 420px) {
    .badgeProgressOveral {
        display: none;
    }

    .bg-row-dashboard .catContentRow .categoryGauges {
        padding: 0 15px;
    }

    .gamesContainer {
        width: 100%;
    }

    .bg-game-block-new {
        display: block; /* shrink to fit */
        position: relative; /* so .content can use position: absolute */
        margin: auto;
        padding: 0;
        height: 289px;
        border: none;
        box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.23);
        border-radius: 4px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        text-align: center;
        background: #f8f8f8;
        overflow: hidden;
    }

    .bg-game-block-new.no-stats {
        height: 254px;
    }

    .bg-game-block-new .bg-game-block-bottom-part .bg-game-block-click-circle svg {
        height: 15px;
    }

    span.premium-hover-text {
        font-size: 10px;
    }

    .gamesContainer .bg-game-block-new {
        width: 175px;
    }

    .bg-game-block-new .bg-game-block-top-titles {
        margin-bottom: 10px;
    }

    .bg-game-block-new .bg-game-block-top-titles .bg-game-block-imp-title, .bg-blog-excerpt .bg-blog-imp-title {
        font-size: 16px;
        padding: 8px 0 6px 0;
    }

    .bg-game-block-new .bg-game-block-bottom-part {
        height: 42px;
    }

    .bg-game-block-new .bg-game-block-bottom-part .bg-game-block-game-title {
        font-size: 12px;
        /*font-weight: bold;*/
        width: 110px;
        padding: 9px 0;
    }

    .bg-game-block-new .bg-game-block-bottom-part .bg-game-block-click-circle {
        width: 25px;
        height: 25px;
        margin-right: 5px;
    }

    .bg-game-block-new .bg-game-block-bottom-part .bg-game-block-click-circle img {
        width: 10px;
        height: 10px;
        margin-left: 2px;
        margin-top: -1px;
    }

    .bg-game-block-new .bg-game-block-img-outer img {
        width: 120px;
    }
}

@media (max-width: 768px) {
    #stickmenList li .bfiStickmen {
        width: 100% !important;
        padding: 0 15px !important;
    }

    .outerGoalPie, #svgImagingGraph {
        width: 100% !important;
        max-height: 250px !important;
    }

    .outerGoalPie {
        border: none;
        border-bottom: 1px solid #d1d1d1;
    }

    #trainingGoalBox .bg-dashboard-content,
    #trainingGoalBox .bg-row-dashboard {
        max-height: none !important;
        height: 100% !important;
    }

    .goalTextMessageDiv {
        width: 100% !important;
        border: none;
        border-bottom: 1px solid #d1d1d1;
    }

    .goalTextMessageDiv h2 {
        margin-top: 15px !important;
    }

    .bg-game-block-new .bg-game-statistics-bottom-attachment .bg-game-statistics-bottom-attachment-stats {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 25px;
        padding-top: 7px;
        font-size: 11px;
    }

    .bg-game-block-new .bg-game-statistics-bottom-attachment .bg-test2-statistics-bottom-attachment-stats {
        position: absolute;
        bottom: 17px;
        left: 0;
        right: 0;
        height: 25px;
        padding-top: 7px;
        font-size: 11px;
    }
}

@media (max-width: 420px) {
    .badgeProgressOveral {
        display: none;
    }

    #bg-filter {
        height: auto;
    }

    .gamesContainer {
        width: 100%;
    }

    .bg-game-block-new {
        display: block; /* shrink to fit */
        position: relative; /* so .content can use position: absolute */
        margin: auto;
        padding: 0;
        height: 239px;
        border: none;
        box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.23);
        border-radius: 4px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        text-align: center;
        background: #f8f8f8;
        overflow: hidden;
    }

    .bg-game-block-new.no-stats {
        height: 196px;
    }

    .bg-game-block-new .bg-game-block-bottom-part .bg-game-block-click-circle svg {
        height: 15px;
    }

    span.premium-hover-text {
        font-size: 10px;
    }

    .gamesContainer .bg-game-block-new {
        width: 140px;
    }

    .bg-game-block-new .bg-game-block-top-titles {
        margin-bottom: 10px;
    }

    .bg-game-block-new .bg-game-block-top-titles .bg-game-block-cat-title span {
        font-size: 11px;
    }

    .bg-game-block-new .bg-game-block-top-titles .bg-game-block-imp-title, .bg-blog-excerpt .bg-blog-imp-title {
        font-size: 12px;
        padding: 8px 0 6px 0;
    }

    .bg-game-block-new .bg-game-block-bottom-part {
        height: 42px;
    }

    .bg-game-block-new .bg-game-block-bottom-part .bg-game-block-game-title {
        font-size: 12px;
        /*font-weight: bold;*/
        width: 110px;
        padding: 9px 0;
    }

    .bg-game-block-new .bg-game-block-bottom-part .bg-game-block-click-circle {
        width: 25px;
        height: 25px;
        margin-right: 5px;
    }

    .bg-game-block-new .bg-game-block-bottom-part .bg-game-block-click-circle img {
        width: 10px;
        height: 10px;
        margin-left: 2px;
        margin-top: -1px;
    }

    .bg-game-block-new .bg-game-block-img-outer img {
        width: 80px;
    }

    .bg-game-block-new .bg-game-statistics-bottom-attachment .bg-game-statistics-bottom-attachment-stats {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 25px;
        padding-top: 7px;
        font-size: 9px;
    }

    .bg-game-block-new .bg-game-statistics-bottom-attachment .bg-test2-statistics-bottom-attachment-stats {
        position: absolute;
        bottom: 17px;
        left: 0;
        right: 0;
        height: 25px;
        padding-top: 5px;
        font-size: 9px;
    }
}

@media (max-width: 767px) {
    .languageSelect {
        margin-top: 0;
    }
}

@media (max-width: 320px) {
    .badgeProgressOveral {
        display: none !important;
    }

    #feedbackTab {
        display: none;
    }

    #feedbackTab #feedbackInner {
        max-width: 200px;
    }

    .expselect:last-child {
        padding-left: 0;
    }

    .expselect:first-child {
        padding-right: 0;
    }

    .expselect select {
        padding: 9px;
    }

    #col-cvv {
        float: left;
    }

    select.bg-date-select {
        width: 100%;
        margin-bottom: 5px;
    }

    .btn-primary, .btn-primary:active, .btn-primary:focus {
        font-size: 1em;
    }

    /** DASHBOARD CSS **/
    #bfiDiv2 h4, #playtimeDiv h4 {
        padding: 30px 10% 0px;
        margin-bottom: 0;
    }
}

.results-table {
    width: 100%;
    border-top: 1px solid #dadada;
    margin-bottom: 25px;
}

.results-table, th, td {
    border-bottom: 1px solid #dadada;
    height: 30px;
    /*background: linear-gradient(90deg, lightblue 0%, lightblue 35%, #f9f9f9 40%);*/
}

.results-tabs:after {
    content: " ";
    display: block;
    clear: both;
}

.cake-sql-log {
    font-size: 12px;
    line-height: 1;
}

.cake-sql-log td {
    padding: 4px 8px;
    text-align: left;
    font-family: Monaco, Consolas, "Courier New", monospaced;
}

#paragraph-container {
    width: 100%;
}

.notifyjs-bootstrap-base.notifyjs-bootstrap-braingymmer-neuro {
    color: #4A4A40;
    background-color: #f9f9f9;
    border-color: #9B2915;
    border-width: 2px;
    background-image: url('https://bg-content.ams3.cdn.digitaloceanspaces.com/img/neuro-icon.png');
    padding: 10px 10px 10px 45px;
    background-size: 36px;
    background-position: 3px calc(100% - 50%);
    white-space: inherit;
    box-shadow: 0px 0px 10px #7d7d7d;
}

.notifyjs-bootstrap-base.notifyjs-bootstrap-braingymmer-neuro-garden {
    color: #4A4A40;
    background-color: #f9f9f9;
    border-color: #9B2915;
    border-width: 2px;
    background-image: url('https://bg-content.ams3.cdn.digitaloceanspaces.com/img/svg/garden-icon.svg');
    padding: 10px 10px 10px 45px;
    background-size: 36px;
    background-position: 3px calc(100% - 50%);
    white-space: inherit;
    box-shadow: 0px 0px 10px #7d7d7d;
}

.notifyjs-referAFriendNotification-base.notifyjs-referAFriendNotification-braingymmer-neuro-garden {
    color: #4A4A40;
    background-color: #f9f9f9;
    border-color: #9B2915;
    border-width: 2px;
    background-image: url('https://bg-content.ams3.cdn.digitaloceanspaces.com/img/svg/garden-icon.svg');
    padding: 10px 10px 10px 45px;
    background-size: 36px;
    background-position: 3px calc(100% - 50%);
    white-space: inherit;
    box-shadow: 0px 0px 10px #7d7d7d;
    width: 100%;
    text-align: center;
}

.notifyjs-corner {
    max-width: 600px;
}

.notifyjs-bootstrap-base {
    text-align: center;
}

.notifyjs-clickableNotification-base > .title {
    text-align: center;
}

.notifyjs-bootstrap-base {
    font-weight: bold;
    padding: 8px 15px 8px 14px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #fcf8e3;
    border: 1px solid #fbeed5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    white-space: nowrap;
    padding-left: 25px;
    background-repeat: no-repeat;
    background-position: 3px 7px;
    min-height: 36px;
    vertical-align: middle;
}

.notifyjs-bootstrap-base.notifyjs-bootstrap-braingymmer-offer {
    color: #4A4A40;
    background-color: #f9f9f9;
    border-color: #9B2915;
    border-width: 2px;
    background-image: url('https://bg-content.ams3.cdn.digitaloceanspaces.com/img/neuro-icon.png');
    padding: 10px 10px 10px 44px;
    background-size: 35px;
    background-position: 10px calc(100% - 50%);
    white-space: inherit;
    box-shadow: 0px 0px 10px #7d7d7d;
}

.notifyjs-referAFriendNotification-base > .title {
    text-align: center;
}

.notifyjs-referAFriendNotification-base {
    font-weight: bold;
    padding: 8px 15px 8px 14px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #fcf8e3;
    border: 1px solid #fbeed5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    white-space: nowrap;
    padding-left: 25px;
    background-repeat: no-repeat;
    background-position: 3px 7px;
}

.notify-referAFriendButton, .notify-referAFriendButton:hover, .notify-referAFriendButton:active, .notify-referAFriendButton:focus {
    display: inline-block;
    background: #44B749;
    color: white;
    padding: 3px 10px;
    margin: 10px 15px 0 15px;
    border-style: solid;
    border-width: 2px;
    border-radius: 5px;
    font-size: 20px;
    text-decoration: none;
    -webkit-transition: background-color 0.2s ease-out, color 0.2s ease-out;
    transition: background-color 0.2s ease-out, color 0.2s ease-out;
    font-weight: 400;
}

.notifyjs-referAFriendNotification-base.notifyjs-referAFriendNotification-braingymmer-refer-a-friend {
    color: #4A4A40;
    background-color: #f9f9f9;
    border-color: #9B2915;
    border-width: 2px;
    background-image: url('https://bg-content.ams3.cdn.digitaloceanspaces.com/img/neuro-icon.png');
    padding: 10px 10px 10px 46px;
    background-size: 36px;
    background-position: 5px calc(100% - 50%);
    white-space: inherit;
    box-shadow: 0px 0px 10px #7d7d7d;
    text-shadow: none;
}

.notify-confirmButton {
    background: #44B749;
    color: white;
    padding: 3px 10px;
    margin: 10px 15px 0 15px;
    border-style: solid;
    border-width: 2px;
    border-radius: 5px;
    font-size: 20px;
    text-decoration: none;
    -webkit-transition: background-color 0.2s ease-out, color 0.2s ease-out;
    transition: background-color 0.2s ease-out, color 0.2s ease-out;
}

.notify-confirmButton:focus {
    outline: 0;
}

.notify-cancelButton {
    background: #DC1F26;
    color: white;
    padding: 3px 10px;
    margin: 10px 15px 0 15px;
    border-style: solid;
    border-width: 2px;
    border-radius: 5px;
    font-size: 14px;
    text-decoration: none;
    -webkit-transition: background-color 0.2s ease-out, color 0.2s ease-out;
    transition: background-color 0.2s ease-out, color 0.2s ease-out;
}

.notify-cancelButton:focus {
    outline: 0;
}

@media only screen and (max-width: 768px) {
    .notify-referAFriendButton, .notify-referAFriendButton:hover, .notify-referAFriendButton:active, .notify-referAFriendButton:focus {
        font-size: 16px;
        margin: 5px 10px 0 10px;
    }

    .notify-cancelButton {
        font-size: 12px;
        margin: 5px 10px 0 10px;
    }

    .notify-buttons {
        width: 100% !important;
    }
}

.notifyjs-bootstrap-base.notifyjs-bootstrap-braingymmer-goal {
    color: #4A4A40;
    background-color: #f9f9f9;
    border-color: #9B2915;
    border-width: 2px;
    background-image: url('https://bg-content.ams3.cdn.digitaloceanspaces.com/img/improves-img.png');
    padding: 10px 10px 10px 45px;
    background-size: 36px;
    background-position: 3px calc(100% - 50%);
    white-space: inherit;
    box-shadow: 0px 0px 10px #7d7d7d;
}

.notify-buttons {
    text-align: center;
    width: 100%;
    width: calc(100% - 45px);
}

@media only screen and (max-width: 768px) {
    .notifyjs-bootstrap-base > span {
        font-size: 12px;
        line-height: 16px;
        display: inline-block;
    }

    .notifyjs-bootstrap-base.notifyjs-bootstrap-braingymmer-goal {
        background-size: 28px;
        padding: 5px 5px 5px 32px;
    }

    .notifyjs-referAFriendNotification-base.notifyjs-referAFriendNotification-braingymmer-refer-a-friend {
        background-size: 28px;
        padding: 5px 5px 5px 32px;
    }

    .notifyjs-referAFriendNotification-base, .notifyjs-referAFriendNotification-base > .title {
        font-size: 12px;
        line-height: 16px;
        display: inline-block;
    }

    .notifyjs-bootstrap-base.notifyjs-bootstrap-braingymmer-neuro {
        background-size: 28px;
        padding: 5px 5px 5px 32px;
    }

    .notifyjs-bootstrap-base.notifyjs-bootstrap-braingymmer-neuro-garden {
        background-size: 28px;
        padding: 5px 5px 5px 32px;
    }

    .notifyjs-referAFriendNotification-base.notifyjs-referAFriendNotification-braingymmer-neuro-garden {
        background-size: 28px;
        padding: 5px 5px 5px 32px;
    }
}

#pe_confirm.pe-optin-2 { /* pushengage block */
    width: 100% !important;
}

.btn-fb-login, .btn-fb-login:hover, .btn-fb-login:active, .btn-fb-login:focus {
    background-color: #4267B2 !important;
    font-size: 1.75em;
    border-style: outset;
    border: #f9f9f9 1px solid;
    border-radius: 5px;
    outline-width: 0px;
    color: #f9f9f9;
    text-decoration: none;
    padding: 15px 10px;
    text-align: center;
    cursor: pointer;
}

.facebook-button-icon-image {
    display: inline-block;
    height: 1em;
    width: auto;
    margin-top: -5px;
    margin-right: 5px;
}

.header-arrow-down {
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMTU0IDg2IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAxNTQgODY7IiB4bWw6c3BhY2U9InByZXNlcnZlIj48c3R5bGUgdHlwZT0idGV4dC9jc3MiPi5zdDB7ZmlsbDojRkZGRkZGO308L3N0eWxlPjxnPjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik03NS4zLDg2Yy0xLjksMC0zLjgtMC43LTUuMy0yLjJMMi40LDE2LjNjLTIuOS0yLjktMi45LTcuNywwLTEwLjZjMi45LTIuOSw3LjctMi45LDEwLjYsMGw2Mi4yLDYyLjJsNjUuNy02NS43YzIuOS0yLjksNy43LTIuOSwxMC42LDBjMi45LDIuOSwyLjksNy43LDAsMTAuNmwtNzEsNzFDNzkuMSw4NS4zLDc3LjIsODYsNzUuMyw4NnoiLz48L2c+PC9zdmc+');
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    top: 0;
    float: right;
    width: 1em;
}

.header-arrow-up {
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMTU0IDg2IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAxNTQgODY7IiB4bWw6c3BhY2U9InByZXNlcnZlIj48c3R5bGUgdHlwZT0idGV4dC9jc3MiPi5zdDB7ZmlsbDojRkZGRkZGO308L3N0eWxlPjxnPjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik03NS4zLDg2Yy0xLjksMC0zLjgtMC43LTUuMy0yLjJMMi40LDE2LjNjLTIuOS0yLjktMi45LTcuNywwLTEwLjZjMi45LTIuOSw3LjctMi45LDEwLjYsMGw2Mi4yLDYyLjJsNjUuNy02NS43YzIuOS0yLjksNy43LTIuOSwxMC42LDBjMi45LDIuOSwyLjksNy43LDAsMTAuNmwtNzEsNzFDNzkuMSw4NS4zLDc3LjIsODYsNzUuMyw4NnoiLz48L2c+PC9zdmc+');
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    top: 0;
    float: right;
    width: 1em;
    transform: rotate(180deg);
}

.header-chevron-icon {
    width: 1em !important;
    height: 1em;
    position: absolute;
    top: 16px;
    right: 5px;
}

.infoPopup.glyphicons {
    color: #1d1d1b !important;
    padding: 0;
    top: 0 !important;
}

#paragraph-container > img {
    max-width: 100%;
    height: auto;
}

.form-horizontal .form-group {
    margin-left: 0;
    margin-right: 0;
}

.form-control.error {
    box-shadow: 0px 0px 3px 1px red inset;
}

@media screen and (max-width: 906px) {
    .hidden-mobile {
        display: none;
    }
}