@media all and (min-width: 240px) and (max-width: 980px) {

    /* RESPONSIVE NAV WRAPPER */

    .badge-notification-mobile {
        float: left;
        margin-left: -14px !important;
        margin-top: -12px;
        border: 3px solid #2C2E30;
        border-radius: 50%;
        min-width: 25px !important;
        height: 25px;
        text-align: center;
        padding: 3px;
        position:inherit;
    }


    #rc-imageselect, .g-recaptcha {
        transform: scale(0.75);
        -webkit-transform: scale(0.75);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
        height: 76px;
        margin:40px 0px;
    }

    #recaptcha_image {
        width: 108px !important;
    }

    #recaptcha_challenge_image {
        width: 100% !important;
    }

    #recaptcha_response_field {
        width: 114px !important;
    }

    #recaptcha_logo {
        width: 57px !important;
    }

    .recaptcha_only_if_privacy {
        float: right;
        text-align: right;
        margin-right: 0px !important;
    }

    .pdfloader {
        padding: 6px;
        float: left;
    }

    .header-logo a img {
        max-width: 80%;
    }

    .home-stuff {
        padding: 0px;
    }

    .home-slider {
        width: 100%;
        float: left;
        padding: 10px;
    }

    .home-offer-1 {
        float: left;
        width: 100%;
        padding: 10px 10px 20px 10px;
    }

    .home-offer-2 {
        float: left;
        width: 100%;
    }

    .home-offer-3, .home-offer-4 {
        padding:10px;
        width:100%;
        float:left;
    }

    .home-slider img, .home-offer-1 img, .home-offer-2 img, .home-offer-3 img, .home-offer-4 img {
        width:100%;    
        border:1px solid #CCC;
    }  

        .home-slider img:hover, .home-offer-1 img:hover, .home-offer-2 img:hover, .home-offer-3 img:hover, .home-offer-4 img:hover {
            border:1px solid #777;
            /*-webkit-box-shadow: 0px 0px 15px 2px rgba(102,102,102,0.62);
            -moz-box-shadow: 0px 0px 15px 2px rgba(102,102,102,0.62);
            box-shadow: 0px 0px 15px 2px rgba(102,102,102,0.62);
            cursor:pointer;*/
        }  


    .home-dashboard {
        width: 100%;
    }

    .see-all-btn a {
        font-weight: 400;
        font-size: 14px;
        padding: 15px;
        width: 93%;
        background: #FFF;
        border:1px solid #60C2D3;
        color: #60C2D3;
        display: block;
        text-transform: capitalize;
        text-align: center;
        margin: auto;
        margin-bottom: 60px;
    }

        .see-all-btn a:hover {
            background-color: #60C2D3;
            color: #FFF;
            text-decoration: none !important;
        }





    .welcome-message {
        padding: 10px;
        margin: auto;
    }

        .welcome-message p {
            font-size: 15px;
            line-height: 19px;
            color:#7f7f7f;
        }



    .responsive-nav-wrapper-parent {
        /*height: 51px;*/
        position: fixed;
        top: 0px;
        /*left: -2px;*/
        z-index: 10000;
    }

    .responsive-nav-wrapper {
        position: relative;
        text-align: center;
        font-size: 0;
        margin: auto;
        background: none repeat scroll 0 0 #000;
        padding: 5px;
        /*box-shadow: 0 1px 2px #454545;*/
    }

    .master-header-wrapper {
        padding: 0px;
        margin-top: 0px;
        
    }

    .navbar-brand img {
        height: 40px;
    }
    

    .header-links {
        display: none;
    }

    .stick {
        position: fixed;
        top: 0;
        left: 0;
    }

    .responsive-nav-wrapper:after {
        content: ".";
        display: block;
        visibility: hidden;
        clear: both;
        height: 0;
        line-height: 0;
        font-size: 0;
    }

    .responsive-nav-wrapper > div > span {
        display: block;
        text-transform: capitalize;
        overflow: hidden;
        cursor: pointer;
        color: #FFFFFF;
        font-size: 22px;
        text-shadow: 0 1px 1px #454545;
        padding: 11px 20px 10px 50px;
    }

    .responsive-nav-wrapper.stick {
        width: 100%;
    }

    .responsive-nav-wrapper .menu-title {
        display: inline-block;
        background: url("../img/menu_icon.png");
        background-repeat: no-repeat;
        background-position: 2px center;
    }

    .responsive-nav-wrapper .search-wrap {
        display: inline-block;
        background: url(../img/search_icon.png);
        background-repeat: no-repeat;
        background-position: 5px center;
    }

    .responsive-nav-wrapper .filters-button {
        display: none;
        background: url(../img/filter_icon.png);
        background-repeat: no-repeat;
        background-position: 5px center;
    }


    /* RESPONSIVE MENU */
    .claim-header-links {
        display: none;
    }

    .overlayOffCanvas {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.6);
        z-index: 1000000;
    }

    /*remove folowing styles*/

    /*.header-links.authenticated {
        display: none;
    }*/


    .inputs {
        text-align: left;
        margin-bottom:25px;
    }


    .form-fields .inputs .row div {
        margin-bottom: 10px;
    }

    .dvInvoicePO, .dvInvoiceNum, .dvDate, .dvUpload, .dvCompany, .dvContactP, .dvPhone, .dvRefNo, .dvCid {
        float: left;
        width: 90%;
        margin: 10px;
    }


    .justAFixingDivBefore,
    .header-menu {
        position: fixed;
        top: 0;
        left: 0;
        width: 320px;
        background: #212C3A;
        overflow-y: auto;
        z-index: 9999999999;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        -webkit-transform: translate(-320px);
        -moz-transform: translate(-320px);
        -ms-transform: translate(-320px);
        transform: translate(-320px);
    }

        .header-menu.open {
            -webkit-transform: translate(0px);
            -moz-transform: translate(0px);
            -ms-transform: translate(0px);
            transform: translate(0px);
            box-shadow: 1px 0 5px rgba(0,0,0,0.5);
            /*height: auto !important;*/
            /*overflow: hidden;*/
            z-index: 1000000;
        }

            .header-menu.open .menu-title,
            .header-menu.open .mega-menu {
                display: none;
            }

            .header-menu.open .mega-menu-responsive {
                /*display:block !important;*/
            }

        .header-menu .close-menu {
            background: url(../img/menu_close.png);
            background-repeat: no-repeat;
            background-position: 10px 15px;
            padding-left: 25px;
            cursor: pointer;
        }

        .header-menu > ul li {
            background: #212C3A;
            background-repeat: no-repeat;
            background-position: 10px 15px;
            padding-left: 25px;
        }

            .header-menu > ul li:after {
                content: ".";
                display: block;
                visibility: hidden;
                clear: both;
                height: 0;
                line-height: 0;
                font-size: 0;
            }

            .header-menu .close-menu span,
            .header-menu .back-button span,
            .header-menu > ul li > a,
            .header-menu > ul li > span {
                display: block;
                padding: 16px 18px !important;
                line-height: 17px;
                color: #fff;
                font-size: 16px;
                text-transform: capitalize;
                position: relative;
                z-index: 1;
                /*border-bottom: 1px solid #e6e6e6;*/
            }

            .header-menu .back-button:hover,
            .header-menu .close-menu:hover,
            .header-menu > ul li:hover {
                background-color: #1ABC9C;
            }

            .header-menu > ul li:last-child > a,
            .header-menu > ul li:last-child > span {
                border-bottom: 0;
            }

            .header-menu > ul li > .with-subcategories {
                /*width: 270px;*/
                float: left;
            }

    .plus-button {
        position: relative;
        float: right;
        width: 50px;
        height: 50px;
        z-index: 2;
        cursor: pointer;
        /*border-left: 1px solid #e6e6e6;
        border-bottom: 1px solid #e6e6e6;*/
        background: url("../img/arrow_pager.png");
        background-position: center;
        background-repeat: no-repeat;
    }

    .header-menu .sublist,
    .header-menu .dropdown {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 320px;
        height: 100%;
        background: #212C3A !important;
        box-shadow: 1px 0 5px rgba(0,0,0,0.5);
        z-index: 3;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        -webkit-transform: translate(-320px);
        -moz-transform: translate(-320px);
        -ms-transform: translate(-320px);
        transform: translate(-320px);
    }

    .header-menu .sublist {
        display: block;
        /*padding-left: 10px;*/
    }

        .header-menu .sublist.active,
        .header-menu .dropdown.active {
            -webkit-transform: translate(0);
            -moz-transform: translate(0);
            -ms-transform: translate(0);
            transform: translate(0);
        }

    .header-menu ul li.back-button {
        background: url(../img/menu_back.png);
        background-repeat: no-repeat;
        background-position: 10px 15px;
        padding-left: 30px;
        cursor: pointer;
    }
    /*.header-menu .back-button span {
                text-transform: uppercase;
                color: #fff;
                text-align: right;
                padding: 14px 18px !important;
                text-shadow:0 1px 1px #454545;
                cursor:pointer;
                background:url(../img/arrow-left.png);
                background-repeat:no-repeat;
                background-position:5% center; 
            }*/

    .header-menu > ul li:hover .dropdown {
        display: block;
        z-index: 10;
        width: 300px;
    }

    .search-box {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        padding: 7px;
        width: 100%;
        z-index: 9999999;
        text-align: center;
    }

        .search-box.open {
            display: block;
            background: #000;
            box-shadow: 0 1px 5px #454545;
        }

    .product-grid.home-page-product-grid .title {
        font-size: 24px;
        font-weight: 500;
        text-align: left;
        color: #000 !important;
    }

    .product-grid .item-box .picture {
        /*float:left;
        overflow:hidden;*/
        width: 100%;
        padding: 30px 30px 10px;
        /*margin-bottom: 15px;*/
    }

    .blocktitlenew {
        font-size: 20px;
        padding-bottom: 10px;
        margin-left: -6px;
        font-weight: 300;
    }


    .item-box {
        border: none !important;
    }


    /* header menu functionality classes */

    .admin-header-links,
    .header,
    .responsive-nav-wrapper,
    .slider-wrapper,
    .master-wrapper-content,
    .footer {
        -webkit-transition: -webkit-transform .3s ease-in-out;
        -moz-transition: -moz-transform .3s ease-in-out;
        transition: transform .3s ease-in-out;
    }

    .footer {
        width: 100%;
    }

    .move-right {
        -webkit-transform: translate(320px);
        -moz-transform: translate(320px);
        -ms-transform: translate(320px);
        transform: translate(320px);
    }

    .page-title h1 {
        font-size: 32px;
        font-weight: 400;
        float: left;
        margin: 0;
        padding: 40px 0px 20px;
        text-align: left;
        width: 100%;
        text-transform: capitalize;
    }

    .page-title h2 {
        font-size: 24px;
        font-weight: 400;
        float: left;
        margin: 0;
        padding: 20px 0px;
        text-align: left;
        width: 100%;
        text-transform: capitalize;
    }



    .product-grid.home-page-product-grid .title {
        font-size: 28px;
        font-weight: 300;
        line-height: 28px;
        text-align: left;
        padding-left: 20px;
    }

    .promotion-grid, .item-grid, .featured-promotions {
        text-align: center;
        width: 100%;
        /*overflow: auto;*/
        margin-bottom: 10px;
    }

    .promotion-item a, .education-item, .public-item, .item-box, .resource-item {
        display: inline-block;
        /*margin: 10px;*/
        padding: 0px;
        vertical-align: top !important;
        float: left;
        text-align: left;
        border: 1px solid #CCC;
        color: #7f7f7f;
        background: #FFF;
        width:100%;
    }

        .promotion-item a:hover, .education-item:hover, .resource-item:hover {
            border: 1px solid #777;
            -webkit-box-shadow: 0px 0px 15px 2px rgba(102,102,102,0.5);
            -moz-box-shadow: 0px 0px 15px 2px rgba(102,102,102,0.5);
            box-shadow: 0px 0px 15px 2px rgba(102,102,102,0.5);
            text-decoration:none;
        }

    .promotion-item img, .education-item img, .resource-item img {
        width: 100%;
    }

    .promotion-item p, .education-item p {
        font-size: 14px;
        color:#7f7f7f;
    }

    .promotion-item h2, .education-item h2 {
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        padding-left: 0px !important;
        margin-bottom: 15px;
        color:#3B4044;
        
    }

    .promotion-item li, .resource-item li {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 10px;
        text-align: left;
    }

    .promotion-item h1, .resource-item h1 {
        font-size: 20px;
        line-height: 24px;
        padding-left: 0px;
        text-align: left;
    }


    .promotion-item-outershell {
        margin-bottom:20px;
    }
    
    .vendor-grid .vendor-item {
        width: 100%;
        overflow: hidden;
        float: left;
        margin-bottom: 0px;
    }

        .vendor-grid .vendor-item .vendor-item-top {
            /*min-height: 160px;*/
            margin: auto;
        }

    .picture img {
        width: 100%;
        margin-bottom: 15px;
    }





    /****** EDUCATION ******/


    .training-breadcrumb {
        color: #60C2D3;
        margin-bottom: 0px;
        padding-left:10px;
        font-size:14px;
        display:none;
    }

    .training-breadcrumb a:hover {
        color: #60C2D3;
    }

    .training-course {
        border: 1px solid #CCC;
        background: #FFF;
        padding: 0px;
        margin: 0px 10px 20px;
        height:auto;
        overflow:auto;
    }

        .training-course.available:hover {
            border: 1px solid #777;
            cursor:pointer;
            -webkit-box-shadow: 0px 0px 15px 2px rgba(102,102,102,0.5);
            -moz-box-shadow: 0px 0px 15px 2px rgba(102,102,102,0.5);
            box-shadow: 0px 0px 15px 2px rgba(102,102,102,0.5);
        }

        .training-course img {
            width: 100%;
            padding-bottom:15px;
        }

        .training-course h1 {
            padding:15px 15px 0 15px;
            font-size:17px;
            color:#3B4044;
            text-align:left;
            width:100%;
            line-height:21px;
            text-transform:none;
        }

        .training-course p {
            text-align: left;
            font-size: 16px;
            color: #000;
            padding: 0px 15px;
            text-transform: capitalize;
        }

    .training-course-points-total {
        font-size: 14px;
        text-align: left;
        color: #60C2D3;
        padding-bottom: 3px;
    }

    .training-course-task-total {
        text-align: left;
        font-size: 14px;
    }

    .chapter-info {
        position:absolute;
        bottom:0px;
        margin-bottom:15px;
        width:90%;
    }

    .chapter-count {
        text-align:left;
        padding: 0px 15px 3px;
        color:#767676;
    }

    .chapter-info-title {
        font-size:20px;
        color:#FFF;
        padding-bottom:10px;
        line-height:24px;
        font-weight:300;
    }

    .chapter-info-description {
        font-size:14px;
        line-height:18px;
        color:#FFF;
        font-weight:300;
    }

    .lesson-heading {
        font-size: 20px;
        margin-bottom:15px;
        
    }

    .lesson-title {
        width:100%;
        font-size:16px;
        float:left;
        color:#000;
        margin-bottom:5px;
    }

    .lesson-desc-holder {
        width:100%;
        overflow:auto;
    }

    .lesson-desc{
        width:100%;
        font-size:16px;
        line-height:20px;
        float:left;
        color:#767676;
    }

    .chapter-lesson-total {
        float:left;
        width:50%;
    }

    .model-body-left .chapter-count {
        font-size: 14px;
        padding: 2px 0px;
        text-align: left;
        color: #FFF;
        font-weight:300;
    }










    /*PUBLIC PAGE*/

    .login-page, .registration-page, .password-recovery-page {
        background: #FFF;
        width: 100%;
        padding: 20px;
        overflow: auto;
    }

    .public-header-logo {
        background: url("/Themes/aimia/Content/img/logo_mobile.png") no-repeat;
        height: 96px;
        width: 200px;
        background-position: center;
        background-size: 200px 96px;
        display: block;
        margin: auto;
    }

    .public-landing-banner {
        padding: 40px;
        background-position: center top;
        background-size:cover;
        min-height: 400px;
        overflow: auto;
        background-image: url("/Themes/aimia/Content/img/public_bkgd.jpg");
    }

    .public-landing-cta h1 {
        font-size: 10vw;
        font-weight: 300;
        line-height: 12vw;
        color: #000;
        margin: 15px 0 0px 0;
        text-align: left;
        padding: 0px;
        padding: 25px;
        background-color: rgba(255,255,255,0.95);
    }

    .public-landing-cta h2 {
        font-size: 9vw;
        font-weight: 700;
        line-height: 26px;
        color: #69727C !important;
        padding-left: 0px;
        text-align: left;
        text-transform: none;
        padding: 0 25px 25px 25px;
        background-color: rgba(255,255,255,0.95);
        margin-bottom: 0px;
        overflow: auto
    }

    .public-landing-cta ul {
        color: #69727C !important;
        font-size: 20px;
        padding: 0 25px 25px 25px;
        background-color: rgba(255,255,255,0.95);
        text-align: left;
        margin-bottom: 0px;
    }

        .public-landing-cta ul li {
            list-style: inside;
            color: #079176;
        }

    .public-button-holder {
        padding: 25px;
        background-color: rgba(255,255,255,0.95);
        overflow: auto;
        margin-top: -20px;
    }

    .public-landing-login {
        border: 1px solid #FFF;
        background: none;
        font-size: 16px;
        font-weight: 400;
        color: #FFF;
        border-radius: 0px;
        text-align: center;
        padding: 15px 20px;
        min-width: 100%;
        float: left;
        margin: 10px 0px;
    }

    .public-landing-register {
        background: #079176;
        font-size: 16px;
        font-weight: 400;
        color: #FFF !important;
        border-radius: 0px;
        text-align: center;
        padding: 10px 15px;
        min-width: 100%;
        float: left;
        margin: 10px 0px;
    }

        .public-landing-login:hover, .public-landing-register:hover {
            background: #91CA8F;
            color: #FFF !important;
            border-radius: 0px;
            text-align: center;
            text-decoration: none;
        }

    .public-message {
        padding: 30px;
        margin-top: 0px;
    }

        .public-message h1 {
            font-size: 28px;
            font-weight: 300;
            color: #2C2E30;
            line-height: 34px;
            text-align: center;
        }

        .public-message img {
            width: 100%;
            margin: 40px 0 0px 0px;
        }

    .public-contact-link {
        display: none;
    }

    .public-header {
        text-align: center;
        margin: 20px 0px;
        width: 100%;
    }

        .public-header img {
            width: 100%;
        }

    .public-item {
        border: none;
        background: none !important;
    }

        .public-item p, .public-message p {
            text-align: center;
            color: #7F7F7F;
            font-size: 15px;
            font-weight: 300;
        }

        .public-item h3, .public-item h4 {
            text-align: center;
        }


    .public-landing-section2-holder {
        max-width: 980px;
        margin: auto;
    }

    .public-landing-section2 {
        padding: 0px;
        background: #2C2E30;
        background-position: center;
        display: block;
        overflow: auto;
        /*min-height: 400px;*/
    }

    .public-landing-section2-left, .public-landing-section2-right {
        width: 100%;
        padding: 30px 40px 0px 40px;
        float: left;
        display: block;
    }

        .public-landing-section2-left h1 {
            color: #FFF;
            font-size: 28px;
            font-weight: 300;
            line-height: 40px;
            text-align: center;
            padding: 0px;
        }

        .public-landing-section2-left p, .public-landing-section2-right p {
            color: #FFF;
            text-align: center;
            margin-bottom: 0px;
            font-weight: 300;
            font-size: 15px;
        }

        .public-landing-section2-right img {
            width: 100%;
        }

    .profile-image-holder img {
        width: 120px;
        height: 120px;
        border-radius: 100%;
        border: 1px solid #CCC;
        margin-bottom: 10px;
    }

    .recognition-post-img img, .recognition-comment-img img {
        width: 32px !important;
        height: 32px !important;
        border-radius: 100%;
        border: 1px solid #CCC;
        background: #CCC;

    }
    
    .recognition-message .message-shown {
        width:100% !important;
        padding-top:15px;
    }
    
    .recognition-post-name {
        font-size:13px !important;
        width: 140px;
    }

    .recognition-comment-img img {
        width: 32px;
        height: 32px;
    }

    .post-delete, .post-delete-comment {
        font-size: 9px;
        /*background-color: #EA5858;*/
        color: #B5B5B5;
        padding: 5px;
        text-align: center;
        cursor: pointer;
        font-weight: 700;
        width: 22px;
        height: 22px;
        float: right;
        border-radius: 100%;
        margin-left: 6px;
        text-transform: capitalize;
    }

    .tab {
        display: none;
    }

        .tab.active {
            display: block;
        }


    .recognition-left-nav {
        display: none;
    }

    .recognition-right-nav {
        display: none;
    }

    .recognition-navs-collapsed {
        display: none;
    }

        .recognition-navs-collapsed a:link {
            float: left;
            background-color: #CFE2E2;
            width: 40%;
            font-size: 14px;
            padding: 5px;
            border-radius: 4px;
            margin: 5px;
            height: 50px;
            text-align: center;
            line-height: 40px;
            position: relative;
            left: 30px;
            display: none;
        }

        .recognition-navs-collapsed a:active {
        }

        .recognition-navs-collapsed a:visited {
        }

        .recognition-navs-collapsed a:hover {
            background-color: #A7B7B7;
            color: white;
            text-decoration: none;
        }

    .recognition-message-read {
        float: left;
        width: 95%;
        text-align: -webkit-center;
        margin: 10px;
        padding: 20px;
        background: #EEE;
    }

    .recoginition-attribute {
        padding: 8px;
        color: #333;
        font-size: 10px;
        font-weight: 400;
        background: #EEE;
        border: 1px solid #CCC;
        margin: 5px 5px 5px 0;
        float: left;
        border-radius: 4px;
    }

    .recognition-message-type {
        background-color: #FF9600;
        font-size: 14px;
        font-weight: 700;
        color: white;
        width: 60px;
        display: inline-block;
        padding: 20px;
        text-align: center;
        border-radius: 100%;
        margin: 10%;
    }

    .recognition-message-type-small {
        font-size: 12px;
        font-weight: 400;
        text-align: center;
        margin-top: 4px;
        color: black;
    }

    .recognition-message-type-badge {
        font-size: 12px;
        font-weight: 400;
        color: white;
        display: inline-block;
        padding: 15px;
        text-align: center;
        /*margin-right: 20px;*/
        margin-bottom: 0px;
        float: left;
        border-radius: 100%;
        width: 50px !important;
        height: 50px !important;
    }

    .recognition-message-type:hover {
        background-color: #212C3A;
        cursor: pointer;
    }


    .recognition-message-item {
        border: 1px solid #CCC;
        padding: 20px;
        width: 100%;
        background: #FFF;
    }

    .recognition-message {
        margin-bottom: 10px;
        overflow: auto;
        font-size: 13px !important;
        line-height: 16px !important;
        color: #000;
        font-weight: 400;
    }

    .recognition-public-dropdown {
        width: 40%;
        text-align: left;
        float: left;
    }

        .recognition-public-dropdown select {
            border: 0px;
            color: #FFF !important;
            padding: 10px;
            font-size: 12px;
            font-weight: 400;
            overflow: auto;
            width: 110px;
            height: 37px;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            cursor: pointer;
        }

            .recognition-public-dropdown select option {
                background: #FFF;
                color: #000;
                font-size: 12px;
                font-weight: 400;
                padding: 5px 10px;
            }

            .recognition-public-dropdown, .recognition-public-dropdown select, .recognition-public-dropdown select option {
                transition: none !important;
                -webkit-transition: none !important;
                -moz-transition: none !important;
                -o-transition: none !important;
            }

    .message-badge img {
        width: 50px;
        float: left;
        display: inline-block;
        margin-right: 20px;
    }

    .recognition-show-more-comments {
        font-size: 11px;
        font-weight: 700;
        color: #868686;
        padding-bottom: 10px;
    }

    .commentBox {
        background-color: #f5f5f5;
        border-radius: 0px;
        border-top: 1px solid #CCC;
        overflow: auto;
    }

    .comment-names {
        font-size: 14px;
        font-weight: 400;
        color: #000;
    }

    .comment-input {
        margin-bottom:10px;
    }

    .comment-date {
        font-size: 14px;
        color: #999;
        font-weight: 300;
        text-align: right;
        padding-left: 20px;
    }

    .message-badge {
        width: 32px;
        margin-right: 20px;
        margin-top: 10px;
        float: left;
    }

        .message-badge img {
            width: 32px;
            height: 32px;
            margin-bottom: 5px;
        }

    .message-badge-name {
        font-size: 11px;
        font-weight: 700;
        text-align: center;
        
        width: 32px;
        color: #333;
    }

    .social-holder {
        overflow: auto;
    }

    #taComment {
        width: 100%;
        min-height: 25px;
        margin-top: 0px;
        padding: 8px;
    }

    .message-name {
        font-size: 12px;
        font-weight: 700;
        color: #000;
        text-transform: capitalize;
    }

    .comment-message {
        font-size: 12px;
        font-weight: 300;
        color: #333;
        margin-bottom: 8px;
        padding-right: 0px;
    }

    .comment-time-stamp {
        font-size: 12px;
        color: #999;
        font-weight: 300;
        text-align: right;
        padding-left: 10px;
    }

    #commentsubmit {
        padding: 15px;
        border-radius: 4px;
        border: none;
        background-color: #212C3A;
        color: white;
        font-weight: 600;
        width: 100%;
        font-size: 12px;
        margin-top: 10px;
    }


    .CommentTitle {
        font-size: 14px;
        font-weight: 700;
        line-height: 28px;
        text-transform: capitalize;
        margin-bottom: 10px;
        color: #333;
    }


    .messageShow .error {
        font-size: 14px;
        color: #F00;
        text-align: left;
        width: 100%;
    }


    #divAttribute {
        float: left;
        width: 100%;
        text-align: left;
    }

    .divBadge {
        float: left;
        width: 50px;
        margin-right: 10px;
        margin-top: 0px;
        margin-bottom: 10px;
        padding: 10px;
        background: #F5F5F5;
        border: 1px solid #DDD;
        border-radius: 4px;
        cursor: pointer;
        display: block;
    }

        .divBadge:hover {
            background-color: #B8DAAA !important;
            border: 1px solid #63AE63;
        }

        .divBadge img {
            width: 100%;
            display: inline-block;
            text-align: center;
        }


    .checkbox {
        padding: 8px;
        color: #333;
        font-size: 12px;
        font-weight: 400;
        background: #F5F5F5;
        border: 1px solid #DDD;
        /*margin: 5px 5px 5px 0;
        float: left;*/
        border-radius: 4px;
        display: inline-block;
        width: auto;
        text-transform: capitalize;
        cursor: pointer;
    }

    .redbox {
        background-color: #89C56F !important;
        border: 1px solid #63AE63;
        color: #FFF !important;
    }

    .social-holder {
        overflow: auto;
    }

    .social-comment, .social-like, .social-share {
        font-size: 14px;
        color: #868686;
        font-weight: 400;
        float: left;
        margin-right: 15px;
    }

    .social-share {
        margin-right: 0px;
    }

        .social-comment img, .social-like img, .social-share img {
            margin-right: 5px;
            width: 20px;
        }

        .social-like img, .social-share img {
            cursor: pointer;
        }

    .social-like img, .social-comment img {
        float: left;
    }


    .recognition-button-holder {
        width: 100%;
        border-top: 1px solid #CCC;
        text-align: right;
        float: left;
        padding-top: 20px;
        margin-top: 20px;
    }

    #cancelmessage {
        padding: 10px 18px;
        border-radius: 4px;
        border: none;
        background-color: #999;
        color: white;
        margin-right: 5px;
        font-weight: 600;
        display: inline-block;
        font-size: 11px;
    }

    #submitmessage {
        padding: 10px 18px;
        border-radius: 4px;
        border: none;
        background-color: #FF9600;
        color: white;
        font-weight: 600;
        display: inline-block;
        font-size: 11px;
    }

    .recognition-new-message-label {
        font-size: 14px;
        float: left;
        font-weight: 400;
        color: #000;
        text-align: left;
        padding: 5px 0px;
        width: 100%;
    }

    #submitmessage_post {
        padding: 10px 15px;
        border-radius: 4px;
        border: none;
        background-color: #00B2B2;
        color: white;
        font-weight: 600;
        display: inline-block;
        font-size: 12px;
    }

    #Message, #BadgeTabMessage {
        width: 100%;
        min-height: 80px;
        text-wrap: normal;
        vertical-align: text-top !important;
        float: left;
    }

    #CustomerId, #BadgeTabCustomerId {
        width: 100%;
        float: left;
    }


    #Points {
        padding: 8px;
        border: 1px solid #DBD9D9;
        color: #000;
        font-weight: 400;
        float: left;
    }

    .recognition-attribute-holder {
        margin-top: 10px;
    }

    #recognitionType {
        font-size: 16px;
        font-weight: 700;
        text-align: center;
        color: #000;
        padding: 20px 0 0 0;
    }

    .reg_type_heading {
        background: #1F2531;
        padding: 10px;
    }

    .messageHidden {
        display: none;
    }

    .messageShow {
        display: block;
    }

    .wallDim {
        display: none;
    }

    .wallShow {
        display: block;
    }




    .product-list-points {
        font-weight: 700;
        font-size: 19px;
        /*margin: 5px 0px 5px 0px;*/
        text-align: left;
        text-transform: capitalize;
        color: black;
    }

    .product-list-sku {
        font-weight: 700;
        color: #666;
        font-size: 17px;
        line-height: 25px;
        margin-bottom: 5px;
        text-align: left;
        text-transform: capitalize;
    }

    .product-list-title a:link {
        font-weight: 400;
        font-size: 15px;
        color: #666 !important;
        line-height: 20px;
        margin-bottom: 20px;
        text-align: left !important;
        text-transform: capitalize;
        float: left;
        width: 100%;
    }

    .product-list-title a:visited {
        color: #666 !important;
    }

    .product-list-title a:hover {
        color: #212C3A !important;
        text-decoration: underline;
    }

    .product-list-title a:active {
        color: #666 !important;
    }

    .product-list-vendor-link {
        font-weight: 500;
        color: #003b64 !important;
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 25px;
        text-align: left;
    }

    .textdescription {
        width: 100%;
    }

    .imageadjust {
        width: 600px;
    }

    /***** SPIN THE WHEEL *****/

    .wheel-holder {
        background-image: url(/Themes/Aimia/Content/images/wheel_back.png);
        background-position: bottom center;
        background-size: contain;
        background-repeat: no-repeat;
        overflow: auto;
    }

    /* Sets the background image for the wheel */
    td.the_wheel {
        z-index: 999;
        position: relative;
    }

    /* Do some css reset on selected elements */
    h1, p {
        margin: 0;
    }

    div.power_controls {
        margin-right: 0px;
        padding: 10px;
        width: 100%;
    }

    div.html5_logo {
        margin-left: 70px;
    }

    /* Styles for the power selection controls */
    table.power {
        background-color: #cccccc;
        cursor: pointer;
        border: 1px solid #333333;
    }

        table.power th {
            background-color: white;
            cursor: default;
        }

    td.pw1 {
        background-color: #6fe8f0;
    }

    td.pw2 {
        background-color: #86ef6f;
    }

    td.pw3 {
        background-color: #ef6f6f;
    }

    /* Style applied to the spin button once a power has been selected */
    .clickable {
        cursor: pointer;
    }

    /* Other misc styles */
    .margin_bottom {
        margin-bottom: 5px;
    }

    p.noCanvasMsg {
        color: white;
    }

    .the_canvas {
        width: 250px;
        height: 250px;
        position: relative;
        background: #FFF;
        border-radius: 100%;
        box-shadow: 0px 5px 15px #666;
        margin-top: -40px;
    }

    .the_wheel {
        width: 100%;
    }

    .needle {
        position: relative;
        background-image: url(/Themes/Aimia/Content/images/needle.png);
        background-repeat: no-repeat;
        background-size: 50px 63px;
        width: 50px;
        height: 63px;
        color: #000;
        z-index: 999;
        top: 115px;
        left: 0px;
    }

    .spin_button {
        padding: 10px;
        width: 100%;
        border:0px;
        background: #129377;
        color: #FFF;
        font-size: 16px;
        margin-top: 20px;
    }

        .spin_button:hover {
            background: #91CA8F !important;
            color: #FFF;
            text-decoration: none;
        }

        .spin_button:disabled {
            border: 2px solid #E5E8E8;
            background: #E5E8E8;
            color: #B9B8BB;
        }
    .view-history {
        background-color: #929497;
        color: #FFF;
        width: 100%;
    }
    #dvContentBlock {
        width: 100%;
        padding: 0px;
    }

        #dvContentBlock p {
            font-size: 16px;
        }

    #dvPopUpbox h1 {
        font-size: 28px;
        font-family: HPSimplifiedBold;
        color: #000;
        text-align: center;
        padding: 20px 20px 10px;
    }

    #dvPopUpbox h2 {
        font-size: 20px;
        font-family: HPSimplifiedLight;
        color: #000;
        text-align: center;
        padding: 0px;
        margin-bottom: 0px;
        padding: 10px 20px 20px;
    }



