.periodic-heroes {
    position: relative;
    background-color: #2c2c2c;
    padding: 10px 0 0;
    color: #fff
}

.periodic-heroes .image-layer {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover
}

.periodic-heroes .main-title {
    position: relative;
    font-family: SuperSonicRocketship, cursive;
    font-size: 90px;
    line-height: 1.4em;
    color: #c9faf3;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 10px
}

.periodic-heroes .upper-content {
    position: relative;
    display: block
}

.periodic-heroes .upper-content .inner-box {
    position: relative;
    display: block;
    padding: 0 80px 15px 15px
}

.periodic-heroes .upper-content .inner-box:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: -100px;
    display: block;
    background: rgba(0, 0, 0, .8);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .8) 100%);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .8) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .8) 100%)
}

.periodic-heroes .upper-content .left-info {
    position: relative;
    float: left
}

.periodic-heroes .upper-content .inner-row {
    position: relative;
    margin: 0 -10px
}

.periodic-heroes .upper-content .left-data {
    position: relative;
    float: left;
    width: 12%;
    padding: 0 10px
}

.periodic-heroes .upper-content .left-data ul {
    position: relative;
    margin: 0;
    z-index: 6
}

.periodic-heroes .upper-content .left-data ul li {
    position: relative;
    display: block;
    margin: 0 0 25px
}

.periodic-heroes .upper-content .left-data .data-label {
    position: relative;
    display: block;
    font-size: 10px;
    text-transform: uppercase
}

.periodic-heroes .upper-content .left-data .data {
    position: relative;
    display: block;
    font-size: 28px;
    color: #c8faf2;
    line-height: 1em;
    text-transform: uppercase;
    font-family: SuperSonicRocketship, cursive
}

.periodic-heroes .upper-content .middle-content {
    position: relative;
    float: left;
    width: 60%;
    padding: 0 25px
}

.periodic-heroes .upper-content .middle-content .inner {
    position: relative;
    margin-top: -20px
}

.periodic-heroes .upper-content .middle-content .image-box {
    position: relative;
    float: left;
    width: 35%;
    z-index: 0
}

.periodic-heroes .upper-content .middle-content .image {
    position: relative;
    left: -20px;
    margin: 0 -25px;
    text-align: center
}

.periodic-heroes .upper-content .middle-content .image img {
    position: relative
}

.periodic-heroes .upper-content .middle-content .image:before {
    content: '';
    position: absolute;
    bottom: 20px;
    width: 356px;
    height: 100%;
    left: 50%;
    margin-left: -178px;
    background: url(../../images/periodic-heroes/hero-back-glow.png) center bottom no-repeat;
    background-size: 100% auto
}

.periodic-heroes .upper-content .middle-content .text-box {
    position: relative;
    float: left;
    width: 65%;
    padding-left: 10px;
    padding-top: 30px
}

.periodic-heroes .upper-content .middle-content .links-box .pull-left {
    margin-bottom: 10px
}

.periodic-heroes .upper-content .middle-content .hero-title {
    position: relative;
    display: block;
    padding-bottom: 12px;
    margin: 0 0 12px;
    border-bottom: 1px solid rgba(255, 255, 255, .2)
}

.periodic-heroes .upper-content .middle-content .text {
    position: relative;
    line-height: 1.5em;
    margin-bottom: 25px;
    z-index: 8
}

.periodic-heroes .upper-content .middle-content .hero-title .data-label {
    position: relative;
    display: block;
    font-size: 10px;
    text-transform: uppercase
}

.periodic-heroes .upper-content .middle-content .hero-title .name {
    position: relative;
    display: block;
    font-size: 38px;
    color: #cfff0e;
    line-height: 1em;
    text-transform: uppercase;
    font-family: SuperSonicRocketship, cursive
}

.periodic-heroes .upper-content .stats-column {
    position: relative;
    float: left;
    width: 28%;
    padding: 0 10px 0 20px
}

