@import url(https://fonts.googleapis.com/css?family=News+Cycle:400,700);
@import url(https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic);
/**
 *
 * This theme is Copyright (C) 2016 Roboriseit.com
 * reveal.js is Copyright (C) 2011-2012 Hakim El Hattab, http://hakim.se
 */
/*********************************************
 * GLOBAL STYLES
 *********************************************/
body {
  /*background: white url('slides_background.png') no-repeat fixed top center;*/
  background-color: rgba(240, 240, 240, 1); 
/*.noselect {*/
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none;   /* Chrome/Safari/Opera */
  -khtml-user-select: none;    /* Konqueror */
  -moz-user-select: none;      /* Firefox */
  -ms-user-select: none;       /* Internet Explorer/Edge */
  user-select: none;           /* Non-prefixed version, currently
                                  not supported by any browser */
/*}*/

}

.reveal {
  font-family: "Lato", sans-serif;
  font-size: 36px;
  font-weight: 200;
  letter-spacing: -0.02em;
  color: black; 
background-color: #f0f0f0;}
/*
::selection {
  color: white;
  background: rgba(0, 0, 0, 0.99);
  text-shadow: none; }

*/

.reveal .slides {
  
  z-index: 5;
}
/*********************************************
 * HEADERS
 *********************************************/
.reveal h1,
.reveal h2,
.reveal h3,
.reveal h4,
.reveal h5,
.reveal h6 {
  margin: 0 0 20px 0;
  color: black;
  font-family: "News Cycle", Impact, sans-serif;
  line-height: 0.9em;
  letter-spacing: 0.02em;
  text-transform: none;
  text-shadow: none; }

.reveal h1 {
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2); }

/*********************************************
 * LINKS
 *********************************************/
.reveal a:not(.image) {
  color: darkblue;
  text-decoration: none;
  -webkit-transition: color .15s ease;
  -moz-transition: color .15s ease;
  -ms-transition: color .15s ease;
  -o-transition: color .15s ease;
  transition: color .15s ease; }

.reveal a:not(.image):hover {
  color: #0000f1;
  text-shadow: none;
  border: none; }

.reveal .roll span:after {
  color: #fff;
  background: #00003f; }

/*********************************************
 * IMAGES
 *********************************************/
.reveal section img {
  margin: 15px 0px;
  background: rgba(255, 255, 255, 0.12);
  border: 0px solid black;
  box-shadow: 0 0 0px rgba(0, 0, 0, 0.15);
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -ms-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear; }

.reveal a:hover img {
  background: rgba(255, 255, 255, 0.2);
  border-color: darkblue;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.55); }

/*********************************************
 * NAVIGATION CONTROLS
 *********************************************/
.reveal .controls
{
right: 0px;
bottom: 0px;
width: 300px;
height: 200px;
}
.reveal .controls .enabled
{
opacity: 1;
}
.reveal .controls button
{
width: 75px;
height: 75px;
background-size: cover;
background-repeat: no-repeat;
border: none;
outline: none;
overflow: visible;
opacity: 1;
cursor: pointer;
  -webkit-transform: scale(0.9999);
          transform: scale(0.9999);
  -webkit-transition: all 0.2s ease;
          transition: all 0.2s ease;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
}

.reveal .controls .navigate-left,
.reveal .controls .navigate-left.enabled {
  	left: 0px;
	top: 63px; 
	
	}
.reveal .controls .navigate-left {background-image: url('imgs/left_disable.png') ;}
.reveal .controls .navigate-left.enabled {background-image: url('imgs/left_enable.png') ;}



.reveal .controls .navigate-right,
.reveal .controls .navigate-right.enabled {
 	
	left: 225px;
	top: 63px;}
.reveal .controls .navigate-right {background-image: url('imgs/right_disable.png') ;}
.reveal .controls .navigate-right.enabled {background-image: url('imgs/right_enable.png') ;}


.reveal .controls .navigate-up,
.reveal .controls .navigate-up.enabled {
 	left: 113px;
	top: 0px; }
.reveal .controls .navigate-up {background-image: url('imgs/up_disable.png');}
.reveal .controls .navigate-up.enabled {background-image: url('imgs/up_enable.png');}


.reveal .controls .navigate-down,
.reveal .controls .navigate-down.enabled {
  	left: 113px;
	top: 125px; }
.reveal .controls .navigate-down {background-image: url('imgs/down_disable.png') ;}
.reveal .controls .navigate-down.enabled {background-image: url('imgs/down_enable.png') ;}


/*********************************************
 * NAVIGATION CONTROLS FOR QUIZ
 *********************************************/
.reveal .quizcontrols
{
position: fixed;
right: 50%;
top: 36px;
z-index: 30;
}
.reveal .quizcontrols .enabled
{
opacity: 1;
}

.reveal .quizcontrols button
{
border: none;
width: 50px;
height: 71px;
outline: none;
opacity: 1;
cursor: pointer;
z-index: 30;
background-color: transparent;
background-repeat: no-repeat;
background-size: contain;
position: absolute;
}
.reveal .quizcontrols .enabled:active {
  margin-top: 1px; }

.reveal .quizcontrols .quiz-navigate-left,
.reveal .quizcontrols .quiz-navigate-left.enabled {
 	top: 0px;
	left: -570px;
	}
.reveal .quizcontrols .quiz-navigate-left {background-image: url('imgs/quiz_left_enable.png') ;}
.reveal .quizcontrols .quiz-navigate-left.enabled {background-image: url('imgs/quiz_left_next.png') ;}



.reveal .quizcontrols .quiz-navigate-right,
.reveal .quizcontrols .quiz-navigate-right.enabled {
 	top: 0px;
	left: 312px;}
.reveal .quizcontrols .quiz-navigate-right {background-image: url('imgs/quiz_right_enable.png') ;}
.reveal .quizcontrols .quiz-navigate-right.enabled {background-image: url('imgs/quiz_right_next.png') ;}


.reveal .quizcontrols .quiz-navigate-up,
.reveal .quizcontrols .quiz-navigate-up.enabled {
 	display: none;
	top: -7px;
	left: 83px; }
.reveal .quizcontrols .quiz-navigate-up {background-image: url('imgs/up_disable.png');}
.reveal .quizcontrols .quiz-navigate-up.enabled {background-image: url('imgs/up_enable.png');}


.reveal .quizcontrols .quiz-navigate-down,
.reveal .quizcontrols .quiz-navigate-down.enabled {
	display: none;
  	top: 85px;
	left: 82px; }
.reveal .quizcontrols .quiz-navigate-down {background-image: url('imgs/down_disable.png') ;}
.reveal .quizcontrols .quiz-navigate-down.enabled {background-image: url('imgs/down_enable.png') ;}


.reveal .quizcontrols div.quiz-navigate-left,
.reveal .quizcontrols div.quiz-navigate-left.enabled {
  border-right-color: rgba(77, 169, 61, 0.58); }
  
.reveal .quizcontrols div.quiz-navigate-right,
.reveal .quizcontrols div.quiz-navigate-right.enabled {
  border-left-color: rgba(77, 169, 61, 0.58); }
  
.reveal .quizcontrols div.quiz-navigate-up,
.reveal .quizcontrols div.quiz-navigate-up.enabled {
  border-bottom-color: rgba(77, 169, 61, 0.58); }

.reveal .quizcontrols div.quiz-navigate-down,
.reveal .quizcontrols div.quiz-navigate-down.enabled {
  border-top-color: rgba(77, 169, 61, 0.58); }

.reveal .quizcontrols div.quiz-navigate-left.enabled:hover {
  border-right-color: rgba(77, 169, 61, 0.9); }

.reveal .quizcontrols div.quiz-navigate-right.enabled:hover {
  border-left-color: rgba(77, 169, 61, 0.9); }

.reveal .quizcontrols div.quiz-navigate-up.enabled:hover {
  border-bottom-color: rgba(77, 169, 61, 0.9); }

.reveal .quizcontrols div.quiz-navigate-down.enabled:hover {
  border-top-color: rgba(77, 169, 61, 0.9); }

/*********************************************
 * QUIZ SELECT BUTTONS
 *********************************************/
.reveal .quizbuttons{
position: fixed;
right: 0px;
bottom: 0px;
z-index: 30;
opacity: 1;
background-repeat: no-repeat;
background-color: transparent;
border: none;
outline: none;

}

.reveal .quizbuttons .quiz-button
{
border: 50px solid transparent;
outline: none;
cursor: pointer;
z-index: 30;
background-color: transparent;
}

.reveal .quizbuttons .u1a1
{
position: absolute;
right: -40px;
bottom:100px;
cursor: pointer;
background-image: url('imgs/quiz_button_disabled.png') ;
background-repeat: no-repeat;
background-color: transparent;
height: 91px;
width: 100px;
border: none;
outline: none;
background-size: contain;
}

.reveal .quizbuttons .u1a2
{
position: absolute;
right: -40px;
bottom:200px;
cursor: pointer;
background-image: url('imgs/quiz_button_disabled.png') ;
background-repeat: no-repeat;
background-color: transparent;
height: 91px;
width: 100px;
border: none;
outline: none;
background-size: contain;
}
.reveal .quizbuttons .u1a3
{
position: absolute;
right: -40px;
bottom:300px;
cursor: pointer;
background-image: url('imgs/quiz_button_disabled.png') ;
background-repeat: no-repeat;
background-color: transparent;
height: 91px;
width: 100px;
border: none;
outline: none;
background-size: contain;
}
.reveal .quizbuttons .u1a4
{
position: absolute;
right: -40px;
bottom:400px;
cursor: pointer;
background-image: url('imgs/quiz_button_disabled.png') ;
background-repeat: no-repeat;
background-color: transparent;
height: 91px;
width: 100px;
border: none;
outline: none;
background-size: contain;
}
.reveal .quizbuttons .u2a1
{
position: absolute;
right: 115px;
bottom:100px;
cursor: pointer;
background-image: url('imgs/quiz_button_disabled.png') ;
background-repeat: no-repeat;
background-color: transparent;
height: 91px;
width: 100px;
border: none;
outline: none;
background-size: contain;
}
.reveal .quizbuttons .u2a2
{
position: absolute;
right: 115px;
bottom:200px;
cursor: pointer;
background-image: url('imgs/quiz_button_disabled.png') ;
background-repeat: no-repeat;
background-color: transparent;
height: 91px;
width: 100px;
border: none;
outline: none;
background-size: contain;
}
.reveal .quizbuttons .u2a3
{
position: absolute;
right: 115px;
bottom:300px;
cursor: pointer;
background-image: url('imgs/quiz_button_disabled.png') ;
background-repeat: no-repeat;
background-color: transparent;
height: 91px;
width: 100px;
border: none;
outline: none;
background-size: contain;
}
.reveal .quizbuttons .u2a4
{
position: absolute;
right: 115px;
bottom:400px;
cursor: pointer;
background-image: url('imgs/quiz_button_disabled.png') ;
background-repeat: no-repeat;
background-color: transparent;
height: 91px;
width: 100px;
border: none;
outline: none;
background-size: contain;
}
.reveal .quizbuttons .save_u1
{
position: absolute;
right: -40px;
bottom:0px;
cursor: pointer;
background-image: url('imgs/quiz_button_disabled.png') ;
background-repeat: no-repeat;
background-color: transparent;
height: 91px;
width: 100px;
border: none;
outline: none;
background-size: contain;
}
.reveal .quizbuttons .save_u2
{
position: absolute;
right: 115px;
bottom:0px;
cursor: pointer;
background-image: url('imgs/quiz_button_disabled.png') ;
background-repeat: no-repeat;
background-color: transparent;
height: 91px;
width: 100px;
border: none;
outline: none;
background-size: contain;
}
/*********************************************
 * AVATARS
 *********************************************/
.reveal .u1_avatar {
position: fixed;
right: 153px;
bottom: 640px;
background-image: url('imgs/quiz_user_disabled.png') ;
background-repeat: no-repeat;
background-size: cover;
background-color: transparent;
height: 171px;
width: 153px;
border: none;
outline: none;
z-index: 3;
}
.reveal .u2_avatar {
position: fixed;
right: 0px;
bottom: 640px;
background-image: url('imgs/quiz_user_disabled.png') ;
background-repeat: no-repeat;
background-size: cover;
background-color: transparent;
height: 171px;
width: 153px;
border: none;
outline: none;
z-index: 3;
}
.reveal .u1_avatar_pic {
position: fixed;
right: 153px;
bottom: 640px;
background-image: url('imgs/quiz_user_default_avatar.png') ;
background-size: cover;
background-repeat: no-repeat;
background-color: transparent;
height: 171px;
width: 153px;
border: none;
outline: none;
z-index: 2;
}
.reveal .u2_avatar_pic {
position: fixed;
right: 0px;
bottom: 640px;
background-image: url('imgs/quiz_user_default_avatar.png') ;
background-size: cover;
background-repeat: no-repeat;
background-color: transparent;
height: 171px;
width: 153px;
border: none;
outline: none;
z-index: 2;
}

/*
.reveal .u1_name {
white-space: nowrap; 
overflow: hidden; 
padding: 5px; 
background: #fc0; 
    
position: fixed;
right: 153px;
bottom: 660px;
background-repeat: no-repeat;
background-color: transparent;
height: 30px;
width: 153px;
border: none;
outline: none;
z-index: 35;
text-align: center;
font-size: 20px;
overflow: hidden;
}


.reveal .u2_name {
position: fixed;
right: 0px;
bottom: 660px;
background-repeat: no-repeat;
background-color: transparent;
height: 30px;
width: 153px;
border: none;
outline: none;
z-index: 35;
text-align: center;
font-size: 20px;
overflow: hidden;
}

*/


.u1_name_box{
  
  position:fixed;
 right: 153px;
bottom: 660px;
z-index: 35;

}
.u1_name_box div{
  color: black;
  text-decoration:none;
  margin-top: 0em;
  text-align: center;
  display:inline-block; /* important */
  white-space: nowrap;

}

.u1_name_box, .u1_name{
  -webkit-transition: 3.3s;
  -moz-transition: 3.3s;
  transition: 3.3s;     
  
  -webkit-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  transition-timing-function: linear;
}


.u1_name_box{
  height: 30px;
width: 153px;
  
  overflow: hidden;
  
  background-color: transparent;
}

.u1_name_box:hover{
   background-color: transparent;
}

.u1_name_box div:hover{
  text-decoration: none;
}

.u1_name{
  margin-left: 0em;   
}

.u1_name_box:hover .u1_name{
  margin-left: -300px;
}

.reveal .u1_name::after {
    content: ''; 
    position: absolute; 
    right: 0; top: 0; 
    width: 20%; 
    height: 100%; 
    
    background: -moz-linear-gradient(left, rgba(255,255,255, 0.2), #f0f0f0 100%);
    background: -webkit-linear-gradient(left, rgba(255,255,255, 0.2), #f0f0f0 100%);
    background: -o-linear-gradient(left, rgba(255,255,255, 0.2), #f0f0f0 100%);
    background: -ms-linear-gradient(left, rgba(255,255,255, 0.2), #f0f0f0 100%);
    background: linear-gradient(to right, rgba(255,255,255, 0.2), #f0f0f0 100%);
   }



.u2_name_box{
  
  position:fixed;
 right: 0px;
bottom: 660px;
z-index: 35;

}
.u2_name_box div{
  color: black;
  text-decoration:none;
  margin-top: 0em;
  text-align: center;
  display:inline-block; /* important */
  white-space: nowrap;

}

.u2_name_box, .u2_name{
  -webkit-transition: 3.3s;
  -moz-transition: 3.3s;
  transition: 3.3s;     
  
  -webkit-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  transition-timing-function: linear;
}


.u2_name_box{
  height: 30px;
width: 153px;
  
  overflow: hidden;
  
  background-color: transparent;
}

.u2_name_box:hover{
   background-color: transparent;
}

.u2_name_box div:hover{
  text-decoration: none;
}

.u2_name{
  margin-left: 0em;   
}

.u2_name_box:hover .u2_name{
  margin-left: -300px;
}

.reveal .u2_name::after {
    content: ''; 
    position: absolute; 
    right: 0; top: 0; 
    width: 20%; 
    height: 100%; 
    
    background: -moz-linear-gradient(left, rgba(255,255,255, 0.2), #f0f0f0 100%);
    background: -webkit-linear-gradient(left, rgba(255,255,255, 0.2), #f0f0f0 100%);
    background: -o-linear-gradient(left, rgba(255,255,255, 0.2), #f0f0f0 100%);
    background: -ms-linear-gradient(left, rgba(255,255,255, 0.2), #f0f0f0 100%);
    background: linear-gradient(to right, rgba(255,255,255, 0.2), #f0f0f0 100%);
   }



/*********************************************
 * PROGRESS BAR
 *********************************************/
.reveal .progress {
  background: url('imgs/progress_gray.png')repeat-x ;
background-size: auto 100%; 
height: 28px;
margin-bottom: 20px;
left: 90px;
width: 100%;
}

.reveal .progress span {
  background: url('imgs/progress_green.png')repeat-x ;
  background-size: contain;
  -webkit-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
  -moz-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
  -ms-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
  -o-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
  transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); }

.reveal .progressend {
background: url('imgs/terminator.png')no-repeat;
background-size: contain; 
height: 34px;
width: 156px;
position: absolute;
bottom: 22px;
right: 146px;
z-index: 20;
}



/*********************************************
 * SLIDE NUMBER
 *********************************************/
.reveal .slide-number {
background-color: rgba(0, 0, 0, 0.0);
background-image: url('imgs/number.png');
background-repeat: no-repeat;
background-size: contain;
width: 99px;
height: 88px;
left: 20px;
bottom: -12px;
text-align: center;
font-size: xx-large;
color: black;
}
/*********************************************
 * BI SLIDE NUMBER
 *********************************************/
.reveal .bi-slide-number {
background-color: rgba(0, 0, 0, 0.0);
background-image: url('imgs/instruction_button.png');
background-repeat: no-repeat;
background-size: contain;
width: 99px;
height: 88px;
left: 20px;
bottom: 118px;
text-align: center;
font-weight: 600;
font-size: xx-large;
color: black;
position: absolute;
z-index:5;
}

/*********************************************
 * ev3software load button
 *********************************************/
.reveal .ev3software {
    position: fixed;
    outline: none;
    background-color: transparent;
    width: 104px;
    height: 95px;
    padding-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    left: 102px;
    bottom: -23px;
    z-index: 30;

}

.reveal .ev3software .buttonopen{
background-image: url('imgs/soft.png');
background-size: contain;
    background-color: transparent;
    background-repeat: no-repeat;
    border: none;
    position: fixed;
    width: 105px;
    outline: none;
    height: 98px;
    padding-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    left: 102px;
    bottom: 62px;
    cursor: pointer;
  -webkit-transform: scale(0.9999);
          transform: scale(0.9999);
  -webkit-transition: all 0.2s ease;
          transition: all 0.2s ease;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
}



.reveal .ev3software .buttonopen:active {
opacity: 0.6;
}