/*.container {
    max-width: 1140px;
    margin: 0 auto;
    width: 100%;
}*/

.progress {
    display: -ms-flexbox;
    display: flex;
    height: 1rem;
    overflow: hidden;
    line-height: 0;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .25rem;
}
.progress-bar {
    float: left;
    width: 0%;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: width 0.6s ease;
    -o-transition: width 0.6s ease;
    transition: width 0.6s ease;
  }
.progress-bar-info {
    background-color: #5bc0de;
  }

.crossword-container, #quiz, #concentration {
    position: relative;
    min-height: 500px;
    max-width: 800px;
    margin: 0 auto;
}
.crossword-wrapper {
    display:table;
    width: 100%;
    max-width: 900px;
    position:relative;
    display: none;
}
.crossword-container .progress, #quiz .progress, #concentration .progress {
    max-width:500px;
    width: 100%;
    position: absolute;
    top:50%;
    left:50%;
    margin-left: -250px;
}

.hs-cr-unit1 #puzzle-wrapper:before {
    background: url('assets/images/unit1/123.png') left center no-repeat;
    background-size: 100%;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    width: 230px;
    height: 170px;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
}
.hs-cr-unit3 #puzzle-wrapper:before {
    background: url('assets/images/hs-activities/crossword/unit3_activity_bg.jpg') left center no-repeat;
    background-size: 100%;
    width: 230px;
    height: 170px;
    content: "";
    position: absolute;
    bottom: 60px;
    right: 20px;
}
.hs-cr-unit5 #puzzle-wrapper:before {
    background: url('assets/images/hs-activities/crossword/unit5_activity_bg.jpg') left top no-repeat;
    background-size: 100%;
    width: 130px;
    height: 230px;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
}
.hs-cr-unit7 #puzzle-wrapper:before {
    background: url('assets/images/hs-activities/crossword/unit7_activity_bg.jpg') left center no-repeat;
    background-size: 100%;
    width: 230px;
    height: 170px;
    content: "";
    position: absolute;
    top: 0;
    right: 40px;
}


.l1-cw-adv #puzzle-wrapper:before {
    background: url('assets/images/ms-activities/crossword/l1-cw-adv.png') left center no-repeat;
    background-size: 100%;
    width: 300px;
    height: 170px;
    content: "";
    position: absolute;
    bottom: 60px;
    left: -60px;
}


.l1-cw-alcohol #puzzle-wrapper:before {
    background: url('assets/images/ms-activities/crossword/l1-cw-alcohol.png') left center no-repeat;
    background-size: 100%;
    width: 240px;
    height: 430px;
    content: "";
    position: absolute;
    top: -80px;
    left: 0px;
}

.l1-cw-assertive  #puzzle-wrapper:before {
    background: url('assets/images/ms-activities/crossword/l1-cw-assertive.png') left center no-repeat;
    background-size: 100%;
    width: 430px;
    height: 370px;
    content: "";
    position: absolute;
    top: 0px;
    left: -60px;
}
.l1-cw-com-skill  #puzzle-wrapper:before {
    background: url('assets/images/ms-activities/crossword/l1-cw-com-skill.png') left center no-repeat;
    background-size: 100%;
    width: 228px;
    height: 125px;
    content: "";
    position: absolute;
    bottom: 60px;
    left: -20px;
}

.l1-cw-coping  #puzzle-wrapper:before {
    background: url('assets/images/ms-activities/crossword/l1-cw-coping.png') left center no-repeat;
    background-size: 100%;
    width: 228px;
    height: 125px;
    content: "";
    position: absolute;
    bottom: 40px;
    left: -20px;
}

.l1-cw-self #puzzle-wrapper:before {
    background: url('assets/images/ms-activities/crossword/l1-cw-self.png') left center no-repeat;
    background-size: 100%;
    width: 328px;
    height: 225px;
    content: "";
    position: absolute;
    top: -40px;
    right: 0px;
}

.l1-cw-biofeed #puzzle-wrapper:before {
    background: url('assets/images/ms-activities/crossword/l1-cw-self.png') left center no-repeat;
    background-size: 100%;
    width: 328px;
    height: 225px;
    content: "";
    position: absolute;
    top: -40px;
    right: 0px;
}

