/* @import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700);
@import url('https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Kalam:300,400,700');

@import url('https://fonts.googleapis.com/css?family=Montserrat:100,200,400,300,600,700'); */

/*@import url('https://www.fontify.me/wf/5b6f2bc938435e1fde1b68a60b950025');*/
.game-page.mini-page #preloader { display:none !important; }
/**modal vertically center**/
.modal-vcntr--all .modal,
.modal.modal-vcntr {text-align: center; padding: 0!important; }
.modal-vcntr--all .modal:before,
.modal.modal-vcntr:before { content: ''; display: inline-block; height: 100%; vertical-align: middle; margin-right: -20px; }
.modal-vcntr--all .modal .modal-dialog,
.modal-vcntr .modal-dialog { display: inline-block; text-align: left; vertical-align: middle; }
.modal-vcntr--all .modal .modal-dialog,
.modal.modal-vcntr .modal-dialog { margin-top: 0px; margin-bottom: 0px; top: 0px;}
.rotateY360--hover:hover [class*="__icon"],
.rotateY360--hover:hover i.fa,
.rotateY360--hover:hover i.icon {
    transform: rotateY(360deg);
    -webkit-transition: all 3s ease-in-out !important;
    transition: all 3s ease-in-out !important;
}
.rotate360--hover:hover [class*="__icon"],
.rotate360--hover:hover i.fa,
.rotate360--hover:hover i.icon {
    transform: rotate(360deg);
    -webkit-transition: transform 1.3s 1s !important;
    transition: transform 1.3s 1s !important;
}

.preloader {
    position: fixed;
    top: 0;
    z-index: 9999;
    width: 100%;
    height: 100vh;
    text-align: center;
    display: table-cell;
    background-color: rgba(255,255,255,.8);
    padding-top: 45vh;
    color: #fff;
}

.preloader-cstm{

    position: absolute;
    top: 0;
    z-index: 9999;
    width: 100%;
    height: 100vh;
    text-align: center;
    display: table-cell;
    /*background-color: rgba(255,255,255,.8);*/
    padding-top: 45vh;
    color: #fff;
}

#sign-body .form-group+.form-group .form-control,
body .fom-grid-bdr .form-group+.form-group .form-control {
    border-left-color: transparent;
}

body .form-control {
    border: 1px solid #ccc;
    height: 48px;
    font-size: 16px;
    font-weight: 300;
    border-radius:3px;
}
body{font-family: Hellix-Regular, sans-serif; font-size:16px;}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{font-family: 'Hellix-Bold', sans-serif;}
body nav.navbar { font-family: 'Hellix-Bold', sans-serif; }
input::-moz-placeholder { color:#9b9b9b;  -webkit-transition: padding 0.5s; transition: all 1s;}
input:-ms-input-placeholder { color:#9b9b9b;  -webkit-transition: padding 0.5s; transition: all 1s;}
input:-ms-input-placeholder { color:#9b9b9b;  -webkit-transition: padding 0.5s; transition: all 1s;}
input::-webkit-input-placeholder { color:#9b9b9b;  -webkit-transition: padding 0.5s; transition: 1s;}
textarea::-moz-placeholder { color:#9b9b9b;  -webkit-transition: padding 0.5s; transition: all 1s;}
textarea:-ms-input-placeholder { color:#9b9b9b;  -webkit-transition: padding 0.5s; transition: all 1s;}
textarea::-webkit-input-placeholder { color:#9b9b9b;  -webkit-transition: padding 0.5s; transition: 1s;}

.modal-dialog {
    top: 10%;
}
.hed.underline h2{
    text-align: center;
    color: #002d72;
    font-size: 36px;
    font-weight: 400;
    text-transform: uppercase;
}
.hed.underline h2:after {
    content: "";
    display: block;
    height: 2px;
    background-color: #d3d3d3;
    width: 75px;
    margin: 12px auto 0;
}
.hdr-area {
    background-image: url(images/header-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 28px 0;
}
.hdr-area .navbar-main li a{
    color: #fff;
    font-weight: 700;
    font-size: 16px;
}
.hdr-area .navbar-main li a:hover{
    text-decoration: underline;
    color:#fff;
}
.hdr-area .navbar-main>li.active>a, .hdr-area .navbar-main>li.active>a:hover{
    text-decoration: underline;
    text-shadow: none;
}
body .navbar>.container-fluid .navbar-brand {
    margin-left: 0;
}
body .navbar-brand {
    padding: 0;
    max-width: 300px;
    height: 100%;
}
.hdr-white .navbar-main li a {
    padding: 13px 10px;
}
.bottom-area{
    background-color:#002d72;
}
.subj-area .hed.underline h2:after {
    content: "";
    display: block;
    height: 2px;
    background-color: #d3d3d3;
    width: 270px;
}
.bdr-4 {
    border-radius:4px;
}
.mr15 {
    margin-right:15px;
}
.subj-area{
    padding: 25px 0 25px 0;
}
.subj__search input{
    height: 48px;
    line-height: 48px;
    border-left: none;
    border-radius:50px;
    box-shadow: none;
    border-color:#ccc;
    color:#666;
    font-weight:400;
    font-size: 16px;
    padding:6px 270px 6px 6px;

}
section input.form-control::-moz-placeholder { color:#9b9b9b; font-weight: 300; font-size: 16px; -webkit-transition: padding 0.5s; transition: all 1s;}
section input.form-control:-ms-input-placeholder { color:#9b9b9b; font-weight: 300; font-size: 16px; -webkit-transition: padding 0.5s; transition: all 1s;}
section input.form-control::-webkit-input-placeholder { color:#9b9b9b; font-weight: 300; font-size: 16px; -webkit-transition: padding 0.5s; transition: 1s;}


section .subj__search input.form-control::-moz-placeholder { font-size: 14px;}
section .subj__search input.form-control:-ms-input-placeholder { font-size: 14px;}
section .subj__search input.form-control::-webkit-input-placeholder { font-size: 14px;}

.subj__search .input-group span{
    background-color: transparent;
    color:#002d72;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    font-size: 14px;
    padding:0;
}
.clrbtn, .clrbtn:hover, .clrbtn:focus {
    background-color: transparent;
    border-color: transparent;
    outline: none;
}
.addon-right .input-group span{
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}
.subj__search .input-group:hover > input , .subj__search .input-group:hover > span{
    /* border-color:#002d72; */
    border-color:#ccc;
}
.subj__search{
    padding: 10px 10px 10px 0;
}
.subj-area .swiper-container {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top:15px;
}
.subj-area .swiper-slide {
    display: -ms-flexbox;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    text-align: center;
    font-size: 18px;
    background: #fff;
    height: 200px;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}
.subj-box{
    position: relative;
}
.subj__inr {
    height: 198px;
    overflow: hidden;
    border-radius: 4px;
    position: relative;
}
.subj__img{
    border-radius:5px;
    overflow:hidden;
    height: 198px;
    background-color: #002d72;
}
.subj__img img{
    opacity: 0.8;
    min-width: 100%;
}
.subj__title {
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.5);
    padding: 0 15px;
    margin-top: 80px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    width: 74%;
    /* border-top: 2px solid #002d72; */
}
.subj__title h4 {
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    margin: 5px 0;
    max-width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: left;
}
.subj__title a {
    display: block;
    height: 100%;
    width: 100%;
}
.subj__games__num {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    box-shadow: inset 0 0 0 3px rgba(0,0,0,0.5), 0 1px 2px rgba(0,0,0,0.1);
    background-color: #002d72;
    margin-right: 15px;
    margin-bottom: 15px;
    text-align: center;
}
.subj__games__num h4 {
    font-size: 23px;
    font-weight: 400;
    color: #fff;
    margin-top: 10px;
    margin-bottom:0;
}
.subj__games__num span {
    font-size: 12px;
    font-weight: 400;
    position: relative;
    color: #fff;
    bottom: 3px;
    text-transform: uppercase;
}
.subj-area .swiper-container-horizontal>.swiper-pagination {
    left: 0;
    width: 100%;
    position: relative;
    top: 20px;
    height: 35px;
}
.feat-games{
    background-color:#eeeeee;
    padding:40px 0;
}
.games-area .hed.underline h2{
    margin-top:35px;
    margin-bottom: 35px;
}
.games-area .hed.underline h2:after{
    width: 200px;
}
.feat-games h3{
    font-size:24px;
    font-weight:400;
    color:#002d72;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 25px;
}
.feat-games .hed.underline h3:after{
    width: 100px;
    background-color: #878787;
    content: "";
    display: block;
    height: 2px;
    margin-top: 5px;
}
.feat-box {
    position: relative;
    height: 180px;
    overflow: hidden;
    margin-bottom: 30px;
}
.feat__img{
    height:180px;
    overflow: hidden;
    border-radius:5px;
    background-color:#002d72;
}
.feat__img img{
    opacity:0.8;
}
.feat__bar{
    position: relative;
    bottom: 55px;
}
.feat__bar ul li{
    width:50%;
    float: left;
    text-align: center;
    line-height: 55px;
}
.feat__bar ul li a {
    color: #fff;
}
.feat__bar li.feat__game__share{
    background:rgba(27,148,196,0.9);
    border-bottom-left-radius: 5px;
}
.feat__bar li.feat__game__start{
    background:rgba(63,64,64,0.9);
    border-bottom-right-radius: 5px;
}
.feat__bar li i {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    line-height: 30px;
    margin-right: 8px;
}
.feat__bar li a {
    font-size: 15px;
    font-weight: 500;
}
.feat__bar li.feat__game__share i {
    background-color: #454545;
}
.feat__bar li.feat__game__start i {
    background-color: #002d72;
}
.feat__title {
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.5);
    padding: 0 15px;
    margin-top: 30px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    max-width: 430px;
}
.w25 {
    width: 25%;
}
.w22 {
    width: 22%;
}
.feat__title h4 {
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    text-transform: uppercase;
    margin: 5px 0;
    line-height: 35px;
}
.create__game__box{
    background-image: url('images/create-bg.jpg');
    background-repeat:no-repeat;
    background-size:cover;
    background-position: center center;
    padding: 35px 0;
    border-radius:5px;
}
.create__game__box a {
    display: block;
    line-height: 58px;
    border-radius:50%;
    width:60px;
    height:60px;
    border:2px solid #fff;
    margin:0 auto;
    text-align:center;
}
.create__game__box a span {
    color: #fff;
    line-height: 52px;
    font-size: 68px;
    font-weight: 300;
}
.create-area{
    padding:35px 0;
}
.create__game__box h2{
    text-align: center;
    color:#fff;
    font-size: 36px;
    text-transform: uppercase;
    margin-bottom: 0;
}

/*Mini Games Page*/
.games-area--mini .hed.underline h2:after{
    width: 205px;
}
.games-area--mini .feat-games{
    background-color:#fff;
    padding:30px 0 0;
}
.games-area--mini .feat-games .hed.underline h3:after{
    background-color:#d3d3d3;
}
.games-area--mini{
    padding: 25px 0 0;
}
.feat__edit__icon {
    position: absolute;
    top: 0;
    right: 0;
    margin-right: 34px;
    margin-top: 25px;
}
.feat__edit__icon a {
    display: block;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    box-shadow: inset 0 0 0 3px rgba(0,0,0,0.5), 0 1px 2px rgba(0,0,0,0.1);
    background-color: #002d72;
    color: #fff;
    text-align: center;
}
.feat__edit__icon a i{
    line-height: 45px;
}
.feat-games--edit {
    background-color: #fff;
    padding: 0 0 40px;
}
/*End*/

/*Popup Modal*/
.signup-modal h4{
    text-align: center;
    text-transform: uppercase;
    color:#002d72;
    margin: 9px 0;
}
.signup-modal .modal-body{
    padding:0 10px 10px;
}
.modal .close{
    font-size: 29px;
    height: 45px;
    margin: 0;
    opacity: 1;
    position: absolute;
    right: -27px;
    text-shadow: none;
    top: -30px;
    width: 45px;
    background-color: #002d72;
    color: #fff;
    border: 3px solid #fff;
    border-radius: 50%;
    z-index:2;
}
.modal-content {
    border: 0px solid #eee;
    border-radius: 4px;
    box-shadow: 0 0 0px 15px rgba(0,0,0,0.2)
}
.signup-form form .form-group{
    margin-right: -1px;
    margin-bottom: 20px;
}
.modal-form .form-group:last-child{
    margin-bottom: 10px;
}
.modal-form form .form-group .form-control{
    box-shadow: none;
    height:45px;
    font-size: 16px;
    font-weight:400;
    color:#454545;
}
.modal-form form label{
    line-height:1;
    color:#7c7c7c;
    font-weight:300;
    font-size: 16px;
    margin-bottom: 10px; 
}
.signup-modal .modal-header{
    border-bottom: none;
}
.modal-form form input::-moz-placeholder { color:#9b9b9b; font-weight: 300; font-size: 16px; -webkit-transition: padding 0.5s; transition: all 1s;}
.modal-form form input:-ms-input-placeholder { color:#9b9b9b; font-weight: 300; font-size: 16px; -webkit-transition: padding 0.5s; transition: all 1s;}
.modal-form form input::-webkit-input-placeholder { color:#9b9b9b; font-weight: 300; font-size: 16px; -webkit-transition: padding 0.5s; transition: 1s;}

.has-access-code a{
    color: #002d72;
    text-decoration: underline;
    font-size:13px;
    font-weight:300;
}
.has-access-code a:hover{
    color: #454545;
}
.signup-option-or .hed.crossline h4 {
    text-align: center;
    display: inline-block;
    background-color: #fff;
    padding: 0 0.4em;
    margin-top: 5px;
}
.hed.crossline hr {
    margin-top: -20px;
    margin-bottom: 0;
    border-color: #b7b7b7;
}
.signup__connect button, .signup__connect a {
    border: none;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    font-weight: 400;
    line-height: 45px;
    display: block;
    width: 100%;
    height: 45px;
    padding-left: 7px;
    padding-right: 6px;
    text-align: center;
}
.signup__connect button i,
.signup__connect a i{
    padding-right: 6px;
}
.signup__connect--twitter button,
.signup__connect--twitter a{
    background-color:#1ab5e9;
}
.signup__connect--fb button,
.signup__connect--fb a{
    background-color:#4c6fa6;
}
.signup__connect--google button, .signup__connect--google a {
    background-color: #eee;
    color: #666;
}
.signup__connect i.fa {
    height: 24px;
    display:inline-block;
}
.signup__connect i.fa img {
    height: 100%;
    max-width: 100%;
}
button#google_login .fa {
    position: relative;
    top: -2px;
}
.signup-option-or {
    margin-bottom: 20px;
}
.modal-form .signup__submit{
    width:100%;
    background-color:#002d72;
    color:#fff;
    font-size: 16px;
    font-weight:400;
    line-height:45px;
    border:none;
    margin-top:15px;
    text-transform: uppercase;
}
.modal-form .signup__submit i{
    font-size: 18px;
}
.add-lib-btn button{
    width:100%;
}
.shareGame-modal h4{
    text-align: center;
    text-transform: uppercase;
    color: #002d72;
    margin: 9px 0;
}
.shareGame-modal .modal-body {
    padding: 0 15px 30px;
}
.share__copy__btn {
    margin-top: 27px;
    padding-left: 0;
}
.share__copy__btn button{
    background-color: #002d72;
    color: #fff;
    border: none;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    line-height: 43px;
    width: 100%;
    text-align: center;
}
.add-lib-btn{
    margin-top:10px;
}
.add-lib-btn button{
    background-color: #002d72;
    color: #fff;
    border: none;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
    line-height: 45px;
    width: 100%;
    text-align: center;
}
.add-lib-btn button i{
    width: 30px;
    height: 30px;
    background-color: #454545;
    border-radius: 50%;
    line-height: 30px;
    text-align: center;
    margin-right: 10px;
    color:#fff;
}
.shareGame-modal .form-group{
    margin-bottom: 20px;
}
.share__social{
    margin-top:20px;
}
.shareGame-modal .modal-header {
    border-bottom: none;
}
.startGame-modal h4{
    text-align: center;
    text-transform: uppercase;
    color: #002d72;
    margin: 9px 0;
}
.startGame-modal .modal-header {
    border-bottom: none;
}
.start-game-btn{
    margin-bottom: 10px;
}
.startGame-modal .modal-body {
    padding: 0 15px 30px;
}
.login-modal .modal-body {
    padding: 0px 40px 40px;
}
.login-modal h4{
    text-align: center;
    text-transform: uppercase;
    color: #002d72;
    margin: 9px 0;
}
.login-modal .modal-header {
    border-bottom: none;
}
.login-form.modal-form .signup__submit{
    margin-top: 20px;
}
/*End*/ 

/*Product page*/
.breadcrumb{
    background-color:transparent;
    margin:0;
    padding: 15px;
}
.breadcrumb li a{
    color:#737475;
    font-size:14px;
    font-weight:400;
}
.breadcrumb li.active a, .breadcrumb li.active {
    color: #002d72;
    font-weight: 400;
}
.chem-bnr{
    background-image: url('images/chemistry-bnr.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.prod__bnr__cont .hed.underline h2{
    color:#fff;
}
.prod__bnr__cont .hed.underline h2:after{
    background-color:#fff;
    margin: 10px auto 0;
}
.prod__bnr__cont .subj__games__num h4 {
    line-height: 20px;
}
.prod__bnr__cont .subj__games__num {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border:4px solid #fff;
    box-shadow: none;
    background-color: #002d72;
    margin: 15px auto 25px;
    text-align: center;
    position: static;
    line-height: 24px;
}
.prod__bnr__cont.valigner{
    min-height: 215px;
}
.prod-area{
    padding: 70px 0;
}
.prod-box{
    position: relative;
    margin: 15px 0;
}
.prod__inr {
    position:relative;
    height: 198px;
    overflow: hidden;
}
.prod__img {
    border-radius: 5px;
    overflow: hidden;
    height: 198px;
    background-color: #002d72;
}
.prod__img img {
    opacity: 0.9;
}
/* html.safari.mac .dash__lft .dash__tabs .nav li.active a span {
    top:2px;
}
html.safari.mac .dash__lft .dash__tabs .nav li a:hover span {
    top:2px;
}
html.safari.mac .dash__lft .dash__tabs .nav li:last-child.active a:hover span {
    top:-5px;
}
html.safari.mac .dash__lft .dash__tabs .nav li:last-child a:hover span {
    top:-5px;
}
html.safari.mac .dash__lft .dash__tabs .nav li:last-child.active a:hover span small {
    top:0px;
}
html.safari.mac .dash__lft .dash__tabs .nav li:last-child a:hover span small{
    top:0px;
    }  */

/* html.safari.mac .dash__lft .dash__tabs .nav.nav-pills:last-child li a span.cont {
    top:-18px;
    position:relative;
}
html.safari.mac  .dash__lft .accordion-area .panel-title li a span.cont {
    position:relative;
    top:0;
}
html.safari.mac .dash__lft .dash__tabs .nav.nav-pills:nth-child(3) li a:hover span.cont {
    position:relative;
    top:0;
}
html.safari.mac .dash__lft .dash__tabs .nav.nav-pills:nth-child(2) li a span.cont {
    position:relative;
    top:-10px;
    } */

    .prod__title {
        position: absolute;
        left: 0;
        top: 0;
        right: 15px;
        min-height: auto;
        max-height: 102px;
        overflow: hidden;
        background: rgba(0,0,0,0.5);
        padding: 0 15px;
        margin-top: 80px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }
    .prod__title h4 {
        color: #fff;
        font-size: 24px;
        font-weight: 400;
        margin: 5px 0;
    }
    .vid-bnr-area.col-sm-12 {
        text-align: center;
    }
    /*End*/ 

    /*Choose Game*/
    .crt-game-area .hed.underline h2:after {
        width: 450px;
    }
    .crt-game-steps{
        padding-bottom:100px;
    }
    .game-info .game__add__timer label{
        float: left;
        color: #7c7c7c;
        font-weight: 300;
        font-size: 16px;
        margin-bottom: 10px;
        line-height: 44px;
        padding-right: 10px;
    }
    .game__add__timer .checkylbl {
        float: left;
        width: 65px;
        background-color: #ccc;
        box-shadow: 0 0 2px #ccc;
        margin-top: 6px;
        margin-right: 10px;
        height: 36px;
    }
    .form-group.hidden-checkbox .checkylbl label {
        top: 4px;
        left: 4px;
    }
    input[type="checkbox"]:checked ~ .checkylbl label {
        right: 4px;
    }
    .game-info .game__add__timer label[for="addTimer"] {
        margin-bottom: 0;
        border-radius: 0;
        line-height: 48px;
    }
    .form-group label {
        font-size: 16px; 
    }
    .game-info form label{
        line-height: 1;
        color: #7c7c7c;
        font-weight: 300;
        font-size: 16px;
        margin-bottom: 10px;
    }
    .game-info form input.form-control{
        box-shadow: none;
        height: 45px;
        font-size: 16px;
        font-weight: 400;
        color: #454545;
    }
    .game-info{
        padding-top: 25px;
    }
    .game-info .form-group{
        margin-bottom: 20px;
    }
    .game-info .game__timer__box{
        float: left;
    }
    .game-info .game__timer__box input{
        max-width: 95px;
        text-align: center;
        font-weight: 500;
    }
    .btn-default, .next-step, .prev-step, .draft-step{
        background-color: transparent;
        color:#002d72;
        border:2px solid #002d72;
        font-size:14px;
        font-weight:400;
    }
    .btn-default.btn-small, .btn-default.btn-xs{
       background-color: transparent;
       border: 1px solid #002d72;
       font-size: 12px;
       color: #002d72;
       line-height: 25px;
       padding: 0 10px;
       height: 26px;
       font-weight: 300;
   }
   .btn-default.btn-small:hover, .btn-default.btn-xs:hover{
    background-color: #002d72;
    color:#fff;
    border:1px solid #002d72;
    line-height:25px;
}
.draft-step, .next-step, .prev-step {
    min-width: 155px;
    line-height: 42px;
    height: 47px;
    border-radius: 4px;
    padding:0 12px;
    outline: none;
}
.btn { min-width:155px; }
.btn:focus, .btn:active:focus, .btn.active:focus {
    outline:none;
}
.btn-default:hover, .btn-default:focus,
.next-step:hover, .prev-step:hover, .draft-step:hover{
    background-color: #002d72;
    color:#fff;
    border:2px solid #002d72;
}
.next-step i, .prev-step i{
    padding-right: 5px;
    color:#002d72;
}
.next-step:hover > i, .prev-step:hover > i{
    color:#fff;
}
.prev-step{
    float: left;
}
.game-info{
    padding-top: 25px;
}
.crt-game-steps .accordion-plus .active .panel-title a:before {
    content: "\002d";
    height: 35px;
    width: 35px;
    margin-left: 0;
    right: 10px;
    margin-top: 2px;
    line-height: 32px;
    font-family: inherit;
    font-weight: 300;
    font-size: 36px;
    color: #002d72;
    border: 1px solid #002d72;
}

.crt-game-steps .accordion-plus .panel-title a:before {
    content: "\002b";
    height: 35px;
    width: 35px;
    margin-right: 15px;
    margin-left: 0;
    right: 10px;
    margin-top: 2px;
    line-height: 32px;
    font-family: inherit;
    font-weight: 300;
    font-size: 36px;
    color: #002d72;
    border: 1px solid #002d72;
}
.edit-digital-game-page .crt-game-steps .accordion-plus .panel-title a:before , .edit-my-digital-game-page .crt-game-steps .accordion-plus .panel-title a:before {
    margin-right: 45px; 
}
.edit-my-digital-game-page .single-game .crt-game-steps .accordion-plus .panel-title a:before, .edit-digital-game-page .single-game .crt-game-steps .accordion-plus .panel-title a:before{
    margin-right: 15px; 
}
.crt-game-steps .accordion-plus .panel-title .panel-default:first-child a:before, .crt-game-steps .accordion-plus .panel-title a.collapsed:before {
    content: "\002b";
    padding-left: 2px;
    color: #002d72;
    font-family: inherit;
    font-weight: 300;
}
.crt-game-steps .accordion-plus .panel-title{
    padding-left: 0;
    line-height: 38px;
    padding-left: 0;
    line-height: 38px;
}

.crt-game-steps .panel-heading a{
    color:#002d72;
    text-transform: uppercase;
    font-size: 24px;
    font-weight:400;
}
.crt-game-steps .active .panel-heading a {
    color:#fff;
}
.crt-game-steps .active .panel-heading{
    background-color:#002d72;
}
.crt-game-steps .panel-heading{
    padding: 10px 20px;
    background-color: #002d72;
    border-radius: 0;
    border-color:#002d72;
    height: 60px;
}
.crt-game-steps .panel-default{
    border: none;
    box-shadow: none;
}
.crt-game-steps .panel-default>.panel-heading+.panel-collapse>.panel-body{
    border-top: none;
}
.crt-game-steps .panel-body {
    padding: 15px 0;
}
.crt-game-steps .panel-heading{
    background-color:#e2e6eb;
    border-left:8px solid #002d72;
}
.type__ind__locks{
    border:2px solid #e2e6eb;
    border-radius:5px;
    color:#e2e6eb;
    text-align: center;
    padding:40px 0;
}
.type__ind__locks ul li i {
    font-size: 60px;
    padding: 0 15px;
    height: 60px;
}
.type__ind__locks ul{
    padding: 0 10px 10px;
}
.type__ind__locks h3{
    font-size: 26px;
    font-weight: 400;
    color:#002d72;
    margin-top: 0;
    margin-bottom: 5px;
}
.type__ind__locks h4 {
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 0;
    color: #aaa;  
}
.type__ind__locks:hover {
    border:2px solid #002d72
}
.type__ind__locks:hover ul li i, .type__conn__locks:hover ul li:after{
    color:#002d72;
}
.type__ind__locks:hover h4{
    color:#000;
}
.type__conn__locks ul li:after {
    content: '\f178';
    font: normal normal normal 20px/1 FontAwesome;
    line-height: 65px;
    margin-left: -7px;
    position: absolute;
}
.type__conn__locks ul li:last-child:after{
    display: none;
}
.next-prev-step{
    padding-top: 30px;
}
.game-select-lock{
    float: left;
    text-align: center;
}
.select__lock__title h2 {
    color: #002d72;
    font-size: 26px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 0 5px;
    line-height: 30px;
    height: 56px;
    overflow: hidden;
}
.select__lock__img {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    background-color: #eff1f3;
    margin: 0 auto;
    line-height: 108px;
}
.select__lock__box{
    border:2px solid #e2e6eb;
    border-radius:5px;
    padding: 30px 0;
    color:#e2e6eb;
}
.select__lock__inr:hover .select__lock__img {
    transform: rotateY(360deg);
    transition: transform 3s ease-out !important;
}
.lock-setup-story h3{
    color:#9b9b9b;
    font-size: 24px;
    font-weight:300;
    line-height: 28px;
    text-align: center;
    margin-top: 0;
    margin-bottom: 20px;
}
.lock-setup__icon i{
    font-size: 84px;
}
.lock-setup__title h2 {
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
}
.lock-setup-story .nav-pills>li+li{
    margin-left: 0;
}
.lock-setup-story .nav-pills>li>a{
    border:2px solid #e2e6eb;
    border-radius:5px;
    padding: 40px 0 30px;
    color:#e2e6eb;
    min-height: 210px;
}
.lock-setup-story .nav-pills>li.active>a, .lock-setup-story .nav-pills>li.active>a:hover, .lock-setup-story  .nav-pills>li.active>a:focus{
    background-color: transparent;
    border: 2px solid #002d72;
    color:#002d72;
}
.lock-setup__tabs--img{
    border:2px dashed #002d72;
    border-radius: 5px;
    margin-bottom: 20px;
}
.lock-setup__img{
    margin-top:30px;
}
.lock-setup__img h3{
    color:#9b9b9b;
    font-size: 24px;
    font-weight:400;
    text-align: center;
    margin-top: 0;
}
.lock-setup__img--inr {
    padding: 30px 0;
    display: none;
}
div#endScreenImageTab {
    margin-bottom: 30px;
}
.lock-setup__img--inr i{
    font-size: 92px;
    color:#002d72;
}
.lock-setup__img--inr h3{
    color: #9b9b9b;
    font-size: 24px;
    font-weight: 400;
    text-align: center;
    margin-top: 0;
    margin-bottom: 20px;
}
.lock-setup__img--file input {
    opacity: 0;
    position: absolute;
    height: 360px;
    bottom: -60px;
    left: 0;
    width: 100%;
    display: inline-block;
}
.lock-setup__img--file button {
    background-color: #002d72;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    border: none;
    border-radius: 5px;
    height: 48px;
    padding: 0 15px;
    min-width: 440px;
}
.lock-setup__img--file {
    position: relative;
    margin: 30px 0 0;
}
.lock-setup__img--box img{
    object-fit: contain;
}
.lock-setup__img--box {
    margin-top: 25px;
}
.lock-setup__text--box textarea{
    box-shadow: none;
    height: 150px;
    font-size: 16px;
    font-weight: 400;
    color: #454545;
}
.lock-setup__text--box label{
    line-height: 1;
    color: #7c7c7c;
    font-weight: 300;
    font-size: 16px;
    margin-bottom: 10px;
}
body .tab-content{
    border: none;
    min-height: auto;
}
.lock-setup__tabs{
    margin-top: 30px;
}
.remove-image{
    font-size: 29px;
    font-size: 29px;
    height: 30px;
    opacity: 1;
    position: absolute;
    right: 0;
    text-shadow: none;
    top: 0;
    width: 30px;
    background-color: transparent;
    color: #002d72;
    border: 3px solid #002d72;
    border-radius: 50%;
}
.lock-setup__img__remove {
    position: relative;
    padding: 0;
}
.lock-setup__img__remove h3 {
    text-align: left;
    font-weight:300;
    color: #9b9b9b;
    padding-left: 70px;
}
.remove-image {
    font-size: 21px;
    line-height: 23px;
    text-align: center;
    font-weight: 700;
    height: 30px;
    opacity: 1;
    position: absolute;
    text-shadow: none;
    top: 0;
    left:0;
    left:0;
    width: 30px;
    background-color: transparent;
    color: #002d72;
    border: 4px solid #002d72;
    border-radius: 50%;
    margin-left: 30px;
    cursor: pointer;
}
.is-active{
    display: block;
}
.lock-setup__img--has-image{
    padding: 35px 0;
    display: none;
}
.lock-setup__img--has-image.is-active{
    display: block;
}
.lock-setup__img__preview{
    text-align: center;
}
.lock-setup__img__preview img{
    margin:0 auto;
    object-fit: contain;
}
.select-lock-type .nav-pills>li+li{
    margin-left: 0;
}
.select-lock-type .nav-pills>li.active>a, .select-lock-type .nav-pills>li.active>a:hover, .select-lock-type .nav-pills>li.active>a:focus {
    background-color: transparent;
    border: 2px solid #002d72;
    color: #002d72;
}
.select-lock-type .nav-pills>li>a {
    border: 2px solid #002d72;
    border-radius: 5px;
    padding: 20px 0 20px;
    color: #e2e6eb;
}
.number__select-box{
    float: left;
    margin: 10px 0;
}
.select-lock__tabs--number{
    border: 2px solid #002d72;
    padding: 60px;
    text-align: center;
    border-radius: 5px;
    margin-top: 30px;
}
.select-lock__tabs--number__select h3{
    font-size: 28px;
    font-weight:400;
    color:#002d72;
    text-transform: uppercase;
    margin-top: 0;
}
.number__select-inr{
    border: 2px solid #002d72;
    border-radius: 5px;
    margin: 0 auto;
}
.number__select-inr--comb{
    border: 2px solid #ccc;
}
.number__select-inr--comb.has-value{
    border: 2px solid #002d72;
}
.shapes i.fa {
    height: 30px;
    width: 30px;
}
.shapes i.fa img {
    width: 100%;
    height: 100%;
    display: inline-block;
    float: left;
    margin-top: 4px;
}
.shape__select-box h2,
.number__select-inr h2 {
    font-size: 30px;
    font-weight: 700;
    line-height: 48px;
    color: #002d72;
    margin: 0;
}
.tabs--number__select {
    border-bottom: 1px solid #acacac;
    margin-bottom: 30px;
    padding-bottom: 20px;
}
.number__select-inr--comb {
    border-radius: 50%;
    height: 95px;
    width: 95px;
    overflow: hidden;
}
.select-lock__tabs--comb__select{
    margin-top:30px;
}
.tabs--number__select--two{
    border-bottom: none;
}
.edit-save-btns button{
    background-color: transparent;
    border: 2px solid #002d72;
    border-radius: 5px;
    color:#002d72;
    line-height: 44px;
    min-width: 165px;
    text-align: center;
    font-size: 20px;
    font-weight:400;
}
.edit-save-btns button:hover{
    background-color: #002d72;
    border: 2px solid #002d72;
    color:#fff;
}
.select-lock__tabs--direct{
    border: 2px solid #002d72;
    padding: 60px;
    text-align: center;
    border-radius: 5px;
    margin-top: 30px;
}
.select-lock__tabs--shape{
    border: 2px solid #002d72;
    padding: 60px;
    text-align: center;
    border-radius: 5px;
    margin-top: 30px;
}
.tabs--number__select--direct {
    text-align: center;
}
.shape__select-box{
    border: 2px solid #002d72;
    border-radius: 5px;
    height: 90px;
    width: 90px;
    margin: 0 auto;
    line-height: 84px;
}
.number__select-inr--comb h2{
    line-height: 91px;
}
.select-lock__tabs--text {
    border: 2px solid #002d72;
    padding: 30px;
    text-align: center;
    border-radius: 5px;
    margin-top: 0px;
}
.select-lock__tabs--color{
    border: 2px solid #002d72;
    padding: 60px;
    text-align: center;
    border-radius: 5px;
    margin-top: 30px;
}
.select-color-box{
    border-width:2px;
    border-radius: 5px;
    height: 50px;
    width: 50px;
    margin: 0 auto;
}

#select-color-red{
    background-color:#c82506;
}
#select-color-green{
    background-color:#70bf41;
}
#select-color-orange{
    background-color:#f39019;
}
#select-color-blue{
    background-color:#015cab;
}
#select-color-brown{
    background-color:#924607;
}
#select-color-yellow{
    background-color:#ffd809;
}
#select-color-purple{
    background-color:#b36ae2;
}
#select-color-grey{
    background-color:#53585f;
}
#select-color-white{
    background-color:#ffffff;
    border:2px solid #000;
}
#select-color-black{
    background-color:#000;
}
.shape__select-box--circle{
    border-radius:50%;
    border:none;    
}
.checker-area.selectme.is-active .type__ind__locks  {
    border: 2px solid #002d72;
    border-radius: 5px;
    color: #002d72;
    text-align: center;
}
.finish-save-add-btn{
    margin-top: 30px;
}
.btn:disabled{
    border:2px solid #ababab;
    color:#ababab;
}
.type__ind__locks {
    padding: 0;
}
.type__ind__locks label {
    padding: 25px 0;
    width:100%;
    cursor: pointer;
}
.form-control {
    font-weight: 300;
    font-size: 17px;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

/*End Choose Game*/ 

#signup-submit+p {
    margin-top: 10px;
    margin-bottom: 0;
}
div#sign-body .sm-area {
    margin-bottom: 10px !important;
}
/*Congrats Failue screens*/

