
h1{
    font-size:2rem;
}

/*#load{
	display:none;
	opacity:.75;
	position:absolute;
	left:50%;
	margin-left:-15px;
	top:160px;
	z-index:110;
	color:#FFF;
}*/

#load .glyphicon {font-size:60px}


#content {
    padding-top:20px;
    min-height:100%;
    padding-bottom:10em;
}

#video-container {
    margin-top:1em;
    margin-bottom:1.2em;
}

.jp-video-360p {
	width:640px;
	margin:0 auto;
}


.jp-video-full > .jp-type-single > #captions-holder{
    top:85%!important;
}


.caption-activity {
	border:solid 8px #87CAE0; 
	border-radius:23px; 
	padding:10px; 
	margin-top:8px; 
	margin-bottom:8px;
	min-height:156px;
}

.caption-activity h2 {
	margin-top:0px;
	margin-bottom:0px;
}





.gly-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}


.cell {
    background: #4ac;
    min-height: 80px;
    max-width:160px;
    cursor: pointer;
    color: #fff;
    font-size: 1.5rem;
    padding: 20px 10px;
    border-radius: 10px;
    text-align: center;
}

.correct{
	background:#0DEF2D;	
}

.incorrect{
	background:#FF0004;	
}

.col-half-offset{
    padding;30px;
    margin:20px 10px;
}

.videoContainer{
margin:50px 0;	
}

.timerText{
    background: #eaa82e;
    height: 100px;
    font-size: 3em;
    color: #333333;
    padding-top: 15px;
    margin-top: 5rem;
}

.timerText h1{
    padding:0 auto;
    margin:0;
}

.hideEmpty{
display:none;	
}

#start, #clear {
	-moz-box-shadow:inset 0px 1px 0px 0px #bee2f9;
	-webkit-box-shadow:inset 0px 1px 0px 0px #bee2f9;
	box-shadow:inset 0px 1px 0px 0px #bee2f9;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #63b8ee), color-stop(1, #468ccf));
	background:-moz-linear-gradient(top, #63b8ee 5%, #468ccf 100%);
	background:-webkit-linear-gradient(top, #63b8ee 5%, #468ccf 100%);
	background:-o-linear-gradient(top, #63b8ee 5%, #468ccf 100%);
	background:-ms-linear-gradient(top, #63b8ee 5%, #468ccf 100%);
	background:linear-gradient(to bottom, #63b8ee 5%, #468ccf 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#63b8ee', endColorstr='#468ccf',GradientType=0);
	background-color:#63b8ee;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #3866a3;
	display:inline-block;
	cursor:pointer;
	color:#14396a;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #7cacde;
	width:400px;
	height:150px;
	font-size:2em;
	margin-top:100px;
}
#start:hover, #clear:hover{
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #468ccf), color-stop(1, #63b8ee));
	background:-moz-linear-gradient(top, #468ccf 5%, #63b8ee 100%);
	background:-webkit-linear-gradient(top, #468ccf 5%, #63b8ee 100%);
	background:-o-linear-gradient(top, #468ccf 5%, #63b8ee 100%);
	background:-ms-linear-gradient(top, #468ccf 5%, #63b8ee 100%);
	background:linear-gradient(to bottom, #468ccf 5%, #63b8ee 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#468ccf', endColorstr='#63b8ee',GradientType=0);
	background-color:#468ccf;
}
#start:active, #clear:active{
	position:relative;
	top:1px;
}


/****** Media Queries ******/

/* Tablet */
@media(min-width: 768px){
    .cell{
        max-width: 90px;
        font-size:1.2rem;
    }
    
    .timerText {
        font-size: 2rem;
        height:80px;
        padding: 0 auto;
        margin-top:8rem;
    }
}

/* Desktop */
@media(min-width:992px){

    .cell{
        max-width:100px; 
        font-size:1.3rem;
    }
    
    .timerText {
        height:60px;
        padding: 0 auto;
        margin-top:2rem;
    }
    
    .timerText h1{
        font-size:2rem;
        padding:0 auto;
        margin:0;
    }
    
    .videoContainer{
        margin:10px auto;
    }
    
    .videoContainer h1{
        font-size:1.4rem;
    }
}

/* Large Desktop */
@media(min-width:1200px){
      .cell{
        max-width:130px; 
        font-size:1.6rem;
    }
    
    .timerText {
        height:60px;
        padding: 0 auto;
        margin-top: 2rem;
    }
    
    .timerText h1{
        font-size: 2rem;
    }
    
    .videoContainer{
        margin:30px auto;
    }
    
    .videoContainer h1{
        font-size:1.6rem;
    }

}


/* iPads (portrait) 
@media only screen and (min-device-width : 768px) {
    .cell{
        max-width: 100px;
        font-size:1.2rem;
    }
    
    .timerText {
        font-size: 2rem;
        height:80px;
        padding-top: 15px;
        margin-top: 10rem;
    }
    
    
}*/

/* iPads (landscape) 
@media only screen and (min-device-width : 1024px){
    .cell{
        width:160px; 
        font-size:1.4rem;
    }
    
    .timerText {
        height:60px;
        padding-top:0 auto;
        margin-top:2rem;
    }
    
    .timerText h1{
        font-size:1.8rem;
    }
    
    .videoContainer{
        margin:20px auto;
    }
    
    .videoContainer h1{
        font-size:1.4rem;
    }
}*/

/* Desktops and laptops ----------- 
@media only screen  and (min-width : 1024px){
    .cell{
        max-width:160px; 
        font-size:1.4rem;
    }
    
    .timerText {
        height:60px;
        padding: 0 auto;
        margin-top: 2rem;
    }
    
    .timerText h1{
        font-size:2rem;
        padding:0 auto;
        margin:0;
    }
    
    .videoContainer{
        margin:20px auto;
    }
    
    .videoContainer h1{
        font-size:1.4rem;
    }
} */

/* Desktops and laptops ----------- 
@media only screen  and (min-width : 1224px) and (min-height : 1024px ) {
    .cell{
        max-width:160px; 
        font-size:1.8rem;
    }
    
    .timerText {
        height:60px;
        padding: 0 auto;
        margin-top: 2rem;
    }
    
    .timerText h1{
        font-size: 2rem;
    }
    
    .videoContainer{
        margin:50px auto;
    }
    
    .videoContainer h1{
        font-size:2rem;
    }
} */

/* Large screens ----------- 

@media only screen  and (min-width : 1824px) {
    .cell{
        max-width: 160px; 
        font-size:2rem;
    }
    
    .timerText {
        height:70px;
        padding: 0 auto;
        margin-top: 8rem;
    }
    
    .timerText h1{
        font-size: 2.5rem;
    }
    
    .videoContainer{
        margin:50px auto;
    }
    
    .videoContainer h1{
        font-size:2rem;
    }
} */

@media print {
	.btn {
		display:none
	}
	
	td img { 
		width:200px;
		height:auto;
	}
}