.l1-cw-myths #puzzle-wrapper:before {
    background: url('assets/images/ms-activities/crossword/l1-cw-myths.png') left center no-repeat;
    background-size: 100%;
    width: 178px;
    height: 228px;
    content: "";
    position: absolute;
    top: 100px;
    right: 0px;
}

.l2-cw-assertive #puzzle-wrapper:before {
    background: url('assets/images/ms-activities/crossword/l2-cw-assertive.png') left center no-repeat;
    background-size: 100%;
    width: 328px;
    height: 250px;
    content: "";
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -154px;
}
.l2-cw-com-skill #puzzle-wrapper table{
   
    margin-bottom: 60px;
}
.l2-cw-com-skill #puzzle-wrapper:before {
    background: url('assets/images/ms-activities/crossword/l2-cw-com-skill.png') left center no-repeat;
    background-size: 100%;
    width: 228px;
    height: 125px;
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
   
}

.l2-cw-coping #puzzle-wrapper:before {
    background: url('assets/images/ms-activities/crossword/l2-cw-coping.png') left center no-repeat;
    background-size: 100%;
    width: 228px;
    height: 125px;
    content: "";
    position: absolute;
    top: 0px;
    right: 40px;
   
}
.l2-cw-making #puzzle-wrapper table{
   
    margin-bottom: 60px;
}
.l2-cw-making #puzzle-wrapper:before {
    background: url('assets/images/ms-activities/crossword/l2-cw-making.png') left center no-repeat;
    background-size: 100%;
    width: 300px;
    height: 200px;
    content: "";
    position: absolute;
    bottom: 40px;
    left: -40px;
}
.l2-cw-resisting #puzzle-wrapper table{
   
    margin-bottom: 60px;
}
.l2-cw-resisting #puzzle-wrapper:before {
    background: url('assets/images/ms-activities/crossword/l2-cw-resisting.png') left center no-repeat;
    background-size: 100%;
    width: 300px;
    height: 200px;
    content: "";
    position: absolute;
    bottom: 40px;
    left: -40px;
}

.l3-cw-assertive #puzzle-wrapper:before {
    background: url('assets/images/ms-activities/crossword/l3-cw-assertive.png') left center no-repeat;
    background-size: 100%;
    width: 300px;
    height: 200px;
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
}


.l3-cw-coping #puzzle-wrapper:before {
    background: url('assets/images/ms-activities/crossword/l3-cw-coping.png') left center no-repeat;
    background-size: 100%;
    width: 250px;
    height: 166px;
    content: "";
    position: absolute;
    bottom: 60px;
    right: 40px;
}
.l3-cw-drug #puzzle-wrapper:before {
    background: url('assets/images/ms-activities/crossword/l3-cw-drug.png') left center no-repeat;
    background-size: 100%;
    width: 300px;
    height: 200px;
    content: "";
    position: absolute;
    bottom: 60px;
    left: -20px;
}

.l3-cw-media #puzzle-wrapper:before {
    background: url('assets/images/ms-activities/crossword/l3-cw-media.png') left center no-repeat;
    background-size: 100%;
    width: 250px;
    height: 167px;
    content: "";
    position: absolute;
    bottom: 20px;
    left: -20px;
}

.l3-cw-resisting #puzzle-wrapper:before {
    background: url('assets/images/ms-activities/crossword/l3-cw-resisting.png') left center no-repeat;
    background-size: 100%;
    background-size: 100%;
    width: 100%;
    height: 350px;
    content: "";
    position: absolute;
    bottom: 40px;
    left: -60px;
}

.crossword-wrapper table { 
        border-collapse: collapse; 
        border-spacing: 0; 
        max-width: 100%;
        margin: 0;
        padding: 0;
        border:none !important;
    }