.breadcrumb-area {
    background-color: #eeeeee;
    margin-bottom: 30px;
}
.congrat-area .hed.underline h2:after{
    width: 340px;
}
.end-screen-box{
    background-image:url('images/end-screen-bg.png');
    background-repeat: no-repeat;
    padding:30px 0;
    border-radius: 5px;
    background-size: cover;
    background-position: center center;
}
.end-screen__inr h2{
    color:#fff;
    font-size: 36px;
    text-shadow: 0 0 4px #00000069;
    font-weight:400;
    margin-top: 0;
    text-transform: uppercase;
    margin-bottom:30px;
}
.end-screen__inr h3{
    font-size: 28px;
    font-weight:400;
    margin-top: 0;
    margin-bottom:20px;
    color:#fffefe;
    padding: 0 10px;
}
.end-screen__inr h5{
    color:#fff;
    font-size:24px;
    font-family: 'Kalam', cursive;
    font-weight:400;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.end-screen__inr ul li a{
    width: 100%;
    border: none;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 45px;
    display: block;
}
.signup__connect--twitter a {
    background-color: #1ab5e9;
}
.signup__connect--fb a {
    background-color: #4c6fa6;
}
.scrollToTop span {
    display: none;
}
.end-screen-social{
    width:50%;
    margin:0 auto;
}
.end-screen__logo{
    padding: 20px 0;
}
.signup__connect a i {
    padding-right: 6px;
}
.congrat-area{
    padding:25px 0 60px;
}
.congratulations-page footer , .failure-page footer{
    position: fixed;
    left: 0px;
    bottom: 0px;
    height: 40px;
    width: 100%;
}

/*END OF Failure Congrats screen*/

/*Video Image Tutorial*/
.img-tut-area{
    padding:30px 0 60px 0;
}
.img-tut__img{
    min-height:290px;
    text-align: center;
    overflow: hidden;
    border-radius:5px;
    background-color:#eeeeee;
}
.broken-image-checker .img-tut__img img:before {
    padding-top: 0;
    top: 90px;
    background-color: #eee;
}
.broken-image-checker .img-tut__img img:after {
    padding-top: 0;
    border: none;
    background-color: #eee;
}
.img-tut__img img{
    opacity:1;
    height: auto;
    object-fit: cover;
    width: 100%;
}
.fa.fa-submit-game {
    width: 15px;
    height:  15px;
    overflow:  hidden;
    top: 2px;
    position:  relative;
}
.btn.btn-default:hover .fa-submit-game img {
    top: -15px;
}
.img-tut__points h2{
    color:#002d72;
    font-size: 26px;
    font-weight: 400;
    text-transform: uppercase;
    margin-top: 0; 
    padding-right: 33px;
}
.img-tut__points ul li:before, .img-lock__inr ul li:before {
    content: ' ';
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background-color: #002d72;
    position: absolute;
    left: 20px;
    margin-top: 7px;
}
.img-tut__points ul li{
    font-size: 16px;
    font-weight: 300;
    color: #454545;
    padding-left: 28px;
    line-height: 20px;
    padding-bottom: 15px;
    display: block; 
}
.img-tut-dtl-area .panel-body {
    padding: 30px 30px 10px 30px;
}
.img-tut-dtl-area .panel-body .img-setup__inr {
    padding:0;
}
.img-lock__inr ul li{
    font-size: 14px;
    font-weight: 400;
    color: #454545;
    padding-left: 28px;
    line-height: 20px;
    padding-bottom: 15px;
    display: block;
}
.img-setup__inr ol li{
    display: list-item;
    list-style-type: decimal;
    text-indent: 10px;
    font-size: 14px;
    font-weight: 400;
    color: #454545;
    line-height: 20px;
    padding-bottom: 15px;
}
.img-setup__inr ol{
    padding-left: 20px;
}
.crt-game-steps .panel-group .panel{
    margin-bottom:20px;
}
.img-setup__inr p{ 
    font-size: 16px;
    color: #000;
    margin-bottom: 30px;
}
.access-resrc-btn {
    text-align: center;
    display: inline-block;
    margin-top: 20px;
}
.access-resrc-btn a{
    display: inline-block;
    width: 100%;
    text-align: center;
    color:#fff;
}
.access-resrc-btn i{
    font-size: 30px;
    background-color: #04394e;
    width: 90px;
    line-height: 60px;
    float: right;
    margin-left: -17px;
}
.img-tut-dtl-area, .vid-tut-dtl-area {
    padding-bottom: 10px;
}
.img-setup__inr ol li:last-child{
    padding-bottom: 0;
}
.vid-bnr__img{
    height:370px;
    overflow: hidden;
    background-color:#002d72;
    border-radius: 5px; 
}
.vid-bnr__img img{
    opacity:0.75;
    width: 100%;
    height: 100%;
    object-fit: cover; 
}
.vid-tut-bnr-area {
    padding: 0;
}
.vid-bnr__inr{
    position: relative;
}
.vid-tut__title.valigner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    min-height: 300px;
}
.vid-tut__title.valigner h2{
    margin-top:10px;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 110px;
    color:#002d72;
    text-shadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff; 
}
.vid-tut__hed{
    position: absolute;
    bottom:0;
    width: 100%;
    background: rgba(27,148,196,0.9);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    height:70px;
}
.vid-tut__hed h3{
    margin: 10px 0;
    text-align: center;
    color:#fff;
    text-transform: uppercase;
    font-size: 28px;
    font-weight: 400;
    line-height: 50px;
}
.vid-tut-dtl-area .access-resrc-btn i {
    font-size: 30px;
    background-color: #04394e;
    width: 70px;
    line-height: 60px;
    float: right;
    margin-left: -15px;
}
.vid-tut-dtl-area .access-resrc-btn{
    margin-bottom: 35px;
}
.vid-tut-dtl-area .panel-body {
    padding: 30px 30px 10px 30px;
}
.vid-ques__inr ul li{
    padding: 10px 20px;
    background-color:#f0f2f5;
    width: 100%;
    margin: 7px 0;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 400;
    color: #454545;
}
.vid-ques__inr ul li:first-child{
    margin-top:-10px;
}
.vid-ques__inr ul li i{
    color: #002d72;
    padding-right: 10px;
}
.vid-ques__inr p{
    text-align: left;
}
.vid-ques__inr p a{
    font-size: 18px;
    text-decoration: underline;
    color: #002d72;
}
.vid-ques__inr p a:hover{
    color:#fff;
}
.vid-req__inr__box{
    position:relative;
    width: 50%;
    margin: 0 auto;
}
.vid-req__inr__title{
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(27,148,196,0.9);
    padding: 0 15px;
    margin-top: 85px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.vid-req__inr__title h3{
    color:#fff;
    font-size: 18px;
    font-weight:400;
    margin: 10px 0;
    text-transform: uppercase;
    line-height: 15px;
}
.vid-req__inr__img{
    height: 200px;
    overflow: hidden;
    background-color: #002d72;
    border-radius: 5px;
}
.vid-req__inr__img img {
    opacity: 0.75;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*End of Video Image Tutorial*/ 

/*Game Preview */
.game-preview-area .hed.underline h2:after {
    width: 270px;
}
.game__prev__inr{
    border: 2px solid #002d72;
    border-radius: 5px;
    padding: 30px 65px;
}
.game__prev__img__main{
    text-align: center;
    border-radius:5px; 
    border: 2px solid #002d72;
    padding: 30px;
    width: 40%;
    margin: 20px auto;
    position: relative;
}
.game__prev__img__circles {
    padding: 5px 15px;
    margin-left: 40px;
}
.game-preview-area{
    padding: 30px 0 30px;
}
.game__prev__magnify {
    position: absolute;
    top: 0;
    right: 0;
    margin-right: -40px;
    font-size: 30px;
    color: #002d72;
    margin-top: -12px;
}
.cols-9{
    width: 11.11%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
}
.game__prev__img__square{
    margin: 10px 0 30px;
}
.game__prev__square__row.row{
    margin-left: -10px;
    margin-right: -10px;
}
.game__prev__comb__btns{
    padding-top: 25px;
    border-top: 1px solid #acacac;
}
.game__prev__btns button{
    background-color: transparent;
    border: 2px solid #002d72;
    border-radius: 5px;
    color: #002d72;
    line-height: 44px;
    min-width: 165px;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    margin-top:10px;
}
.game__prev__circles__cont{
    border-radius: 50%;
    height: 60px;
    width: 60px;
    border: 2px solid #002d72;
    margin: 0 auto;
}
.game__prev__circles__cont h2 {
    font-size: 50px;
    font-weight: 700;
    line-height: 60px;
    color: #002d72;
    margin: 0;
}
.game__prev__circles__inr{
    float: left;
    padding-left: 8px;
    padding-right: 8px;
}
.game__prev__btns--submit {
    margin-left: 41px;
}
.game-preview-box{
    margin-top: 40px;
}
/*End*/ 

/*EndStyling*/
body .navbar-nav>li>.dropdown-menu li a {
    color: #333;
    font-weight: 400;
}
body .nav>li>a:hover, .nav>li>a:focus,
body .navbar-default .navbar-nav > .open > a,
body .navbar-default .navbar-nav > .open > a:hover,
body .navbar-default .navbar-nav > .open > a:focus {
    color: #fff;
}
body .dropdown.open > a::after {
    color: inherit;
}
body .hdr-area .navbar-nav>li>.dropdown-menu li a:hover {
    background-color: #2a9ac6;
    text-decoration: none;
}
.game-type-lft.selectme input, .game-type-rgt.selectme input {
    display: none;
}
.number__select-box {
    width: 80px;
    margin: 10px auto;
    display: inline-block;
    float: left;
}
.tabs--number__select.tabs--number__select--two {
    text-align: center;
}
.tabs--number__select.tabs--number__select--two .number__select-box {
    float: none;
    margin: 0 15px 15px;
}
.tabs--number__select.tabs--number__select--two .number__select-box input {
    background-color: transparent;
    border: 0;
    text-align: center;
    font-size: 38px;
    color: #002d72;
    line-height: 56px;
    height: auto;
    font-weight: 500;
}
.select-lock__tabs--number__select .number__select-box.cols-5 { float:none; }
.tabs--number__select--direct .number__select-box {
    display: inline-block;
    float: none;
}
.select-lock--iconic .number__select-inr--comb input {
    visibility: hidden0;
    opacity:0;
    opacity:0;
}
.select-lock--iconic .tabs--number__select.tabs--number__select--two .number__select-box i {
    position: absolute;
    top: 34px;
    left: 48px;
    width: 30px;
    height: 30px;
}
.select-lock--iconic .tabs--number__select.tabs--number__select--two .number__select-box i img {
    width: 30px;
    height: 30px;
    float: left;
}
.tabs--number__select.tabs--number__select--two .number__select-box {
    position: relative;
    margin: 10px;
    padding: 0;
}
body .dropdown > a::after {
    color: inherit;
}
body .btn-primary, body .btn-primary:visited {
    background-color: #002d72;
    color: #fff;
    border-color: #002d72;
}
textarea {
    border-radius:3px;
}
body .btn-white,
body .btn-white:visited {
    background-color: #fff;
    color: #002d72;
    border-color:#fff;
}
body .btn-primary i { color: #fff; }
.number__select-inr h2 a {
    display: block;
}
.login-page .checkbox.mar__btm input {
    margin-top: 1px;
}
body{
    font-weight: 300;
}
body label,
body .checkbox label,
body .radio label {
    font-weight:300;
}
body .fw300 {
    font-weight: 300;
}
body .subj-main {
    max-height: 480px;
    overflow: hidden;
    margin-top:35px;
}
.p-0{
    padding:0px !important;
}
.select-lock--iconic .tabs--number__select.tabs--number__select--two .number__select-box i[class*="bg-"] {
    border: 2px solid #ccc;
    border-radius: 50px;
    width: 70px;
    left: 0px;
    top: 0px;
    height: 70px;
}
body.modal-open {
    padding-right: 0 !important;
}
.btn-small {
    min-width: 64px;
}
.dash__tabs .nav li a{
    border: 2px solid #002d72;
    display: block;
    width: 100%;
    margin-bottom: 5px;
    line-height: 28px;
    font-size: 16px;
    font-weight: 500;
}
.dash__tabs .nav li {
    display: block;
}
.dash__lft {
    margin-top: 40px;
}
.dash__tabs .nav li.active a,
.dash__tabs .nav li a:hover {
    background-color: #002d72;
    color:#fff;
    line-height: 0;
}
.dash__lft .nav i.fa {
    font-size: 18px;
    margin-right: 10px;
}
.holder {
    border: 2px solid #002d72;
    border-radius: 4px;
}
.navbar-nav>li>.dropdown-menu {
    padding: 0;
}
body .navbar-nav>li>.dropdown-menu li a:hover, body .navbar-nav>li>.dropdown-menu li.active a {
    color: #fff;
    background-color: #002d72;
}
body .navbar-nav>li>.dropdown-menu li a {
    font-size: 18px;
    line-height: 30px;
}
.modal .checkbox.mar__btm input {
    margin-top: 1px;
}
.end-screen-social .btn-default {
    background-color: #fff;
    padding: 4px;
}
.end-screen-social .form-control {
    background-color: transparent;
    color: #fff;
}
.end-screen-social {
    text-align: center;
}
.end-screen-social label {
    color: #fff;
    margin-top: 10px;
    font-size: 20px;
    text-align: left;
    display: block;
}
.end-screen-social .btn-default:hover {
    color: #fff;
    background-color: #333;
}
.alert--sticky {
    position: fixed;
    bottom: 0;
    z-index: 99;
    text-align: center;
    width: 50%;
    margin-left: -25%;
    left: 50%;
}
.clr.input-group .input-group-addon {
    padding: 0;
}
.clr.input-group .input-group-addon>*  {
    height: auto;
    border: 0;
    padding: 0;
    border-radius: 0;
}
.ocrext-element.ocrext-wrapper~input {
    display: none;
}
.play-area {
    text-align: center;
}
.play-area li img {
    display: block;
}
.dash__lft .nav i.fa {
    width: 20px;
    text-align: center;
}
body {
    padding-top: 110px;
}
.hdr--sticky {
    position: fixed !important;
    top: 0px;
    left: 0;
}
.my-mini-games-page table.table .btn-small {
    padding-top: 0;
    padding-bottom: 0;
    min-width: 80px;
    font-size: 12px;
}
.fa.rounded {
    background-color: #333;
    width: 30px;
    line-height: 31px;
    border-radius: 50%;
    margin-right: 10px;
}
.zoomized.is-active {
    max-width: 100%;
    text-align: center;
    width: 100%;
    transform: scale(2);
    -webkit-transform: scale(2);
    z-index: 500;
    position: relative;
}
.zoomized button {
    position: absolute;
    top: 0;
    right: 0;
    background-color: transparent;
    border: 0;
    font-size: 26px;
    color: #002d72;
}
.more-area .btn.btn-primary, .actions-area .btn.btn-primary{
    line-height: 53px;
}
.zoomized.is-active button {
    border: 1px solid #002d72;
    transform: scale(0.5);
}
.zoomized.is-active .fa-search-plus:before{
    content: "\f00d";
}
.zoomized.is-active button {
    color: #000;
    background-color: #fff;
    border-color: #fff;
}
.select-lock-type .select-lock:hover {
    background-color: #002d72;
    color: #fff;
    border-color:#002d72;
}
.select-lock-type .select-lock:hover .select__lock__title h2 {
    color: #fff;
}
.alert.alert-danger.alert-dismissable.alert-sticky, .alert.alert-danger.alert-sticky {
    position: fixed;
    z-index: 9999;
    right: 30px;
    bottom: 40%;
    padding:0;
    left: 50%;
    margin-left: -250px;
}
.social_finish_btn .btn.btn-info {
    line-height: 45px;
    padding: 0 10px;
}
.alert-sticky ul,
.alert-dismissable ul {
    text-align: left;
}
.alert-sticky ul li,
.alert-dismissable ul li {
    padding: 5px;
}
.alert-sticky .close, .alert-dismissable .close {
    position: absolute;
    opacity: 1;
    background-color: #d00;
    width: 28px; 
    border-radius: 50%;
    color: #fff;
    text-shadow: none;
    display: inline-block;
    height: 28px;
    font-size: 20px;
    top: 5px;
    right: 5px;
    margin:0;
    text-align: center;
    line-height: 28px !important;
}
body .modal .alert .close {
    line-height: 22px  !important;
}
.alert {
    background-color: #fff;
    bottom: 0;
}
.alert-danger {
    box-shadow: 0 0 0 2px #d00;
}
.alert-sticky {
    position: fixed;
    z-index: 999;
    right: 5%;
    bottom: 0px;
    max-width: 90%;
}
.alert-sticky{ animation: move_to_top 1s; }
@keyframes move_to_top { 0% { bottom: -10vh; } 50% { bottom: 50%; } 100% { bottom: 40%; } }
@keyframes move_to_top { 0% { bottom: -10vh; } 50% { bottom: 50%; } 100% { bottom: 40%; } }
.lock-setup__img--has-image.show {
    position: absolute;
    top: 2%;
    right: 2%;
    left: 2%;
    width: 96%;
    background-color: #fff;
    height: 90%;
}
.lock-setup__img__preview {
    max-height: 290px;
    overflow: hidden;
}
.lock-setup__img__preview img {
    max-height: 100%;
}
.stopwatch .fa {
    display: none;
}
.stopwatch--10 .stopwatch.l0, .stopwatch--near .stopwatch.r0 {
    color: #fff;
    text-shadow: 1px 1px 0px #000;
}
.stopwatch-area {
    display: block;
    font-size: 34px;
    color: #002d72;
    position: fixed;
    width: 100%;
    left: 0;
    padding: 0;
    height: 30px;
    border: 0;
    bottom: 0;
    z-index:555;
    border-top: 1px solid #333;
    background-color:#fff;
}
#load-bar {
    width: 100%; /* in this case 20% would be the current progress */
    height: 100%;
}
div#load-bar-frame {
    height: 100%;
}
.stopwatch {
    position: absolute;
    top: 1px;
    color: #333;
    font-size: 20px;
}
.stopwatch .fa {
    margin-right: 6px;
}
#search_listing .search_listinner {
    overflow-y: auto; 
    overflow-x: hidden;
    max-height: 200px; 
}
.search_table td img {
    height: 50px;
    width: 50px;    
}
.search_table .title {
    margin: -20px 0px 10px 60px;
}
body .stopwatch {
    width: 100px;
    font-size: 24px;
    line-height: 44px;
    color:#002d72;
    text-shadow: 1px 1px 1px #fff, -1px -1px 1px #fff;
}
div#stopwatch {
    position: absolute;
    top: 0px;
    width: 750px;
    z-index: 90;
    border: 2px solid #002d72;
    height: 50px;
    right: auto;
    left: 50%;
    transform: translate(-50%, -0%);
    border-radius: 0 0 30px 30px;
    overflow: hidden;
    border-top-color: #fff;
}
.play-area .game__prev__locks li:before {
    content: " ";
    background: #002d72;
    width: 10px;
    height: 34px;
    display: block;
    position: absolute;
    left: 0;
    margin-left: 26px;
    top: 0;
    margin-top: -15px;
    z-index: 5;
    border-radius: 0 0 10px 10px;
}
.play-area .game__prev__locks li {
    position: relative;
}
.stopwatch-area+.game__prev__locks {
    margin-top: 30px;
}
.game__prev__locks {
    margin-top: -16px;
}
.stopwatch-area+.game__prev__locks {
   margin-top: 30px;
}
.stopwatch {
    font-size: 30px;
    text-align: center;
    width: 100%;
}
.search_table td a.icon {
    width: 40px;
    overflow: hidden;
    line-height: 40px;
    border-radius: 50%;
    height: 40px;
    display: inline-block;
    float: left;
}
.search_table td .icon img {
    width: 100%;
    height: auto;
}
.search_table td span {
    line-height: 40px;
    display: inline-block;
    margin-left: 15px;
    color: #666;
    float: left;
    width: 80%;
    white-space: nowrap;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
}
.prod__img img {
    min-width: auto;
    min-height: auto;
}
.search_table tr:hover {
    background-color: #1287b4;
}
.search_table tr:hover a {
    color: #fff;
}
.create-mini-game-page .hed.underline h2 {
    margin-top: 0;
}
#share-dialog .modal-body {
    overflow: auto;
}
iframe[id*="oauth2relay"] {
    display: none;
}
.btn-slide .btn-slide__group {
    width: 70px;
    margin-left: -100px;
    z-index: -3;
    position: relative;
    opacity: 0;
    float: left;
}
.btn-slide__group--show .btn-slide__group {
    opacity: 1;
    z-index: 9;
    margin-left: 0;
}
.table-game-list .desc {
    font-size: 24px;
    line-height: 40px;
    cursor: pointer;        
}
.game__list {
    padding-left:30px;
    padding-right:30px;
}
.prod__title h4 {
    overflow: hidden;
    max-width: 240px;
}
.swiper-slide {
    overflow: hidden;
}
div#search_listing {
    position: absolute;
    z-index: 5;
    background-color: #fff;
    margin: 0;
    border-radius: 20px;
    border: 1px solid #c1c1c1;
    width: 97%;
    padding: 10px;
    left: 1.5%;
}
#search_listing .search_listinner table td {
    border-top: 0; 
}
#search_listing .search_listinner table tr+tr td {
    border-top: 1px solid #eee; 
}
.number__select-inr--comb {
    width: 70px;
    height: 70px;
}
.tabs--number__select.tabs--number__select--two .number__select-box {
    width: 65px;
}
.end-screen-social .clr.input-group .input-group-addon> .btn-default,.end-screen-social .clr.input-group .input-group-addon> .btn-default:hover {
    background-color: transparent !important;
    color: #002d72;
}
.game__prev__img__main iframe {
    width: 100%;
    height: auto;
    min-height: inherit;
}
.preloader-area__status {
    text-align: center;
}
.preloader-area {
    text-align: center;
}
.feat__title h4 {
    overflow: hidden;
    padding-right: 2px;
}
/*.subj-box {
    width: 100%;
}*/
.game__prev__inr {
    margin-bottom: 30px;
    float: left;
    width: 100%;
}
body .modal .close {
    line-height: 38px;
    text-align: center;
}
.collapse.in {
    height: auto !important;
}
.number__select-inr:hover {
    border-color: #ccc;
}
.number__select-inr:hover a{ 
    color: #ccc; 
}
.game__prev__img__main {
    overflow: hidden;
}
body .lock-setup__img--inr {
    position: relative;
}
.w65 {
    width:65%;
}
.lock-setup__img--file input {
    background: aliceblue;
    opacity: 0;
    height: 100%;
    bottom: 0px;
}
.lock-setup__img--file {
    position: static;
}
.next-prev-step {
    padding-top: 15px;
}
.alert-sticky {
    padding-right: 40px;
}
div#loader {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 555;
    padding-top: 40vh;
    background-color: rgba(255,255,255,.8);
    width: 100%;
    height: 100vh;
}
.library-page .alert {
    margin-bottom: 0;
}
.breadcrumb {white-space: nowrap;overflow: auto;float: right;width: 100%;}
.fade-corner{ position: relative; }
.fade-corner:after,
.fade-corner:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 32px;
    top:0;
}
.fade-corner--right:after {
    box-shadow: -30px 0px 30px 0px #eee inset;
    right: 0;
}
.fade-corner--left:before {
    box-shadow: 30px 0px 30px 0px #eee inset;
    left: 0;
}
section.inr-intro-area {
    padding-top: 30px;
}
body .page__title {
    margin-bottom: 0;
}
body .page__title h2 {
    font-size: 20px;
}
.select-lock--iconic .tabs--number__select.tabs--number__select--two .number__select-box i {
    left: 20px;
    top: 20px;
}
.access-resrc-btn a span {
    background-color: #000;
    width: 100%;
    border-radius: 5px;
    box-shadow: 0 0 0 4px #fff, 0 0 0 6px #39c;
    font-size: 22px;
    font-weight: 300;
    display: block;
    text-transform: uppercase;
    padding: 10px;
}
.hdr-white {
    background-image: none;
    border-bottom:1px solid #eee;
}
.hdr-white .navbar-main li a,.hdr-area .navbar-main li a:hover {
    color: #777;
    font-weight: 300;
}
.hdr-white .navbar-nav>li>.dropdown-menu li a {
    font-size: 16px;
    font-weight: 300;
    color: #777;
}
body .form-control:focus {
    box-shadow: none;
    outline: none;
    color:#555 !important;
}
.game__prev__locks ul li.active a {
    position: relative;
    display: inline-block;
}
.game__prev__locks ul li.active a:after {
    content: "";
    display: block;
    height: 5px;
    background-color: #39c;
    margin-top: 10px;
    position: absolute;
    width: 100%;
}
.mix-icons {
    width: 280px;
    margin: 0 auto 15px;
}
.embed-area {
    padding-top: 15px;
}
.subjects__subcategory {
    padding-left: 20px;
}
.filters__box{
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
}
label[for="prek"] {
    text-shadow: 0 0 0 #000;
    font-size: 17px;
}
#gridized div {
    height: 10px !important;
    background-color: #eee;
}
#gridized div.col-sm-1 div {
    background: #f7f7f7;
}
#gridized .col-sm-1:after,#gridized .col-sm-1:before,
#gridized .col-sm-1 div:after,#gridized .col-sm-1 div:before {
    content: "";
    background: #ccc;
    height: 100vh;
    position: absolute;
    display: block;
    width: 1px;
    left: 15px;
    z-index: 444;
}
#gridized .col-sm-1 div{ position:relative; }
#gridized .col-sm-1 div:after {
    left: auto;
    right:0;
}
#gridized .col-sm-1 div:before {
    right: -15px;
    left: auto;
}
#gridized .col-sm-1:after { left: -1px; }
#gridized .col-sm-1:before { left: 15px; }
#gridized {
    position: fixed;
    z-index: 999;
    top: 0;
    width: 100%;
    height: 0vh;
}
.subj__inr:hover .subj__title {
    width: 100%;
    border-radius: 0;
    margin-top: 0px;
    height:100%;
    transition: all 0.3s ease 0s !important;
    -webkit-transition: all 0.3s ease 0s !important;
}
.subj__title h4 {
    white-space: inherit;
    width: 100%;
    max-width: inherit;
}
.feat__inr:hover .feat__bar ul li {
    height: 100%;
    line-height: 13em;
    display: block;
}
.feat__inr:hover .feat__bar {
    position: absolute;
    width: 100%;
    left: 0;
    height: 100%; 
    bottom:0;
}
.feat__inr {
    position: relative;
    overflow: hidden;
    border-radius: 4px;
}
.feat__inr:hover .feat__bar li {
    height: 110%;
}
body .nav>li>a:hover, .nav>li>a:focus, body .navbar-default .navbar-nav > .open > a, body .navbar-default .navbar-nav > .open > a:hover, body .navbar-default .navbar-nav > .open > a:focus {
    color: #333;
}
.login-page .logo a {
    display: block;
    margin: 0 auto;
}
.inr__signup__form__title h3 {
    margin-top: 10px;
}
.feat__bar li a {
    display: block;
}
.bg-lock {
    background-image: url('images/lock-bg.jpg');
}
.end-screen-box.bg-lock {
    min-height: 240px;
    border: 2px solid #002d72;
}
.end-screen-box .hd h3 {
    font-size: 40px;
    text-shadow: 0 0 20px #000;
    text-transform: uppercase;
}
.mix-icons {
    width: 230px;
    margin-right: 20px;
    margin-top: 65px;
}
.end-screen-box {
    padding-bottom: 30px;
    overflow: hidden;
}
.end-screen-box.bg-lock .mix-icons {
    position: absolute;
    right: 15px;
    bottom: 5px;
}
.end-screen-box.bg-lock {
    position: relative;
}
#embedModal .form-control {
    height: 150px;
}
#embedModal .clr.input-group .input-group-addon>* {
    height: 148px;
}
.alert__icon span {
    background-color: transparent;
    width: 40px;
    height: 40px;
    display: inline-block;
    border-radius: 50%;
    margin: 5px auto;
    border: 2px solid #fff;
    background-image: url(images/alert__icon.png);
    background-size: 22px;
    background-repeat: no-repeat;
    background-position: center 4px;
}
.alert-success  .alert__icon span{
    background-image: url(images/alert__icon-open.png); 
}
.alert-sticky .close, .alert-dismissable .close {
    top: 10px;
    right: 10px;
    background-color: #fff;
    color: #d00;
}
.alert__icon {
    height: 50px;
    text-align: center;
}
.alert-success .alert__icon {
    background-color: #61d836;
}
.alert-danger .alert__icon {
    background-color: #d00;
}
.alert {
    padding: 0;
    border-radius: 0;
    border: 0;
    box-shadow: none;
}
.alert .cont ul {
    min-height: 50px;
    line-height: 40px;
    padding-left: 10px;
    padding-right: 50px;
    font-size: 20px;
    background-color: #002d72;
    color: #fff;
}
body .alert-sticky {
    width: 500px;
    left: 50%;
    margin-left: -250px;
    bottom: 40%;
}
.fixed-cntr{
    position: fixed;
    right: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
    min-height: 10em;
    max-width:10%;
    top: 5em;
    background-color: blue;
    display:inline-block;
}
table tr.tr__collapse>td {
    padding: 0px;
    border: 0;
}
.alert {
    box-shadow: 0 5px 40px 5px #ccc;

}
body .alert-sticky {
    background-color: #002d72;
    color: #fff;
}
.subj__inr:before {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0,1); 
    transform: scale(0,1);

}
.subj__inr:after {
    -webkit-transform: scale(1,0); 
    transform: scale(1,0);
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
}
.subj__inr:hover:before,
.subj__inr:hover:after {
    -webkit-transform: scale(1); 
    transform: scale(1);
}
.subj__inr:before,
.subj__inr:after {
    transition: all 1s !important;
    content: "";
    position: absolute;
    display: block;
    z-index: 0;
    top: 10px;
    left: 10px;
    bottom: 10px;
    right: 10px;
    z-index: 1;
}
.subj__inr:hover .subj__title a {
    padding-top: 20px;
    padding-left: 30px;
}
.subj__inr:hover .subj__title {
    padding:0;
}
.subj__inr:hover .subj__title {
    background-color: transparent;
    z-index:5;
}
.subj__inr:hover img {
    opacity: .4;
}
.subj__inr:hover .subj__img {
    background-color: #000;
}
.feat-box.swiper-slide {
    height: 180px;
    margin-top: 0px !important;
}
.alert-sticky ul {
    list-style: none;
}
.categories-page .subj__inr {
    position: relative;
}
/* .categories-page .subj-box {
    width: 33.33%;
    margin-bottom: 30px;
    } */
    body.categories-page .subj-main {
        max-height: none;
    }
    .categories-page .subj__games__num {
        text-align: center;
    }
    section.catalist-area {
        border-bottom: 1px solid #ccc;
        background-color: #f7f7f7;
    }
    .catalist-area li a {
        font-size: 21px;
        display: inline-block;
        padding: 5px 10px;
        border-radius: 4px;
        color: #002d72;
    }
    .catalist-area li a .badge {
        font-size: 16px;
        font-weight: 300;
        line-height: 17px;
        background-color: #002d72;
        box-shadow: 0 0 0 2px #fff;
    }
    .prod-area.pt0 {
       padding-top:0 !important; 
   }
   .ofv {
    overflow: visible;
}
.form-control::-webkit-input-placeholder {
    color:#ccc; 
    -webkit-transition: padding 0.5s; 
    transition: 1s;
}
.select-lock--iconic .tabs--number__select.tabs--number__select--two .number__select-inr--comb.has-value i[class*="bg-"] {
    border-color: #0d8bc4 ;
}
.broken-image-default .has-image[class*="__img"] {
    position: relative;
}
.broken-image-default .has-image[class*="__img"] img {
    left: 0;
    right: 0;
    position: absolute;
    top: 0;
    width: 100%;
    transform: translateY(0%) translateX(0%);
    height: 100%;
}
.broken-image-default .has-image[class*="__img"] img:after {
    height: 100%;
    width: 100%;
    content: "\f030";
    font-size: 5em;
    line-height: 2em;
}
.broken-image-default .has-image[class*="__img"] img:before {
    content: "";
}