.periodic-heroes .upper-content .stats-column ul {
    position: relative;
    margin: 0
}

.periodic-heroes .upper-content .stats-column ul li {
    position: relative;
    display: block;
    margin: 0 0 3px
}

.periodic-heroes .upper-content .stats-column .left-info {
    position: relative;
    float: left;
    width: 45%;
    padding-right: 10px;
    z-index: 5
}

.periodic-heroes .upper-content .stats-column .right-bar {
    position: relative;
    float: left;
    width: 55%;
    padding-left: 10px;
    padding-top: 10px
}

.periodic-heroes .upper-content .stats-column .right-bar .bar-outer {
    position: relative;
    display: block;
    height: 6px;
    width: 100%;
    background: #1d1e24;
    border-radius: 3px;
    overflow: hidden
}

.periodic-heroes .upper-content .stats-column .right-bar .bar-inner {
    position: relative;
    display: block;
    height: 6px;
    width: auto;
    background: #cfff0e
}

.periodic-heroes .upper-content .stats-column .data-label {
    position: relative;
    display: block;
    font-size: 10px;
    line-height: 18px;
    text-transform: uppercase
}

.periodic-heroes .upper-content .stats-column .data {
    position: relative;
    display: block;
    font-size: 23px;
    color: #cfff0e;
    line-height: 1em;
    text-transform: uppercase;
    font-family: SuperSonicRocketship, cursive
}