.crossword-wrapper  table tr{
        width: 100%;
        border:none !important;
    }
    .crossword-wrapper table td {
        width: 5em;
       /* height: 5em;*/
        border: none !important;
        padding: 0;
        margin: 0;
        background-color: transparent;
        position: relative;
    }
            
    .crossword-wrapper td input {
        width: 100%;
        height: 100%;
        padding: 0em;
        border: none;
        text-align: center;
        font-size: 28px;
        line-height: 1;
        color: #666;
        background-color: #f4f4f4;
        box-shadow: 0px 0px 0px 1px #ccc;
        text-transform: uppercase;
    }
    
    .crossword-wrapper td input:focus {
        background-color: #fff;
        outline: none;
    }
    
    .crossword-wrapper td span {
        color: #444;
        font-size: 0.8em;
        position: absolute;
        top: -1px;
        left: 1px;
    }
    
    .crossword-wrapper  input.done {
        background: #d0efff;
    }
    
    .crossword-wrapper .active {
        background:#ddd;
    }
    .clues-active {
        background-color: #d0efff;
    }
    .clue-done {
        color: #999;
        text-decoration: line-through;
    }
    
    #puzzle-wrapper {
        float: left;
        width: 70%;
        padding-right: 40px;
        position: relative;
        padding-top: 60px;
    }
    #puzzle-clues {
        float: left;
        width: 30%;
    }

    #puzzle-clues ol {
        padding-left:10px;
        border:solid 1px #ccc;
        margin-bottom:20px;
        padding-top: 10px;
        padding-bottom:10px;
        height:200px;
        overflow-y: scroll;
        list-style: none;
        margin-left:0px;
    }
    
    #puzzle-clues li{
        font-size: 16px;
        margin: .3em;
        line-height: 1.5;
    }

    #puzzle-clues h2 { 
        font-size: 16px;
        background: #00aaef;
        color: #fff;
        padding: 10px;
        border-top: solid 1px #00aaef;
        border-bottom: solid 1px #00aaef;
        max-width: 100px;
        font-weight: bold;
        position: relative;
        text-align: center;
        text-transform: uppercase;
        margin:0 0 15px;
    }
    #puzzle-clues h2:before {
        position: absolute;
        content: "";
        width:100%;
        height: 1px;
        display:block;
        background:#fff;
        top: 0;
        left:0;
    }
    #puzzle-clues h2:after {
        position: absolute;
        content: "";
        width:100%;
        height: 1px;
        display:block;
        background:#fff;
        bottom: 0;
        left:0;
    }
    #puzzle {
        border: none;
    }
    .hints-wrapper {
        display: table;
        width: 100%;
        text-align:right;
        padding-right: 40px;
        padding-top: 30px;
    }
    .hints-wrapper-inner a {
        display:inline-block;
        background:#f8efbb;
        color:#000;
        font-weight: bold;
        font-size:18px;
        border:solid 2px #f7bf0e;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
        padding: 15px 20px 10px;
        width: 150px;
        text-align: center;
        line-height: 1;
        box-shadow: 2px 2px 2px #ccc;
        text-shadow: 2px 2px 2px #fff;
        text-decoration: none !important;
}
.hints-wrapper-inner a:hover {
    text-decoration: none;
}
.hints-wrapper-inner {
    position: relative;
    width: 250px;
    display: inline-block;
}  
.hints-info {
    background: #f8efbb;
    border: solid 2px #f7bf0e;
    padding: 10px;
    width: 300px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    position: absolute;
    bottom: 60px;
    left: 0;
    text-align: left;
    font-size: 14px;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
    transition: opacity .5s linear .2s;
    -webkit-transition: opacity .5s linear .2s;
    -moz-transition: opacity .5s linear .2s;
    -ms-transition: opacity .5s linear .2s;
    -o-transition: opacity .5s linear .2s;
}
.hints-wrapper-inner:hover .hints-info {
    opacity: 1;
    visibility:visible;
    z-index: 99;
}
.hints-info:after {
    content:"";
    display: table;
    width: 100%;
    height: 1;
    clear: both;
}
.hints-info span {
    font-weight: bold;
    width: 50%;
    padding: 10px;
    display:block;
    float: left;
    font-size: 14px;;
}

.instructions-box {
    border:solid 1px #ccc;
    padding: 10px;
    max-width: 400px;
    margin: 0 auto;
    text-align: left;
}
.crossword-splash,.quiz-splash,.fc-splash  {
    position: relative;
    padding: 50px 0;
    display:none;
    text-align: center;
    margin:0 auto;
}
.fc-splash {
    max-width: 500px;
}
.fc-splash .instructions-box {
    margin-bottom: 20px;
}
.instructions-box h3 {
    text-transform: uppercase;
    text-align: center;
    color: #00aaef;
    font-size: 14px;
    margin-top: 0px !important;
}
.instructions-box p {
    font-size: 12px;
    position: relative;
    padding-left: 30px;
}
.instructions-box span {
    border: solid 1px #00aaef;
    padding: 2px 5px;
    display: inline-block;
    position: absolute;
    left:0;
    top:0;
    line-height: 1;
}