section.accesscode-fom-area .btn {
    height: 48px;
    line-height: inherit;
}
section.accesscode-fom-area h1 {
    line-height: 48px;
}
section.accesscode-fom-area span.input-group-addon {
    border: 0;
    background-color: transparent;
}
section.accesscode-fom-area {
    border-bottom: 1px solid #eee;
    margin-bottom: 15px;
}
section.accesscode-fom-area .form-group {
    margin-bottom: 0;
}
.access__cont {
    text-align: center;
}
.access__cont h4 {
    font-size: 28px;
    font-weight: 300;
    color: #002d72;
}
.access__code__box__cont h3{
    margin:10px 0 5px 0;
}
.access__cont h1 {
    font-size: 48px;
    margin: 0;
}
.access__img {
    text-align: center;
    margin-bottom:30px;
}
.access-btn {
    margin: 30px 5px;
    float: none;
    width: 470px;
    font-size: 28px;
    font-weight: 400;
    padding: 15px;
    display: inline-block;
}
@-moz-keyframes jelly {  from { transform: scale(1, 1);  }
30% { transform: scale(1.25, 0.75);  }
40% {    transform: scale(0.75, 1.25);  }
50% {    transform: scale(1.15, 0.85);  }
65% {    transform: scale(0.95, 1.05);  }
75% {    transform: scale(1.05, 0.95);  }
to {    transform: scale(1, 1);  }
}
@-webkit-keyframes jelly {  from {    transform: scale(1, 1);  }
30% {    transform: scale(1.25, 0.75);  }
40% {    transform: scale(0.75, 1.25);  }
50% {    transform: scale(1.15, 0.85);  }
65% {    transform: scale(0.95, 1.05);  }
75% {    transform: scale(1.05, 0.95);  }
to {    transform: scale(1, 1);  }
}
@-o-keyframes jelly {  from {    transform: scale(1, 1);  }
30% {    transform: scale(1.25, 0.75);  }
40% {    transform: scale(0.75, 1.25);  }
50% {    transform: scale(1.15, 0.85);  }
65% {    transform: scale(0.95, 1.05);  }
75% {    transform: scale(1.05, 0.95);  }
to {    transform: scale(1, 1);  }
}
@keyframes jelly {  from {    transform: scale(1, 1);  }
30% {    transform: scale(1.25, 0.75);  }
40% {    transform: scale(0.75, 1.25);  }
50% {    transform: scale(1.15, 0.85);  }
65% {    transform: scale(0.95, 1.05);  }
75% {    transform: scale(1.05, 0.95);  }
to {    transform: scale(1, 1);  }
}
#share-dialog .modal-body {
    overflow: hidden;
}
[class*="count-child-total-"] > div { 
    float:left; 
    margin: 0 0.5%;
}
.count-child-total-1 > div{ width:100%;}
.count-child-total-2 > div{ width:49%;}
.count-child-total-3 > div{ width:32.333%;}
.count-child-total-4 > div{ width:24%;}
.count-child-total-5 > div { width: 19%; }
.count-child-total-5 > div a {font-size: 0.75em;}
div#endScreenBreakout {
    border: none;
}
.preloader { display: none; }
.ajax--loading .preloader { display: block; }
.ajax--loading .preloader #preloader__status { display: block !important; }
body .alert {
    box-shadow: none;
}
.btns-xs .btn-small, .btn-xs {
    border: 0;
    padding: 5px 8px;
}
.overlay {
    position: relative;
}
.overlay .feat__title, .overlay .subj__title {
    background-color: #777;
    margin: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 77;
    border-radius: 4px;
    text-indent: -999px;
}
.game-paid .prod__img {
    background-color: #333;
}
.game-paid .prod__img img {
    opacity: 0.2;
}
.breakout.active .lock-setup__icon i.fa.has-image img, .def.active .lock-setup__icon i.fa.has-image img { 
    margin-top:-105px; 
    transition: all 0s !important;
}
.lock-setup__icon i.fa.has-image {
    height: 80px;
    overflow: hidden;
    position: relative;
}
.lock-setup__icon i.fa.has-image img {
    transition: all 0s !important;
}
body .btn-download {
    line-height: 24px;
}
.endScreen[data-id="breakout"] .lock-setup__title h2 {
    font-size: 20px;
    margin-bottom: 0;
    margin-top: 5px;
}
.clr.input-group .input-group-addon.addon-2 .btn {
    width: 88px;
    height: 46px;
    line-height: 46px;
    min-width: auto;
}
.lock-setup__img--file input {
    cursor: pointer;
}
.category-page .subj__games__num {
    position: relative !important;
}
section.prod-bnr-area {
    position: relative;
    z-index: 0;
}
section.prod-bnr-area:before {
    content: "";
    background-color: #0d8bc4;
    height: 100%;
    width: 100%;
    opacity: .6;
    display: block;
    top: 0;
    z-index: -2;
    position: absolute;
    left: 0;
    right: 0;
}
.singup__classroom div {
    background: yellow !important;
    padding: 10px !important;
    position: absolute;
    top: 0;
    width: 100% !important;
    height: 100% !important;
    opacity: 0;
}
.singup__classroom {
    position: relative;
}
body .bdr-pro {
    border: 2px solid #0d8bc4;
    min-height: 100px;
    border-radius: 5px;
}
body .end-screen__inr .form-control:focus {
    color: #fff !important;
}
.tag__free {
    background-color: #fff;
    color: #002d72;
    font-weight: 600;
    border: 2px solid #002d72;
    border-radius: 4px;
    padding: 0px 10px;
    line-height: 30px;
    position: absolute;
    z-index: 2;
    margin: 10px;
}
.game-paid .tag__free{
    display: block;
}
.play-area .letter-lock-error ul li{
    width: 100%;
}
.hdr--sticky{
    height: 110px;
}
.feat__img img{
    max-width: 100%;
    height: 180px;
    width: 100%;
}
.subj-item{
    margin-bottom: 20px;
    margin-top: 20px;
}
.secondary-nav ul li a{
    color: #fff;
}
.game__prev__locks ul.sortable li a{
    cursor: move;
}
.game__prev__locks ul {
    margin-top: 15px;
    padding-bottom: 5px;
}
.embed-page .game-preview-area { 
    position: absolute;
    top: 340px;
}
.embed-area.embed-page .game-preview-area { 
    top: 80px;
    width: 100%;
}
.images-size{
    padding-top: 15px;
    display: inline-block;
    font-size: 20px;
}
.end-screen__inr p a {
    text-decoration: underline;
    text-align: center;
}
.prod__title a h5 {
    color: #fff;
    font-size: 15px;
    margin-top: 0px;
    max-width: 320px;
    overflow: hidden;
}
.vid-ques__inr p, .img-story__inr p, .img-lock__inr p{
    font-size: 16px;
}
.accesscode-fom .input-group{
    margin: 0 auto;
}
.subj__filter {
    padding: 10px 0;
}
.subj__filter button.filter_submit{
    background-color:  transparent;
    border: 1px solid #ccc;
    border-radius:  50px;
    line-height:  46px;
    width: 100%;
    color: #9b9b9b;
    font-weight: 300;
    font-size: 18px;
    outline: none;
}
.subj__filter button.filter_submit:hover{
    border: 1px solid #002d72;
}
.filters__column input[type=checkbox]{
    width: 100%;
    height: 100%;
    margin: 0;
}
.filters__column .is-active{
    display: inline-block;
}
.filters__column .fnc__checkbox {
    height: 20px;
    width: 20px;
    border: 2px solid #ccc;
    display: inline-block;
    border-radius: 2px;
    top: 8px;
    position: absolute;
    z-index: 2;
}
.filters__column .fnc__checkbox.is-active:before {
    content: "\f00c";
    color: #fff;
    text-align: center;
    line-height: 17px;
    font-family: "FontAwesome";
    box-shadow: 0 0 0 30px #002d72 inset;
    font-size: 0.8em;
}
.filters__column .fnc__checkbox.is-active{
    border: 2px solid #002d72;
}
.filters__column .form-inline{
    padding: 7px 0;
    position: relative;
}
.filters__column .form-inline label {
    padding-left: 25px;
    font-size: 15px;
    font-weight: 300;
}
.filters__subjects--column .well {
    background-color: transparent;
    border: none;
    box-shadow: none;
    padding: 0 10px;
}
.filters__column {
    padding: 0;
}
.filters__column--mid {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
.filters__column:last-child{
    border-right:0;
}
.filters__hed {
    border-bottom: 1px solid #ccc;
    padding: 0 15px;
}
.filters__grade, .filters__type{
    padding:0 15px;
}
.subj__filter button i{
    color: #002d72;
    padding-right: 10px;
}
.inner__styling h2{
    text-align: center;
    color: #002d72;
    font-size: 36px !important;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.inner__styling h2:after {
    content: "";
    display: block;
    height: 2px;
    background-color: #d3d3d3;
    width: 75px;
    margin: 12px auto 0;
}
.inner__styling p{ 
    font-weight: 300;
    font-size: 16px;
}
.bk-btn{
    width: 47% !important;
    display: inline-block;
    float: left;
    margin: 0 3%;
    margin-right: 0;
}


.search{    
    background-color: #002d72 !important;
    color: #fff !important;
    border: 1px solid #002d72 !important;
}
.subj__filter button.search i {
    color: #fff ;
    padding-right: 10px;
}
.select-lock__tabs .close_new {
    opacity:  0;
}
.select-lock__tabs .close_new:hover ,.select-lock__tabs .close_new:focus {
    color:  #fff;
}
.close_new {
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    padding: 5px;
    float: right;
    width: 25px;
    border:0;
    box-shadow:none;
    line-height: 0.7;
    height: 25px;
    background: #002d72;
    z-index:99;
}
.breakout_tag {
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 10px;
    min-height: 105px;
    text-align:  center;
    max-height: 100%;
    margin-bottom: 30px;
}
.breakout_tag .full_view .btn.btn-default:hover , .breakout_tag .full_view .btn.btn-default {
    background: #eee;
    color: #002d72;
    border:  0;
    height: 47px;
    line-height: 41px;
    padding: 0;
    min-width: auto;
    width: 100%;
}
.breakout_tag .download_qr .btn.btn-default:hover, .breakout_tag .download_qr .btn.btn-default {
    background: #eee;
    color: #002d72;
    border: 0;
    height: 47px;
    line-height: 45px;
    margin: 0;
    font-size: 14px;
    padding: 0;
    min-width: auto;
    width: 100%;
}
.qr_img img{
    width : 60%;
}
.signup__type .btn {
    padding: 0;
    border: 0;
    background-color: #fff;
    color: #666;
    border: 1px solid #777;
}
.signup__type .btn input {
    position: absolute;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    opacity:0;
    top:0;
}
.signup__type .btn [type="radio"]:checked + label {
    background: #777;
    width: 100%;
    height: 100%;
    border-radius:0;
    float:left;
    color:#fff

}
.signup__type .btn [type="radio"] ~ label {
    margin-bottom: 0;
    line-height: 48px;
    border-radius: 4px !important;
}
.signup__type .btn {
    padding: 0;
    border: 0;
    background-color: #eee;
    color: #666;
}
#signupModel[data-type="student"] .col-sm-4.--name {
    width: 50%;
}
[class="btn-col-"] .btn{
    float: left;
    margin: 0 1%;
}
.btn-col-2 .btn {
    width: 48%;
}
.btns-xs .btn-small, .btn.btn-xs {
    font-size: 12px;
    height: 26px;
    padding: 0;
    line-height: 24px;
    border: 1px solid;
    padding-left: 4px;
    padding-right: 4px;
    margin-right: 2px;
    border-radius:4px;
}
.btn.btn-xs{  
    min-width: 110px; 
}
.btns-xs.btn-slide td .desc, .btn-slide td .desc {
    font-size: 18px;
    color: #002d72;
    height: auto;
    line-height: 26px;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 300px;
    display: inline-block;
    overflow: hidden;
    text-decoration: underline;
}
.bs40 {
    box-shadow: 0 0 40px #eee;
}
.login__img {
    background: #002d72;
    height: 290px;
    padding: 15px;
    padding-top: 80px;
}
.login__img h2 {
    font-size: 18px;
    font-weight: 300;
    margin: 50px auto;
    color: #fff;
    display: block;
    float: left;
    width: 100%;
}
.login-box__img {
    background-color: #fff;
    border-right: 1px solid #ddd;
}
.login-box.--student {
    border: 1px solid #ddd;
    padding: 30px;
}
.bdr2{
    border: 2px solid #002d72;
    border-radius: 5px;
}
.table-blue th+th { 
    border-left: 0px solid #267ca2;  
}
.table-blue td .collapse {
    background: #f7f7f7;
    padding: 30px;
}
.table-blue th{
    font-size: 18px;
    font-weight: 300;
}
.table-blue thead {
    background: #002d72;
    color: #fff;
}
.student__notifi ul li .fa {
    width: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 4px;
    box-shadow: 0 0 0 1px #fff inset;
    height: 42px;
    margin-right: 10px;
    font-size: 19px;
}
.student__notifi ul li.seen .fa {
    color: #2723248a;
    border: 2px solid #2723248a;
}
.student__notifi ul li.unseen .fa {
    color: #0d8bc4;
    border: 2px solid #0d8bc4;
}
.student__notifi ul li .desc {
    margin-bottom: 14px;
    line-height: 20px;
    display: inline-block;
}
.w52 {
    width: 52%;
}
.mw300{
    max-width: 300px !important;
}
.mw180{
    max-width: 180px !important;
}
.mw200{
    max-width: 200px !important;
}
.w15 {width:15%;}
.w18 {width:18%;}
.w21 {width:21%;}
.panel-note {
    background-color: #f7f7f7;
    padding: 10px;
    border:1px solid #eee;
    border-top:2px solid #39c;
    border-radius:0;
}
.btn-outline, .btn-outline:focus, .btn-outline:hover {
    border-color: 1px solid;
    background-color: transparent;
}
.btn-outline.btn-danger {
    color: #d00;
    border-radius: 3px;
    height: 47px;
    line-height: 36px;
}
body .btn-sm {
    line-height: 28px; 
}
.feat__bar.list-col-3 li {
    width: 33.33%;
}
#assignGame .fnc__checkbox {
    display: inline-block;
    float:left;
    margin-right:10px;
}
#assignGame .fnc__checkbox~label{
    font-size: 18px;
    margin-bottom: 0;
    float: left;
}
#assignGame .listview ul li {
    width: 100%;
    float: left;
    margin-bottom: 15px;
}
.dash__tabs .nav li .badge {
    background-color:#2da92e;
    border-radius:50%;
    height:30px;
    width:30px; 
    line-height:2em;
    float:right;
}
#assignGameModal .fnc__checkbox {
    float: left;
    margin-right: 15px;
}
#assignGameModal .fnc__checkbox.is-radio {
    margin-right: 10px;
}
.fnc__checkbox.is-radio.is-active:before {
    line-height: 23px;
}
.fnc__checkbox.is-radio:before {
    font-size: 10px;
}
#assignGameModal .list li {
    margin-bottom: 15px;
}
a.confirm-delete {
    min-width: 64px;
}
.my-classes-page .alert.alert-danger { 
    text-align: center; 
    margin-bottom: 0;
    padding: 15px; 
}
body.digital-game-finish-page .end-screen__inr .form-control:focus { 
    color: #000 !important; 
} 
body.digital-game-finish-page #message_summary { 
    color: #fff; 
    font-size: 20px; 
    margin-bottom: 15px; 
}
.maxh-400 {
    max-height: 400px;
    overflow: auto;
    padding: 2px;
}
#signUpStepModal .nav-tabs>li mark {
    background-color: #eee;
    border-radius: 5px;
    text-align: center;
    width: 50px;
    line-height: 30px;
    font-size: 18px;
    height: 40px;
    display: block;
    margin:0 auto;
}
#signUpStepModal .nav-tabs>li span {
    display: block;
    text-align: center;
    color: #666;
}
#signUpStepModal .nav-tabs>li.active>a>mark {
    background: #002d72;
    color: #fff;
}
#signUpStepModal .nav-tabs>li {
    width: 25%;
    text-align: center;
    
}
.db {
    display: block;
}
#signUpStepModal .nav-tabs>li>a {
    padding: 0;
    border: 0;
}
#signUpStepModal ul.nav.nav-tabs {
    border-bottom: 1px solid #ccc !important;
    padding-bottom: 5px;
    margin-bottom: 15px;
    margin-left: -15px;
    margin-right: -15px;
}
/*End*/
.nav-tabs.disable-click {
    position: relative;
}
.nav-tabs.disable-click:before {
    content: " ";
    position: absolute;
    z-index: 4;
    height: 100%;
    display: block;
    width: 100%;
}
.table-blue td .collapse.game_table_collapse {
    padding: 0;
}
.table.table-blue td .game_table_collapse thead {
    color: #333;
    background: transparent;
}    
.table.table-blue td .game_table_collapse thead th {
    font-size: 15px;
    font-weight: 400;
}
.teacher_review_games_search .form-group {
    display: inline-block;
}
.teacher_review_games_search {
    padding: 10px 15px 0 15px;
}
.teacher_review_games_search .form-group .btn.btn-primary {
    height: 40px;
    line-height: initial;
    margin-top: -4px;
    min-width: 110px;
}
.teacher_review_games_search .form-group input {
    height: 40px;
}
#signUpStepModal .nav-tabs>li.active>a>mark {
    background: #fff;
    box-shadow: 0px 0px 0px 4px #002d72;
}
#signUpStepModal ul.nav.nav-tabs {
    margin-bottom:  30px;
    border-bottom: 0 !important;
}
#signUpStepModal .nav-tabs>li mark {
    box-shadow: 0px 0px 0px 4px #002d72;
    border-radius: 50px;
    width: 100px;
    height: 100px;
    overflow: hidden;
    background-color: #002d72;
}
#signUpStepModal .nav-tabs>li.active>a>mark>img {
    margin-top: -77px;
    width:auto;
    height:auto;
}
#signUpStepModal .nav-tabs>li mark>img {
    margin-top:  5px;
}
#signUpStepModal .nav-tabs>li>a>::after {
    content:  "";
    width: 70px;
    height:  2px;
    right: -36px;
    top: 45px;
    border: 1px solid #ddd;
    position: absolute;
    z-index: 9;
}
#signUpStepModal .nav-tabs>li:last-child>a>::after {
    content:  none;
}
#signUpStepModal .nav-tabs>li>a>span {
    color: #002d72;
    font-size: 18px;
    margin: 15px 0 0 5px;
    display: none;
}
#signUpStepModal .nav-tabs>li.active>a>span {
    display: block;
}
.student-page.joined-page .game-preview-box {
    margin-top: 20px;
}
.student-page.joined-page .game-preview-box p {
    margin-bottom: 30px;
    font-size: 18px;
}
.join-class-page button#join, .class__confirm .btn.btn-default {
    height: 53px;
    line-height: 37px;
    min-width: auto;
    border-radius: 4px;
}
.btn.btn-xs.play_stdnt {
    min-width: 80px;
}
.join-class-success-page .game-preview-box p {
    margin-bottom: 30px;
}
.join-class-success-page .game-preview-box {
    margin-top: 20px;
}
.digital-game-finish-page .end-screen-social textarea.form-control {
    background: #fff;
}
/*.my-classes-page .btn_wrap .btn , .class-page.games-page .game-preview-box .alert.alert-danger .btn {
    height:  40px;
    font-size:  18px;
    line-height: 0;
    padding: 0 20px;
    min-width: auto;
    }*/

    #signUpStepModal .nav-tabs>li.active~li mark {
        background: #ccc;
        box-shadow: 0px 0px 0px 4px #ccc;
    }
    .btn-green {
        color: #4cae4c;
        background: transparent;
        border: 2px solid #4cae4c;
    }
    .btn-green:hover {
        background: #4cae4c;
        color: #fff;
        border-color:#4cae4c;
    }
    .game-preview-box .btn.download_instr {
        height: 35px;
        float: right;
        line-height: 20px;
    }
    .dash__lft .nav .fa.fa-my-class {
        width: 32px;
        height: 32px;
        overflow:  hidden;
    }
    .dash__lft .dash__tabs .nav li a span.cont {
        position:  relative;
        top: -10px;
    }
    .dash__lft .dash__tabs .nav li a, .dash__lft .dash__tabs .nav li.active a {
       line-height: 0;
   }
   .dash__tabs .nav li.active a img, .dash__tabs .nav li a:hover img {
    margin-top: -34px;
}
.dash__tabs .nav li .badge {
    background: #002d72;
    border: 2px solid #fff;
    box-shadow: 0 0 0 2px #002d72;
    line-height:  19px;
    margin-right: 0px;
}
.dash__tabs .nav li a:hover .badge , .dash__tabs .nav li.active .badge {
    background: #fff;
    color:#002d72;
    border: 2px solid #002d72;
    box-shadow: 0 0 0 2px #fff;
}
.manage_game_title h3 {
    font-size: 24px;
    margin: 10px 8px;
    color:  #323232;
}
.btn.btn-primary.btn-download {
    border-radius:  4px;
}
.class-students-page .btn-download, .submitted-game-page .btn-download {
    height: 26px;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 2px;
    border-radius: 4px;
}
.class-students-page .btn-download.btn-sty, .submitted-game-page .btn-download{
    height: 30px;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 2px;
    top: 31px;
    right: 23px;
}
.btn.mw_auto {
    min-width:  auto;
}
.btn-equ {
    text-align:center;
}
.btn-equ .btn {
    min-width: 49%;
    width: 49%;
    float:left;
}
.btn-equ .btn:first-child {
    margin-right: 7px;
}
.btn.h48 {
    height:  48px;
}
.hdr-area .navbar-main li a .badge {
    background-color: #39c;
    border-radius: 50%;
    min-width: 22px;
    height: 22px;
    line-height: 16px;
    position: absolute;
    right: -4px;
    top: -4px;
    font-weight: 400;
    font-size: 12px;
}
.classes-page .game__prev__inr00.bdr2 .alert p {clear: both;float: left;width: 100%;padding: 15px;text-align: center;}
.classes-page .game__prev__inr00.bdr2 .alert {text-align: center;}
.classes-page .game__prev__inr00.bdr2 .alert .btn {float: none;}
.form-group.form_pswd_am input {
    height:  45px;
}
.form-group.form_stud_am button, .form-group.form_stud_am1 button {
    font-size: 16px;
}
.form-group.form_stud_am1 {
    margin-top:  26px;
}
.w43 {
    width: 43%;
}
.w35 {
    width: 35%;
}
.w62 {
    width: 62%;
}
.fa.fa_my_per img {
    width: 22px;
    padding-right: 3px;
    position:  relative;
}
.fa.fa_my_per {
    width: 17px;
    position:  relative;
    height: 14px;
    overflow:  hidden;
    top: 2px;
}
.btn.btn-default:hover .fa.fa_my_per img, .btn.btn-default:focus .fa.fa_my_per img {
    margin-top: -16px;
}
.fa.fa_my_copy img {
    width: 18px;
    padding-right: 0px;
    position: relative;
}
.fa.fa_my_copy {
    width: 20px;
    position: relative;
    height: 14px;
    overflow: hidden;
    top: 2px;
}
.btn.btn-default:hover .fa.fa_my_copy img {
    margin-top: -21px;
}
.download_wrapper {
    position:  relative;
}
.download_wrapper a {
    position:  absolute;
    right: 7px;
    bottom: 0;
}
.btn.btn-grey {
    background: #979696;
    color:  #fff;
    border: 1px solid #979696;
    cursor: text;
}
.game__prev__inr0.bdr2 .pagination, .game__prev__inr00.bdr2 .pagination{
    width:  100%;
    margin:10px 0;
    margin-bottom:10px;
    padding: 0;
    text-align: left;
}
.download-wrapper {
    position:  relative;
}
.download-wrapper a {
    position:  absolute;
    right: 23px;
    top: 30px;
}
.padng0 {
    padding: 0 !important;
}
.table.table-game-list__inr {
    border-bottom: 2px solid #3ba4d4;
    max-height: 270px;
    overflow:  auto;
}
.gamecreated {
    font-size:  20px;
    border: 0 !important;
    padding-bottom:0 !important;
}
.gamejoined {
    font-size: 13px;
    padding-top: 0 !important;
    border: 0 !important;
    float: right;
    font-weight: 300;
    font-style: italic;
}
.table.table-students.table-game-list tr:last-child .table.table-game-list__inr {
    border: 0;
}
.student__notifi .notify_hdng {
    background-color: #f6f7f9;
    color: #90949c;
    font-size: 11px;
    font-weight: 500;
    padding: 8px 15px;
    display:  block;
}
.student__notifi {
    padding: 0;
}
.student__notifi .unseen {
    color: #1d2129;
    background-color: #edf2fa;
    padding: 10px 30px 10px 15px;
}
.student__notifi .seen {
    padding: 10px 30px 10px 15px;
}
.notifications-page .pagination {
    width: 100%;
    text-align: left;
    margin: 0;
    margin-top:10px;
    margin-bottom: 10px;
}
.student__notifi ul li .desc {
    margin-bottom: 0;
}
.student__notifi ul li.seen .desc a {
    color: #8a8888;
    font-size:16px;
}
.student__notifi ul li.unseen a {
    font-size:16px;
}
.student__notifi .seen:hover {
    background: #f6f7f985;
}
.student__notifi .unseen:hover {
    background: #edf2fac9;
}
.student__notifi .unseen:hover a {
    color: #002d72;
}
.btn-group.btn-slide__group a {
    margin-top: 0;
}
.no-cursor {
    pointer-events: none;
}
.btn.btn-primary.btn-xs {
    line-height: 24px;
    border-radius: 4px;
}
.singup__classroom div{
    -webkit-transform: scale(5) !important;
    -moz-transform: scale(5) !important;
    -ms-transform: scale(5)!important;
    -o-transform: scale(5) !important;
    transform: scale(5) !important;
    background: purple !important;
    display: block !important;
    z-index:7 !important;
    opacity:0.01 !important;
    margin-left:0px !important;
    overflow:hidden !important;
}
body.home .singup__classroom div , body.home-page .singup__classroom div , body.featured-page .singup__classroom div{
    margin-left:130px !important;
}
body.digital-page .singup__classroom div{
    margin-left:0px !important;
}
.singup__classroom{ 
    overflow:hidden !important;; 
}
.design__course__game {
    padding: 20px 0;
    text-align: center;
    border-radius: 10px;
    border: 5px solid #002d72;
}
.design__course__game h2 {
    color: #002d72;
    font-size: 36px;
    font-weight: 600;
    margin: 0;
    margin-top: 10px;
}
.create__game__box0 , .create__game__box {
    padding:  0;
}
.create__game__box0 a, .create__game__box a {
    padding:  30px;
    display: block;
}
.create__game__box.create__game__new span {
    display: block;
    line-height: 58px;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    border: 2px solid #fff;
    margin: 0 auto;
    text-align: center;
}
.create__game__box.create__game__new a {
    line-height:  0;
    width:  auto;
    height:  auto;
    border:  0;
}
.create__game__box.create__game__new a small {
    font-size: 68px;
    position:  relative;
    top: -2px;
}
.table-students.table-game-list td span.desc {
    text-decoration:  underline;
    font-size: 16px;
    max-width: 140px;
}
.nav-tabs.submitt_game_tab li.active a {
    background: #fbfbfb;
}
.nav-tabs.submitt_game_tab li a h4 {
    font-size: 16px;
    margin:  0;
}
.nav-tabs.submitt_game_tab li a {
    padding:  15px;
}
.nav-tabs.submitt_game_tab {
    margin: 15px 0;
}
.btn_wrap.submitt_game_tab_btn {
    line-height: 63px;
}
.table-game-list.reviewed-table td span.desc {
    font-size: 16px;
}
.table-game-list.reviewed-table th {
    font-size:  16px;
}
.img-tut__lft.course_game_img  .img-tut__img {
    height: auto;
    width: 100%;
    overflow: hidden;
    background: transparent;
}
.img-tut__lft.course_game_img  .img-tut__img img {
    width: auto;
    height: auto;
    opacity: 1;
}
body .course_game_img iframe {
    width:  100% !important;
}
.mt25 {
    margin-top:25px;
}
.video_nt_fnd {
    background: #ccccccb0;
    height: 300px;
    font-size: 25px;
    line-height:  280px;
    text-transform:  capitalize;
}
.img-tut__lft.course_game_img{
    text-align: center;
}
.img-tut__rgt.course_game_des h2 {
    color: #323232;
}
.img-tut__rgt.course_game_des {
    padding-top: 10px;
    max-height: 300px;
    min-height: auto;
    overflow: auto;
}
.img-tut-area.course_game_sec {
    padding: 30px 0;
}
.course_game_video .vid-bnr-area center {
    margin-top: 15px;
}
.access-resrc-btn.my_access_resrc {
    float: left;
}
.access-resrc-btn.my_access_resrc a {
    display: block;
}
.access-resrc-btn.my_access_resrc a span {
    background: transparent;
    color: #358fc3;
    font-weight: 600;
}
.access-resrc-btn.my_access_resrc a span:hover {
    background: #358fc3;
    color: #fff;
}
section.my_crt_game_stp .img-story__inr {
    padding-left: 30px;
}
span.desc1 {
    height: 40px !important;
    font-size: 18px;
    overflow: hidden;
    display: block;
    text-decoration: inherit;
    color: #002d72;
    line-height: 40px;
    cursor: pointer;
    text-decoration:  underline;
}
.games-page  .game-preview-box {
    margin-top:  15px;
}
.breadcrumb .beta-tag {
    position:  relative;
    margin-top:  -3px;
    margin-left:  5px;
}
.dropdown-menu .beta-tag {
    margin-top: -2px;
}
.my_cmnt_div {
    padding: 0 0 15px 10px;
}
.dash__lft .dash__tabs .nav li:last-child a small {
    margin-left:  47px;
    top: 9px;
    font-size:  16px;
    position:  relative;
}
.dash__lft .nav.nav-pills:last-child li a span.cont {
    top: -18px;
}
.img-tut__rgt.tut__btn .btn.btn-default {
    height: 38px;
    line-height: 2px;
    font-size: 16px;
    margin-right: 10px;
    padding: 4px 5px;
}
.img-tut__rgt.tut__btn .fa.fa_my_per {
    width: 23px;
    position: relative;
    height: 23px;
    overflow: hidden;
    top: 4px;
}
.img-tut__rgt.tut__btn .btn.btn-default span {
    position:  relative;
    top: -4px;
}
.img-tut__rgt.tut__btn .btn.btn-default:hover .fa.fa_my_per img {
    margin-top: -23px;
}
.img-tut__rgt.tut__btn .fa.fa_my_per img {
    width: 23px;
    padding-right: 3px;
    position: relative;
}
.access__cont__box__img img {
    width: 220px;
}
.access__code__box__cont p {
    font-size:18px;
    color:#000;
}
.accesscode-page .access-btn {
    padding:  10px;
    font-size:  24px;
    width:  400px;
}
.class-students_submitted-page .btn-download.btn-sty {
    margin-right:  0;
    position:  relative;
    top: 28px;
    right:  15px;
    padding:  0 20px;
}
.profile__dtl--contz h3 {
    margin:  0;
    text-align:  center;
    margin-bottom: 25px;
    font-size:  22px;
    font-weight:  600;
}
.profile__dtl--contz .form-inline .form-group label {
    font-size: 30px;
    margin: 0;
    color: #555;
    font-weight: 500;
    position: relative;
    top: 5px;
    padding-right: 10px;
}
.profile__dtl--contz .form-inline .form-group input {
    height: 47px;
    min-width: 360px;
    text-align: left;
    margin-right: 5px;
    margin-top: -7px;
}
.profile__dtl--contz .form-inline .form-control::-moz-placeholder { text-align:left; }
.profile__dtl--contz .form-inline .form-control:-ms-input-placeholder { text-align:left; }
.profile__dtl--contz .form-inline .form-control::-webkit-input-placeholder { text-align:left; }