.periodic-heroes .btn-notify {
    position: relative;
    display: inline-block;
    padding: 8px 30px;
    line-height: 24px;
    color: #0e1014;
    font-size: 14px;
    text-transform: uppercase;
    font-family: SuperSonicRocketship, cursive;
    border-radius: 5px;
    background: #cfff0e;
    background: -webkit-linear-gradient(top, #fbff00, #9ad22b);
    background: -ms-linear-gradient(top, #fbff00, #9ad22b);
    background: -moz-linear-gradient(top, #fbff00, #9ad22b);
    z-index: 8
}

.periodic-heroes .btn-notify:hover {
    background: #cfff0e;
    background: -webkit-linear-gradient(top, #9ad22b, #fbff00);
    background: -ms-linear-gradient(top, #9ad22b, #fbff00);
    background: -moz-linear-gradient(top, #9ad22b, #fbff00)
}

.periodic-heroes .btn-buy {
    position: relative;
    display: inline-block;
    padding: 8px 30px;
    line-height: 24px;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-family: SuperSonicRocketship, cursive;
    border-radius: 3px;
    background: #be3f34;
    background: -webkit-linear-gradient(top, #be3f34, #ca3668);
    background: -ms-linear-gradient(top, #be3f34, #ca3668);
    background: -moz-linear-gradient(top, #be3f34, #ca3668);
    z-index: 8
}

.periodic-heroes .btn-buy:hover {
    background: #cfff0e;
    background: -webkit-linear-gradient(top, #ca3668, #be3f34);
    background: -ms-linear-gradient(top, #ca3668, #be3f34);
    background: -moz-linear-gradient(top, #ca3668, #be3f34)
}

.periodic-heroes .credit-needed {
    position: relative;
    color: #b0dcd6;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 30px;
    padding: 5px 0;
    padding-left: 35px;
    font-family: SuperSonicRocketship, cursive;
    z-index: 8
}

.periodic-heroes .credit-needed .icon {
    position: absolute;
    left: 0;
    top: 6px;
    width: 28px;
    height: 28px;
    background: url(../../images/periodic-heroes/coin-image.png) left center no-repeat
}

.periodic-heroes .credit-needed .number {
    position: relative
}

.periodic-heroes .credit-needed .number:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 35px;
    border-bottom: 2px solid #b0dcd6
}

.periodic-heroes .mobile-data {
    position: relative;
    padding: 0 0;
    display: none
}

.periodic-heroes .mobile-data ul {
    position: relative;
    margin: 0 -20px;
    display: block;
    text-align: center
}

.periodic-heroes .mobile-data ul li {
    position: relative;
    display: block;
    float: left;
    width: 50%;
    padding: 15px 20px
}

.periodic-heroes .mobile-data ul li .data-label {
    position: relative;
    display: block;
    font-size: 10px;
    text-transform: uppercase
}

.periodic-heroes .mobile-data ul li .data {
    position: relative;
    display: block;
    font-size: 28px;
    color: #c8faf2;
    line-height: 1em;
    text-transform: uppercase;
    font-family: SuperSonicRocketship, cursive
}

.periodic-heroes .mobile-tab-links {
    position: relative;
    padding: 10px 0 30px;
    z-index: 1;
    display: none
}

.periodic-heroes .mobile-tab-links ul {
    position: relative;
    margin: 0 -5px;
    display: block;
    text-align: center
}

.periodic-heroes .mobile-tab-links ul li {
    position: relative;
    display: block;
    float: left;
    font-size: 15px;
    width: 50%;
    padding: 0 5px;
    cursor: pointer
}

.periodic-heroes .mobile-tab-links ul li .link-inner {
    position: relative;
    display: block;
    color: #fff;
    background: #7eb9ce;
    padding: 10px 10px;
    line-height: 22px;
    text-transform: capitalize;
    cursor: pointer
}

.periodic-heroes .mobile-tab-links ul li.active-link .link-inner,
.periodic-heroes .mobile-tab-links ul li:hover .link-inner {
    background: #176daa
}

.periodic-heroes .table-box {
    position: relative;
    padding: 5px 4px;
    top: -160px;
    margin-bottom: -40px
}

.periodic-heroes .table-box .table-inner {
    position: relative
}

.periodic-heroes .table-box .table-content {
    position: relative;
    margin: 0 -2px
}

.periodic-heroes .table-box .table-column {
    position: relative;
    float: left;
    width: 5.555555%
}

.periodic-heroes .table-block {
    position: relative;
    background: rgba(0, 0, 0, .8);
    padding: 2px 2px;
    z-index: 7
}

.periodic-heroes .table-block.empty-block {
    background: 0 0
}

.periodic-heroes .table-block .block-inner {
    position: relative;
    display: block;
    height: 46px;
    color: #fff;
    background: #693bc1
}

.periodic-heroes .table-block.purple-color .block-inner {
    background: #693bc1
}

.periodic-heroes .table-block.dark-purple-color .block-inner {
    background: #30147b
}

.periodic-heroes .table-block.pink-color .block-inner {
    background: #c0269e
}

.periodic-heroes .table-block.light-blue-color .block-inner {
    background: #559cbc
}

.periodic-heroes .table-block.blue-color .block-inner {
    background: #166da9
}

.periodic-heroes .table-block.empty-block .block-inner {
    background: 0 0
}

.periodic-heroes .table-block .content-box {
    position: relative;
    display: block;
    width: 100%;
    height: 46px;
    color: #fff
}

.periodic-heroes .table-block .upper-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    line-height: 20px;
    overflow: hidden
}

.periodic-heroes .table-block .number {
    position: absolute;
    left: 5px;
    top: 0;
    font-size: 8px
}

.periodic-heroes .table-block .symbol {
    position: absolute;
    right: 5px;
    top: 0;
    font-size: 13px
}

.periodic-heroes .table-block .el-name {
    position: absolute;
    left: 5px;
    bottom: 0;
    font-size: 8px;
    text-transform: uppercase
}

.periodic-heroes .table-block .hover-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    line-height: 16px;
    text-transform: uppercase;
    background: #ebf8f6;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.periodic-heroes .table-block .block-inner:hover .hover-layer {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1.4);
    -ms-transform: scale(1.4);
    transform: scale(1.4)
}

.periodic-heroes .table-block.dark-block .block-inner .hover-layer {
    display: none
}

.periodic-heroes .table-block.dark-block .block-inner .upper-layer {
    display: block;
    opacity: 1;
    visibility: visible
}

.periodic-heroes .table-block.dark-block .block-inner .upper-layer:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: #000;
    opacity: .8
}

.periodic-heroes .table-block:hover {
    z-index: 8
}

.periodic-heroes .table-block .hover-layer .image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    background-position: center bottom;
    background-repeat: no-repeat
}

.periodic-heroes .table-block .hover-layer .image:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    background: rgba(0, 0, 0, .8);
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .8), rgba(0, 0, 0, 0));
    background: -ms-linear-gradient(bottom, rgba(0, 0, 0, .8), rgba(0, 0, 0, 0));
    background: -moz-linear-gradient(bottom, rgba(0, 0, 0, .8), rgba(0, 0, 0, 0))
}

.periodic-heroes .table-block .icon {
    position: absolute;
    left: 50%;
    top: 50%;
    line-height: 20px;
    width: 20px;
    height: 20px;
    font-size: 10px;
    margin-left: -10px;
    margin-top: -10px;
    text-align: center
}

.periodic-heroes .table-block .hover-layer .el-name {
    text-transform: capitalize
}

.periodic-heroes .mid-separator {
    height: 30px
}

.unlock-info-popup .unlock-info-header {
    position: relative;
    height: 170px
}

.unlock-info-popup .unlock-info-header .image-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center
}

.unlock-info-popup .unlock-info-header .image-box {
    position: absolute;
    width: 110px;
    height: 110px;
    left: 50%;
    margin-left: -55px;
    bottom: -15px;
    border: 5px solid #fff;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    overflow: hidden;
    z-index: 3
}

.unlock-info-popup .unlock-info-header .image-box img {
    display: block;
    border-radius: 50%
}

.general-popup-outer .unlock-info-popup .unlock-info-header:after {
    width: 110%;
    left: -5%;
    bottom: -5px;
    height: 47px;
    background: url(../../images/periodic-heroes/popup-curve.png) center bottom no-repeat;
    background-size: 100% 100%
}

.general-popup-outer .popup-inner .popup-content.width-four {
    max-width: 460px
}

.general-popup-outer .big-text {
    position: relative;
    display: block;
    font-size: 40px;
    color: #2e0f83;
    line-height: 1.1em;
    text-transform: uppercase;
    font-family: SuperSonicRocketship, cursive;
    margin-bottom: 5px
}

.unlock-info-popup .lower-box {
    text-align: center;
    color: #04060a;
    font-weight: 500;
    padding: 50px 20px 60px!important
}

.unlock-info-popup .lower-box .text {
    position: relative;
    margin-bottom: 20px
}

.unlock-info-popup .lower-box .info {
    font-family: Montserrat, sans-serif;
    text-align: center;
    color: #04060a;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.4em;
    text-transform: uppercase
}

.welcome-info-popup .welcome-info-header {
    position: relative;
    height: 150px
}

.welcome-info-popup .welcome-info-header .image-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center
}

.welcome-info-popup .welcome-info-header .image-box {
    position: absolute;
    width: 110px;
    height: 110px;
    left: 50%;
    margin-left: -55px;
    bottom: -15px;
    border: 5px solid #fff;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    overflow: hidden;
    z-index: 3
}

.welcome-info-popup .welcome-info-header .image-box img {
    display: block;
    border-radius: 50%
}

.general-popup-outer .welcome-info-popup .welcome-info-header:after {
    width: 110%;
    left: -5%;
    bottom: -5px;
    height: 47px;
    background: url(../../images/periodic-heroes/popup-curve.png) center bottom no-repeat;
    background-size: 100% 100%
}

.welcome-info-popup .lower-box {
    text-align: center;
    color: #04060a;
    font-weight: 500;
    padding: 0 20px 40px!important;
    font-family: Rubik, sans-serif
}

.welcome-info-popup .lower-box .title-box {
    position: relative;
    margin-bottom: 20px
}

.welcome-info-popup .lower-box .title-box .subtitle {
    color: #04060a;
    font-size: 15px;
    text-transform: uppercase;
    display: block;
    line-height: 1.4em;
    font-weight: 600
}

.welcome-info-popup .lower-box .title-box .name {
    position: relative;
    display: inline-block;
    color: #2e0f83;
    font-size: 32px;
    text-transform: uppercase;
    line-height: 1.2em;
    font-family: SuperSonicRocketship, cursive;
    font-weight: 400;
    padding: 5px 20px;
    border-bottom: 2px solid #e0e0e0
}

.welcome-info-popup .lower-box .text {
    position: relative;
    margin-bottom: 20px
}

.welcome-info-popup .lower-box .sub-text {
    position: relative;
    font-size: 14px;
    line-height: 20px
}

.welcome-info-popup .lower-box .sub-text p {
    font-size: 14px;
    margin-bottom: 3px
}

.welcome-info-popup .lower-box .sub-text p:last-child {
    margin-bottom: 0
}

.welcome-info-popup .hero-options {
    position: relative;
    margin: 25px 0
}

.welcome-info-popup .hero-options:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 5px;
    border-left: 1px solid #e0e0e0;
    height: 110px
}

.welcome-info-popup .hero-options ul li {
    position: relative;
    float: left;
    width: 50%;
    padding: 0 20px;
    text-align: center
}

.welcome-info-popup .hero-select {
    position: relative;
    display: inline-block
}

.welcome-info-popup .hero-select input {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden
}

.welcome-info-popup .hero-select label {
    position: relative;
    display: block;
    cursor: pointer
}

.welcome-info-popup .hero-select .hero-image {
    position: relative;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, .1);
    -ms-box-shadow: 0 0 10px 1px rgba(0, 0, 0, .1);
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, .1)
}