.crossword-splash a, .quiz-splash a  {
    display:block;
    background:#f8efbb;
    color:#000;
    font-weight: bold;
    font-size:15px;
    border:solid 2px #f7bf0e;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    padding: 10px 10px 10px;
    width: 150px;
    text-align: center;
    line-height: 1;
    box-shadow: 2px 2px 2px #ccc;
    text-shadow: 2px 2px 2px #fff;
    margin: 30px auto 0px;
    text-decoration: none !important;
}
.crossword-splash a:hover , .quiz-splash a:hover {
text-decoration: none;
}

.crossword-complete {
    position: relative;
    display:table;
    width: 100%;
    max-width:500px;
    text-align: center;
    margin: 0 auto;
    display: none;
}
.crossword-complete-content {
    max-width: 300px;
    margin: 0 auto;
    padding: 100px 0;
    font-size: 16px;
    line-height: 1.5;
}
.crossword-complete-content h3 {
    text-align: center;
    color: #00aaef;
    font-size: 14px;
    margin-top: 0px !important;
}

.btn-round-yellow {
    display:inline-block;
    background:#f8efbb;
    color:#000;
    font-weight: bold;
    font-size:15px;
    border:solid 2px #f7bf0e;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    padding: 10px 10px 10px;
    min-width: 110px;
    width: auto;
    text-align: center;
    line-height: 1;
    box-shadow: 2px 2px 2px #ccc;
    text-shadow: 2px 2px 2px #fff;
    margin: 0px auto 0px;
    text-decoration: none !important;
}
.btn-round-yellow:hover {
    text-decoration: none;
    color: #000;
    text-decoration: none !important;
}

.quiz-content, .quiz-result, .quiz-board { 
    display: none; 
    position: relative;
}
.quiz-content {
    max-width: 800px;
    padding:20px;
    background: url('assets/images/quiz-bg.jpg') top center no-repeat;
    background-size:cover;
    margin: 0 auto;
}
.quiz-content-inner {
    position: relative;
    min-height: 400px;
}
.quiz-content-inner:after {
    content: "";
    display: block;
    clear: both;
}
.quiz-content .quiz-panel-left {
    width:100%;
    float:left;
    padding-right:25%;
}
.quiz-content .quiz-panel-right {
    width:20%;
    padding-left:20px;
    float:right;
}
.quiz-board.active {
    display: block;
}
.answer-options p {

    position: relative;
    padding-left:40px;
    min-height: 40px;
}
.answer-options span {
    background: #3f8fc1;
    color: #fff;
    display: inline-block;
    padding: 5px 8px;
    font-size: 18px;
    line-height: 1;
    font-weight: bold;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    cursor: pointer;
    position: absolute;
    top:0;
    left:0;
}

.quesiton-holder {
    background:rgba(210,231,250,.90) url('assets/images/ico-bg-question.png') top left no-repeat;
    padding:30px 20px 30px 90px;
    margin-bottom: 20px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    box-shadow: 0px 0px 5px 5px #7ba7ce;
}
.quesiton-holder span {
    display: block;
    position: relative;
    padding-left: 15px;
}
.quesiton-holder span i {
    position:absolute;
    top: 0;
    left: 0;
    font-style: normal;
}
.answer-options {
    background:rgba(210,231,250,.90) url('assets/images/ico-bg-answer.png') bottom right no-repeat;
    padding:30px 30px 30px 30px;
    margin-bottom: 0px;
    box-shadow: 0px 0px 5px 5px #7ba7ce;
}