.profile__dtl--contz p {
    font-size: 20px;
    text-align: center;
    margin: 15px 0;
}
.profile__dtl--contz .btn_renewal {
    font-size: 20px;
    font-weight: 300;
}
.signup__connect.signup__connect--tags a {
    background: #358fc3;
    color:  #fff;
}
.bottom-area li:nth-child(1), .bottom-area li:nth-child(2) {
    border-right: none;
    margin-right: 0;
    width:55px;
}
html.internet-exp .modal #canvas {
    padding-left:90px;
    padding-top:90px;
}
/* NEW FEATURED STYLE DATED: 13/9/18*/
#assignGameLibraryModal .fnc__checkbox {
    float: left;
    margin-right: 15px;
}
#assignGameLibraryModal .list li {
    margin-bottom: 15px;
}
.modal.game-lib-style .modal-content {
    border:  0;
    border-radius:  0;
    box-shadow: none;
    background:  transparent;
}
.dash__lft .accordion-arr .panel-title a.collapsed:before {
    top: 17px;
    right: 5px;
    color: #002d72;
}
.dash__lft .accordion-arr .panel-title a:before {
    color: #fff;
    top: 17px;
    right: 5px;
}
.dash__lft .accordion-plus .panel-title {
    padding-left:  0;
}
.dash__lft .accordion-plus .panel-title a {
    width:  100%;
    display:  block;
}
.dash__lft .accordion-area .panel-title li a {
    border:  0;
    margin-bottom:  0;
    padding: 10px 15px;
    font-size: 16px;
    font-weight: 500;
}
.dash__lft .accordion-area .nav {
    margin-top:  0;
}
.dash__lft .accordion-area .panel-title li a.collapsed {
    background:transparent;
    color:#002d72;
}
.dash__lft .accordion-area .active .panel-title li a {
    background:#002d72;
    color:#fff;
}
.dash__lft .accordion-area .panel-title {
    margin-top:0;
}
.dash__lft .accordion-area .panel-title li a.collapsed img {
    margin-top:  0px;
}
.dash__lft .accordion-area .panel-title li:hover a.collapsed img, .dash__lft .accordion-area .active .panel-title li a img{
    margin-top: -34px;
}
.dash__lft .accordion-area .panel-title li a:hover::before, .dash__lft .accordion-area .active .panel-title li a:hover::before, .dash__lft .accordion-area .active .panel-title li a::before {
    color: #fff;
}
.dash__lft .accordion-area  .panel-title li a span.cont {
    position:relative;
    top: -10px;
}
.dash__lft .accordion-area .panel.panel-default {
    box-shadow:  none;
    border:  0;
    position: relative;
    border: 2px solid #002d72;
    border-radius:4px;
    margin-bottom: 5px;
}
.dash__lft .accordion-area .panel-title li:hover a.collapsed:before, .dash__lft .accordion-area .active .panel-title li a.collapsed:before {
    color:  #fff;
}
.dash__lft .accordion-area .panel-group {
    margin-bottom:  5px;
}
.dash__lft .accordion-area .panel-title li:hover a {
    background:#002d72;
    color:#fff;
}
/* .dash__lft .accordion-area .nav li:last-child a span.cont {
    top:-10px;
    } */
    .dash__lft.accordion-area .nav li a span.cont_ex small {
       margin-left: 47px;
       top: 10px;
       font-size: 16px;
       position: relative;
   }
   .dash__lft.accordion-area .nav li a span.cont.cont_ex {
       top: -19px;
   }
   .dash__lft .accordion-area .panel-body ul li {
    width:  100%;
    display:  block;
    float:  left;
}
.dash__lft .accordion-area .panel-body ul li a {
    width: 100%;
    display: block;
    color: #002d72;
    font-size: 15px;
    text-align: left;
    font-weight: 300;
    padding-left: 15px;
    line-height: 40px;
    border-bottom: 1px solid #ddd;
}
.dash__lft .accordion-area .panel-body {
    padding:0;
}
.dash__lft .accordion-area .panel-body ul li:last-child a {
    border:  0;
}
.dash__lft .accordion-area .panel-body ul li a:hover {
    background: #eee;
}
.dash__lft .accordion-area .panel-body ul li a.color {
    background: #eee;
}
.loader-wrapper {
    position: fixed; 
    top: 0; 
    left: 0; 
    right: 0; 
    bottom: 0;
    z-index: 9999;
    width:  100%;
    height:  100%;
    background: rgba(0,0,0,.5);
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}
.loader {
    position: absolute; 
    left: 50%; 
    top: 50%;
    width:100px; 
    height:100px;
}
.heading_search_btn {
    padding: 12px 10px;
}
.heading_search_btn h3 {
    display:  inline-block;
    margin:  0;
    float:  left;
    margin-top:  5px;
    padding:  0;
}
.heading_search_btn .form__wrapper {
    float:  right;
}
.heading_search_btn .form__wrapper .form-group {
    margin-bottom:0;
    display:inline-block;
    position: relative;
}
.heading_search_btn .form-group input{
    min-width: 240px;
    height: 40px;
}
.heading_search_btn .form-group.searchby_type {
    float:  right;
    padding-left:20px;
}
.heading_search_btn .form-group.searchby_type select {
    height: 40px;
    font-size:15px;
    font-weight:300;
    color: #9b9b9b;
}
.heading_search_btn .form-group.searchby_type select option {
    font-size:15px;
    font-weight:300;
    color: #9b9b9b;
}
.heading_search_btn form input::-moz-placeholder { font-size: 15px;}
.heading_search_btn form input:-ms-input-placeholder { font-size: 15px; }
.heading_search_btn form input::-webkit-input-placeholder { font-size: 15px;}

.heading_search_btn .form__wrapper .form-group .btn.btn-search {
    position:  absolute;
    right:  0;
    height: 38px;
    line-height: 33px;
    border:  0;
    top: 1px;
    padding:  0 10px;
    color:  #fff;
    background: #002d72;
    min-width: auto;
    border-radius:0;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.heading_search_btn .btn.btn-default {
    height: 38px;
    line-height: 36px;
    margin-top: -3px;
    margin-right: 0;
    padding: 0 10px;
    font-size: 14px;
    color: #fff;
    background: #5bc0de;
    border: 1px solid #5bc0de;
}
.table.table-game-list.table-action td:first-child {
}
/* NEW FEATURED STYLE DATED: 13/9/18*/
.result.collapsed {
    background-color: transparent;
    color: #002d72;
}
.table.table-game-list.table-action td:last-child {
    line-height: 31px;
}
.btn.mr0_imp {
    margin-right:0 !important;
}
.table.action-style th:last-child{
    text-align:center;
}
#save_as_draft_form .form-control {
    height: 48px;
    border-radius: 3px;
}
#save_as_draft_form .select-lock__tabs .form-control, #save_as_draft_form #video.form-control {
    height: auto;
}
.edit-save-btns button:focus {
    outline-color: #21abe0;
}
#endGameScreen .form-control {
    height: 48px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.table.table-game-list td.comment_div {
    border-top: 0;
    background: #eee;
}
.btn.btn-fill {
    font-size: 14px;
    font-weight:  400;
    height:  45px;
    line-height:  30px;
    padding:  0 10px;
    min-width: 120px;
    border-radius:  3px;
}
.table .game_revision_div td , .table .game_review_div td{
    border-top: 0;
}
/* .heading_search_btn .form__wrapper .form-group .btn.btn-search.posrel {
    position:  absolute;
    top: -2px;
    height: 39px;
    border-radius: 3px;
    } */
    .btn.btn-primary.btn-small {
        line-height:  24px;
        padding:  0 5px;
    }
    .btn.btn-primary {
        line-height: 45px;
        padding:  0 10px;
    }
    .table.table-students th.gamecreated {
        background: #4ea9ce;
        color: #fff;
        font-size: 17px;
        padding: 0 10px;
        font-weight: 300;
        line-height: 35px;
    }
    th.gamecreated a {
        font-weight: 500;
        color: #fff;
        border-bottom: 1px solid;
    }
    .table.table-students .table-game-list__inr th {
        background: #f5f5f5;
        font-weight: 500;
        font-size: 16px;
        color:#555;
    }
    .table.table-students .btn-group.btn-slide__group .btn.btn-success {
        line-height: 21px;
        height: 23px;
        font-size: 12px;
        padding: 0;
        margin-top: 2px;
        background: #5cb85c;
    }
    .alert.alert-danger {
        margin: 0;
        padding: 20px 0 20px 0;
        text-align: center;
        font-size:16px;
    }
    .btn.no-cursor, .btn.btn-primary.no-cursor {
       font-size: 11px;
       pointer-events: none;
       color: #fff;
       border-color: transparent;
       padding: 2px 5px;
       line-height: 1;
       height: auto;
       min-width: auto;
   }
   .create_new_class_fom .btn.btn-default {
    line-height: 31px;
}
.table.reviewed-table span.desc0 {
    min-width: auto;
    max-width: 80px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
}
.btns-xs.btn-slide.reviewed-table td .desc {
    max-width: 110px;
}
.breakout_tag ul li {
    width: 38%;
    padding: 18px 5px;
}
.breakout_tag ul li:first-child img {
    width: 80px;
}
.breakout_tag ul li:first-child {
    width: 100px;
    padding:0;
    position: relative;
}
.breakout_tag {
    float:left;
    width: 100%;
}
.modal-qr-img .btn.btn-default {
    line-height: 31px;
}
.collapse.game_table_collapse .table {
    background: transparent;
    margin-bottom:0;
}
.resetpassword-area .btn.btn-warning {
    height: 47px;
    line-height: 33px;
}
.heading_search_btn .form__wrapper .form-group .btn.btn-search.posrel {
    position: relative;
    top: -1px;
}
.edit-class-box .form-group .btn.btn-default {
    height:47px;
    line-height:31px;    
}
a.game-lock-dlt.confirm-delete {
    min-width: 155px;
    line-height: 42px;
    height: 47px;
    border-radius: 4px;
    padding: 0 12px;
}
a.game-lock-dlt.confirm-delete .fa {
    padding-right: 5px;
} 
.table.table-students .btn-group.btn-slide__group .btn.btn-success:hover {
    background-color:#449d44;
    border-color:#449d44;
}
body.modal-open .modal {
    margin-right: 0;
}
.profile__dtl--contz .btn_renewal br {
    display: none;
}
.number__select-box.cols-5 #select-color-white {
    position: relative;
    top: 2px;
}
.table.table-game-list.table-classes-game tbody br {
    display: none;
}
.game-courses-page .prod__title h4 {
    max-width: 270px;
    font-size: 22px;
}
.vid-bnr-area iframe {
    width: 100% !important;
}
span.hide-dsk {
    display: none;
}
.btns-xs.btn-slide.reviewed-table td.btn-slide__group--show .desc {
    max-width:100px;
}
.accesscode-page section.accesscode-fom-area .btn {
    font-size: 18px;
}
td.comment_div {
    line-height: inherit !important;
}
.btn.btn-download-instruct {
    background: #5bc0de;
    opacity: 1;
    border: 1px solid #eee;
    color: #ffff;
    font-size: 18px;
    font-weight: 300;
}
.btn.btn-download-instruct:hover {
    background: #4ac7ec;
}
.heading_search_btn .btn.btn-default.mt0 {
    margin-top: 0;
}
.heading_search_btn .btn.btn-default:hover {
 background: #002d72;
 border-color:#002d72;
}
.end-screen__inr .btn.btn-home-page {
    font-weight: 300;
    background: #5bc0de;
    color: #fff;
    font-size: 20px;
    text-decoration: none;
    border: 1px solid #5bc0de;
}
.end-screen__inr .btn.btn-home-page:hover {
    background: #002d72;
    border-color: #002d72;
}
.end-screen__inr iframe {
    width: 100%;
}
.my_canvas_style .btn.btn-default {
    line-height: 31px;
}
.signup_steps {
    min-height: 456px;
}
.heading_search_btn.submitt_game_tab_btn {
    padding: 14px 10px;
}
.table.table-game-stdnt-submitted.btn-slide td .desc_sclass, .table.table-game-stdnt-draft.btn-slide td .desc_sclass {
    max-width:180px;
}
.table.table-game-stdnt-submitted.btn-slide td.btn-slide__group--show .desc, .table.table-game-stdnt-draft.btn-slide td.btn-slide__group--show .desc {
  max-width:160px;  
}
.table.table-game-list.table-classes-game th:last-child {
 width:60%;
}
.table.table-game-list.table-classes-game td {
 line-height: 32px;
}
.table.table-game-list.table-classes-game td:last-child>div {
    position: relative;
    top: -2px;
}
.table.table-my-class-assigned-stdnt td .desc-xs, .table.table-my-class-library-stdnt td .desc-xs {
    font-size:16px;
}
#assignGameModal input[type=radio] {
    position: relative;
    top: -3px;
}
.lock-setup-story .nav-pills>li>a:hover img {
    filter:invert(1);
}
.lock-setup-story .nav-pills>li.active>a:hover img {
    filter:invert(0);
}
.login-box .signup__connect:not(:last-child) i.fa, #login-body .signup__connect:not(:last-child) i.fa, .signup-page .signup__connect:not(:last-child) i.fa, #sign-body .signup__connect:not(:last-child) i.fa {
    font-size: 24px;
    width: 24px;
    height: 24px;
    display: inline-block;
    position: relative;
    top: 3px;
    text-align: right; 
}
.login-box .signup__connect:first-child i.fa, #login-body .signup__connect:first-child i.fa {
    margin-right: 3px;
}
.heading_search_btn.heading_with_tabs {
    padding: 12px 0;
}
.heading_with_tabs .nav-tabs li a {
    border-radius: 0;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    margin: 0;
    line-height: 31px;
    font-size: 18px;
    font-weight: 400;
    color:#3ba4d4;
}
.heading_with_tabs .nav-tabs li:hover a, .nav-tabs.submitt_game_tab li:hover a {
    border:1px solid transparent;
    border-bottom-color: transparent;
}
.heading_with_tabs .nav-tabs li.active a, .nav-tabs.submitt_game_tab li.active a {
    border:1px solid #ddd;
    border-bottom-color: transparent;
    color: #333;
    background-color: #fbfbfb;
}
.heading_search_btn.heading_with_tabs .form__wrapper {
    position: absolute;
    right: 28px;
    top: 14px;
}
.heading_with_tabs .nav-tabs li:first-child.active a {
    border-top-left-radius: 0;
}
#edit-game-tabs li {
    display: inline-block;
}
span.drag_drop_lock {
    margin-top:30px;
    margin-bottom:30px;
    padding-left:20px;
    display:block;
    font-size: 18px;
}
.edit-digital-game-page .game-info, .edit-my-digital-game-page .game-info{
    border: 5px solid #002d72;
    padding: 30px;
    border-radius: 12px;
    border-top-left-radius: 0;
}
#edit-game-tabs li.fill.active a, #edit-game-tabs li.ui-state-default.aactive a {
    border: 5px solid #002d72;
    border-bottom: none;
    border-radius: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
#edit-game-tabs {
    border-bottom: none;
}
.edit-layout-top-bar .game__prev__locks {
    margin-top: 0px;
}
.edit-layout-top-bar .game__prev__locks ul {
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
}
#edit-game-tabs.nav-tabs>li {
    margin-bottom: -5px;
}
#edit-game-tabs .game__prev__locks ul li.active a:after{
    content:none;
}
#edit-game-tabs.nav li.fill:first-child h4 {
    color: #002d72;
    text-align: center;
    font-size: 23px;
    line-height: 22px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom:0;
}
#edit-game-tabs.nav li.fill:first-child a {
    padding:0 0 20px 0;
}
#edit-game-tabs.nav li.fill.active:first-child a {
    padding: 0 12px 27px 12px;
    position: relative;
    z-index: 9;
}
#edit-game-tabs.nav li.fill:first-child small {
    font-size: 18px;
    text-align: center;
    display: block;
    color: #002d72;
    font-weight: 700;
}
.checker-area.selectme.is-active .type__ind__locks h4 {
    color: #333;
}
#edit-game-tabs.nav-tabs>li:last-child {
    float: right;
}
#edit-game-tabs.nav-tabs>li:last-child a {
    padding: 14px 4px 31px 4px;
    border: 5px solid transparent;
    border-bottom: 0;
    margin: 0;
    z-index: 9;
    position: relative;
}
#edit-game-tabs.nav-tabs>li.active:last-child a {
    border-color: #002d72;
}
.edit-digital-game-page .accordion-area.accordion-plus, .edit-my-digital-game-page .accordion-area.accordion-plus{
    padding: 30px 30px 0 30px;
    border: 5px solid #002d72;
    border-radius: 12px;
    border-top-right-radius: 0;
}
.edit-digital-game-page .nav-tabs>li>a:hover, .edit-my-digital-game-page .nav-tabs>li>a:hover{
    border-color: transparent;
}
.edit-layout-top-bar .game__prev__locks ul li a{
    padding: 14px 0px 31px 0px;
    display: block;
    border: 5px solid transparent;
    border-bottom: none;
    position:relative;
}
#edit-game-tabs.nav li.fill:first-child:not(.active) a .round-wrap {
    border: 4px solid #002d72;
    border-radius: 15px;
    padding: 0 9px;
    display: inline-block;
    padding-bottom: 10px;
}
.edit-layout-top-bar .game__prev__locks ul li a img {
    width: 57px;
    height: 69px;
}
.edit-layout-top-bar .game__prev__locks ul {
    position: absolute;
    width: 895px;
    overflow-x: auto;
    white-space: nowrap;
}
#edit-game-tabs.nav-tabs>li:last-child a img {
    width:57px;
    height: 69px;
}
#edit-game-tabs.nav li.fill:first-child.active a .round-wrap {
    border: 4px solid transparent;
    display: inline-block;
}
#locksetupstory h3 {
    margin-top: 0;
    padding-top: 20px;
}
.edit-digital-game-page #previous_locks.active, .edit-my-digital-game-page #previous_locks.active {
    padding: 30px;
    border: 5px solid #002d72;
    border-radius: 12px;
}
.edit-digital-game-page ul.sortable.grid li, .edit-my-digital-game-page ul.sortable.grid li {
    width: 67px;
}
#edit-game-tabs li.ui-state-default.aactive a {
    background-color: #fff;
    padding: 14px 0px 31px 0px;
}
.edit-digital-game-page ul.sortable.grid li.aactive, .edit-my-digital-game-page ul.sortable.grid li.aactive {
    width: 75px;
    text-align: center;
}
.edit-digital-game-page .single-game .game-info, .edit-my-digital-game-page .single-game .game-info{
    border: 0;
    padding: 25px 15px 15px;
}
.edit-digital-game-page .single-game .accordion-area.accordion-plus, .edit-my-digital-game-page .single-game .accordion-area.accordion-plus {
    border: 0;
    padding: 0;
}