.welcome-info-popup .hero-select .hero-image img {
    position: relative;
    width: 100px;
    height: 100px;
    border-radius: 50%
}

.welcome-info-popup .hero-select .hero-overlay {
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    width: 100px;
    height: 100px;
    padding-top: 18px;
    font-size: 14px;
    color: #fff;
    letter-spacing: 1px;
    font-family: SuperSonicRocketship, cursive;
    border-radius: 50%;
    background: rgba(46, 15, 131, .65);
    opacity: 0;
    visibility: hidden
}

.welcome-info-popup .hero-select .hero-overlay .icon {
    position: relative;
    display: block;
    width: 31px;
    height: 31px;
    background: url(../../images/periodic-heroes/unlock-icon.png) center center no-repeat;
    margin: 0 auto 5px
}

.welcome-info-popup .hero-select input:checked+label .hero-overlay {
    opacity: 1;
    visibility: visible
}

.welcome-info-popup .hero-select label .hero-title {
    position: relative;
    left: 0;
    top: 100%;
    margin-top: 10px;
    width: 100%;
    text-align: center;
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase
}

.welcome-info-popup .hero-select input:checked+label .hero-image {
    -webkit-box-shadow: 0 0 1px 5px #dedae9;
    -ms-box-shadow: 0 0 1px 5px #dedae9;
    box-shadow: 0 0 1px 5px #dedae9
}