.score-board {
    text-align: center;
    position: absolute;
    width: 20%;
    right:0px;
    bottom: 0px;
   
}
.score-board strong {
    color:#fff;
    text-transform: uppercase;
}
.score {
    background: rgba(210,231,250,.90);
    display: block;
    width: 100%;
    height: 80px;
    line-height: 80px;
    text-align: center;
    margin-top: 5px;
    box-shadow: 0px 0px 10px 2px #7ba7ce;
    font-weight: bold;
    font-size: 30px;


}
.answer-status { 
    position: absolute; 
    width: 20%;
    height: 80px;
    line-height: 80px;
    text-align: center;
    top:80px;
    right:0px;
} 
.answer-status i.correct {
    display: inline-block;
    width:20px;
    height: 20px;
    background: url(assets/images/ico-check.png) center center no-repeat;
    background-size: cover;
    opacity: 0;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

.answer-status i.incorrect {
    display: inline-block;
    width:20px;
    height: 20px;
    background: url(assets/images/ico-cross.png) center center no-repeat;
    background-size: cover;
    transition: all .2s ease-in-out;
    opacity: 0;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

.answer-status.correct i.correct, .answer-status.incorrect i.incorrect {
    transform: scale(4);
    -webkit-transform: scale(4);
    -moz-transform: scale(4);
    -ms-transform: scale(4);
    -o-transform: scale(4);
    opacity: 1;
}
#correct-answer {
    background: url(assets/images/bg-correct-answer.png) center center no-repeat;
    background-size: cover;
    display: inline-block;
    padding: 50px 30px;
    position: absolute;
    width: 400px;
    height: 180px;
    left: 50%;
    margin-left: -200px;
    bottom: 15%;
    text-align: center;
    opacity: 0;
    z-index: -1;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}
#correct-answer span {
    color:red;
}
#correct-answer.active {
    opacity: 1;
    z-index: 999;
}
#correct-answer strong,#correct-answer span {
    display: block;
    line-height: 1.5;
    text-align:center;
}

#quiz-stage {position: relative;}

#quiz-result {
    text-align: center;
    display:none;
    margin-bottom: 30px;
}
.quiz-results-inner {
    background: url(assets/images/bg-results.png) bottom right no-repeat;
    max-width: 458px;
    width:100%;
    margin: 30px auto 0;
    padding: 60px 60px 80px;
    min-height: 350px;
    display: block;
    text-align: left;
}

.quiz-results-inner h3 {
    font-size: 20px;
    padding-bottom: 20px;
    font-weight: bold;
    margin-top: 0px !important;
}
.quiz-results-inner table {
    margin: 0;
    padding: 0;
    border: none;
}
.quiz-results-inner table th,.quiz-results-inner  table td {
    padding: 10px 20px;
    border:none !important;
    border:none !important;
}

/*Concenetration*/
.fc-wrapper {
    width:100%;
    display:none;
}
.fc-wrapper:after {
    content: "";
    display: table;
    width: 100%;
    height: 1px;
    clear: both;
}
.fc-stage {
    max-width: 500px;
    width: 100%;
    height:300px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 40px;
}
.fc-item {
    width: calc(20% - 3px);
    height:calc(25% - 1px);
    margin:1px;
    position: relative;
    transition: all .5s;
    transform-style: preserve-3d;
    transform: scale(1);
}

.fc-stage .success {
    max-width: 300px;
    text-align: center;
    display: none;
}

.fc-stage.success .fc-item {
    display: none;
}
.fc-stage.success .success {
    display: block;
}
.col4 .fc-stage{
    height:335px;
}
.col4 .fc-item { 
    width: calc(25% - 3px);
    height:calc(25% - 1px);
}
.fc-item  .front, .fc-item  .back{
    width: 100%;
    height: 100%;
    padding: 20px;
    position: absolute;
    backface-visibility: hidden;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    background-size: 100% 100%;
    background-position: top center;
    background-repeat:no-repeat;
}
.fc-item  .back {
    transform: rotateY(180deg);
}
.fc-item.flip {
    transform: rotateY(180deg);
}
.fc-item.done .front,.fc-item.done .back {
    display: none !important;
}
.fc-col-left {
    width: 70%;
    float: left;
    max-width: 500px;
}
.fc-col-right {
    width:30%;
    float: left;
}

.col4 .fc-col-left {
    padding-right: 20px;
}
.complete_summary {
    
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    overflow: hidden;
    background: #ffffd4;
    min-height: 300px;
    border:solid 1px #d77f13;
    padding-bottom: 10px;
}
.col4 .complete_summary {
    min-height: 340px;
}
.fc-col-right table {
    
    background:#ffffd4; 
    width:100%;
    margin: 0;
    padding: 0;
    border:none;
}
.fc-col-right table tr {
    border:none;
}
.fc-col-right table th {
    padding: 10px;
    font-size: 14px;
    background: #fbe07a;
    color:#d77f13;
    vertical-align: top;
    border:none;
}
.fc-col-right table td {
    padding:10px 10px 0px;
    font-size: 12px;
    vertical-align: top;
    line-height: 1.2;
    border:none;
    min-width: 100px;
}