/*Amoos 23/11*/
.teachers-reviewed-games-page .game-preview-box {
    padding-right: 0;
}
.table-game-list.reviewed-table td {
    line-height: 30px;
    position: relative;
}
.table.reviewed-table span.desc0 {
    position: relative;
    top: 5px;
}
.btns-xs.btn-slide.reviewed-table td .desc {
    position: relative;
    top: 5px;
}
.btns-xs.btn-slide.reviewed-table .btn-slide__group {
    position: absolute;
    top: 6px;
}
.btns-xs.btn-slide.reviewed-table td.btn-slide__group--show .desc {
    top: 18px;
}
.fa.fa-info.fa--info {
    position: absolute;
    right: 10px;
    bottom: 10px;
    border: 2px solid #fff;
    width: 23px;
    height: 23px;
    line-height: 21px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    z-index:99;
    cursor:pointer;
}
.fa.fa-times.fa--times {
    position: absolute;
    width: 23px;
    height: 23px;
    right: 10px;
    bottom: 10px;
    text-align: center;
    line-height: 18px;
    color: #002d72;
    border-radius: 50%;
    border: 2px solid #002d72;
    cursor: pointer;
    z-index: 99;
}
.metroflip-box.is--active .fa--info {
    display: none;
}
.metroflip-box .fa--info {
    display: block;
}
.metroflip-box .fa--times {
   display: none;
}
.metroflip-box.is--active .fa--times {
    display: block;
}
.metroflip-box .back {
    border: 2px solid #002d72;
    border-radius: 5px;
}
.metroflip-box .back h4 {
    margin-top: 0;
    color: #002d72;
    font-size: 18px;
}
.metroflip-box .back ul li:before {
    content: ' ';
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background-color: #002d72;
    position: absolute;
    left: 10px;
    margin-top: 7px;
}
.metroflip-box .back ul {
    padding-left: 15px;
}
.metroflip-box .back ul li {
    margin-bottom: 5px;
    width:100%;
}
.metroflip-box.is--active .back-wrapper {
    position: absolute;
    width: 95%;
    height: 100%;
    left: 0;
    right: 0px;
    top: 0;
    bottom: 0;
}
.accesscode-page .accesscode-fom .input-group h2 {
    color: #fff;
}
.accesscode-page .accesscode-fom-area {
    background-color:#2a6595;
}
.accesscode-fom .input-group input#code {
    box-shadow: 0 0 0 2px #ddd inset;
}
.accesscode-page section.accesscode-fom-area .btn {
    background: #47a0f7;
    border:0;
}
.accesscode-page .access__cont h2, .accesscode-page .access__cont h4 {
    color: #3176b5;
}
.accesscode-page .accesscode__box .btn.btn-primary {
    background-color: #3f8ebe;
    border-color: #3f8ebe;
    font-size:23px;
}
.accesscode-page .accesscode__box .btn.btn-primary:hover {
    background-color: #002d72;
    border-color: #002d72;
}
.accesscode-page section.accesscode-fom-area .btn:hover {
    background-color: #4295e6;
}
/*.no-color{background-color: transparent !important;}*/
/*#preloader-cstm{background-color: transparent !important;}*/
.edit-layout-top-bar.connected_lock_arr .sortable li a:before {
    position: absolute;
    font-family: fontAwesome;
    content: "\f061";
    top: auto;
    font-size: 17px;
    right: 0;
    bottom: 10px;
    z-index:9;
    left: 0px;
    color: #002d72;
    text-align: center;
    line-height: 19px;
}
#locksetupstory .lock-setup__img__remove h3 {
    padding-top: 0;
}
.btn.btn-default:focus .fa-submit-game img {
    top: -15px;
}
.dash__tabs .active .nav li .badge{
    background: #fff;
    color: #002d72;
    border: 2px solid #002d72;
    box-shadow: 0 0 0 2px #fff;
}
.badge.badge_accor {
    background: #002d72;
    border: 2px solid #fff;
    box-shadow: 0 0 0 2px #002d72;
    line-height: 22px;
    margin-right: 20px;
    border-radius: 50%;
    height: 27px;
    width: 27px;
    float: right;
    text-align: center;
    padding: 0;
    margin: 6px 10px;
}
.select-lock-type .nav-pills>li.game-select-lock.active>a, .select-lock-type .nav-pills>li.game-select-lock.active>a:hover, .select-lock-type .nav-pills>li.game-select-lock.active>a:focus {
    background-color: #002d72;
}
.select-lock-type .nav-pills>li.game-select-lock.active>a .select__lock__title h2, .select-lock-type .nav-pills>li.game-select-lock.active>a:hover .select__lock__title h2, .select-lock-type .nav-pills>li.game-select-lock.active>a:focus .select__lock__title h2{
    color:#fff;
}
.select-lock-type .nav-pills>li.lock-setup-box>a{
    border-color:#e1e5eb;
}
.select-lock-type .nav-pills>li.lock-setup-box.active>a{
    border-color: #002d72;
}  

/*New Feature*/
.lock-desc-panel {
    padding: 60px 15px 30px 30px;
    float: left;
    width: 100%;
    margin-bottom:30px;
}
.lock-panel--story {
    text-align: center;
    border-radius: 5px;
    border: 2px solid #002d72;
    padding: 40px 25px 25px 25px;
}
.lock-panel--story .zoomized.is-active {
    transform: scale(1.2);
}
.lock-panel--desc p {
    margin-bottom: 0;
}
.lock-panel--lock {
    margin-top: -50px;
    position: relative;
    left: -15px;
    width: 50px;
}
.sm-text {
    position: absolute;
    left: 10px;
    top: 5px;
    text-decoration: underline;
    font-size: 14px;
    color: #000;
    font-weight: 600;
}
.lock-ans-panel h2 {
    line-height: 57px;
}
.lock-ans-panel .cols-5>div, .lock-ans-panel .col-sm-3>div {
    text-align: center;
    border-radius: 50%;
    width: 60px;
    height: 60px;
}
.lock-ans-panel .cols-5 a, .lock-ans-panel .col-sm-3 a {
    cursor: default;
    pointer-events: none;
}
.lock-ans-panel .hed h6 {
    margin: 0;
    display: inline-block;
    text-decoration: underline;
    font-size: 15px;
    color: #000;
    font-weight: 600;
}
.lock-ans-panel .hed {
    margin: 10px 0;
}
.lock-ans-panel .number__select-inr:hover {
    border-color: #002d72;
}
.lock-ans-panel .hed .lock-comments {
    float: right;
}
.lock-panel--desc>div {
    max-height: 280px;
    overflow-y: auto;
}
.lock-panel--desc .sm-text {
    width: 90%;
    text-align: left;
    left: 3px;
    top: 3px;
    background-color: #fff;
    padding: 5px 10px;
}
.lock-ans-panel .select-color-box {
    border-radius: 50%;
}
.lock-ans-panel .select-color-box i {
    background-color: transparent;
}
/*NEW FEATURE 19*/
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500');
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500');

.dash__lft .dash__tabs .nav li .bookmark span.cont {
    position: relative;
    top: -18px;
}
.dash__lft .dash__tabs .nav li:last-child .bookmark small {
    top: 9px;
}
.pb35 {
    padding-bottom:35px;
}
.p_10 {
    padding: 0 10px;
}
.w23{ width:23%;}

body .main-slider-area .dontfly0.swiper-container .swiper-slide {
    border-radius: 15px;
}
body .main-slider-area .dontfly.swiper-container .swiper-slide img {
    max-width: 100%;
    max-height: auto;
    height: auto;
}
.swiper-button-custom {
    position: absolute;
    font-size: 40px;
    line-height: 0;
    width: 40px;
    height: 40px;
    background: transparent;
    color: #0d8bc4;
    border-radius: 50%;
    text-align: center;
    border: 3px solid #0d8bc4;
    top: 40%;
    cursor: pointer;
}
.swiper-button-custom.swiper-button-next1>.fa {
    position: relative;
    top: -5px;
    left: 2px;
}
.swiper-button-custom.swiper-button-prev1>.fa {
    position: relative;
    top: -5px;
    left: -1px;
}
.swiper-button-custom.swiper-button-next1 {
    right: 10px;
}
.swiper-button-custom.swiper-button-prev1 {
    left: 10px;
}
.main-slider-area .container {
    position: relative;
}
.swiper-button-custom.swiper-button-prev1.swiper-button-disabled, .swiper-button-custom.swiper-button-next1.swiper-button-disabled  {
    opacity: 0.4;
    cursor: default;
}
.main-slider-area {
    background-color: #eeeeee;
    padding: 28px 0;
    min-height:200px;
}
.--new-bg {
    background-color: #ffffff;
}
.subj-area.--new-bg .subj__search .input-group span, .subj-area.--new-bg .subj__filter button#searchFilter {
    background-color: #fff;
}
.--color1>div{
    background-color: #ebc54c;
}
.main_gallery_box_inr {
    padding: 0;
    color: #fff;
    min-height: 149px;
    max-height: 149px;
    overflow: hidden;
    background-color:#eee;
    border-radius:15px;
}
.main-slider-area .swiper-container.dontfly0 .swiper-slide {
    width: 328px;
    margin-right:20px;
}
.main_gallery_box {
    margin-bottom:22px;
}
/* .main-slider-area .swiper-slide {
    background-color: #fff;
} */

.broken-image-checker .main_gallery_box img:before, .broken-image-checker .main_gallery_box img:after{
    left: 0;
    background-color: #eee;
}
.categ__child__game.__cont h3 {
    color: #002d72;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-top: 10px;
    padding-right: 30px;    
}
.categ__child__game.__cont li {
    font-size: 16px;
    font-weight: 400;
    color: #444;
    padding-left: 50px;
    line-height: 25px;
    padding-bottom: 5px;
    width: 100%;
    font-family: 'Poppins', sans-serif;
}
.categ__child__game.__cont li:before {
    content: ' ';
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background-color: #444444e8;
    position: absolute;
    left: 35px;
    margin-top: 9px;
}
.categ__child__game {
    border-radius: 12px;
}
.categ__child__game .__image {
    border-radius: 10px;
    overflow: hidden;
}
.categ__child__wrapper {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 2px solid #b2b2b2a1;
}
.categ__child__wrapper:last-child {
    border: 0;
}
.tag__lft, .tag__rgt  {
    position: absolute;
    top: 0;
    z-index: 2;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    background: #fff;
    margin: 7px;
    border-radius: 50px;
    padding: 0px 7px 1px 7px;
    color: #067ca8;
    border: 3px solid #067ca8;
}
.tag__rgt {
    right: 15px;
}
.categ__child__game .__image {
    border: 1px solid #ddd;
    min-height: 250px;
}
.categ__child__game.__cont {
    max-height: 278px;
    overflow-y: auto;
    padding-right: 25px;
}
.bookmark-anch .bookmark__tag {
    position: static;
    background-color: transparent;
    background-image: url(../front/images/bookmark-minus.png);
    background-repeat: no-repeat;
    background-position: 40% 40%;
    background-size: 60%;
    width: 25px;
    display: inline-block;
    float: left;
    height: 30px;
    cursor: pointer;
    border-radius: 5px;
    margin-right: 2px;
}
.bookmark-anch:hover{
    color:#fff;
    background-color: #0a7fad;
}
.bookmark-anch {
    display: inline-block;
    line-height: 27px;
    background-color: #002d72;
    color: #fff;
    padding: 2px 8px 2px 4px;
    border-radius: 5px;
}
.bookmark__tag {
    background-color: #a9a9a9;
    background-image: url(../front/images/bookmark-plus.png);
    background-repeat: no-repeat;
    background-position: 47% 44%;
    background-size: 60%;
    position: absolute;
    width: 25px;
    height: 32px;
    right: 25px;
    top: 10px;
    cursor: pointer;
    border-radius: 5px;
}
.bookmark__tag.active {
        background-color: #1d91c1;
        background-image: url(../front/images/bookmark-minus.png);
}
.broken-image-checker .categ__child__game img:before, .broken-image-checker .categ__child__game img:after{
    bottom:0;
    border:0;
}
.broken-image-checker .categ__child__game img:after {
    padding-top: 6em;
}
.broken-image-checker .categ__child__game img:before {
    padding-top: 11em;
    left: 35%;
    top: 28%;
}
.categ__game.__numbr--icon {
    position: absolute;
    right: 10px;
    bottom: auto;
    top: 10px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    box-shadow: 0 0 0 3px #ffffff;
    background-color: #002d72;
    margin-right: 15px;
    margin-bottom: 15px;
    text-align: center;
}
.__numbr--icon h4 {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    line-height: 1;
    margin-top: 9px;
    margin-bottom:0;
}
.__numbr--icon span {
    font-size: 9px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    bottom: 4px;
}
.categ__game.__title h4 {
    text-transform: uppercase;
    color: #fff;
    font-size:22px;
    font-weight: 600;
    text-overflow: ellipsis;
    white-space: nowrap;
     overflow: hidden;
}
/*.categ__game__inr:hover .categ__game.__numbr--icon {
    transform: scale(1.1);
}*/
.categ__game__inr {
    padding:0;
    border-radius: 15px;
    background-color: #eee;
    height: 188px;
    overflow: hidden;
}
.categ__game.__box {
    margin-bottom: 30px;
}
.categ__game.__icons {
    min-height: 100px;
    max-height: 100px;
    overflow: hidden;
    max-width: 120px;
    margin: 0 auto;
}
.broken-image-checker .categ__game.__box img:before, .broken-image-checker .categ__game.__box img:after {
    left: -50px;
    background-size: 100% 85%;
    background-color: #eee;
}
.disabled {
    pointer-events: none;
    cursor: default;
}
.breadcrumb-area.--breadcateg{
    margin-bottom:0;
}
.prod-box__wrap .prod__title h4, .prod-box__wrap .prod__title h5 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    -webkit-box-orient: vertical;
}
.prod-box__wrap .prod__title h4{
    line-height: 26px;
    max-height: 48px;
    max-width: initial;
}
.prod-box__wrap .prod__title h5{
    line-height: 20px;     
    max-height: 44px;      
}
.img-tut__points .bookmark__tag {
    top: 0;
    right: 18px;
}
/*img-upload-new*/
.lock-setup__img__remove.--editremove {
    position: absolute;
    z-index: 99;
    top:50px;
}
.lock-setup__img--box.--editimage img {
    max-width:80%;
    max-height:400px;
}
.sync__btn {
    display: inline-block;
}
.sync__download {
    display: block;
    color: #7a7a7a;
    text-decoration: underline;

}
.sync-class-wrap {
    text-align: center;
}
.btn.btn-sync {
    font-size: 16px;
    font-weight: 300;
    color: #002d72;
    background: transparent;
    border: 2px solid #002d72;
    line-height: 32px;
    border-radius: 6px;
    padding: 6px 16px;
}
.fa.fa-sync {
    position: relative;
    bottom: 2px;
    margin-right: 5px;
}
.sync-class-wrap .sync__btn:nth-child(1) {
    margin-right: 40px;
}
.sync__btn .btn.btn-sync {
    margin-bottom: 7px;
}
.holder h4 {
    margin: 15px 5px;
}
.sync__download:hover {
    color: #4a4a4a;
    text-decoration: underline;
}
.sync-class-wrap .btn.btn-sync:hover {
    background: #002d72;
    color: #fff;
}
.signup-student--sync {
    text-align: center;
}
.signup-student--sync .btn-sync{
    min-width:310px;
    text-align: center;
}
.signup-student--sync .btn-sync:hover {
    color: #0068ff;
    border: 2px solid #0068ff;
}
.sync-sign-box {
    border: 1px solid #ddd;
    padding: 30px 0 30px 30px;
}
.dash__lft .dash__tabs .nav li a.syncro span.cont {
    top: -19px;
}
.dash__lft .dash__tabs .nav li a.syncro small {
    top: 11px;
    position: relative;
}
.broken-image-checker .main-slider-area img:before {
    top: 50px;
    left: 100px;
}
.broken-image-checker .main_gallery_box img:before {
    background-size: initial;
    top: 20px;
    left: -48px;
}
.broken-image-checker .categ__game.__box img:before {
    top: 35px;
}
.broken-image-checker .breakout_tag img:before {
    background-size: 80px;
}
.broken-image-checker .breakout_tag img:before, .broken-image-checker .breakout_tag img:after {
    min-width: 80px;
    min-height: 80px;
    background-color: #eee;
}
img.custom-broken {
    position: absolute;
    color:#eee;
    width: 120px;
    height: 100px;
}
.main-slider-area img.custom-broken {
    top: 23%;
    left: 32%;
}
.main_gallery_box img.custom-broken{
    left:27%;
    top:13%;
}
.categ__child__game .__image > img.custom-broken {
    min-width: 120px;
    min-height: auto;
    max-height: 100px;
    width: auto;
    left: 35%;
    top: 30%;

}
.categ__game.__box img.custom-broken {
    left: 34%;
    top: 22%;
}
.img-tut__img img.custom-broken {
    left: 42%;
    top: 32%;
}
.breakout_tag ul li:first-child img.custom-broken {
    left: 0;
    top: -42px;
    background-color: #eee;
    width: 85px;
    height: 75px;

}
html, body {
    height: 100%;
}
#body-wrapper {
    display: flex;
    min-height: 100%;
    height: auto;
    flex-direction: column;
}
main#page-content {
    flex: 1 0 auto;
}
footer {
    flex-shrink: 0;
}
.dash__lft .accordion-arr .panel-title a:before {
    content: "\f054";
    color: #002d72;
}
.dash__lft .accordion-arr .active .panel-title a:before {
    content: "\f078";
}
html.safari .dash__lft .dash__tabs .nav li a:hover span.cont, html.safari .dash__lft .dash__tabs .nav li.active a span.cont {
    top:0;
}
body.signup-page iframe {
    min-height: auto;
}
body.signup-page {
    padding-top:0;
}
body .login-box iframe {
    min-height: auto;
}
body.login-page {
    padding-top: 30px;
}
/*****Singup modal *****/
.select-signup-wrapper {
    text-align: center;
}
.select-signup-wrapper a {
    display: inline-block;
    margin: 0 3px;
    border: 5px solid #86888d;
    border-radius: 15px;
    overflow: hidden;
}
.select-signup-wrapper a img {
    width: 100px;
}
.select-signup-wrapper a:hover {
	color: #367ba5;
}
.teacher_signup {
    padding: 18px 30px 20px 30px; 
}
.school_signup {
    padding: 20px 30px 18px 30px;
}
.select-signup-wrapper h3 {
    margin: 0;
    margin-top: 5px;
    color: #367ba5;
    font-weight: 600;
	font-size: 28px;
}
.modal-title-signup {
    text-align: center;
    font-weight: 600;
    color: #367ba5;
    font-size: 32px;
    margin: 0;
}
.signup-modal .modal-dialog {
	width:auto;
	transition: transform 0.8s ease-in;
}

/* transition:transform 0.3s ease-out; */

/*****Singup modal *****/

/*****NEW FILTER STYLE ***********/
.search-filter .filter {
    font-size: 21px;
    border: none;
    color: #fff;
    background: #002d72;
    padding: 4px 11px;
    border-radius: 20px;
    text-align: center;
}
.all-kit-dgi {
    position: absolute;
    right: 5px;
    z-index: 11;
    padding-right: 45px;
    top: 5px;
}
.all-kit-dgi .btn-digital, .all-kit-dgi .btn-kit, .all-kit-dgi .btn-all {
    color: #777;
    background: transparent;
    border: none;
    padding: 5px 22px;
    border-radius: 35px;
    text-align: center;
    line-height: 26px;
}
.btn-go{
    padding: 0px 5px;
}
.btn-digital:active, .btn-digital:focus {
    color: #fff;
    background: #002d72;
    outline: 0;
    box-shadow: 0 0 0 1px #002d72;
}
.btn-kit:active, .btn-kit:focus {
    color: #fff;
    background: #54585a;
    outline: 0;
    box-shadow: 0 0 0 1px #002d72;
}
.btn-all:active, .btn-all:focus{
    color: #fff;
    background: #002d72;
    outline: 0;
    box-shadow: 0 0 0 1px #002d72;
}
.srch-all-btn {
    border: 1px solid #ccc;
    border-radius: 50px;
    background-color: #fff;
}
.search-filter {
    position: absolute;
    top: 0;
    right: 0;
}
.subj__search {
    padding: 10px 0 10px 0;
    width: 1048px;
    z-index: 99;
}
.subj__filter {
    width: 7%;
    margin-left: 1%;
}
.subj__search input {
    border-radius: 0px 50px 50px 0px !important;
    font-weight: 300;
}
.form-control:focus {
    box-shadow: none;
    outline: none;
    color: #555 !important;
    background-color: #0000;
}
.subj__search .actve{
    color: #fff;
    background: #002d72;
    outline: 0;
    box-shadow: 0 0 0 1px #002d72;
}

.filters__box {
    margin-bottom: 0;
    border-bottom: 1px solid #ccc;
    width: 1048px;
    position: absolute;
    background: #fff;
    z-index: 9;
    top: 60px;
    margin-top: 0;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    padding-top: 35px;
    padding-bottom: 15px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    box-shadow: 0 0 28px 1px #b9b9b99e;
}
.filter__box__inr {
    display: block;
    overflow: auto;
    height: 300px;
}
.filters__hed h4{
    font-size: 20px;
    color: #565656;
    text-shadow: 0 0 #565656;
    font-weight: 400;
}
.subj__search button.clrbtn {
    font-size: 20px;
    height: 46px;
    margin: 0;
    padding-left: 15px;
}
.subj__search button.clrbtn:focus {
    color: #002d72;
}
.filters__hed {
    padding: 0px 15px 15px 15px;
    border-bottom:0;
}
.filter__box__inr::-webkit-scrollbar {
    width: 12px;
}
.filter__box__inr::-webkit-scrollbar-track {
    -webkit-box-shadow: inset transparent; 
    border-radius: 10px;
}
.filter__box__inr::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.4); 
}
.filters__column.col-sm-3 {
    width: 19%;
}
.filters__column--mid.col-sm-9 {
    width: 78%;
}
.search-filter .filter{
    font-size: 21px;
    border: none;
    color: #002d72;
    background: #fff;
    padding: 3px 11px;
    border-radius: 20px;
    outline: none;
    text-align: center;
    border: solid 1px #002d72;
}
.search-filter .new-filter{
    color: #fff;
    background: #002d72;
    font-size: 21px;
    border: none;
    padding: 3px 11px;
    border-radius: 20px;
    text-align: center;
    border: solid 1px #002d72;
}


.ajax-load {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(255,255,255,.7);
    height: 100vh;
    width: 100vw;
}

.loader-icon {
    width: 40px;
    margin-left: -20px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -5px;
    background-color: #fff;
    position: absolute;
    z-index: 55;
}



/* ==================Mobile Media Area Start===================*/

@media all and (max-width: 1200px) and (min-width: 1025px) {
.dash__lft .accordion-area.accor-game .panel-title li a span.cont {
    position: relative;
    top: -18px;
}
.dash__lft .accordion-area .panel-title li a span .digi-game {
    margin-left: 47px;
    top: 9px;
    position: relative;
}
/* body .navbar-brand {
    max-width: 200px;
    padding:0;
} */
.table-students.table-game-list td span.desc{
    max-width: 120px;
}
.table.table-student-info.table-game-list th:first-child {
    width: 16%;
}
.table.table-student-info.table-game-list th:nth-child(2) {
    width: 40%;
}
.table.table-student-info.table-game-list th:last-child {
    width: 44%;
}
    }
@media all and (max-width: 1024px) and (min-width: 769px) {
.dash__lft .dash__tabs .nav li:last-child a small {
    margin-left: 0;
    top: 0;
}
.dash__tabs ul.nav.nav-pills {
    display: inline-block;
}
.dash__tabs .accordion-area.accordion--override {
    display: inline-block;
 }
.dash__tabs .accordion--override .panel-collapse {
    position: absolute;
    background: #fff;
    z-index: 9;
    box-shadow: 0 0 0 2px #002d72;
}
.dash__lft .nav:last-child li a span.cont {
    top: -10px;
}
.dash__lft .panel.panel-default li {
    margin:0;
}
.dash__lft .accordion-arr .panel-title a:before {
    right: 5px;
    top: 18px;
}
.dash__lft {
    text-align:center;
}
.dash__lft .accordion-arr .panel-title a.collapsed:before {
    right: 5px;
    top: 18px;
}
.dash__lft .nav li {
    width: 100%;
    margin: 0;
}
    }
@media all and (max-width: 1024px) and (min-width: 861px) {      
.main-slider-area .swiper-container.dontfly0 .swiper-slide {
        width: 285px;
}
  }

@media only screen and (min-width: 1025px) {      
html.safari .dash__lft .dash__tabs .nav li.active .bookmark span.cont, html.safari .dash__lft .dash__tabs .nav li .bookmark:hover span.cont,
html.safari .dash__lft .dash__tabs .nav li.active .student_design span.cont, html.safari .dash__lft .dash__tabs .nav li .student_design:hover span.cont {
    top: -5px;
}
html.safari .dash__lft .dash__tabs .nav li.active .bookmark small, html.safari .dash__lft .dash__tabs .nav li .bookmark:hover small, 
html.safari .dash__lft .dash__tabs .nav li.active .student_design small, html.safari .dash__lft .dash__tabs .nav li .student_design:hover small {
    top: -2px;
}
html.safari .dash__lft .accordion-area .active .panel-title li a span, html.safari .dash__lft .accordion-area .panel-title li a:focus span.cont, html.safari .dash__lft .accordion-area .active .panel-title li a:hover span.cont{
    top:0;
}

  }


/*==============Media Queries==============*/
/* 24" large Screens */
@media only screen and (max-width : 1920px) {   }

/* 22" large Screens */
@media only screen and (max-width : 1680px) {   }

/* 20" large Screens */
@media only screen and (max-width : 1600px) {   }

/* 19" large Screens */
@media only screen and (max-width : 1440px) {   }

@media only screen and (max-width : 1366px) {   }

/* 13" Notebook Large Devices, Wide Screens */
@media only screen and (max-width : 1280px) {
.lock-setup__title h2 {
    font-size: 20px;
 }
 body .modal .close {
   margin-top: 0;
   margin-right: 0;
}
.nav.navbar-nav.navbar-main .dropdown-menu {
    position: absolute;
    top: 100%;
    left: -110px;
}
.table.table-game-list.pending_game th:last-child {
    width: 55%;
}
.table.table-game-list.pending_game td .desc {
    max-width:200px !important
}
.btns-xs.btn-slide td .desc {
    max-width: 260px;
}
/* html.safari.mac .canvas-container {
    display:table-cell;
}
html.safari.mac .canvas-container canvas {
    border:0 !important;
    width:300px;
    position:relative;
    left:17%;
    top:45px;
} */
.table.table-game-list.table-draft-game thead th:last-child {
    width: 26%;
}
.accesscode-page .access__code__box__cont p br {
    display: none;
}
    }
/* 13" Notebook Large Devices, Wide Screens */
@media only screen and (max-width : 1199px) {
.subj__search {
    width: 840px;
}
.subj__filter {
    width: 85px;
    margin-left: 10px;
}
.filters__box {
    width: 840px;
}
.main_gallery_box_inr {
    min-height: 165px;
    max-height: 165px;
}
.main_gallery_box {
    width:33.33%;
}
.edit-layout-top-bar .game__prev__locks ul {
    width: 680px;
}
.table.table-game-stdnt-submitted.btn-slide .btn-group.btn-slide__group, .table.table-game-stdnt-draft.btn-slide .btn-group.btn-slide__group {
    position:absolute;
    top: 24px;
}
.table.table-game-stdnt-submitted.btn-slide td .desc, .table.table-game-stdnt-draft.btn-slide td .desc{
    font-size:16px;
}
.table.table-game-stdnt-submitted.btn-slide td, .table.table-game-stdnt-draft.btn-slide td{
    position:relative
}
.table.table-game-stdnt-submitted.btn-slide td:last-child, .table.table-game-stdnt-draft.btn-slide td:last-child {
    line-height: 38px;
}
.table.table-game-stdnt-submitted.btn-slide td.btn-slide__group--show .desc, .table.table-game-stdnt-draft.btn-slide td.btn-slide__group--show .desc {
    position:relative;
    top:-10px;
}
.table.table-game-list.table-game-stdnt-draft thead th, .table.table-game-list.table-game-stdnt-submitted thead th {
    width: auto;
}
.dash__lft{
    padding:0;
}
.table-bookmark-list thead tr th:last-child {
    width: 30%;
}
.table-digital-game thead tr th {
    width: auto;
}
.img-tut__img {
    min-height: 230px;
}
.broken-image-checker .img-tut__img img:after {
    padding-top: 4em;
}
.broken-image-checker .img-tut__img img:before {
    padding-top: 12em;
}
.heading_search_btn.heading_with_tabs .form__wrapper {
    position: relative;
    float:left;
    width:100%;
    right: auto;
    top: auto;
    margin-top: 12px;
    padding-right: 14px;
    padding-left:10px;
    text-align: right;
}
.categ__game__inr {
    height: 150px;
}
.main-slider-area img.custom-broken {
    top: 24%;
    left: 28%;
}
.main_gallery_box img.custom-broken {
    left: 30%;
    top: 18%;
}
.main-slider-area .swiper-container .swiper-slide img.custom-broken {
    width: 120px;
    height: 100px;
}
.categ__game.__box img.custom-broken {
    left: 32%;
    top: 22%;
    width: 100px;
    height: 80px;
}
.img-tut__img img.custom-broken {
    left: 39%;
    top: 27%;
}
.hdr-area.hdr-nav{
    padding: 16px 0;
    height: 80px;
}
body {
    padding-top: 80px;
}
.categ__child__game .__image {
    min-height: 215px;
}
.filters__column.col-sm-3 {
    width: 23%;
}
.filters__column--mid.col-sm-9 {
    width: 77%;
}
    }