.welcome-info-popup .hero-options .confirm-link {
    position: relative;
    display: block;
    padding-top: 10px
}

.btn-popup-one {
    position: relative;
    padding: 10px 30px;
    line-height: 30px;
    font-size: 18px;
    color: #e9ebeb;
    font-family: SuperSonicRocketship, cursive;
    letter-spacing: 2px;
    border-radius: 30px;
    background: #b33c6f;
    background: -webkit-linear-gradient(top, #6b2c73, #bf3f6d);
    background: -ms-linear-gradient(top, #6b2c73, #bf3f6d);
    background: -moz-linear-gradient(top, #6b2c73, #bf3f6d);
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .2)
}

.btn-popup-one:hover {
    color: #fff
}

.level-info-popup .level-info-header {
    position: relative;
    min-height: 180px;
    font-family: SuperSonicRocketship, cursive;
    padding: 50px 20px 130px!important
}

.level-info-popup.level-completed-popup .level-info-header {
    min-height: 200px;
    padding: 50px 20px 150px!important
}

.level-info-popup .level-info-header .image-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center
}

.general-popup-outer .level-info-popup .level-info-header:after {
    width: 104%;
    left: -2%;
    bottom: -5px;
    height: 66px;
    background: url(../../images/periodic-heroes/popup-curve-2.png) center bottom no-repeat;
    background-size: 100% 100%
}

.level-info-popup .level-info-header .level-title {
    position: relative;
    display: block;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.3em;
    font-weight: 400;
    margin-bottom: 20px
}

.level-info-popup.level-completed-popup .level-info-header .level-title {
    margin-bottom: 30px
}

.level-info-popup .level-info-header .info-title {
    position: relative;
    display: block;
    color: #cfff0e;
    font-size: 42px;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.2em;
    font-weight: 400;
    margin-bottom: 0
}

.level-info-popup.level-completed-popup .level-info-header .info-title {
    color: #ffc601;
    font-size: 32px;
    margin-bottom: 10px
}

.level-info-popup .level-info-header .header-txt {
    position: relative;
    display: block;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    line-height: 1.4em;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 10px
}

.level-info-popup .level-info-header .progress-round-box {
    position: absolute;
    left: 0;
    bottom: -30px;
    width: 100%;
    text-align: center;
    z-index: 5
}

.level-info-popup .level-info-header .progress-round-box .round-inner {
    position: relative;
    display: inline-block;
    width: 160px;
    height: 160px;
    border: 5px solid #fff;
    border-radius: 50%;
    background: #d0425e;
    background: -webkit-linear-gradient(top, #9a439b, #ee413d);
    background: -ms-linear-gradient(top, #9a439b, #ee413d);
    background: -moz-linear-gradient(top, #9a439b, #ee413d);
    box-shadow: 0 7px 20px 0 rgba(0, 0, 0, .2)
}

.level-info-popup .level-info-header .progress-round-box .round-text {
    position: relative;
    padding: 40px 5px;
    font-size: 56px;
    line-height: 80px;
    text-transform: uppercase;
    letter-spacing: 1px
}

.level-info-popup .lower-box {
    text-align: center;
    color: #04060a;
    font-weight: 500;
    padding: 50px 20px 30px!important;
    font-family: Rubik, sans-serif
}

.level-info-popup.level-completed-popup .lower-box {
    padding: 60px 20px 30px!important
}

.level-info-popup .lower-box .text-box {
    position: relative;
    max-width: 300px;
    margin: 0 auto 15px;
    font-weight: 400;
    color: #424243;
    font-size: 13px;
    line-height: 1.6em
}

.level-info-popup .lower-box .text-box strong {
    color: #241659;
    font-weight: 700
}

.level-info-popup .link-options {
    position: relative
}

.level-info-popup .link-options .link-btn {
    position: relative;
    display: inline-block;
    margin: 0 4px 10px
}

.level-info-popup .link-options .link-btn.next-link,
.level-info-popup .link-options .link-btn.redo-link {
    padding-top: 6px
}

.btn-popup-two {
    position: relative;
    padding: 8px 22px;
    line-height: 30px;
    font-size: 20px;
    color: #b33c6f;
    font-family: SuperSonicRocketship, cursive;
    letter-spacing: 2px;
    border-radius: 24px;
    background: #f0f0f0
}

.btn-popup-two:hover {
    color: #ec413f;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .15)
}

.btn-popup-two .icon {
    position: relative;
    top: -1px;
    display: inline-block;
    vertical-align: middle
}

.btn-popup-two .icon-redo {
    width: 20px;
    height: 20px;
    margin-right: 5px;
    background: url(../../images/periodic-heroes/icon-redo.png) left center no-repeat;
    background-size: 20px 20px
}

.btn-popup-two .icon-next {
    width: 14px;
    height: 14px;
    margin-left: 0;
    background: url(../../images/periodic-heroes/icon-next.png) right center no-repeat;
    background-size: 14px 14px
}

.level-info-popup .level-info-header .completed-round-box {
    position: absolute;
    left: 0;
    bottom: -30px;
    width: 100%;
    text-align: center;
    z-index: 5
}

.level-info-popup .level-info-header .completed-round-box .over-icon {
    position: absolute;
    left: -38px;
    top: -31px;
    right: -31px;
    bottom: -31px;
    background: url(../../images/periodic-heroes/round-over-design.png) center top no-repeat;
    background-size: cover;
    z-index: 1
}

.level-info-popup .level-info-header .completed-round-box .round-outer {
    position: relative;
    display: block;
    width: 160px;
    height: 160px;
    margin: 0 auto
}

.level-info-popup .level-info-header .completed-round-box .round-inner {
    position: relative;
    display: inline-block;
    width: 160px;
    height: 160px;
    border: 5px solid #fff;
    border-radius: 50%;
    background: #fcd149
}

.level-info-popup .level-info-header .completed-round-box .round-text {
    position: relative;
    padding: 40px 5px 5px;
    font-size: 13px;
    line-height: 24px;
    color: #222125;
    text-transform: uppercase
}

.level-info-popup .level-info-header .completed-round-box .round-text .number {
    display: block;
    font-size: 48px;
    line-height: 1em;
    letter-spacing: 1px
}

.level-info-popup .outer-ring {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    width: 160px;
    height: 160px
}

.level-info-popup .outer-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 160px;
    height: 160px;
    margin: 0;
    border: 5px solid #af4c5d;
    border-radius: 50%;
    -webkit-animation: lds-ring 1.7s cubic-bezier(.5, 0, .5, 1) infinite;
    -ms-animation: lds-ring 1.7s cubic-bezier(.5, 0, .5, 1) infinite;
    animation: lds-ring 1.7s cubic-bezier(.5, 0, .5, 1) infinite;
    border-color: #af4c5d transparent transparent transparent;
    z-index: 1
}

.level-info-popup .outer-ring div:nth-child(1) {
    -webkit-animation-delay: -.45s;
    -ms-animation-delay: -.45s;
    animation-delay: -.45s
}

.level-info-popup .outer-ring div:nth-child(2) {
    -webkit-animation-delay: -.3s;
    -ms-animation-delay: -.3s;
    animation-delay: -.3s
}

.level-info-popup .outer-ring div:nth-child(3) {
    -webkit-animation-delay: -.15s;
    -ms-animation-delay: -.15s;
    animation-delay: -.15s
}

@keyframes lds-ring {
    0% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(360deg)
    }
}

@-webkit-keyframes lds-ring {
    0% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(360deg)
    }
}

@-moz-keyframes lds-ring {
    0% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(360deg)
    }
}