.timer-wrap {
    background: #fbe07a;
    border:solid 1px #d77f13;
    padding: 10px;
    display: block;
    max-width: 250px;
    margin: 10px auto;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px; 
}
.timer-wrap i {
    font-style: normal;
}
.timer-wrap .time {
    display:inline-block;
    width: 50%;
    color:#666;
    font-size: 14px;
}
.timer-wrap .time span {
    font-weight: bold;
    color:#000;
    font-size: 14px;
}
.guesses-limit {
    display:inline-block;
    width: 48%;
    color:#666;
    font-size:14px;
}
.guesses-limit span {
    font-weight: bold;
    color:#000;
    font-size:14px;
}
.fc-results {
    max-width: 500px;
    margin: 0;
    display: none;
}
.fc-results-inner {
    background: url(assets/images/concentration/results.png) top center no-repeat;
    background-size: conver;
    width: 100%;
    max-width: 600px;
    min-height: 400px;
    padding: 20px;
    margin-bottom: 20px;
}

.fc-results-action {
    display:table;
    width: 100%;
    padding-top: 30px;
}
.fc-results-action .your-score {
    width: 48%;
    font-size:18px;
    text-align: center;
    font-weight: bold;
    display:inline-block;
    vertical-align: middle;
}
.fc-results-action .box-restart {
    width:48%;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
}
.fc-results-action .your-score strong, .fc-results-action .your-score span {
    display: block;
}
.ms-results .fc-results-action .your-score {
    text-transform: uppercase;
    color:#00aaef;
}
.ms-results .fc-results-action .your-score span {
    color:#000;
}
.ms-results {
    max-width: 500px;
    margin: 0 auto;
    text-align: center;
    display: none;
}
.mc-results-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 300px;
    border: solid 1px #ccc;
}
.total-time {
    color:#00aaef;
    font-size: 18px;
    font-weight: bold;
    display:inline-block;
    padding-bottom: 20px;
}

.total-time span {
    display:inline-block;
    color: #000;
    padding-left: 15px;
    font-family: Arial, Helvetica, sans-serif;
}

.ms-results .fc-results-action .your-score strong, .ms-results .fc-results-action .your-score span {
    display: inline-block;
    padding-right: 10px;
}

.ms-concentration .timer-wrap {
    display: none;

}


.box-restart {
    text-align: right;
}
.btn-restart {
    background: url(assets/images/concentration/224.png) center center no-repeat;
    background-size: 100% 100%;
    padding: 18px 15px;
    display: inline-block;
    text-align: center;
    text-decoration: none !important;
}
.btn-restart:hover {
    background-image: url(assets/images/concentration/241.png);
}
.btn-restart img {
    display: block;
    max-width: 130px;
}
.lbl-game-over img {
    max-width: 350px;
    width: 100%;
    margin:0 auto;
}

.lbl-you-win, .lbl-you-lose {
    display:none;
}
.lbl-you-win img, .lbl-you-lose img {
    margin:0 auto;
}
.fc-results.win .lbl-you-win {
    display: block !important;
}
.fc-results.lose .lbl-you-lose {
    display: block !important;
}
/***********************Responsive CSS CrossWord***************************************/
@media screen and (max-width: 700px) {
    #puzzle-wrapper { width:100% !important; padding-right:10px;}
    #puzzle-clues { width:100% !important; margin-top:20%;}
    #puzzle-clues h2 { max-width:100% !important;}
}
@media screen and (max-width: 414px) {
    #puzzle-wrapper { width:100% !important; padding-right:10px;}
    #puzzle-clues { width:100% !important; margin-top:20%;}
    #puzzle-clues h2 { max-width:100% !important;}
}
/************************Responsive CSS Quiz*************************************/
@media screen and (max-width: 767px) { 
	.quiz-content .quiz-panel-left {
    	width: 100%;
    	margin-bottom: 20px;
        padding-right:0%;
	}
    .quiz-content .quiz-panel-right {
    	width: 100%;
    	float: none;
        padding-left:0px;
	}
    .score-board { width:100%; position:inherit;}
}
/************************Responsive CSS Concentration*************************************/
@media screen and (max-width: 600px) { 
	.fc-col-left { width:100%; max-width:600px;}
	.fc-stage { width:100%; max-width:600px;}
    .fc-col-right { width:100%;}
    .timer-wrap { max-width:100%;}
}