/* 13" Notebook Large Devices, Wide Screens */
@media only screen and (max-width : 1198px) {
.draft-step, .next-step, .prev-step {
    min-width: 115px;
}
.edit-digital-game-page #previous_locks.active, .edit-my-digital-game-page #previous_locks.active {
    padding: 20px 15px;
}
.edit-digital-game-page .game-info, .edit-my-digital-game-page .game-info{
    padding: 20px 15px;
}
.edit-layout-top-bar .game__prev__locks ul {
    width: 680px;
}
.my-mini-games-page table.table .btn-small {
    font-size: 10px;
    min-width: 64px;
}
/* .hdr-area .navbar-main li a{
    font-size: 15px;
} */
.table.table-game-list thead th {
    width: auto;
}
.profile__dtl--contz .form-inline .form-group input {
    min-width: 300px;
    margin-top: 0;
}
.profile__dtl--contz .form-inline .form-group label {
    font-size: 20px;
    top: 2px;
}
.breakout_tag ul li {
    width: 35%;
}
.choose-lock-types-page li.game-select-lock {
    width: 25%;
    margin-bottom: 15px;
}
.select__lock__title h2 {
    font-size: 22px;
}
.select__lock__img img {
    width: 55px;
}
.select__lock__img {
    width: 100px;
    height: 100px;
    line-height: 98px;
}
.table.table-game-list.table-draft-game thead th:last-child {
    width: 26%;
}
.classes-page .table.action-style td:last-child {
    line-height:32px;
}
.table.table-game-list.table-classes-game thead th:last-child {
    width: 63%;
}
.table.table-game-list.table-classes-game tbody td .desc {
    max-width: 130px !important;
}
.table-student-info2.btn-slide .btn-slide__group {
    position: absolute;
    margin-top: 16px;
}
.table-student-info2.btn-slide tbody td {
    line-height:24px;
}
.table-student-info2.table-game-list td span.desc {
    padding-top:7px;
}
.table.table-student-info2 .btn-slide__group--show .desc {
    position:relative;
    top:-12px;
}
.teachers-reviewed-games-page .heading_search_btn .form-group input {
    min-width:auto;
    max-width:180px;
}
.table.reviewed-table tbody td {
    line-height: 28px;
}
.accesscode-page .accesscode-fom-area .input-group {
    width: 100%;
}
.table.table-game-list.table-list-submitted .table td {
    line-height:35px;
    position:relative;
}
.table-game-list.table-list-submitted td span.desc {
    top: 6px;
    position: relative;
}
.table-list-submitted.btn-slide .btn-slide__group {
    position: absolute;
    top: 24px;
}
.table-game-list.table-list-submitted .btn-slide__group--show span.desc {
    top: -6px;
}
.table-game-list.table-submitted-btm thead th:last-child {
    width: 38%;
}
.table-game-list.table-manage-assigned th:last-child {
    width: 25%;
    text-align: left;
}
.table-game-list.table-manage-assigned td:last-child div.text-right {
    text-align: left;
}
.table-game-list.table-manage-digital th:last-child {
    width: 25%;
}
.btn-equ .btn:first-child {
    margin-right: 6px;
}
.stdnt-login__cont .form-group input {
    height: 42px;
}
.loginbox.student__signup__steps {
    width: 81%;
}
.table.table-game-list.table-my-class-stdnt thead th:last-child {
    width: 27%;
}
.table.table-my-class-assigned-stdnt thead th:last-child, .table.table-my-class-library-stdnt thead th:last-child{
    width:15%;
}
/*amoos*/
.btns-xs.btn-slide.reviewed-table td .desc {
    max-width: 140px;
}
.table.reviewed-table span.desc0 {
    max-width: 100px;
}
.btns-xs.btn-slide.reviewed-table .btn-slide__group{
    top: 12px;
}
.type__ind__locks ul li i {
    font-size: 45px;
    height: 45px;
}
.type__ind__locks h3 {
    font-size: 22px;
}
.type__ind__locks h4 {
    font-size: 16px;
}
.type__conn__locks ul li:after {
    line-height: 50px;
}
.heading_with_tabs .nav-tabs li a {
    padding: 10px;
}
.edit-digital-game-page ul.sortable.grid li, .edit-my-digital-game-page ul.sortable.grid li{
    width: 64px;
}
.edit-layout-top-bar .game__prev__locks ul li a img, #edit-game-tabs.nav-tabs>li:last-child a img {
    width: 54px;
    height: 66px;
}
.edit-digital-game-page ul.sortable.grid li.aactive, .edit-my-digital-game-page ul.sortable.grid li.aactive {
    width: 70px;
}
#edit-game-tabs.nav-tabs>li:last-child a {
    padding: 14px 4px 34px 4px;
}
.edit-layout-top-bar .game__prev__locks ul li a {
    padding: 14px 0px 34px 0px;
}
#edit-game-tabs li.ui-state-default.aactive a {
    padding: 14px 0px 34px 0px;
}
    }
/* dash-left" Notebook & iPad landscape  · width: 1100px */
@media only screen and (max-width : 1100px) {
.dash__lft .accordion-area .panel-body ul li a {
    width: 100%;
    display: block;
    color: #002d72;
    font-size: 15px;
    text-align: left;
    font-weight: 300;
    padding-left: 15px;
}
    }
/* 12" Notebook & iPad landscape  · width: 1024px */
@media only screen and (max-width : 1024px) {
.subj__search {
    width: 90%;
}
.subj__filter {
    width: 9%;
    margin-left: 1%;
}
.filters__box {
    width: 87.3%;
}   
.login-page .login-box .mar__btm {
    font-size: 12px;
}
.select__lock__title h2 {
    font-size: 22px;
}
.type__ind__locks ul li i {
    padding: 0 15px;
    font-size: 40px;
    height: 40px;
}
.dash__lft {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}
.dash__lft ul li {
    float: left;
    margin: 0 2px;
}
.game-preview-box {
    width: 100%;
}
.dash__lft .nav {
    text-align: center;
}
.dash__lft .nav li {
    float: none;
    display: inline-block;
}
.my-mini-games-page table.table .btn-small span {
    display:none;
}
.my-mini-games-page table.table .btn-small {
    min-width: 50px;
}
table.table.table-game-list th .pl30 {
    padding-left: 0px;
    float:right;
}
.container {
    width: 100%;
}
/* body .navbar-brand {
    padding: 0;
    max-width: 250px;
} */
.table td .btn {
    width: auto;
}
.dash__tabs .nav-pills>li>a>.badge {
    margin-left: 10px;
    padding: 0;
    line-height: 26px;
}
.endScreen[data-id="breakout"] .lock-setup__title h2, .lock-setup__title h2 {
    font-size: 18px;
}
.table.table-digital-game thead th:last-child {
    width: 40%;
}
.end-screen__logo {
    max-width: 350px;
    margin: 0 auto;
}
.game-preview-area {
    padding:0 0 30px;
}
.table.table-game-list.table-draft-game thead th:last-child {
    width: 18%;
}
.table.table-game-list.table-classes-game thead th:last-child {
    width: 60%;
}
.table-game-list.table-manage-assigned th:last-child, .table-game-list.table-manage-digital th:last-child {
    width: 20%;
}
.loginbox.student__signup__steps {
    width: 77%;
}
.student-signup-logo {
    width: 450px;
    margin: 0 auto;
    margin-top: 50px;
    float: none;
}
.join-class-page .game-preview-box {
    width: 50%;
}
.table.table-game-list.table-classes-game tbody td .desc {
    max-width: 180px !important;
}
.table.table-game-list.table-classes-game thead th:last-child {
    width: 50%;
}
.dash__lft .nav.nav-pills:last-child li a span.cont {
    top: -10px;
}
.btns-xs.btn-slide.reviewed-table td.btn-slide__group--show .desc {
    top: 16px;
}
.btns-xs.btn-slide.reviewed-table .btn-slide__group {
    top: 4px;
}
.edit-layout-top-bar .game__prev__locks ul {
    width: 720px;
}
.feat__title {
    max-width: 95%;
}
.edit-digital-game-page .next-prev-step .btn, .edit-my-digital-game-page .next-prev-step .btn{
    margin-bottom: 10px;
}
.dash__tabs .nav li a {
    padding: 10px 10px;
}
.accordion-area.accor-classes{
    width: 240px;
}
.dash__lft .accordion-area .panel-title li a {
    padding: 10px 30px 10px 10px;
    text-align:left;
}
.dash__lft .nav i.fa {
    margin-right: 5px;
}
.swiper-button-custom.swiper-button-next1 {
    right: 20px;
}
.swiper-button-custom.swiper-button-prev1 {
    left: 20px;
}
.swiper-button-custom {
    font-size: 30px;
    width: 30px;
    height: 30px;
}
.dash__lft .dash__tabs .nav li .bookmark span.cont, .dash__lft .dash__tabs .nav li a.syncro span.cont {
    top: -10px;
}
.dash__lft .dash__tabs .nav li:last-child .bookmark small {
    top: 0px;
}
#newLock li {
    padding: 0 5px;
}
#newLock {
    padding: 0 10px;
}
    }
/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
.dash__lft .dash__tabs .nav li:last-child a small {
    top:auto;
    margin-left:0;
    font-size: 16px;
}
.next-prev-step .draft-step, .next-prev-step  .next-step, .next-prev-step  .prev-step {
    min-width: auto;
}
a.game-lock-dlt.confirm-delete {
    min-width: auto;
}
.loginbox.student__signup__steps {
    width: 80%;
}
#edit-game-tabs.nav li.fill.active:first-child a {
    padding: 0 8px 34px 8px;
}
#edit-game-tabs.nav li.fill:first-child h4{
    font-size: 20px;
    line-height: 19px;
}
#edit-game-tabs.nav li.fill:first-child small {
    font-size: 16px;
}
#edit-game-tabs.nav-tabs>li:last-child a img, .edit-layout-top-bar .game__prev__locks ul li a img{
    width: 53px;
    height: 64px;
}
#edit-game-tabs.nav-tabs>li:nth-child(2) {
    width: 75%;
    padding: 0 0 0 10px;
    margin: 0;
}
.edit-layout-top-bar .game__prev__locks ul {
    width: 100%;
    padding:0;
    margin:0;
}
.main_gallery_box {
    width: 33.33%;
}
.table.table-game-list.table-classes-game thead th:last-child {
    width: 60%;
}
.filters__box {
    width: 87%;
}
.filters__grade {
    padding: 0 7px;
}
.filters__hed {
    padding: 0px 10px 10px 7px;
}
    }
/*Landscape*/
@media only screen and (max-width : 960px) {
/* .hdr--sticky {
    padding: 10px 0;
} */
body .navbar-brand {
    height:auto
}
.filters__type .form-inline {
    display: inline-block;
    margin-right:13px;
    line-height:2;
}
.filters__hed {
    text-align: left;
}
.filters__column {
    margin-bottom: 20px;
    width: 100%;
}
.lock-setup-story .nav-pills>li>a {
    padding: 30px 0 20px;
    min-height: 195px;
}
.endScreen[data-id="breakout"] .lock-setup__title h2, .lock-setup__title h2 {
    font-size: 16px;
}
.end-screen-social {
    width: 70%;
}
.end-screen__inr h2 {
    font-size: 30px;
    margin-bottom: 20px;
}
.table.table-game-list.table-draft-game thead th:last-child {
    width: 20%;
}
.btn-equ .btn:first-child {
    margin-right: 5px;
}
.login-box__img {
    border: 0;
    padding: 0;
}
.stdnt-login__cont {
    border-left: 1px solid #ddd;
}
.loginbox.student__signup__steps {
    width: 85%;
}
.main_gallery_box_inr {
    min-height: 160px;
    max-height: 160px;
}
.categ__game__inr {
    height: 145px;
}
    }
@media only screen and (max-width :910px) {
.btns-xs.btn-slide.reviewed-table td .desc {
    max-width: 100px;
}
.accesscode-page .access__cont h4 br {
    display: none;
}
.main_gallery_box_inr {
    min-height: 150px;
    max-height: 150px;
}
.categ__game__inr {
    height: 140px;
}
.categ__child__game .__image {
    min-height: 200px;
}
    }
@media only screen and (max-width :888px) {
.next-prev-step a, .next-prev-step button {
    margin-right: 10px;
}
.next-step.individual-submit.pul-rgt {
    float: right;
    margin: 0;
    line-height: 43px;
}
.resetpassword-area .btn.btn-warning {
    min-width: auto;
}
.next-prev-step .pul-rgt.finish_connected, .next-prev-step .pul-rgt.connected {
    line-height: 45px;
    margin: 0;
}
.next-prev-step .finish_connected, .next-prev-step .next-step.connected {
    float: right;
}
.table.table-game-list.table-draft-game thead th:last-child {
    width: 22%;
}
.table.table-game-list.table-classes-game tbody br {
    display: block;
}
.table.table-game-list.table-classes-game thead th:nth-child(2) {
    width: 20%;
}
.table.reviewed-table tbody td {
    line-height: 30px;
}
.table-game-list.table-manage-assigned th:last-child, .table-game-list.table-manage-digital th:last-child {
    width: 23%;
}
.loginbox.student__signup__steps {
    width: 93%;
}
.table.table-game-list.table-my-class-stdnt thead th:last-child {
    width: 30%;
}
.type__ind__locks h3 {
    font-size: 21px;
}
.type__ind__locks h4 {
    font-size: 15px;
}
.type__ind__locks ul {
    padding: 0 5px 10px;
}
.type__ind__locks ul li i {
     padding: 0 12px;
}
.type__conn__locks ul li:after {
    line-height: 42px;
}
#edit-game-tabs.nav-tabs>li:nth-child(2) {
    width: 71%;
}
.next-prev-step a, .next-prev-step button {
    margin-right: 10px;
}
.next-step.individual-submit.pul-rgt {
    float: right;
    margin: 0;
    line-height: 43px;
}
.resetpassword-area .btn.btn-warning {
    min-width: auto;
}
.next-prev-step .pul-rgt.finish_connected, .next-prev-step .pul-rgt.connected {
    line-height: 45px;
    margin: 0;
}
.next-prev-step .finish_connected, .next-prev-step .next-step.connected {
    float: right;
}
.table.table-game-list.table-draft-game thead th:last-child {
    width: 22%;
}
.table.table-game-list.table-classes-game tbody br {
    display: block;
}
.table.table-game-list.table-classes-game thead th:nth-child(2) {
    width: 20%;
}
.table-game-list.table-manage-assigned th:last-child, .table-game-list.table-manage-digital th:last-child {
    width: 23%;
}
.loginbox.student__signup__steps {
    width: 93%;
}
.table.table-game-list.table-my-class-stdnt thead th:last-child {
    width: 30%;
}
.prod-box__wrap {
    float: left;
    width: 50%;
}
.subj-main .subj-item, .prod-area .prod-box {
    width:50%;
    float: left;
}
.prod-area .prod-box__wrap .prod-box {
    width:100%;
    padding:0;
}
.prod-box .prod__title {
    max-width: 85%;
}
.game-type-lft {
    padding-right: 0px;
}
.categ__game.__box {
    float: left;
    width: 50%;
}
.prod-area.prod-categ-game {
    padding-bottom: 20px;
}
.main_gallery_box_inr {
    min-height: 147px;
    max-height: 147px;
}
.categ__game__inr {
    height: 210px;
}
.categ__game.__box img.custom-broken {
    left: 38%;
    top: 24%;
    width: 120px;
    height: 100px;
}
.categ__child__game .__image > img.custom-broken {
    left: 30%;
    top: 22%;
}
    }
@media only screen and (max-width :860px) { 
.filters__box {
    width: 86.5%;
}
.filters__column--mid.col-sm-9 {
    width: 100%;
    border-left: 0;
    border-top: 1px solid #ccc;
    padding-top: 10px;
}
.filters__column.col-sm-3 {
    width: 100%;
}
.pinterest-style .item {
    padding: 0;
}
.filters__subjects--column .well {
    padding: 0 7px;
}
.filters__grade .subjects__subcategory {
    display: inline-block;
    margin-right: 15px;
}
.filters__column .form-inline {
    padding: 5px 0;
}
.filters__column .form-inline label {
    font-size: 13px;
}
.filters__hed h4 {
    font-size: 16px;
    margin: 5px 0;
}
.btns-xs.btn-slide.reviewed-table .btn-slide__group {
    top: 12px;
}
.table.table-game-list.table-classes-game thead th:last-child {
    width: 80%;
}
.table.table-game-list.table-classes-game tbody td .desc {
    max-width: 160px !important;
}
.table.table-game-list.table-classes-game td {
    line-height: 15px;
}
.lock-setup__img__remove.--editremove {
    top: 10px;
    left: -15px;
}
.main_gallery_box_inr {
    min-height: 142px;
    max-height: 142px;
}
.categ__game__inr {
    height: 200px;
}
.main-slider-area img.custom-broken {
    left: 33%;
}
.main_gallery_box img.custom-broken {
    width: 100px;
    height: 80px;
}
.categ__child__game .__image {
    min-height: 180px;
}
    }
@media only screen and (max-width :812px) {
body .table-valign tr td.w60{
    width: 75%;
}
.btn-slide .btn-slide__group{
    width: 70px;
}
.lock-setup-story .nav-pills>li{
    padding:5px;
}
.lock-setup-story .nav-pills {
    padding:0 10px;
}
section[class*="-area"] .hed.underline h2:after{
    width: 75px;
}
/*body .navbar-brand {
    max-width: 200px;
}
.hdr--sticky {
    height: 95px;
}*/
.prod-area {
    padding: 15px 0;
}
.login-page .login-box {
    width: 80%;
    height: 100%;
}
.lock-setup-story .nav-pills>li>a {
    min-height: 210px;
}
.password-page .logo img {
    width: 300px;
}
.table.table-digital-game thead th:last-child {
    width: 50%;
}
.choose-lock-types-page li.game-select-lock {
    width: 33.33%;
    margin-bottom: 15px;
}
.table.table-game-list.table-classes-game thead th:last-child {
    width: 63%;
}
.table.table-game-list.table-classes-game tbody td .desc {
    max-width: 150px !important;
}
.loginbox.student__signup__steps {
    width: 100%;
}
.join-class-page .game-preview-box {
    width: 60%;
}
.table.table-game-list.table-my-class-stdnt thead th:last-child {
    width: 33%;
}
#edit-game-tabs.nav-tabs>li:nth-child(2) {
    width: 69%;
}
.subj-main .subj-item, .prod-area .prod-box, .feat-box {
    padding: 0 10px;
}
.main_gallery_box {
    width: 33.33%;
    float: left;
    padding: 0 5px;
    margin-bottom: 10px;
}
.main_gallery_box h4 {
    font-size: 17px;
}
.img-tut__img {
    min-height: 230px;
}
.categ__game__inr {
    height: 190px;
}
    }
/* iPad (All) (768x1024) Portrait Tablets */
@media only screen and (max-width : 780px) {    
.main_gallery_box_inr {
    min-height: 134px;
    max-height: 134px;
}
.categ__game__inr {
    height: 184px;
}
.categ__child__game .__image {
    min-height: 170px;
}
.hdr-area .navbar-main li a {
    padding: 10px;
}
.hdr-white .navbar-nav>li>.dropdown-menu li a {
    padding: 3px 20px;
}
    }
/* iPad (All) (768x1024) Portrait Tablets */
@media only screen and (max-width : 768px) {    
.filters__box {
    width: 86.3%;
    padding: 35px 5px 15px 5px;
}
.filters__hed h4 {
    font-weight: 300;
}
.subj__search input {
    font-size: 14px;
}
div#stopwatch {
    width: 80%;
}
.access-btn{
    margin:30px 5px 0;
}
.access-btn:last-child{
    margin:30px 5px 30px;
}
.play-area li {
    margin-bottom: 18px;
}
.type__ind__locks ul li i {
    padding: 0 15px;
}
.type__ind__locks h4 {
    font-size: 16px;
}
.lock-setup__img__preview {
    max-height: 90%;
}
.lock-setup__img--has-image.show {
    left: 5%;
    top: 5%;
    width: 90%;
    background: #fff;
}
div#selectLockType {
    padding-top: 20px;
}
.game-select-lock {
    width: 33.333%;
    margin-bottom: 20px;
}
.subj__games__num {
    left: 50%;
    margin-left: -35px;
}
.feat__img {
    height: 260px;
}
.feat-box {
    height: 260px;
}
body .btn-primary, body .btn-primary:visited {
    line-height: 50px;
    border-radius: 4px;
}
.subj-item {
    display: inline-block;
    width: 50%;
    float: left;
}
body .subj-main {
    max-height: 700px;
    padding: 0;
    width: 100%;
    margin-top: 30px;
}
.subj__games__num {
    left: auto;
    margin-left: 0;
    top: auto;
    margin-right: 5px;
    margin-bottom: 5px;
}
.feat__bar {
    position: relative;
    bottom: 40px;
}
.feat__bar ul li {
    line-height: 40px;
}
.feat__img {
    height: 180px;
}
.feat__bar li a {
    font-size: 12px;
}
.feat-box {
    height: 180px;
    float: left;
    width: 50%;
    z-index:1;
}
.feat__title h4, .subj__title h4{
    font-size: 20px;
}
.subj__title {
    margin-top: 50px;
}
#share-dialog .signup__connect {
    width: 32%;
    float: left;
    display: inline-block;
}
[class*="count-child-total-"] > div {
    margin: 0.5% 0.5%;
}
.create__game__box h2, .design__course__game h2 {
    font-size: 23px;
    padding: 0;
}
.create__game__box0 a, .create__game__box a {
    padding: 30px 10px;
}
.subj__search form {
    margin-bottom:0;
}
.lock-setup-story .nav-pills>li>a {
    min-height: 202px;
}
body.home .singup__classroom div, body.home-page .singup__classroom div, body.featured-page .singup__classroom div{
    margin-left: 505px !important;
}
.singup__classroom div {
    -webkit-transform: scale(8) !important;
    -moz-transform: scale(8) !important;
    -ms-transform: scale(8)!important;
    -o-transform: scale(8) !important;
    transform: scale(8) !important;
}
.end-screen-box iframe {
    width: 100%;
}
.dash__lft .nav li {
    display: inline-block;
    width: 50%;
    margin: 0;
}
.accordion-area.accordion--override {
    width: 50%;
    margin: 0 auto;
}
.dash__lft .panel .nav li {
    width: 100%;
}
.table.table-game-list.table-draft-game thead th:last-child {
    width: 24%;
}
#signUpStepModal .nav-tabs>li mark {
    box-shadow: 0px 0px 0px 3px #39c;
    width: 80px;
    height: 80px;
}
#signUpStepModal .nav-tabs>li.active>a>mark>img {
    margin-top: -53px;
    width: 60px;
}
#signUpStepModal .nav-tabs>li mark>img {
    margin-top: 9px;
    width: 60px;
}
#signUpStepModal .nav-tabs>li.active>a>mark {
    box-shadow: 0px 0px 0px 3px #0d8bc4;
}
#signUpStepModal .nav-tabs>li.active~li mark{
    box-shadow: 0px 0px 0px 3px #ccc
}
#signUpStepModal .nav-tabs>li>a>span {
    font-size: 16px;
    font-weight: 500;
}
#signUpStepModal .nav-tabs>li>a>::after {
    top: 37px;
}
.loginbox.student__signup__steps {
    width: 93%;
}
.game-type-lft.selectme, .game-type-rgt.selectme {
    float: left;
    width: 50%;
    margin-bottom:20px; 
}
.dash__lft ul li{
    margin:0;
}
.heading_search_btn.heading_with_tabs .form__wrapper {
    position: relative;
    float:left;
    width:100%;
    right: auto;
    top: auto;
    margin-top: 12px;
    padding-right: 14px;
    padding-left:10px;
    text-align: right;
}
.dash__tabs .nav li a {
    padding: 10px 10px;
    text-align: left;
}
.bk-btn {
    width: 46% !important;
    display: inline-block;
    float: left;
    margin: 0 2%;
    margin-right: 2%;
}
.swiper-button-custom {
    top: auto;
    font-size: 27px;
    line-height: 34px;
    border: 2px solid #0d8bc4;
    bottom: -43px;
}
.main-slider-area{
    padding:28px 0 55px 0;
}
.swiper-button-custom.swiper-button-prev1 {
    left: auto;
    right: 105px;
}
.swiper-button-custom.swiper-button-next1 {
    right: 60px;
}
.main_gallery_box {
    width: 50%;
    padding: 0 10px;
    margin-bottom: 20px;
}
.main_gallery_box_inr {
    min-height: 190px;
    max-height: 190px;
}
.broken-image-checker .main_gallery_box img:before {
    top: 30px;
}
.categ__game__inr {
    height: 180px;
}
.main_gallery_box img.custom-broken {
    left: 35%;
    top: 28%;
}
.categ__game.__box img.custom-broken {
    left: 36%;
    width: 100px;
    height: 80px;
}
html.safari .dash__lft .dash__tabs .nav li .bookmark span.cont, html.safari .dash__lft .dash__tabs .nav li:last-child .bookmark small {
    top: 0;
}
    }