@media only screen and (max-width:1000px) {
    .periodic-heroes .main-title {
        margin-bottom: 20px;
        line-height: 1em
    }
    .periodic-heroes .main-title img {
        max-width: 450px
    }
}

@media only screen and (max-width:939px) {
    .periodic-heroes .image-layer:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, .8)
    }
    .periodic-heroes .main-title img {
        max-width: 450px
    }
    .periodic-heroes .table-box {
        top: -100px;
        overflow-x: auto;
        padding-bottom: 20px
    }
    .periodic-heroes .table-box .table-inner {
        min-width: 980px
    }
    .periodic-heroes .upper-content .inner-box {
        background: 0 0;
        padding: 0 0 20px
    }
    .periodic-heroes .upper-content .middle-content {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media only screen and (min-width:768px) {
    .periodic-heroes .upper-content .middle-content,
    .periodic-heroes .upper-content .stats-column {
        display: block!important
    }
}

@media only screen and (max-width:767px) {
    .periodic-heroes .main-title img {
        max-width: 300px
    }
    .periodic-heroes .mobile-data,
    .periodic-heroes .mobile-tab-links {
        display: block
    }
    .periodic-heroes .upper-content .left-data {
        display: none
    }
    .periodic-heroes .upper-content .middle-content,
    .periodic-heroes .upper-content .stats-column {
        width: 100%;
        display: none
    }
    .periodic-heroes .upper-content .active-periodic-tab {
        display: block
    }
    .periodic-heroes .table-box {
        top: 0;
        margin-bottom: 40px
    }
    .general-popup-outer .big-text {
        font-size: 30px;
        margin-bottom: 10px
    }
}

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

[class*=" icon-"],
[class^=icon-] {
    font-family: icomoon!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-biology:before {
    content: "\e900"
}

.icon-chemistry:before {
    content: "\e901"
}

.icon-geography:before {
    content: "\e902"
}

.icon-history:before {
    content: "\e903"
}

.icon-literacy:before {
    content: "\e904"
}

.icon-math:before {
    content: "\e905"
}

.icon-our-planet:before {
    content: "\e906"
}

.icon-physics:before {
    content: "\e907"
}

.general-popup-outer .popup-content.width-five {
    max-width: 460px
}

.general-popup-outer .upgrade-popup .outer {
    position: relative;
    padding: 50px 35px 25px
}

.general-popup-outer .upgrade-popup .pop-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../../images/background/new-popup-bg.png) right 30px no-repeat
}