/*********** GAMIFICATION ***********/

    .forced-scroll {
        white-space: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        display: flex !important;
        width: auto;
    }
    
    .model-body-left {
        width: 100%;
        padding: 15px;
        float: left;
        min-height:175px;
        background-size:cover;
        background-position: center top;
        position:relative;
    }

    .model-body-right {
        width: 100%;
        float: left;
        padding: 15px;
        background-color: white;
        min-height: 400px;
        overflow-y:auto;
    }

    #ModalLessons {
        width: 90%;
        margin:10% auto;
    }

    .ModalLesson {
        padding-bottom: 20px;
        width: 100%;
        float: left;
        background-color: white;
        border-bottom: #ccc;
        border-bottom-style: solid;
        border-bottom-width: 1px;
        margin-bottom: 20px;
    }

    #ModalLessons .modal-body {
        padding: 0px;
        overflow: auto;
        background-color: #425563;
        display:inline;
    }

    #ModalLessons .modal-content {
        padding: 0px;
        min-height: 200px;
        border-radius: 0px;
        background-color: #2C2E30;
    }

    #ModalLessons .modal-header {
        padding: 0 10px;
        border: 0px;
        width:100%;
        float:left;
    }

        #ModalLessons .modal-header .close {
            font-size: 30px;
            color:#FFF;
            opacity:0.6;
            border: 0px;
        }

        #ModalLessons .modal-header .close:hover {
            opacity:1;
        }

    #ModalLessons .modal-footer {
        padding: 10px;
        border-style: none;
        display:block;
        clear:both;
    }

        #ModalLessons .modal-footer .btn-success {
            border-color: #FFF;
            color: #FFF;
            background-color: transparent;
            border-radius:0px;
        }

            #ModalLessons .modal-footer .btn-success:hover {
                border-color: #FFF;
                color: #757678;
                background-color: #FFF;
            }



    .ModelLessonDetailsRight {
        width: 100%;
        float: right;
        padding-top: 20px;
        text-align:right;
    }

    .ModalLesson .glyphicon {
        font-size:26px;
        border-left:0px solid #CCC;
        padding-left:10px;
        margin-left:0px;
    }

    .ModalLesson .lesson-points {
       
        float:left;
        color:#000;
        font-size:14px;
        padding:6px 10px;
        margin-left:0px;
        max-width:78%;
        text-align:right;
    }

    .ChaptersGameLeft {
        float: left;
        background-color: #425563;
        width: 100%;
        padding: 15px;
        min-width: 250px;
    }

        .ChaptersGameLeft p {
            color: #FFF;
            font-size: 16px;
            line-height: 20px;
        }

    .ChaptersGameRight {
        float: left;
        background-color: #1A1A1A;
        width: 100%;
        height: 500px;
        overflow-y: auto;
    }

    .game-chapter-right .mini-bar {
        text-align: left;
        padding: 0px;
        position: relative;
        width: 100%;
        bottom: 0;
        font-size: 14px;
        
    }

    .chapter-available {
        float: left;
        border-bottom: 1px solid #444;
        text-align: left;
        width: 100%;
        color: #FFF;
    }

        .chapter-available:hover {
            background-color: #222;
        }

        .chapter-available img, .chapter-disabled img  {
            text-align: left;
            float: left;
            width: 40%;
            padding: 20px;
        }

    .chapter-disabled {
            float: left;
            border-bottom: 1px solid #444;
            text-align: left;
            width: 100%;
            color: #CCC;
            opacity:0.5;
        }

            .chapter-disabled:hover {
                background-color: #222;
            }

    .game-chapter-right {
        float: left;
        padding: 15px 15px 15px 0px;
        width: 60%;
        text-align: left;
    }

        .game-chapter-right h1 {
            font-size: 12px;
            color: #FFF;
            margin: 0px;
            line-height: normal;
            
            padding-bottom: 0px;
        }

        .game-chapter-right h2 {
            font-size: 14px;
            color: #FFF;
            margin: 0px;
            line-height: normal;
            padding: 0px 0px 10px 0px;
        }

    .game-lesson-start {
        margin:0px;
        padding:15px;
        font-size:16px;
        line-height:22px;
        color:#FFF;
        border-radius:0px;
        background-color:#007bda;
        text-transform:capitalize;
        text-align:center;
        position:absolute;
        bottom:0px;
        width:100%;
    }

    .game-lesson-completed {
        float:left;
        width:50%;
        text-align:right;
    }

        .game-lesson-completed .glyphicon {
            font-size:16px;
            color:#60C2D3;
        }




    .game-prize-alert {
        padding:15px;
        background-color:#60C2D3;
        color:#FFF;
        margin-bottom:20px;
        font-size:18px;
        overflow:auto;
    }

        .game-prize-alert h3 {
            color:#FFF;
        }

        .game-prize-alert p {
            color:#FFF;
            font-size:16px;
            line-height:20px;
        }


    .game-prize-button {
       
        border:2px solid #FFF;
        padding:10px 20px;
        text-transform:uppercase;
        background-color:transparent;
        vertical-align:middle;
        float:left;
        width:100%;
        text-align:center;
        margin-top:15px;
    }

    .game-prize-button .glyphicon {
            font-size:16px;
    }

        .game-prize-button:hover {
            color:#60C2D3;
            background-color:#FFF;
            text-decoration:none;
        }

    .game-prize-alert-left {
        float:left;
        width:100%;
    }

    .game-prize-alert-right {
        float:left;
        width:100%;
    }


    .back-to-education-game a{
        font-size:14px;
       
        border:4px solid #60C2D3;
        color:#60C2D3;
        padding:5px 10px;
        float:left;
        margin-bottom:10px;
    }

    .back-to-education-game a:hover{
        color:#FFF;
        background-color:#60C2D3;
        text-decoration:none;
    }

    .game-task.unavailable h3, .game-task.unavailable p, .game-task.unavailable a, .game-task.unavailable .maxPoints {
        color: #C6C9CA !important;
    }

        .game-task.unavailable a, .game-task.unavailable a:hover {
            text-decoration: none;
            cursor: not-allowed;
            background: #EEE !important;
            border:1px solid #EEE !important;
            opacity: 1;
        }
    .not-earned {
        color:#C6C9CA !important;
    }

    .complete {
        color:#60C2D3;
    }

    .lesson-completed {
        float:left;
        color:#000 !important;
        cursor:text;
        padding:6px 0px;
        background-color:transparent !important;
        border:0px solid;
    }

        .lesson-completed:hover {
            opacity:1 !important;
            border:0px solid;
        }




    .leaderboardTables-left, .leaderboardTables-right {
        width: 100%;
        float: left;
        overflow: auto;
        padding: 10px 0px;
    }

    hr {
        border-top: 1px solid #ACACAE;
        background-color: transparent;
        width: 100%;
        float: left;
        margin-bottom: 40px;
        margin-top: 40px;
    }

    .border-divide {
        border: 0px;
        text-align: center;
        width: 100%;
        float: left;
    }

    .dash-top {
        display: table;
        width: 100%;
    }

        .dash-top img {
            width: 100px;
            height: 100px;
            border-radius: 100%;
            border: 2px solid #00B388;
            margin: auto;
            display: block;
            float: none;
        }

        .dash-top img, .dash-top div {
            display: table-cell;
        }

        .dash-top div {
            padding: 15px;
            width: 100%;
        }

            .dash-top div h3,
            .border-divide h3 {
                margin: 0px;
                font-size: 18px;
                padding: 0px;
                text-align: center;
                width: 100%;
            }

            .dash-top div h4 {
                margin: 0px;
                font-size: 16px;
               
                padding-left: 0px;
                width: 100%;
                text-align: center;
            }

        .dash-top .continue-mission {
            width: 75%;
            padding: 10px;
            margin: auto;
            float: none;
        }


    .info-i, .info-i-ep {
        display: inline-block;
        width: 20px;
        height: 20px;
        margin-left: 5px;
        background: transparent;
        border: 2px solid #00B388;
        border-radius: 100%;
        font-size: 12px;
       
        text-align: center;
        vertical-align: top;
        line-height: 17px;
    }


    .see-missions, .see-leaderboard {
        float: right;
        margin-top: 20px;
        border: none;
       
        font-size: 18px;
        color: #00B388 !important;
    }

        .see-missions:hover, .see-leaderboard:hover {
            border: none;
            color: #00B388 !important;
        }


    .row-fluid {
        float: left;
        width: 100%;
        display: block;
    }

        .row-fluid .col-md-2 {
            display: inline-block;
        }

        .row-fluid h2 {
            padding: 0;
            margin: 0;
            margin-bottom: 15px;
        }

    .gs p{
        color: #C6C9CA;
    }

    .gs .progress {
        opacity:0.5;
    }

    .gs .mini-bar, .gs .mission-counter, .gs .game-mission-points-total {
        color: #ACACAE;
    }

        .gs .mini-bar .glyphicon {
            color:#60C2D3 !important;
            font-size:16px;
            float:right;
        }

    .mini-bar {
        text-align: center;
        padding: 15px;
        width: 100%;
        font-size:13px;
        position:relative;
    }

        .mini-bar .progress {
            height: 4px;
            margin-bottom: 6px;
            border-radius: 0px;
            box-shadow: none;
            -webkit-box-shadow: none;
        }

            .mini-bar .progress .complete {
                height: 4px;
                background-color: #60C2D3;
                border-radius: 0px;
            }




    .ranking-row-profile, .ranking-row-name, .ranking-row-ep, .ranking-row-level {
        height: 50px;
        display: table-cell;
        vertical-align: middle;
    }

    .ranking-row-level {
        font-size: 14px;
        color: #767676;
        width: auto;
        padding-right: 20px;
    }

    .ranking-row-ep {
        font-size: 14px;
        color: #767676;
        width: auto;
    }

    .ranking-row-profile img {
        display:none;
    }

    .ranking-row-rank {
        background: #425563;
       
        font-size: 16px;
    }

    .highlight .ranking-row-rank {
        background: #00B388;
    }

    .ranking-row-profile {
        width: 50px;
    }

    .ranking-row-name {
        font-size: 14px;
       
        color: #767676;
        /*width:270px;*/
    }

        .ranking-row-name a {
            border: none;
        }


    .circleBottomText {
        width: 50px;
        color: #ACACAE;
        font-size: 14px;
        line-height: 30px;
        white-space: nowrap;
    }

    #myProgress {
        height: 3px;
        margin-top: 23px;
        display: none;
    }

    .myBar {
        position: absolute;
        width: 0;
        height: 100%;
        background-color: #00B388;
    }

    .percentage-earned {
        color: #00B388;
    }

    .progressBar {
        /*margin-top: 20px;*/
        width: 100%;
        background-color: #DDD;
        height: 15px;
        border-radius: 10px;
        display: inline-block;
    }

    .accord-head {
        display:block !important;
    }

    .accord-head .row .col-md-1 img{
        display:none;
    }

    .progressLevel {
        width: 100%;
        margin: 0px auto;
        text-align: left;
        display:none;
    }


        .progressLevel .gs img {
            -webkit-filter: grayscale(100%);
            -moz-filter: grayscale(100%);
            -ms-filter: grayscale(100%);
            -o-filter: grayscale(100%);
            filter: grayscale(100%);
            filter: gray; /* IE 6-9 */
        }



        /* Done / Active */

        .progressLevel .bar.active {
            background: linear-gradient(to right, #EEE 40%, #FFF 60%);
        }

        .progressLevel .circle.done .title {
            color: #000;
            white-space: nowrap;
        }

        .progressLevel .circle.active .label {
            color: #FFF;
            background: #0c95be;
            box-shadow: inset 0 0 2px rgba(0,0,0,.2);
            white-space: nowrap;
        }

        .progressLevel .circle.active .title {
            color: #0c95be;
            white-space: nowrap;
        }


        .progressLevel .bar {
            display: inline-block;
            background-color: #FFF;
            border: 2px solid #ACACAE;
            width: 40px;
            height: 40px;
            border-radius: 40px;
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        .progressLevel .bar {
            position: relative;
            width: 80px;
            height: 6px;
            top: -33px;
            /*margin-left: -5px;
            margin-right: -5px;*/
            border-left: none;
            border-right: none;
            border-radius: 0;
        }

        .progressLevel .circle .label {
            font-size: 15px;
            
            color: #ACACAE;
        }

        .progressLevel .circle .title {
            color: #ACACAE;
            
            font-size: 15px;
            line-height: 30px;
        }

        .progressLevel .gs img {
            -webkit-filter: grayscale(100%);
            -moz-filter: grayscale(100%);
            -ms-filter: grayscale(100%);
            -o-filter: grayscale(100%);
            filter: grayscale(100%);
            filter: gray; /* IE 6-9 */
        }


        .progressLevel .title {
            color: black;
            font-size: 13px;
            line-height: 30px;
            margin-left: 0px;
            padding-right: 200px;
            white-space: nowrap;
        }



        /* Done / Active */

        .progressLevel .circle {
            /*margin-right: 50px;*/
        }

            .progressLevel .bar.done,
            .progressLevel .circle.done {
                color: #00B388;
                border: 2px solid #00B388;
            }

        .progressLevel .bar.active {
            background: linear-gradient(to right, #EEE 40%, #FFF 60%);
        }

        .progressLevel .circle.done .label,
        .progressLevel .circle.done .circleBottomText {
            color: #000;
        }



        .progressLevel .circle.done .title {
            color: #000;
            white-space: nowrap;
        }

        .progressLevel .circle.active .label {
            color: #FFF;
            background: #0c95be;
            box-shadow: inset 0 0 2px rgba(0,0,0,.2);
            white-space: nowrap;
        }

        .progressLevel .circle.active .title {
            color: #0c95be;
            white-space: nowrap;
        }

        .progressLevel .circle .title {
            font-size:13px;
        }


    .task-render-link {
        float: left;
        background-color: #60C2D3;
        color: #FFF !important;
        border-radius: 0px;
        border: 1px solid #60C2D3;       
        margin-right: 0px;
    }

        .task-render-link:hover {
            color: #FFF !important;
            opacity: 0.6 !important;
            background-color: #60C2D3 !important;
            border: 1px solid #60C2D3 !important;

        }

        .task-render-link .glyphicon.glyphicon-ok-sign {
            color: #00B388;
        }

        .task-render-link:hover .glyphicon.glyphicon-ok-sign {
            color: #fff;
        }

        .task-render-link a {
            padding: 10px 20px;
            color: #FFF !important;
            border: none;
        }
            .task-render-link a {
                padding: 10px 20px;
                color: #00B388 !important;
                border: none;
            }

            .task-render-link a:hover {
                color:#FFF !important;
                text-decoration:none;
            }

        .game-task.unavailable a, .game-task.unavailable a:hover {
            text-decoration: none;
            cursor: default;
            background: #EEE !important;
            color: #ACACAE !important;
            opacity: 1;
            border-color: #EEE !important;
        }

    .next-task-link {
        margin-right: 0 !important;
        float: right;
    }

    .back-task-link {
        background-color: #425563;
        color: #FFF !important;
        border-radius:0px;
        
       
    }

        .back-task-link:hover {
            opacity: 0.6 !important;
        }


    .new-window-task-link {
        background-color: #FFF !important;
        border-color: #757678;
        color: #757678 !important;
        float: right;
        cursor:pointer;
        margin-right:10px;
    }

        .new-window-task-link:hover {
            border: 1px solid #757678 !important;
            background-color: #757678 !important;
            color: #FFF !important;
            padding: 6px;
            opacity: 1 !important;
        }

    .complete-render-link {
        float: left;
        background-color: #FFF !important;
        border-radius: 0px;
       
        padding: 6px;
    }

        .complete-render-link:hover {
            border: 1px solid #FFF;
            cursor: default;
            padding: 6px;
            opacity: 1 !important;
        }


    .innerProgressBar {
        height: 15px;
        background-color: #008424;
        border-radius: 10px;
    }


    .game-mission {
        border: 1px solid #FFF;
        background: transparent;
        padding: 0px;
        margin: 10px 0px;
        width: 150px;
        height:240px;
    }


        .game-mission.available:hover {
            border: 1px solid #777;
            cursor: pointer;
            -webkit-box-shadow: 0px 0px 20px 2px rgba(0,0,0,0.25);
            -moz-box-shadow: 0px 0px 20px 2px rgba(0,0,0,0.25);
            box-shadow: 0px 0px 20px 2px rgba(0,0,0,0.25);
        }

        .game-mission.available.active-mission:hover {
            border: 1px solid transparent;
        }

        .game-mission p {
            text-align: center;
            font-size: 16px;
            line-height: 22px;           
            padding: 10px 15px;
            text-transform: capitalize;
        }

        .game-mission img {
            width: 100%;
            padding-bottom:15px;
        }
    

    .game-mission-points-total {
        font-size: 14px;
        text-align: left;
        color: #FF8D6D;
        padding-bottom: 3px;
       
    }

    .game-mission-task-total {
        text-align: left;
        font-size: 14px;
    }

    .mission-counter {
        text-align:center;
        padding: 0px 15px 3px;
        color:#767676;
    }
    
    .game-mission-tasks {
        width: 75%;
    }

    .gmt-description {
        width: 95%;
        font-size: 18px;
    }

    .gmt-media {
        min-height: 240px;
        width: 100%;
        background-color: #425563;
    }

    .gmt-content {
        width: 100%;
        padding: 20px !important;
    }

    .game-task h3 {
        margin-top: 10px;
        padding: 0px;
        margin-bottom: 0px;
        font-size: 16px;
        color: #000;
        text-transform: capitalize;
        width: 100%;
    }

    .game-task p {
        width: 100%;
    }

    .game-task-holder {
        float: left;
        margin-top: 10px;
        z-index: 0;
        position: relative;
        width: 100%;
    }

    .game-task {
        overflow: auto;
    }


    .gmt-title {
        font-size: 20px;
    }


















































}

/*************END OF MAIN STYLES*********************/



@media all and (min-width: 600px) and (max-width: 768px) {
    .side-2 .block {
        width: 100%;
        float: left;
        overflow: hidden;
    }

        .side-2 .block:nth-child(2n) {
            margin-left: 1%;
        }

        .side-2 .block:nth-child(2n+1) {
            clear: both;
        }

    .side-2 .block-account-navigation {
        width: 100%;
        margin: 0 auto 10px;
        float: none;
        padding: 10px;
    }

    .products-carousel {
        clear: both;
    }
}

@media screen and (min-width: 320px) and (max-width: 480px) {
    .responsive-nav-wrapper > div > span {
        text-indent: -9999px;
        padding: 15px 35px;
    }

    .responsive-nav-wrapper .menu-title,
    .responsive-nav-wrapper .filters-button {
        background-position: center;
    }

    .responsive-nav-wrapper .search-wrap {
        background-position: center;
    }
}

@media all and (max-width: 768px) {

    .gallery .picture {
        width: 480px;
    }

    .left50 {
        padding: 10px;
    }

    .right50 {
        padding: 10px;
    }

        .right50 img {
            width: 100%;
        }


    .dvRedeem .dv1, .dvRedeem .dv2 {
        width: 100%;
    }
}