/* Lower then iPad (All) (767x---) */
@media only screen and (max-width : 767px) {
.hdr-area.hdr-nav {
    padding: 0;
    height: auto;
}
.subj__filter, .subj__search {
    float: left;
}
.subj__filter {
    width: 10%;
}
.subj__search {
    width: 89%;
}
.filters__box {
    width: 85%;
}
.dash__lft .dash__tabs .nav li a, .dash__lft .dash__tabs .nav li.active a{
    line-height:14px;
}
.lock-setup-box{
    box-sizing: content-box;
}
.lock-setup__title h2{
    word-wrap: break-word;  
}
.hdr-white .navbar-default .navbar-toggle .icon-bar {
    background-color: #777;
}
body .hdr-white {
    background-color: #f7f7f7;
}
.hdr-white .navbar-main li a:hover,body .hdr-white .nav>li>a:hover, body .hdr-white .navbar-default .navbar-nav > .open > a,body .hdr-white .navbar-default .navbar-nav > .open > a:hover,body .hdr-white .navbar-default .navbar-nav > .open > a:focus{
    color:#777; 
}
.hdr-white .navbar-default .navbar-nav .open .dropdown-menu>li>a{
    color:#777; 
}
.modal-backdrop.fade.in {
    display: none !important;
}
.modal-open .modal {
    z-index: 444;
}
body .scrollToTop {
    right: 10px;
    bottom: 0;
}
.scrollToTop {
    display: none !important;
}
.select-lock__tabs .edit-save-btns {
    margin-top: 15px;
    margin-bottom: 8px;
}
.select-lock__tabs.is-active .edit-save-btns {
    margin-top: 0px;
    margin-bottom: 20px;    
}
.lock-setup__img--file button {
    min-width: 280px;
    height: auto;
    width: 280px;
    font-size: 12px;
    padding: 8px;
}
.lock-setup__img--file {
    margin-top: 10px;
}
.lock-setup__img--file {
    margin-top: 10px;
}
.lock-setup__img--box {
    margin-top: 0px;
}
.lock-setup__img--inr h3 {
    margin-bottom: 5px;
}
.lock-setup__img--inr {
    padding: 10px 0;
}
.lock-setup__img--box img {
    max-height: 100%;
}
.lock-setup__img--inr h3 {
    font-size: 18px;
}
.lock-setup__img--inr {
    padding: 30px 0;
}
.game__prev__img__main {
    width: 100%;
}
.lock-setup-story .lock-setup-box {
    width: 33.3333%;
    margin-top:15px;
}
.type__ind__locks label {
    padding: 20px 0;
}
body.page-height-short footer {
    position: static;
}
div#stopwatch {
    top: 0;
}
.end-screen__inr .signup__connect {
    width: 24%;
}
.my-mini-games-page table.table .btn-small span {
    display: none;
}
.my-mini-games-page table.table .btn-small {
    width: 40px;
    margin: 0 auto;
    margin-bottom: 5px;
    clear: none;
    margin-left: 5px;
    max-width: 40px;
    min-width: 40px;
    display: inline-block;
}
.my-mini-games-page table.table th .pl30 {
    float: right;
}
.my-mini-games-page table.table .btn-slide__group .btn-small {
    max-width: 80px;
    min-width: 80px;
}
.game__list .btn-default {
    padding: 0px 10px;
    display: block;
    margin: 0 auto;
    float: none;
    clear: both;
    max-width: 180px;
}
.game__prev__inr {
    padding: 15px;
}
section.prod-area {
    padding: 0 0 20px;
}
.img-tut__rgt {
    margin-top: 30px;
}
#sign-body .form-group+.form-group .form-control, body .fom-grid-bdr .form-group+.form-group .form-control {
    border-left-color: #ccc;
}
.prod__bnr__cont.valigner {
    width: 100%;
}
.end-screen-social {
    width: 80%;
}
.end-screen-box {
    padding-top: 30px;
    padding-bottom: 30px;
}
.end-screen__inr h3 {
    font-size: 20px;
}
div#endGameScreen { 
    margin-bottom:30px;
}
.bottom-area .pul-lft,.bottom-area .pul-rgt {
    width: 100%;
    text-align: center;
    padding:0;
}
.dropdown-menu .divider {
    background-color: #76bad7;
    margin:0;
}
.dropdown > a::after {
    float: right;
    position: absolute;
    right: 5px;
    top: 0;
    line-height: 40px;
    font-size:20px;
}
.dropdown.open .dropdown-menu, .dropdown > .dropdown-menu {
    border: 1px solid #76bad7;
    margin-bottom: 15px;
    background-color: transparent;
} 
.navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #fff;
}
body .modal .close {
    right: 0px;
    top: 0;
    width: 30px;
    height: 30px;
    line-height: 20px;
    font-size: 17px;
    z-index: 8;
}
.navbar-default .navbar-toggle {
    margin-right: 0;
}
.hdr--sticky-mobile--off .hdr--sticky {
    position: static !important;
}
html body.hdr--sticky-mobile--off {
    padding-top: 0;
}
.hdr-nav .navbar-default .navbar-collapse {
    padding: 0;
}
body .nav.navbar-nav {
    width: 100%;
}
.modal-vcntr--all .modal:before, .modal.modal-vcntr:before {
    width:0px;
}
.modal-dialog {
    padding-top: 50px;
    padding-bottom: 50px;
}
.modal-dialog {
    margin: 0;
    width: 80%;
    left: 2%;
}
.modal h3 {
    font-size: 20px;
}
.signup__connect {
    float: left;
    width: 33.33%;
    overflow:hidden;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color:#fff;
}
.navbar-default .navbar-brand {
    width: 150px;
    line-height: 0;
    margin:15px;
}
body .navbar>.container-fluid .navbar-brand {
    margin-left: 7px;
}
.hdr-nav {
    padding-top: 0px;
    padding-bottom: 0;
}
body {
    padding-top: 50px;
}
.tabs--number__select.tabs--number__select--two {
    padding-bottom: 0;
    margin-bottom: 0;
}
.select-lock__tabs {
    padding: 8px;
}
.select-lock__tabs--number__select h3 {
    font-size: 20px;
}
.select-lock__tabs--comb__select {
    margin-top: 0;
}
.crt-game-steps .panel-heading a {
    font-size: 20px;
}
.select-lock-type .nav-pills>li>a .lock-setup__title h2 {
    margin: 0;
    font-size: 18px;
}
#slidemenu {
    background-color: #fff !important;
    position: relative;
    z-index: 999;
}
#slidemenu >div{
    border-bottom: 1px solid #002d72;
}
.login-page .mar__btm .col-sm-4 {
    width: 100% !important;
    float: left !important;
    margin-top: 20px;
}
.login-page .mar__btm .col-sm-4 .btn{
    width:100%;
}
.prod__bnr__cont .subj__games__num {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 4px solid #fff;
    box-shadow: none;
    box-shadow: none;
    background-color: #002d72;
    margin: 0 auto;
    text-align: center;
    position: static;
    line-height: 24px;
    display: block;
    left: 0;
}
.signup__connect i.fa {
    height: 24px;
    display: inline-block;
    font-size: 22px;
}
.breadcrumb {
    white-space: normal;
}
.hdr--sticky {
    height: 55px;
}
.dropdown-menu .beta-tag {
    width: 50px !important;
}
.nav.navbar-nav.navbar-main .dropdown-menu {
    left: 0;
}
#login-body .btn.btn-primary.pul-rgt {
    margin-top:20px;
}
.signup-page .logo img {
    width: 280px;
}
.profile__dtl--contz .form-inline .form-group input {
    width: 400px;
    margin: 0 auto;
    margin-top:15px;
}
.img-tut-area {
    padding: 10px 0 30px 0;
}
.vid-tut-dtl-area .access-resrc-btn {
    width: 100%;
}
.crt-game-steps {
    padding: 0;
}
.img-tut__rgt {
    margin-bottom: 30px;
}
.form-group.game__add__timer.hidden-checkbox {
    width: 100%;
    float: left;
}
.lock-setup-story .nav-pills>li {
    width: 48%;
}
.lock-setup-story .nav-pills>li>a {
    padding: 15px 0 15px;
    min-height:175px;
}
/* Alphabets Lock */
.select-lock__tabs--text .select-lock__tabs--number__select .number__select-box, .select-lock__tabs--number .select-lock__tabs--number__select .number__select-box, .select-lock__tabs--direct .select-lock__tabs--number__select .number__select-box, .select-lock__tabs--shape .select-lock__tabs--number__select .number__select-box, .select-lock__tabs--color .select-lock__tabs--number__select .number__select-box {
    width: 60px;
    margin: 10px auto;
    padding-left: 5px;
    padding-right: 5px;
}
.select-lock__tabs--text .tabs--number__select .number__select-box input, .select-lock__tabs--number .tabs--number__select .number__select-box input, .select-lock__tabs--direct .tabs--number__select .number__select-box input, .select-lock__tabs--shape .tabs--number__select .number__select-box input, .select-lock__tabs--color .tabs--number__select .number__select-box input {
    padding: 0;
    line-height: 57px;
    font-size: 23px;
}
.select-lock__tabs--text .number__select-inr--comb, .select-lock__tabs--number .number__select-inr--comb, .select-lock__tabs--direct .number__select-inr--comb, .select-lock__tabs--shape .number__select-inr--comb, .select-lock__tabs--color .number__select-inr--comb{
    width: 60px;
    height: 60px;
}
.select-lock__tabs--text .select-lock__tabs--number__select .number__select-inr h2, .select-lock__tabs--number .select-lock__tabs--number__select .number__select-inr h2, .select-lock__tabs--direct .select-lock__tabs--number__select .number__select-inr h2 {
    font-size:23px;
}
.select-lock__tabs--direct.select-lock--iconic .tabs--number__select.tabs--number__select--two .number__select-box i, .select-lock__tabs--shape.select-lock--iconic .tabs--number__select.tabs--number__select--two .number__select-box i {
    left: 20px;
    top: 15px;
}
.select-lock--iconic .tabs--number__select.tabs--number__select--two .number__select-box i[class*="bg-"] {
    width: 60px; 
    left: 5px; 
    top: 0px; 
    height: 60px;
}
.btns-xs.btn-slide td .desc {
    max-width: 200px !important;
}
.table.table-game-list tbody textarea {
    width: 400px;
    height: 130px;
    float: left;
    margin-bottom: 10px;
}
.form-group.form_stud_am button, .form-group.form_stud_am1 button {
    font-size: 14px;
    line-height: 35px;
    height: 40px;
}
.form-group.form_stud_am1 {
    margin-top: 10px;
}
.table.table-game-list td.comment_div span {
    width: 100% !important;
    white-space: normal;
}
.table.table-game-list.table-game-desc-wrap td {
    white-space: normal;
}
.table.table-game-list.reviewed-table .btn-slide__group {
    position: absolute;
    top: 3px;
}
.table.table-game-list.reviewed-table td {
    position:relative;
}
.btn-slide.reviewed-table td.btn-slide__group--show .desc {
    position: relative;
    top: -8px;
}
.accesscode-page .access__cont h1 {
    font-size: 40px;
}
.accesscode-page .accesscode-fom-area span.input-group-addon:last-child {
    width: auto;
    float: right;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 9;
}
.accesscode-page .accesscode-fom-area span.input-group-addon:first-child {
    width: 100%;
    float: left;
}
.accesscode-page .accesscode-fom-area .form-group {
    padding-bottom: 20px;
}
.table-game-list.table-manage-assigned th:last-child, .table-game-list.table-manage-digital th:last-child {
    width: 26%;
}
.end-screen-box iframe {
    max-height: 300px;
}
.my_canvas_style canvas#canvas {
    width: 300px;
    height: 300px;
}
.btn-equ .btn:first-child {
    margin-right: 8px;
}
.stdnt-login__cont {
    border: 0;
    padding: 0;
}
.login-box__img .logo1 {
    width: 400px;
    margin: 0 auto;
    margin-bottom: 20px;
}
.stdnt-login__cont .form-group input {
    height: 45px;
}
.signup-page .student-signup-logo img {
    width: 100%;
}
#signUpStep_1 .form-group {
    padding: 0 15px;
    float: left;
    width: 100%;
}
#signUpStep_1 .form-group:nth-child(2) a {
    width: 180px;
}
.student-signup-logo {
    width: 400px;
}
.signup_steps {
    min-height: auto;
}
.signup-page .alert.alert-danger.alert-dismissable.alert-sticky, .signup-page .alert.alert-danger.alert-sticky{
    position:absolute;
}
.signup-page .alert.alert-danger.alert-dismissable.alert-sticky ul, .signup-page .alert.alert-danger.alert-sticky ul {
    margin-bottom: 0;
}
.join-class-page .game__prev__inr {
    padding: 30px 30px;
}
div#signUpStep_4 .form-group h4 {
    display: inline-block;
}
div#signUpStep_4 .form-group {
    padding:0;
}
div#signUpStep_4 .form-group:nth-child(4) {
    margin-bottom:30px;
}
.table.table-my-class-assigned-stdnt thead th:last-child, .table.table-my-class-library-stdnt thead th:last-child {
    width: 20%;
}
.navbar.navbar-default .container-fluid, section.hdr-area.hdr-nav .container {
    padding: 0;
}
.hdr-area .navbar-main li a .badge {
    right: 15px;
    top: 4px;
}
body .navbar.navbar-default .navbar-header {
    padding: 0 10px;
}
.nav-plusminus  .dropdown > a::after {
    right: 22px;
}
.container>.navbar-header, .container-fluid>.navbar-header, .container>.navbar-collapse, .container-fluid>.navbar-collapse{
    margin-right: 0;
    margin-left: 0;
}
.dash__lft ul li {
    margin: 0;
}
.game__prev__locks ul {
    margin-top: 0;
    padding-top: 15px;
    margin-left: 45px;
    margin-right: 45px;
    overflow-x: auto;
    white-space: nowrap;
}
#lockOptions .game__prev__locks ul {
    overflow: hidden;
    white-space: normal;
    margin: 0;
    margin-bottom: 10px;
    padding: 0;
}
#lockOptions .game__prev__locks ul li {
    margin-bottom: 15px;
}
button#google_login .fa {
    top: 0;
}
.metroflip-box.is--active .back-wrapper {
    display: none;
}
.page-height-short main#page-content {
    padding-bottom: 0px; 
}
.categ__child__game {
    padding-left: 15px;
}
.img-tut__img {
    min-height: 270px;
}
.images-size {
    font-size: 16px;
}
.categ__child__game .__image > img.custom-broken {
    left: 40%;
}
.categ__child__game.__cont {
    max-height: 100%;
}
.hdr-area.hdr-nav {
    padding-top:0;
}
.categ__child__game .__image {
    min-height: 278px;
}
    }
/*iPhone 6 Plus landscape · width: 736px */
@media only screen and (max-width : 750px) {
.categ__game__inr {
    height: 175px;
}
    }
/*iPhone 6 Plus landscape · width: 736px */
@media only screen and (max-width : 736px) {
.select-lock__tabs.is-active .close_new {
    opacity:1;
}
.play-area ul li {
     width: 10%;
}
.play-area li:before, .play-area .game__prev__locks li:before {
    margin-left: 42%;
}
.play-area .game__prev__locks li:before {
    width: 8px;
}
.login-page .mar__btm .col-sm-8 {
    width: 80%;
}
.login-page .mar__btm .col-sm-4 {
    width: 20%;
    float: left;
}
.img-lock__inr ul li:before {
    left: 10px;
}
.feat__bar li i {
    line-height: 32px;
}
.select-lock__tabs {
    margin-top: 0;
}
.game__add__timer {
    text-align: center;
    float: left;
    width: 100%;
}
.crt-game-area button[type=submit] {
    text-align: center;
}
table.table-game-list tr td .desc {
    margin-top: 4px;
    font-size: 20px;
}
.my-mini-games-page table.table .btn-small {
    margin-bottom: 0;
}
.game__list .btn-default{
    display: inline-block;
}
body .table-valign tr td.w60 {
    width: 80%;
}
.lock-setup-story .nav-pills>li>a{
    height: auto;
}
.lock-setup__icon i, .select-lock-type .nav-pills>li>a .lock-setup__icon i {
    font-size: 85px;
}
.lock-setup-story .lock-setup-box{
    width: 50%;
    box-sizing: inherit;
}
.breakout_tag .full_view {
    padding: 18px 0 0 0;
    margin-right: 0;
}
.breakout_tag .show_qr img {
    width: 80px;
}
.zoomized.is-active {
    width: 90%;
    left: 5%;
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
}
.draft-step, .next-step, .prev-step {
    min-width: auto;
}
span.notify_bell {
    width: 7%;
    float: left;
}
.student__notifi ul li .desc {
    width: 93%;
}
.student__notifi ul li .fa {
    margin-right: 0;
    width: 30px;
    line-height: 27px;
    height: 30px;
    font-size: 16px;
}
.student__notifi .seen, .student__notifi .unseen {
    padding: 10px 15px;
}
.student__notifi ul li .desc a {
    font-size: 17px;
}
.student__notifi ul li .desc a, .student__notifi ul li.seen .desc a {
    font-size: 14px;
}
.student__notifi ul li.unseen .fa {
    border: 1px solid #0d8bc4;
}
.student__notifi ul li.seen .fa {
    border: 1px solid #2723248a;
}
.lock-setup-story .nav-pills>li {
    width: 50%;
}
.table-student-info2.btn-slide .btn-slide__group {
    margin-top: 18px;
}
.loginbox.student__signup__steps {
    width: 97%;
}
.student__notifi ul {
    margin-bottom: 15px;
}
.table.table-game-list.table-my-class-stdnt thead th:last-child {
    width: 37%;
}
.table-list-submitted.btn-slide .btn-slide__group {
    top: 28px;
}
.main_gallery_box_inr {
    min-height: 185px;
    max-height: 185px;
}
.categ__game__inr {
    height: 170px;
}
    }
@media only screen and (max-width : 700px) {
.loginbox.student__signup__steps {
    width: 100%;
    padding: 20px 30px;
}
.main_gallery_box_inr {
    min-height: 175px;
    max-height: 175px;
}
.categ__game__inr {
    height: 160px;
}
    }
/*iPhone 6 landscape · width: 667px */
@media only screen and (max-width : 667px) {
.filters__box {
    width: 84.5%;
}
.broken-image-checker .main_gallery_box img:before {
    top: 28px;
}
.play-area ul li {
    width: 11%;
}
body .alert-sticky {
    width: 100%;
    margin-left: auto;
}
.alert.alert-danger.alert-dismissable.alert-sticky, .alert.alert-danger.alert-sticky {
    left: auto;
    margin-left: auto;
}
.next-prev-step .pul-rgt {
    margin-top: 7px;
    line-height: 60px;
}
.next-prev-step {
    padding-top: 15px;
}
body.home .singup__classroom div, body.home-page .singup__classroom div, body.featured-page .singup__classroom div {
    margin-left: 400px !important;
}
.dash__lft .nav li {
    width: 60%;
}
.accordion-area.accordion--override {
    width: 60%;
}
.table.table-game-list.table-draft-game thead th:last-child {
    width: 35%;
}
.game-courses-page .prod__title h4 {
    max-width: 220px;
    font-size: 19px;
}
.table.table-game-list.table-my-class-stdnt thead th:last-child {
    width: 42%;
}
.table.table-game-list.table-classes-game td:last-child>div {
    text-align: left;
}
#edit-game-tabs.nav-tabs>li:nth-child(2) {
    width: 65%;
}
.dash__lft .accordion-area .panel-body ul li a {
    padding-left: 35px;
}
.main_gallery_box {
    width: 50%;
}
.main_gallery_box_inr {
    min-height: 166px;
    max-height: 166px;
}
.categ__game__inr {
    height: 152px;
}
    }
/*iPhone4 and iPhone5 Galaxy S2 and S3  */
@media only screen and (max-width : 640px) {
.more-area .btn.btn-primary, .actions-area .btn.btn-primary {
    line-height: 43px;
    min-width: 140px;
    font-size: 16px;
}
.img-tut__points h2 {
    font-size: 25px;
    margin-bottom:20px;
}
.btn-equ .btn:first-child {
    margin-right: 5px;
}
.loginbox.student__signup__steps {
    padding: 20px 0px;
}
.student-signup-logo {
    width: 350px;
}
.student-signup-hed h2 {
    font-size: 24px;
}
.loginbox.student__signup__steps .form-group input{
    height: 45px;
}
.loginbox.student__signup__steps .btn, .loginbox.student__signup__steps .btn {
    height: 45px;
}
#edit-game-tabs.nav-tabs>li:nth-child(2) {
    width: 62%;
}
.type__ind__locks ul li i {
    padding: 0 12px;
}
.table-bookmark-list thead tr th:last-child {
    width: 40%;
}
.categ__game.__box {
    padding: 0 8px;
    margin-bottom: 16px;
}
.main_gallery_box_inr {
    min-height: 158px;
    max-height: 158px;
}
.broken-image-checker .main_gallery_box img:before {
    background-size: 90%;
}
.main_gallery_box img.custom-broken {
    top: 23%;
}
.main-slider-area .swiper-container .swiper-slide img.custom-broken {
    width: 100px;
    height: 80px;
}
.categ__game.__box img.custom-broken {
    left: 31%;
}
    }
/* Google Nexus 7 603x966 | Samsung Galaxy Tab 600x1024  */
@media only screen and (max-width : 603px) {
.subj__search input {
    padding: 6px 20px 6px 6px;
}
.subj__filter {
    width: 12%;
    position: absolute;
    right: 15px;
    top: -16px;
    padding: 0;
}
.filters__box {
    width: 94.5%;
}
.all-kit-dgi .btn-digital, .all-kit-dgi .btn-kit, .all-kit-dgi .btn-all {
    width:33.33%;
}
.subj__filter button#searchFilter {
    line-height: 36px;
}
.subj__search {
    width: 100%;
}
.subj__search .all-kit-dgi {
    position: absolute;
    right: auto;
    left: 0;
    top: -52px;
    width: 86%;
}
.subj-area {
    margin-top: 40px;
}
.dash__tabs .nav li .badge {
    line-height: 16px;
    margin-top: 3px;
}
section.game-preview-area .dash__lft {
    padding:  0;
}
section.game-preview-area .game-preview-box {
    padding:  0;
}
.game-preview-box .table-students.table-game-list th:first-child {
    width: 33%;
}
.game__prev__inr0.bdr2 {
    overflow:  auto;
}
.feat__bar li i {
    width: 20px;
    height: 20px;
    line-height: 20px;
    margin-right: 3px;
}
.login-box .logo img {
    width: 280px;
}
.heading_search_btn .form__wrapper {
    float: left;
    width: 100%;
    margin-top: 10px;
}
.table.table-digital-game td.btn-slide__group--show{
    position: relative;
    top: -14px;
}
.table.table-draft-game td.btn-slide__group--show {
    position: relative;
    top: -13px;
}
.table.table-game-list.table-draft-game tbody td .desc {
    padding-top: 7px;
    padding-bottom: 7px;
}
.table-digital-game.btn-slide .btn-slide__group{
    position: absolute;
    margin-top: 30px;
}
.table-draft-game.btn-slide .btn-slide__group {
    position: absolute;
    margin-top: 33px;
}
.end-screen__inr .signup__connect {
    width: 49%;
}
.choose-lock-types-page li.game-select-lock {
    width: 50%;
}
.btns-xs.btn-slide td .desc, .btn-slide td .desc {
    font-size: 16px;
}
.table.table-game-list.pending_game .btn-slide__group {
    position: absolute;
    margin-top: 13px;
}
.table.table-game-list.pending_game .btn-slide__group--show .desc {
    position:relative;
    top:-13px
}
.table.table-game-list.table-submitted-btm .btn-slide__group {
    position: absolute;
    top: 27px;
}
.table.table-game-list.table-submitted-btm td {
    position: relative;
    line-height:35px;
}
.table.table-game-list.table-submitted-btm .btn-slide__group--show span.desc {
    top:-7px
}
.table.table-game-list.table-submitted-btm td span.desc {
    position:relative;
    font-size:16px;
    top:4px
}
.login-box__img .logo1 {
    width: 350px;
}
#signUpStepModal .nav-tabs>li>a>::after {
    width: 64px;
    right: -33px;
}
.table.table-game-list.table-classes-game thead th:last-child {
    text-align: left;
}
.class-students_submitted-page .heading_search_btn .form__wrapper {
    margin-top:0;
}
.type__ind__locks h4 {
    font-size: 15px;
}
.type__ind__locks h3 {
    font-size: 19px;
}
#edit-game-tabs.nav li.fill.active:first-child a {
    padding: 0 8px 35px 8px;
}
.edit-digital-game-page ul.sortable.grid li, .edit-my-digital-game-page ul.sortable.grid li{
    width: 62px;
}
.main_gallery_box_inr {
    min-height: 148px;
    max-height: 148px;
}
.categ__game__inr {
    height: 145px;
}
.subj__filter button.filter_submit {
    line-height: 36px;
    font-size: 16px;
}
    }
/* iPhone 5 Landscape · 320x568px */
@media only screen and (max-width : 585px) {    
.main_gallery_box_inr {
    min-height: 143px;
    max-height: 143px;
}
.categ__game__inr {
    height: 138px;
}
    }
/* iPhone 5 Landscape · 320x568px */
@media only screen and (max-width : 568px) {    
.select-lock-type .nav-pills>li>a .lock-setup__title h2 {
    font-size: 16px;
    color: #aaa;
}
.game__prev__locks ul li {
    width: 12%;
    text-align: center;
    float: none;
    display: inline-block;
}
.game__prev__locks ul {
    text-align: center;
}
.game-info .game__timer__box {
    float: left;
    width: 80px;
}
.game-select-lock {
    width: 50%;
}
.select__lock__title h2 {
    font-size: 14px;
    height: 30px;
    margin-bottom: 0;
}
a.confirm-delete {
    min-width: 32px;
}
#locksetupstory .select-lock-type .nav-pills>li>a {
    height: 100px;
}
#selectLockColor.is-active .select-lock__tabs--comb__select,#selectLockDirection.is-active .select-lock__tabs--comb__select,#selectLockShape.is-active .select-lock__tabs--comb__select,#selectLockNumber.is-active .select-lock__tabs--comb__select,#selectLockText.is-active .select-lock__tabs--comb__select {
    position: fixed;
    bottom: 0;
    margin-bottom: 120px;
    background-color: #fff;
    left: 0;
    padding: 20px 10px;
    zoom: 1;
    right: 0;
    z-index: 55;
    border: 1px solid #ddd;
    box-shadow: 0 0 30px 0px #ddd;
    transform: scale(0.7);
    border-radius: 15px;
    z-index:899;
}
.feat-box, .subj-item, .prod-box {
    width: 100%;
}
.dash__lft .accordion-area .panel-body ul li {
    margin: 0;
}
.game-info .draft-step, .game-info .next-step, .game-info .prev-step{
    margin-top:12px;
}
body.home .singup__classroom div, body.home-page .singup__classroom div, body.featured-page .singup__classroom div {
    margin-left: 282px !important;
}
.student__notifi ul li .desc {
    width: 91%;
}
span.notify_bell {
    width: 9%;
}
.profile__dtl--contz p {
    font-size: 14px;
}
.dash__lft .nav li {
    width: 70%;
}
.accordion-area.accordion--override {
    width: 70%;
}
.breakout_tag ul li:first-child {
    width: 100%;
    height: 80px;
}
.breakout_tag ul li {
    width: 49%;
}
.end-screen__inr h2 {
    font-size: 26px;
    padding: 0 20px;
}
.end-screen__logo {
    max-width: 300px;
    padding-top: 0;
}
.clr.input-group .input-group-addon.addon-2 .btn span {
    display: none;
}
.clr.input-group .input-group-addon.addon-2 .btn .fa {
    line-height: 42px;
    font-size: 22px;
}
.clr.input-group .input-group-addon.addon-2 .btn {
    width: 60px;
}
.clr.input-group .input-group-addon input {
    min-width: auto;
    width: 65px;
}
.view-page .social-login {
    margin: 0;
}
body .course_game_img iframe {
    width: 100% !important;
    height: auto !important;
}
.img-tut-area.course_game_sec {
    padding:0 0 30px 0;
}
.game-info .draft-step, .game-info .next-step, .game-info .prev-step {
    width: 40%;
    margin-right: 10px;
    float: left;
}
.game-courses-page .prod__img img {
    min-width: 100%;
}
.vid-bnr-area iframe {
    width: 100% !important;
    max-height: 350px !important;
}
.login-page .login-box {
    width: 90%;
}
#signUpStepModal .nav-tabs>li.active>a>mark>img {
    margin-top: -40px;
    width: 40px;
}
#signUpStepModal .nav-tabs>li mark {
    box-shadow: 0px 0px 0px 2px #39c;
    width: 50px;
    height: 50px;
}
#signUpStepModal .nav-tabs>li mark>img {
    margin-top: 2px;
    width: 40px;
}
#signUpStepModal .nav-tabs>li.active>a>mark {
    box-shadow: 0px 0px 0px 2px #0d8bc4;
}
#signUpStepModal .nav-tabs>li.active~li mark{
    box-shadow: 0px 0px 0px 2px #ccc
}
.loginbox.student__signup__steps {
    width: 82%;
}
#signUpStepModal .nav-tabs>li>a>::after {
    top: 22px;
}
.heading_search_btn.submitt_game_tab_btn {
    width: 100%;
    text-align: right;
    padding: 10px;
}
.table.table-game-list.table-my-class-stdnt thead th:last-child {
    width: 50%;
}
.game-type-lft.selectme, .game-type-rgt.selectme {
    float: left;
    width: 100%;
}
#edit-game-tabs.nav-tabs>li:last-child a img, .edit-layout-top-bar .game__prev__locks ul li a img {
    width: 47px;
    height: 57px;
}
#edit-game-tabs.nav li.fill:first-child h4 {
    font-size: 14px;
    line-height: 13px;
}
#edit-game-tabs.nav li.fill:first-child small {
    font-size: 10px;
}
#edit-game-tabs.nav li.fill.active:first-child a {
    padding: 0 5px 31px 5px;
}
#edit-game-tabs li.fill.active a, #edit-game-tabs li.ui-state-default.aactive a {
    border: 3px solid #002d72;
    border-bottom: 0;
}
.edit-layout-top-bar .game__prev__locks ul li a {
    border: 3px solid transparent;
    border-bottom: 0;
    padding: 12px 0px 20px 0px;
}
#edit-game-tabs li.ui-state-default.aactive a {
    padding: 12px 4px 20px 4px;
}
#edit-game-tabs.nav-tabs>li:last-child a {
    padding: 12px 4px 20px 4px;
    border: 3px solid transparent;
    border-bottom: 0;
}
.edit-digital-game-page .game-info, .edit-my-digital-game-page .game-info {
    border: 3px solid #002d72;
    padding: 20px;
    float: left;
}
.edit-digital-game-page .accordion-area.accordion-plus, .edit-my-digital-game-page .accordion-area.accordion-plus {
    border: 3px solid #002d72;
    padding: 20px 20px 0 20px;
}
#edit-game-tabs.nav li.fill:first-child:not(.active) a .round-wrap {
    border: 3px solid #002d72;
    padding: 4px 9px;
    padding-bottom: 10px;
}
.edit-digital-game-page #previous_locks.active, .edit-my-digital-game-page #previous_locks.active {
    padding: 20px;
    border: 3px solid #002d72;
}
#edit-game-tabs.nav-tabs>li {
    margin-bottom: -3px;
}
#edit-game-tabs.nav-tabs>li:nth-child(2) {
    width: 66%;
}
.form-group.game__add__timer.hidden-checkbox {
    margin-bottom: 0;
}
span.drag_drop_lock {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 20px;
    font-size: 14px;
}
.edit-digital-game-page #edit_info .game-type-rgt, .edit-my-digital-game-page #edit_info .game-type-rgt, .edit-digital-game-page #edit_info .game-type-lft, .edit-my-digital-game-page #edit_info .game-type-lft {
    padding-left:0;
    padding-right:0;
}
.edit-digital-game-page ul.sortable.grid li, .edit-my-digital-game-page ul.sortable.grid li {
    width: 54px;
}
.edit-digital-game-page ul.sortable.grid li.aactive, .edit-my-digital-game-page ul.sortable.grid li.aactive {
    width: 59px;
}
.prod-box__wrap {
    width: 100%;
}
.subj-main .subj-item, .prod-area .prod-box {
    padding: 0 10px;
    width: 100%;
    margin: 10px 0;
}
body .subj-main {
    max-height: 660px;
}
.categories-page .subj-box {
    margin: 20px 0;
}
.game-type-lft.selectme:first-child, .game-type-lft.selectme:nth-child(2), .game-type-rgt.selectme {
    padding: 0 20px;
}
.edit-layout-top-bar .game__prev__locks ul {
    text-align: left;
    overflow-y: hidden;
}
.edit-layout-top-bar.connected_lock_arr .sortable li a:before {
    font-size: 13px;
    bottom: 3px;
}
.main-slider-area .swiper-container .swiper-slide img{
    border-radius: 10px;
}
.swiper-slide {
    background-color: transparent;
    text-align:center;
}
.categ__game.__box {
    width: 100%;
}
.broken-image-checker .main-slider-area img:before {
    top: 90px;
    left: -33px;
}
.main_gallery_box_inr {
    min-height: 138px;
    max-height: 138px;
}
.categ__game__inr {
    height: auto;
    min-height: 220px;
}
.main-slider-area img.custom-broken {
    left: 40%;
    top: 33%;
}
.main_gallery_box img.custom-broken {
    top: 19%;
    left: 30%;
}
.categ__game.__box img.custom-broken {
    left: 40%;
    width: 120px;
    height: 100px;
}
.breakout_tag ul li:first-child img.custom-broken {
    left: 40%;
    top: 5px;
}
    }
/* Kindel Fire HD 8.9in (533x853) Tablets */
@media only screen and (max-width : 533px) { 
.filters__box {
    width: 94%;
}
.subj__filter {
    width: 15%;
}
.all-kit-dgi {
    width: 82%;
}
.profile__dtl--contz .btn_renewal {
    font-size: 18px;
}
#assignGameModal .btn.btn-sm {
    min-width: 120px;
}
.table-game-list.table-manage-assigned td, .table-game-list.table-manage-digital td {
    position: relative;
    line-height: 30px;
}
.table-game-list.table-manage-assigned td span.desc, .table-game-list.table-manage-digital td span.desc{
    position:relative;
    top:3px;
}
.table-game-list.table-manage-assigned .btn-slide__group, .table-game-list.table-manage-digital .btn-slide__group {
    position:absolute;
    top: 24px;
}
.table-game-list.table-manage-assigned .btn-slide__group--show span.desc, .table-game-list.table-manage-digital .btn-slide__group--show span.desc{
    top: -10px;
}
.my_canvas_style .btn.btn-default {
    line-height: 43px;
}
.my_canvas_style canvas#canvas {
    width: 300px;
    height: 300px;
}
.my_canvas_style .modal-footer .btn {
    width:100%;
    padding:0;
    margin:0;
    margin-bottom:10px;
}
.login-box__img .logo1 {
    width: 350px;
}
.loginbox.student__signup__steps {
    width: 90%;
}
#signUpStepModal .nav-tabs>li>a>span {
    font-size: 14px;
    margin: 10px 0 0 5px;
}
.join-class-page .game-preview-box {
    width: 70%;
}
.game__prev__locks ul li {
    width: 13%;
}
#edit-game-tabs.nav-tabs>li:nth-child(2) {
    width: 63%;
}
.main_gallery_box_inr {
    min-height: 128px;
    max-height: 128px;
}
.broken-image-checker .main_gallery_box img:before {
    top: 25px;
    left: -30px;
    background-size:70%;
}
.categ__child__game .__image {
    min-height: 240px;
}
    }   