.general-popup-outer .upgrade-popup .up-pop-content {
    position: relative;
    z-index: 1
}

.general-popup-outer .upgrade-popup .text-box {
    position: relative;
    padding-right: 30px
}

.general-popup-outer .upgrade-popup h3 {
    font-size: 28px;
    color: #1f4d7b;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 40px
}

.general-popup-outer .upgrade-popup p {
    font-size: 15px;
    color: #424243;
    line-height: 1.5em;
    margin-bottom: 20px
}

.general-popup-outer .upgrade-popup .bottom-box {
    position: relative;
    text-align: center;
    font-size: 12px
}

.general-popup-outer .upgrade-popup .links-box {
    position: relative;
    padding-top: 50px;
    padding-bottom: 20px
}

.general-popup-outer .upgrade-popup .links-box .link {
    position: relative;
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 15px
}

.general-popup-outer .upgrade-popup .links-box .link:last-child {
    margin-right: 0
}

.general-popup-outer .upgrade-popup .links-box .link a {
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
    color: #424243
}

.general-popup-outer .upgrade-popup .links-box .upgrade-btn {
    position: relative;
    display: inline-block;
    padding: 10px 32px;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 22px;
    background: #94c83f;
    color: #fff!important;
    border-radius: 21px
}

.general-popup-outer .upgrade-popup .links-box .link a:hover {
    text-decoration: underline
}

@media only screen and (max-width:479px) {
    .general-popup-outer .upgrade-popup .pop-bg {
        display: none
    }
    .general-popup-outer .upgrade-popup .outer {
        padding: 30px 20px 10px
    }
    .general-popup-outer .upgrade-popup .text-box {
        padding-right: 0
    }
    .general-popup-outer .upgrade-popup h3 {
        font-size: 20px;
        margin-bottom: 20px
    }
    .general-popup-outer .upgrade-popup .text-box br {
        display: none
    }
    .general-popup-outer .upgrade-popup .text-box p br {
        display: block
    }
    .general-popup-outer .upgrade-popup .links-box {
        padding: 20px 0
    }
    .general-popup-outer .upgrade-popup .links-box .link {
        display: block;
        margin: 0 0 10px
    }
    .general-popup-outer .upgrade-popup .links-box .link a {
        display: block;
        text-align: center;
        line-height: 22px
    }
}