/*iPhone3 Landscape*/
@media only screen and (max-width : 500px) {    
.main_gallery_box_inr {
    min-height: 120px;
    max-height: 120px;
}
    }
/*iPhone3 Landscape*/
@media only screen and (max-width : 480px) {
.filters__box {
    width: 93.2%;
}
.lock-setup-story .lock-setup-box {
    width: 100%;
    box-sizing: inherit;
}
.categories-page .subj-box.col-sm-4 {
    width: 100%;
}
.game__prev__locks ul li {
    width: 16%;
    margin-bottom: 10px;
}
.lock-setup__img--file button {
    font-size: 12px;
    min-width: inherit;
    width: inherit;
    padding-top: 5px;
    padding-bottom: 5px;
}
.signup__connect a i, .signup__connect button i {
    display: block;
    height: 46px;
    line-height: 46px;
}
.feat__bar ul li a {
    font-size: 11px;
}
.login-page .m-md-top {
    text-align: center;
}
.login-page .m-md-top .pul-rgt span {
    margin-bottom: 20px;
    display: inline-block;
}
.login-page .m-md-top div {
    width: 100%;
}
.checkbox.mar__btm label {
    margin-bottom: 15px;
}
a.forgot__clr.pul-lft.btn {
    height: auto;
    line-height: inherit;
    padding: 10px 0px 0;
}
.signup__connect {
    margin-bottom: 15px;
}
section.inr-signup-area h2 {
    font-size: 24px;
    margin-top: 10px;
    margin-bottom: 30px;
}
.access-resrc-btn a span {
    font-size: 1.25em;
    padding: 8px;
}
body.login-page {
    padding-top: 30px;
}
.individual__intro .mix-icons{
    margin: 0 auto 10px;
    width: 60%;
    left: 0;
    right: 0;
}
.hed.underline h2 {
    font-size: 30px;
}
.zoomized.is-active {
    transform: scale(1.4);
    -webkit-transform: scale(1.4);
}
#delete-modal .modal-ftr.pul-rgt, #pre-modal .modal-ftr.pul-rgt {
    float: left;
    width: 100%;
    padding-top: 0;
    text-align: right;
}
#delete-modal .modal-ftr.pul-rgt a, #pre-modal .modal-ftr.pul-rgt a {
    width: auto;
}
body.home .singup__classroom div, body.home-page .singup__classroom div, body.featured-page .singup__classroom div {
    margin-left: 180px !important;
}
.login-box .signup__connect a, .login-box .signup__connect button , #login-body .signup__connect a, #login-body .signup__connect button{
    font-size: 0;
}
.signup-page .signup__connect a, .signup-page .signup__connect button {
    font-size: 0;
}
.student__notifi ul li .desc {
    width: 89%;
}
span.notify_bell {
    width: 11%;
}
.profile__dtl--contz .form-inline .form-group input {
    width: 100%;
    min-width: auto;
}
.profile__dtl--contz .btn_renewal {
    font-size: 16px;
    width: 100%;
}
.create_new_class_fom .btn {
    min-width: 100px;
}
.dash__lft .nav li {
    width: 80%;
}
.accordion-area.accordion--override {
    width: 80%;
}
#register-form .signup__connect a, #register-form .signup__connect button {
    font-size: 0;
}
button#google_login .fa {
    top: -5px;
}
#login-body button#google_login .fa, #register-form button#google_login .fa {
    top:-5px;
}
.login-box .signup__connect:not(:last-child) i.fa, #login-body .signup__connect:not(:last-child) i.fa, .signup-page .signup__connect:not(:last-child) i.fa, 
#sign-body .signup__connect:not(:last-child) i.fa {
    top: -2px;
}
.select-lock__tabs--text .tabs--number__select .number__select-box input, .select-lock__tabs--number .tabs--number__select .number__select-box input, .select-lock__tabs--direct .tabs--number__select .number__select-box input, .select-lock__tabs--shape .tabs--number__select .number__select-box input, .select-lock__tabs--color .tabs--number__select .number__select-box input {
    padding: 0;
    line-height: 47px;
    font-size: 20px;
}
.select-lock__tabs--text .number__select-inr--comb, .select-lock__tabs--number .number__select-inr--comb, .select-lock__tabs--direct .number__select-inr--comb, .select-lock__tabs--shape .number__select-inr--comb, .select-lock__tabs--color .number__select-inr--comb {
    width:50px;
    height:50px;
}
.select-lock__tabs--text .select-lock__tabs--number__select .number__select-inr h2, .select-lock__tabs--number .select-lock__tabs--number__select .number__select-inr h2, .select-lock__tabs--direct .select-lock__tabs--number__select .number__select-inr h2 {
    font-size: 20px;
}
.select-lock__tabs--text .select-lock__tabs--number__select .number__select-box, .select-lock__tabs--number .select-lock__tabs--number__select .number__select-box, .select-lock__tabs--direct .select-lock__tabs--number__select .number__select-box, .select-lock__tabs--shape .select-lock__tabs--number__select .number__select-box, .select-lock__tabs--color .select-lock__tabs--number__select .number__select-box {
    width: 50px;
    margin: 5px auto;
    padding-left: 0px;
    padding-right: 0px;
}
.select-lock__tabs--direct.select-lock--iconic .tabs--number__select.tabs--number__select--two .number__select-box i {
    left:10px;
}
.select-lock__tabs--shape.select-lock--iconic .tabs--number__select.tabs--number__select--two .number__select-box i {
    left: 12px;
    top: 12px;
}
.select-lock--iconic .tabs--number__select.tabs--number__select--two .number__select-box i img {
    width: 25px;
    height: 25px;
}
.select-lock--iconic .tabs--number__select.tabs--number__select--two .number__select-box i[class*="bg-"] {
    width: 50px;
    left: 0px;
    top: 0px;
    height: 50px;
}
.teachers-reviewed-games-page .heading_search_btn .form__wrapper .form-group {
    display: block;
}
.teachers-reviewed-games-page .heading_search_btn .form-group input{
    min-width:100%;
    max-width:100%;
    margin-bottom:5px;
}
.teachers-reviewed-games-page .heading_search_btn .form__wrapper .form-group .btn.btn-search {
    width: 100%;
    font-size: 17px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
span.hide-dsk{
    display:inline-block;
}
.accesscode-page .accesscode-fom-area span.input-group-addon:last-child {
    width: 100%;
    padding: 0;
    position: relative;
    float: left;
}
.accesscode-page .accesscode-fom-area span.input-group-addon:last-child input {
    width: 100%;
    border-radius: 0;
}
.accesscode-page .access-btn {    
    width: 100%;
    font-size: 18px;
}
.edit-class-box .form-group a, .edit-class-box .form-group button {
    width: 100%;
    float: left;
    margin: 0;
    margin-bottom: 5px;
}
.login-page .login-box {
    padding: 30px 15px;
}
.login-box__img .logo1 {
    width: 300px;
    padding: 0;
}
.loginbox.student__signup__steps {
    width: 100%;
}
#edit-game-tabs.nav-tabs>li:nth-child(2) {
    width: 62%;
}
.edit-digital-game-page ul.sortable.grid li.aactive, .edit-my-digital-game-page ul.sortable.grid li.aactive {
    width: 61px;
}
.table.table-game-list.table-draft-game thead th:last-child{
    width:auto;
}
.table-bookmark-list thead tr th:last-child {
    width: 47%;
}
.broken-image-checker .categ__child__game img:before {
    padding-top: 9em;
}
.broken-image-checker .categ__child__game img:after {
    padding-top: 5em;
}
.categ__child__game {
    padding: 0;
}
.bookmark__tag{
    right:5px;
}
.categ__child__game.__cont h3 {
    padding-left: 5px;
    font-size: 22px;
}
.categ__child__game.__cont {
    padding-right: 0;
}
.img-tut__img {
    min-height: 210px;
}
.main_gallery_box_inr {
    min-height: 114px;
    max-height: 114px;
}
.categ__game__inr {
    min-height: 200px;
}
.main-slider-area img.custom-broken {
    left: 38%;
    top: 30%;
}
.main_gallery_box img.custom-broken {
    top: 12%;
    left: 27%;
}
.categ__child__game .__image > img.custom-broken {
    left: 37%;
    top: 28%;
}
.categ__child__game .__image {
    min-height: 220px;
}
    }
@media only screen and (max-width : 460px) {
.main_gallery_box_inr {
    min-height: 110px;
    max-height: 110px;
}
    }
@media only screen and (max-width : 445px) {
.filters__box {
    width: 92.5%;
}
#signUpStepModal .nav-tabs>li>a>::after {
    width: 56px;
    right: -29px;
}
#edit-game-tabs.nav-tabs>li:nth-child(2) {
    width: 59%;
    padding: 0 0 0 5px;
}
.main_gallery_box {
    width: 100%;
}
.btns-xs.btn-slide.table-bookmark-list td .desc {
    max-width: 250px !important;
}
.bookmark-anch .bookmark__tag {
    position: absolute;
    left: 2px;
    top: 3px;
}
.bookmark-anch {
    position: relative;
    display: block;
    padding: 4px 8px 4px 25px;
    max-width: 160px;
    text-align: center;
}
.main_gallery_box_inr {
    min-height: 220px;
    max-height: 220px;
}
.broken-image-checker .main_gallery_box img:before {
    top:60px;
}
.main_gallery_box img.custom-broken {
    top: 28%;
    left: 38%;
}
    }
/* iPhone 6 PLUS (430x736) */
@media only screen and (max-width : 430px) {        
.main_gallery_box_inr {
    min-height: 210px;
    max-height: 210px;
}
    }
/* iPhone 6 PLUS (414x736) */
@media only screen and (max-width : 414px) {  
.all-kit-dgi {
    width: 77%;
}  
.subj__filter {
    width: 18%;
}
.login-page .login-box {
    width: 100%;
    margin-top:0px;
}
.login-page .logo a {
    width: 90%;
}
.next-prev-step .btn+.btn {
    margin-top: 0px;
}
.crt-game-steps .accordion-area {
    padding: 0;
}
.crt-game-steps .panel-heading a {
    padding-right: 50px;
    font-size: 18px;
}
.crt-game-steps .accordion-plus .panel-title a:before{
    margin-right: 10px;
}
.select-lock__tabs .btn {
    width:100%;
    margin-bottom:15px;
}
.end-screen-box .hd h3{
    font-size: 36px;
}
table.table-game-list tr td .desc {
    margin-top: 4px;
    font-size: 20px;
}
body .table-valign tr td.w60 {
    width: 30%;
    padding-top: 15px;
}
.game__list .btn-default, .game__list .confirm-delete {
    padding: 0px 10px;
    display: block;
    margin: 0 auto 10px;
    float: none;
    clear: both;
    max-width: 50px;
}
.table-game-list .btn.confirm-delete {
    line-height: 26px;
}
.btn-slide .btn-slide__group{
    margin-right: 10px;
}
table.table-game-list tr td .desc {
    margin-top: 0;
    font-size: 20px;
}
.game-preview-area .pagination>li>a, .game-preview-area .pagination>li>span{
    padding: 6px 10px;
}
.crt-game-area button[type=submit]{
    margin: 5px 0;
}
.lock-setup-story .lock-setup-box {
    width: 100%;
    box-sizing: inherit;
}
.dash__lft .dash__tabs .nav li a {
    padding: 10px 10px;
    text-align: left;
}
.draft-step, .next-step, .prev-step {
    min-width: auto !important;
}
.zoomized.is-active {
    transform: scale(1.5);
    -webkit-transform: scale(1.5);
}
body .form-control {
    font-size: 14px;
}
.game-info .draft-step, .game-info .next-step, .game-info .prev-step {
    width:100%;
    float:left;
}
.subj-area .next-step.pul-rgt {
    margin-left:0;
}
#login-body .btn.btn-primary.pul-rgt {
    width: 100%;
}
body.home .singup__classroom div, body.home-page .singup__classroom div, body.featured-page .singup__classroom div {
    margin-left: 340px !important;
}
#share-dialog .signup__connect {
    width: 49%;
}
.resetpassword-area .btn.btn-warning, .resetpassword-area .btn.btn-primary {
    width: 100%;
    margin-bottom: 10px;
}
.signup-page .logo img {
    width: 250px;
}
.signup-page .student-signup-logo img {
    width: 100%
}
.profile__dtl--contz .form-inline .form-control::-moz-placeholder { font-size:14px; }
.profile__dtl--contz .form-inline .form-control:-ms-input-placeholder { font-size:14px; }
.profile__dtl--contz .form-inline .form-control::-webkit-input-placeholder { font-size:14px; }
.profile__dtl--contz .btn_renewal {
    font-size: 15px;
    padding: 0;
}
.profile__dtl--contz h3 {
    font-size: 20px;
}
#profile .btn.btn-primary, .create_new_class_fom .btn {
    min-width: auto;
    width: 100%;
    margin-bottom: 10px;
}
.save-pwd-btn0 .btn {
    width: 100%;
}
.dash__lft .nav li {
    width: 100%;
}
.accordion-area.accordion--override {
    width: 100%;
}
.heading_search_btn .form__wrapper .form-group {
    width: 100%;
    margin-right: 0;
}
.breakout_tag {
    margin-bottom: 10px;
}
.clr.input-group .input-group-addon.addon-2 .btn .fa {
    line-height: 44px;
    font-size: 20px;
}
.clr.input-group .input-group-addon.addon-2 .btn {
    width: 45px;
}
.clr.input-group .input-group-addon input {
    width: 50px;
}
.crt-game-steps .accordion-plus .panel-title a:before, .crt-game-steps .accordion-plus .active .panel-title a:before {
    width: 28px;
    height: 28px;
    font-size: 26px;
    margin-top: 5px;
}
.crt-game-steps .accordion-plus .panel-title a:before{
    line-height: 26px;
}
.crt-game-steps .accordion-plus .active .panel-title a:before{
    line-height: 26px;
}
.img-tut__lft, .img-tut__rgt {
    padding: 0;
}
.img-tut__points ul li:before, .img-lock__inr ul li:before {
    left: 8px;
}
.img-tut__points h2 {
    font-size: 22px;
}
.table.table-classes-game thead th:last-child, .table.table-digital-game thead th:last-child {
    text-align: left;
}
.table-digital-game.btn-slide .btn-slide__group {
    margin-top: 25px;
}
.table.table-digital-game td.btn-slide__group--show {
    top: -10px;
}
.lock-setup-story .nav-pills>li>a {
    min-height: 185px;
}
body .course_game_img iframe {
    min-height: auto !important;
}
.access-resrc-btn {
    width: 100%;
}
.table.table-game-list.table-game-desc-wrap td {
    width: auto;
}
.table.table-game-list.pending_game .btn-slide__group {
    margin-top: 17px;
}
.table.table-game-list.pending_game .btn-slide__group--show .desc {
    top: -5px;
}
.table.table-game-list.pending_game td {
    line-height: 40px;
}
.table.table-game-list.pending_game td .desc {
    top: 8px;
    position: relative;
}
.teacher-page .game__list .btn-default, .teacher-page .game__list .confirm-delete {
    margin: 0;
    min-width: 60px;
    max-width: 100px;
    display: inline-block;
}
.table.table-game-list.table-submitted-btm .btn-slide__group--show span.desc {
    top: -5px;
}
.table.table-game-list.table-submitted-btm .btn-slide__group {
    top: 24px;
}
.table-game-list.table-manage-assigned .btn-slide__group {
    top: 22px;
}
.table-game-list.table-manage-assigned .btn-slide__group--show span.desc {
    top: -8px;
}
.alert.alert-danger.alert-dismissable.alert-sticky, .alert.alert-danger.alert-sticky {
    right: 21px;
}
.classes-page .heading_search_btn .form-group:first-child a {
    margin-bottom: 8px;
}
section.bottom-area .container {
    padding:0;
}
.bottom-area li:nth-child(1), .bottom-area li:nth-child(2) {
    width: 45px;
}
.bottom-area.listdvr li:not(:last-child) {
    padding-right: 10px;
}
.bottom-area.listdvr li:nth-child(3) {
    margin-right: 5px;
}
.my_canvas_style canvas#canvas {
    width: 250px;
    height: 250px;
}
.stuent__img {
    width: 200px;
    margin: 0 auto;
}
.btn-equ .btn {
    width: 100%;
}
.btn-equ .btn:first-child{
    margin-right:0;
    margin-bottom: 10px;
}
#signUpStepModal .nav-tabs>li>a>::after {
    width: 49px;
    right: -25px;
}
#signUpStep_1 .form-group:nth-child(2) a{
    width:100%;
}
.loginbox.student__signup__steps .btn, .loginbox.student__signup__steps .btn {
    width:100%;
    margin-bottom: 10px;
}
.student-signup-logo {
    margin-top: 30px;
}
.join-class-page .game-preview-box {
    width: 80%;
}
.nav-tabs.submitt_game_tab li a {
    padding: 15px 10px;
}
.table.table-game-stdnt-submitted.btn-slide .btn-group.btn-slide__group, .table.table-game-stdnt-draft.btn-slide .btn-group.btn-slide__group {
    position: absolute;
    top: 23px;
}
.table.table-game-stdnt-submitted.btn-slide td.btn-slide__group--show .desc, .table.table-game-stdnt-draft.btn-slide td.btn-slide__group--show .desc {
    top: -11px;
}
.heading_class_assigned_stdnt h3 {
    width: 100%;
    float:left;
    margin-bottom:10px;
}
.heading_class_assigned_stdnt a {
    float:left;
}
.class-students_submitted-page .heading_search_btn .form__wrapper .form-group:first-child {
    margin-bottom: 10px;
}
.table.table-game-stdnt-submitted.btn-slide td .desc, .table.table-game-stdnt-draft.btn-slide td .desc {
    top: 3px;
    position: relative;
}
.game__prev__locks ul li {
    width: 18%;
}
.heading_with_tabs .form__wrapper .form-group:nth-child(2) {
    margin-top: 10px;
}
/*amoos*/
.table-list-submitted.btn-slide .btn-slide__group {
    top: 24px;
}
.dash__lft .accordion-area .panel-body ul li a {
    padding-left: 52px;
}
.swiper-button-custom.swiper-button-next1 {
    right: 40px;
}
.swiper-button-custom.swiper-button-prev1 {
    right: 85px;
}
.img-tut__img {
    min-height: 190px;
}
.broken-image-checker .img-tut__img img:after {
    padding-top: 3em;
}
.broken-image-checker .img-tut__img img:before {
    padding-top: 10em;
}
.img-tut__points .bookmark__tag {
    right: 0px;
}
.img-tut-dtl-area.crt-game-steps .panel-heading {
    padding: 0 10px;
    height: 40px;
}
.img-tut__rgt{
    margin: 15px 0;
}
.img-tut-dtl-area.crt-game-steps .accordion-plus .panel-title a:before{
    margin-right: 0;
}
.broken-image-checker .main-slider-area img:before {
    top: 45px;
}
.main_gallery_box_inr {
    min-height: 200px;
    max-height: initial;
}
.categ__game__inr {
    min-height: 185px;
}
.categ__game.__box img.custom-broken {
    left: 37%;
    width: 100px;
    top: 26%;
    height: 80px;
}
.img-tut__img img.custom-broken {
    left: 37%;
    top: 27%;
    width: 100px;
    height: 80px;
}
.breakout_tag ul li:first-child img.custom-broken {
    left: 37%;
}
.categ__child__game .__image {
    min-height: 210px;
}
.all-kit-dgi .btn-digital, .all-kit-dgi .btn-kit, .all-kit-dgi .btn-all {
    padding: 5px;
    line-height: 28px;
}
    }
@media only screen and (max-width: 390px) {
.filters__box {
    width: 92%;
}
#signUpStepModal .nav-tabs>li>a>::after {
    width: 44px;
    right: -23px;
}
.form-group.game__add__timer.hidden-checkbox {
    margin-bottom: 15px;
}
#edit-game-tabs.nav li.fill.active:first-child a {
    padding: 0 0px 25px 0px;
}
#edit-game-tabs.nav li.fill:first-child h4 {
    font-size: 12px;
    line-height: 12px;
}
#edit-game-tabs.nav-tabs>li:last-child a img, .edit-layout-top-bar .game__prev__locks ul li a img {
    width: 42px;
    height: 49px;
}
#edit-game-tabs.nav li.fill:first-child a {
    padding: 0 0 14px 0;
}
.crt-game-area .game-info .no-transition{
    margin-bottom:10px;
}
.lock-setup-story .nav-pills>li>a {
    min-height:150px;
}
.lock-setup__icon i, .select-lock-type .nav-pills>li>a .lock-setup__icon i {
    font-size: 55px;
}
.lock-setup__icon i.fa.has-image img {
    width:55px;
}
.lock-setup__icon i.fa.has-image {
    height: 55px;
}
.endScreen[data-id="breakout"] .lock-setup__title h2, .lock-setup__title h2 {
    font-size: 14px;
}
.breakout.active .lock-setup__icon i.fa.has-image img, .def.active .lock-setup__icon i.fa.has-image img {
    margin-top: -70px;
}
.edit-digital-game-page div#selectLockType, .edit-my-digital-game-page div#selectLockType{
    padding-top:0;
}
.subj-area.crt-game-area{
    padding: 0px 0 25px 0;
}
.select__lock__title h2 {
    margin-top: 5px;
}
.select__lock__img {
    width: 80px;
    height: 80px;
    line-height: 77px;
}
.select__lock__img img {
    width: 50px;
}
.select-lock-type .nav-pills>li>a {
    padding: 10px 0 10px;
}
.game-select-lock {
    margin-bottom: 15px;
    padding: 0 5px;
}
#lockOptions .nav.nav-pills {
    padding: 0 10px;
}
.select-lock__tabs.select-lock__tabs--text,.select-lock__tabs.select-lock--iconic,.select-lock__tabs.select-lock__tabs--color{
    padding: 8px;
}
.select-lock__tabs {
    padding: 0;
}
.select-lock-type .nav-pills>li:last-child {
    margin-bottom: 0;
}
.edit-digital-game-page ul.sortable.grid li, .edit-my-digital-game-page ul.sortable.grid li {
    width: 48px;
}
.edit-digital-game-page ul.sortable.grid li.aactive, .edit-my-digital-game-page ul.sortable.grid li.aactive {
    width: 56px;
}
#edit-game-tabs.nav-tabs>li:nth-child(2) {
    width: 62%;
}
#edit-game-tabs li.ui-state-default.aactive a {
    padding: 12px 4px 21px 4px;
}
#signUpStepModal .nav-tabs>li>a>::after {
    width: 44px;
    right: -23px;
}
.main_gallery_box_inr {
    min-height: 189px;
}
.categ__game__inr {
    min-height: 180px;
}
    }
/* iPhone 6 portrait (375x667) */
@media only screen and (max-width : 375px ) {
.game__prev__locks ul {
    margin-left: 25px;
    margin-right: 25px;
}
.play-area .letter-lock-error ul li {
    font-size: 18px;
}
.end-screen__inr .signup__connect {
    width: 23%;
}
.crt-game-area .next-step, .crt-game-area .prev-step{
    min-width: 150px;    
}
ul.sortable.grid li {
    width: 50px;
}
.student__notifi ul li .desc {
    width: 87%;
}
span.notify_bell {
    width: 13%;
}
.profile__dtl--contz .btn_renewal br {
    display: block;
}
.profile__dtl--contz .btn_renewal {
    line-height: 18px;
    font-size:16px;
    padding: 10px 0;
}
.end-screen__inr .signup__connect {
    width: 100%;
    margin-bottom: 5px;
}
.end-screen-social {
    width: 90%;
}
.breakout_tag ul li {
    width: 100%;
    padding: 20px 0;
}
body.digital-page .singup__classroom div, body.featured-page .singup__classroom div {
    -webkit-transform: scale(12) !important;
    -moz-transform: scale(12) !important;
    -ms-transform: scale(12)!important;
    -o-transform: scale(12) !important;
    transform: scale(12) !important;
}
#assignGameModal .btn.btn-sm {
    min-width: auto;
}
.login-box__img .logo1 {
    width: 250px;
}
#signUpStepModal .nav-tabs>li>a>::after {
    width: 40px;
    right: -21px;
}
.student-signup-logo {
    width: 300px;
}
#edit-game-tabs.nav-tabs>li:nth-child(2) {
    width: 53%;
}
#edit-game-tabs li.ui-state-default.aactive a {
    padding: 12px 0px 20px 0px;
}
.main_gallery_box_inr {
    min-height: 178px;
}
.broken-image-checker .main_gallery_box img:before {
    top: 50px;
}
.categ__game__inr {
    min-height: 175px;
}
.main-slider-area img.custom-broken {
    left: 35%;
    top: 26%;
}
.main_gallery_box img.custom-broken {
    top: 26%;
    left: 34%;
}
.categ__child__game .__image {
    min-height: 200px;
}
.categ__child__game .__image > img.custom-broken {
    left: 37%;
    top: 28%;
    min-width: 100px;
    max-height: 80px;
}
    }
/* Galaxy S5 (360x640) */
@media only screen and (max-width : 360px) {
.all-kit-dgi .btn-digital, .all-kit-dgi .btn-kit, .all-kit-dgi .btn-all {
    padding: 5px;
}
.filters__grade .subjects__subcategory {
    margin-right: 8px;
}
.play-area .letter-lock-error ul li {
    font-size: 17px;
}
.end-screen-box .hd h3{
    font-size: 32px;
}
.crt-game-area .next-step, .crt-game-area .prev-step {
    min-width: 140px;
}
body.home .singup__classroom div, body.home-page .singup__classroom div, body.featured-page .singup__classroom div {
    margin-left: 250px !important;
}
.student__notifi ul li .desc {
    width: 85%;
}
span.notify_bell {
    width: 15%;
}
.crt-game-steps .panel-heading a {
    padding-right: 0;
    font-size: 16px;
}
.crt-game-steps .panel-heading {
    padding: 10px 10px;
}
.game__list .actions {
    float: left;
    display: inline-block;
    text-align: left;
    line-height: 2;
    width: 100%;
}
.accesscode-page .access-btn {
    font-size: 16px;
}
.my_canvas_style canvas#canvas {
    width: 200px;
    height: 200px;
}
#signUpStepModal .nav-tabs>li>a>::after {
    width: 36px;
    right: -19px;
}
.join-class-page .game-preview-box {
    width: 90%;
}
.nav-tabs.submitt_game_tab li a h4 {
    font-size:14px;
}
.end-screen__logo {
    max-width: 250px;
}
.feat-box, .subj-item, .prod-box {
    padding:0;
}
.create-area .create-game, .create-area0 .create-game{
    padding: 0;
}
.fa.fa-info.fa--info, .fa.fa-times.fa--times {
    right: 8px;
    bottom: 14px;
}
.categ__game.__numbr--icon{
    margin-right:8px;
}
.categ__game.__title h4 {
    font-size: 20px;
}
.main_gallery_box_inr {
    min-height: 172px;
}
.categ__game__inr {
    min-height: 170px;
}
.img-tut__img {
    min-height: 170px;
}
.categ__child__game .__image {
    min-height: 175px;
}
    }
@media only screen and (max-width: 340px) {
#signUpStepModal .nav-tabs>li>a>::after {
    width: 31px;
    right: -17px;
}
.game__prev__locks ul li {
    width: 20%;
}
#edit-game-tabs.nav-tabs>li:nth-child(2) {
    width: 45%;
}
.endScreen[data-id="breakout"] .lock-setup__title h2, .lock-setup__title h2 {
    font-size: 13px;
}
.game__add__timer .checkylbl {
    width: 55px;
    height: 26px;
    margin-top:12px;
}
.game-info .game__add__timer label {
    font-size: 14px;
}
.checkylbl label {
    height: 22px;
    width: 22px;
}
.form-group.hidden-checkbox .checkylbl label {
    top: 2px;
}
.main_gallery_box_inr {
    min-height: 160px;
}
.categ__game__inr {
    min-height: 155px;
}
.categ__game.__box img.custom-broken {
    left: 32%;
    top: 22%;
}
.categ__child__game .__image {
    min-height: 180px;
}
.categ__child__game .__image > img.custom-broken {
    left: 35%;
}
.img-tut__img img.custom-broken {
    left: 34%;
}
    }
/* iPhone 3/4 Blackberry8300 / LG/ AUSUS / S3 S4 */
@media only screen and (max-width : 320px) {
.signup-modal .modal-body {
    padding: 0 20px;
    padding-bottom: 20px;
}
.game-select-lock {
    margin-bottom: 10px;
    width: 100%;
}
.play-area .letter-lock-error ul li {
    font-size: 15px;
}
.game-preview-area .desc.lead {
    padding: 0 10px;
}
.crt-game-area .next-step, .crt-game-area .prev-step, .crt-game-area .draft-step  {
    font-size: 13px;
}
.zoomized.is-active {
    transform: scale(1.7);
    -webkit-transform: scale(1.7);
    width: 88%;
    left: 6%;
}
#signUpStepModal .nav-tabs>li>a>::after {
    width: 26px;
    right: -14px;
}
.game__prev__locks ul li {
    width: 23%;
}
.main_gallery_box_inr {
    min-height: 150px;
}
.broken-image-checker .main_gallery_box img:before {
    top: 25px;
}
.categ__game__inr {
    min-height: 146px;
}
.main-slider-area img.custom-broken {
    left: 32%;
    top: 22%;
}
.main_gallery_box img.custom-broken {
    top: 22%;
    left: 32%;
}
    }
/*Galaxy Y*/
@media only screen and (max-width : 240px) {    }