* {
	margin: 0;
}

html {
	height:100%;
	-ms-touch-action: none
}

body {
    color: #777;
	font-family: 700 14px 'Roboto Condensed',sans-serif;
	height:100%;
	-webkit-touch-callout: none; 
	-webkit-user-select: none; 
	-khtml-user-select: none; 
	-moz-user-select: none; 
	-ms-user-select: none; 
	user-select: none; 
	cursor: default; 
	-webkit-tap-highlight-color: rgba(255,255,255,0);
}

:focus{
    outline:0;
}

/* Let's get this party started */
::-webkit-scrollbar {
    width: 10px;
}
 
/* Track */
::-webkit-scrollbar-track {
   background: #f1f2f3; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    background: #D7D9DA; 
}
::-webkit-scrollbar-thumb:window-inactive {
	
}

.progress-container {
  width: 100%;
  background-color: transparent;
  position: fixed;
  bottom: 1px;
  left: 0;
  height: 3px;
  display: block;
  -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.progress-bar {
  width: 0%;
  display: block;
  height: inherit;
}

.progress-container.slideOver{
	left:300px;
}


.menuTouchButton{
	width: 100%;
    height: 100%;
    position: absolute;
    z-index: 900;
}

#contentholder{
	width: 100%;
	overflow: hidden;
}

#contentarea
{
	position:relative;
	min-height:400px;
	left:0px;
	top:50px !important;
	width:100%;
	padding-top:0px;
	overflow-y: hidden;
	overflow-x: hidden;
	-webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

#contentarea.ishidden
{
	padding-top:0px;
}

#contentarea.inactive {
   	display:none;
}

#link_menu{
	cursor: pointer;
}

#mainmenu{
	display: block;
	width:300px;
	left:-300px;
	height:100%;
	top:0px;
	position: fixed;
	z-index:300;
	padding-top:50px;

	background:none repeat scroll 0 0 #F7F7F7;
	-webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
	overflow-y:auto;
	
	-webkit-touch-callout: none; 
	-webkit-user-select: none; 
	-khtml-user-select: none; 
	-moz-user-select: none; 
	-ms-user-select: none; 
	user-select: none; 
	cursor: default; 
	
	-webkit-overflow-scrolling: touch;
}


#mainmenu.topremoved{
	top:0px;
	border-bottom-width:0px;
	padding-top: 0px;
}

#mainmenu.ishidden{
	left:-320px;
}

#mainmenu.active{
	left:-0px;	
}

#contentarea.slideOver{
	left:300px;
}

#bottombuttons{
	display:none;
	position:relative;
	width: 100%;
	left:0px;
	text-align: center;
	padding-top:30px;
	padding-bottom:100px;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#bottombuttons img{
	max-width:100%;
	height:auto;
}

#bottombuttons.slideOver{
	margin-left:300px;
}

#numremaining{
	display:none;
	font: 700 11px/11px 'Roboto',sans-serif;
	color:#666;
	margin-bottom:10px;
}

#prevbutton
{
    font: 700 14px/14px 'Roboto',sans-serif;
    color:#FFFFFF;
    opacity: 1;
    padding: 6px;
	width:40%;
    background: none repeat scroll 0 0 #2aace3;
    moz-border-radius: 3px;
    -webkit-border-radius: 3px;
	border-radius: 3px;
    border: 3px solid #2aace3;
  
	-webkit-transition: all .3s ease; /* Safari and Chrome */
    -moz-transition: all .3s ease; /* Firefox */
    -ms-transition: all .3s ease; /* IE 9 */
    -o-transition: all .3s ease; /* Opera */
    transition: all .3s ease;
	z-index:500;
	opacity:.4;
	display: inline-block;  
	-webkit-box-shadow: 2px 2px 3px rgba(100, 100, 100, 0.29);
	-moz-box-shadow:    2px 2px 3px rgba(100, 100, 100, 0.29);
	box-shadow:         2px 2px 3px rgba(100, 100, 100, 0.29);     
}

#prevbutton img{
	position: relative; 
	top:-2px;
	padding-right:5px;
}

#prevbutton.active
{
	cursor: pointer;
	opacity:1;
}

#prevbutton.active:hover
{
	background: none repeat scroll 0 0 #2398CA;
    border: 3px solid #2398CA;
}



#freetrial
{
    font: 700 14px/14px 'Roboto',sans-serif;
    color:#2aace3;
    opacity: 1;
	width:81%;
    padding: 11px;
	padding-left:15px;
	padding-right:15px;
    moz-border-radius: 3px;
    -webkit-border-radius: 3px;
	border-radius: 3px;
	background: none repeat scroll 0 0 #fff;
    border: 2px solid #2aace3;
  
	-webkit-transition: all .3s ease; /* Safari and Chrome */
    -moz-transition: all .3s ease; /* Firefox */
    -ms-transition: all .3s ease; /* IE 9 */
    -o-transition: all .3s ease; /* Opera */
    transition: all .3s ease;
	z-index:500;
	display: inline-block;  
	-webkit-box-shadow: 2px 2px 3px rgba(100, 100, 100, 0.29);
	-moz-box-shadow:    2px 2px 3px rgba(100, 100, 100, 0.29);
	box-shadow:         2px 2px 3px rgba(100, 100, 100, 0.29);     
}

#freetrial img{
	position: relative; 
	top:-2px;
	padding-right:5px;
}

#freetrial.active
{
	cursor: pointer;
	opacity:1;
}

#freetrial:hover
{
	background: none repeat scroll 0 0 #288eaf;
	border: 2px solid #288eaf;
	color:#fff;
}

#saveandexit:hover {
    color: #fff;
    border-radius: 4px;
    border-color: #288eaf;
	background: none repeat scroll 0 0 #288eaf !important;
    border-style: solid;
    border-width: 2px;
}


#nextbutton
{
	
    font: 700 14px/14px 'Roboto',sans-serif;
    color:#FFFFFF;
    opacity: 1;
    padding: 6px;
	width:40%;
    background: none repeat scroll 0 0 #2aace3;
    moz-border-radius: 3px;
    -webkit-border-radius: 3px;
	border-radius: 3px;
    border: 3px solid #2aace3;
  
	-webkit-transition: all .3s ease; /* Safari and Chrome */
    -moz-transition: all .3s ease; /* Firefox */
    -ms-transition: all .3s ease; /* IE 9 */
    -o-transition: all .3s ease; /* Opera */
    transition: all .3s ease;
	z-index:500;
	opacity:.4;
	display: inline-block;   
	-webkit-box-shadow: 2px 2px 3px rgba(100, 100, 100, 0.29);
	-moz-box-shadow:    2px 2px 3px rgba(100, 100, 100, 0.29);
	box-shadow:         2px 2px 3px rgba(100, 100, 100, 0.29);  
}

#nextbutton img{
	position: relative; 
	top:-2px;
	padding-left:5px;
}

#nextbutton.active
{
	cursor: pointer;
	opacity:1;
}

#nextbutton.active:hover
{
	background: none repeat scroll 0 0 #2398CA;
    border: 3px solid #2398CA;
}

#screencontainer
{
	min-height:100%;
	width:100%;
	margin: 0 auto -60px;
	overflow-y:auto;
}

#headerbar
{
	-webkit-transition: all .6s ease; /* Safari and Chrome */
    -moz-transition: all .6s ease; /* Firefox */
    -ms-transition: all .6s ease; /* IE 9 */
    -o-transition: all .6s ease; /* Opera */
    transition: all .6s ease;
	height:50px;
	position:fixed;
	top:0px;
	width:100%;
	background-color:#fff;
	z-index:400;
	-webkit-box-shadow: 0px 2px 3px rgba(100, 100, 100, 0.1);
	-moz-box-shadow:    0px 2px 3px rgba(100, 100, 100, 0.1);
	box-shadow:         0px 2px 3px rgba(100, 100, 100, 0.1);
}

#headerbar.ishidden
{
	top:-50px;
}

#headercontent
{
	height:50px;
	width:60px;
	float:left;
}

#rewardsTitle{
	font: 700 22px 'Roboto',sans-serif;
	color: #323d5a;
}

#rewards {
	position:relative;
  	float: right;
  	right: 13px;
    top: 13px;
	opacity:0.3;
	display:none;
}

#numrewards {
	position:absolute;
	z-index:10;
	color:#fff;
	top:-2px;
	right:-12px;
	font: 900 13px 'Roboto',sans-serif;
	
	border-radius: 50%;

    width: 15px;
    height: 15px;
    padding: 0px;

    background: #FF9B00;
    text-align: center;
	opacity:0;
	
}

#rewardViewer{
	position:relative;
	z-index:20;
	top:0px;
	right:0px;
	min-height:241px;
	max-height:415px;
	width: 275px;
	background-color:#EDEEEF;
	display:block;
	overflow-y:scroll;
	overflow-x:hidden;
}

#rewardsTitle{
	position:relative;
	top:0px;
	left:0px;
	height:35px;
	width: 275px;
	background-color:#2aace3;
	display:block;
	overflow-y:hidden;
	overflow-x:hidden;
	padding-left:10px;
	padding-top:2px;
	color:#FFF;
	border-top-right-radius:10px;
	border-top-left-radius:10px;
}

#rewardsTitleInner{
	position:relative;
	top:3px;
	left:11px;
}

#closeRewards{
	position:absolute;
	top: 6px;
	right:9px;
	cursor:pointer;
}

#rewardsTitle img{
	position:relative;
	top: -3px;
	left: -4px;
	padding-right:4px;
}

#rewardsWrapper{
	position:fixed;
	z-index:9999;
	top:58px;
	right:38px;
	min-height:241px;
	max-height:450px;
	width: 275px;
	background-color:#EDEEEF;
	display:none;
	overflow-y:visible;
	overflow-x:visible;
	margin-bottom:10px;
	padding-bottom:10px;
	
    -webkit-box-shadow: 4px 4px 3px rgba(100, 100, 100, 0.29);
    -moz-box-shadow: 4px 4px 3px rgba(100, 100, 100, 0.29);
    box-shadow: 4px 4px 3px rgba(100, 100, 100, 0.29);
	border-top-right-radius:10px;
	border-top-left-radius:10px;
}

#pointer{
	position:absolute;
	z-index:22;
	top:-20px;
	right:102px;
}

#scrollNote{
	display:none;
	position:fixed;
	z-index:9999;
	bottom:140px;
	height:35px;
	width: 100%;
	text-align: center;
	-webkit-transition: all .6s ease; /* Safari and Chrome */
    -moz-transition: all .6s ease; /* Firefox */
    -ms-transition: all .6s ease; /* IE 9 */
    -o-transition: all .6s ease; /* Opera */
    transition: all .6s ease;
}

#scrollNoteTitle{
	position:relative;
	top:0px;
	height:35px;
	width: 275px;
	background-color:#8dc642;
	display: inline-block;
	overflow-y:hidden;
	overflow-x:hidden;
	padding-top:6px;
	color:#FFF;
	border-top-right-radius:5px;
	border-top-left-radius:5px;
	border-radius:5px;
	font: 700 18px 'Roboto',sans-serif;
	text-align:center;
}

#scrollNotepointer{
	margin: 0 auto;
	position:relative;
	top:-10px;
}

#minTime {
	display:none;
  font: 700 13px/14px 'Roboto',sans-serif;
  background: none repeat scroll 0 0 rgba(255, 255, 255, 0.15);
  color:#ffffff;
  padding:6px 10px;
  border-radius: 2px;
  cursor: pointer;
  float: right;
  margin-right: 10px;
  margin-top: 7px;
  opacity: 1;
}

#minTimeInner{
	display:inline-block;
	position:relative;
	left:2px;
	padding-right:2px;
}

#minTime img{
  position:relative;
  top:-1px;
}

#runningScore {
  display:none;
  font: 700 13px/14px 'Roboto',sans-serif;
  background: none repeat scroll 0 0 rgba(255, 255, 255, 0.15);
  color:#ffffff;
  padding:6px 10px;
  border-radius: 2px;
  cursor: pointer;
  float: right;
  margin-right: 10px;
  margin-top: 7px;
  opacity: 1;
}

#saveandexit {
  font: 700 13px/14px 'Roboto',sans-serif;
  color:#ffffff;
  padding:8px 10px;
  border-radius: 2px;
  cursor: pointer;
  float: right;
  margin-right: 15px;
  margin-top: 8px;
  opacity: 1;
  -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#saveandexitinner{
	display:inline-block;
	position:relative;
	left:5px;
	padding-right:4px;
}

#saveandexit:hover {
    background: none repeat scroll 0 0 rgba(255,255,255,0.25);
}

#saveandexit img{
  position:relative;
  top:-1px;
}

#resources {
  padding: 4px 12px 4px 8px;
  margin: 0;
  font-size:13px;
  font: 700 13px 'Roboto',sans-serif;
  height: 22px;
  color: #FFFFFF;
  display: inline-block;
  text-decoration: none;
  width: 115px;
  position:relative;
  float:right;
  top:13px;
  z-index: 10;
  cursor: pointer;
  -webkit-transition: all .2s ease; /* Safari and Chrome */
  -moz-transition: all .2s ease; /* Firefox */
  -ms-transition: all .2s ease; /* IE 9 */
  -o-transition: all .2s ease; /* Opera */
  transition: all .2s ease;
  opacity:0;
}

#resources img{
	position:relative;
	left:3px;
}

#resourcesmenu{
	position:absolute;
	top:24px;
	display:none;
}


.resourcesmenuitem{
	padding-top:6px;
	padding-bottom:3px;
	padding-left:10px;
	padding-right:10px;
  	background: none repeat scroll 0 0 #2aace3;
  	font: 700 13px 'Roboto',sans-serif;
 	height: 30px;
  	color: #FFFFFF;
	text-decoration: none;
	width: 140px;
	position:relative;
	left:-10px;
	z-index: 20;	
	cursor: pointer;
	
	-webkit-box-shadow: 2px 2px 3px rgba(100, 100, 100, 0.49);
	-moz-box-shadow:    2px 2px 3px rgba(100, 100, 100, 0.49);
	box-shadow:         2px 2px 3px rgba(100, 100, 100, 0.49);
}

.resourcesmenuitem:hover{
  	background: none repeat scroll 0 0 #2398CA;
}

#pageheader {
  position:relative;
  background-color: #EEEEEE;
  color: #666666;
  display: block;
  font: 700 12px 'Roboto',sans-serif;
  padding: 7px 4px;
  text-align: right;
  margin-left:20px;
  margin-right:20px;
  border-width:0px;
}

#printButton{
	float:left;
	display:none;
}

#printButton img{
	position:relative;
	left:2px;
}

#loading {
	display:none;
	position:absolute;
	width:100%;
	height:100%;
	top:220px;
	margin: 0 auto;
	text-align:center;
}

#sessiontitle{
	padding-left:15px;
	padding-right:20px;
	padding-bottom:14px;
	padding-top:25px;
	font:700 18px 'Roboto',sans-serif;
	color:#535354;
}

.sectionIcon{
	float: right;
    color: rgba(255, 255, 255, 0.37);
    position: relative;
    top: -30px;
    right: 10px;
	transition: 0.4s;
}

.sectionIconFlipped{
    transform: rotateZ(-180deg);
}

#resourceschev{
	position:relative;
	top:-1px;
	display:inline-block;
}

.sectionTitleText{
	padding-right:20px;
}
/*
#ifrm
{
	width:10px;
	min-width:100%;
	overflow:hidden;
}
*/

.push{
	height:30px;
}

#key{
	padding-left: 14px;
	padding-bottom: 100px;
	opacity: .2;
}

#key img{
	height:12px;	
}

	
#progbar
{
	display:block;
	height:38px;
	    top: -5px;
    position: relative;
	width:100%;
	left:0px;
		
	-webkit-transition: all .2s ease; /* Safari and Chrome */
    -moz-transition: all .2s ease; /* Firefox */
    -ms-transition: all .2s ease; /* IE 9 */
    -o-transition: all .2s ease; /* Opera */
    transition: all .2s ease;
	z-index:400;
	padding-top: 10px;
}

#progcontent
{
	height:18px;
	width:100%;
	margin: 0 auto;
	padding-left:16px;
	padding-right:10px;
}

#progcontent td, th {
    padding: 0px;
    vertical-align: top; 
}

#slidenum
{
	font:700 12px 'Roboto',sans-serif;
	padding-left:10px;
	color:#FFFFFF;
	line-height:16px;
	width:40px;
}

#slidenumtop
{
	font:700 12px 'Roboto',sans-serif;
	padding-left:10px;
	color:#FFFFFF;
	line-height:16px;
	width:40px;
}

#progressbar { 
	margin-right:50px;
	top: 7px;
	width: 100%;
	height: 3px;
	position: relative;
	background:rgba(255, 255, 255, 0.2);
}

#progressbarinner { 
	width: 2%;
	height: 3px;
	background:#ffffff;
	-webkit-transition: all .6s ease; /* Safari and Chrome */
    -moz-transition: all .6s ease; /* Firefox */
    -ms-transition: all .6s ease; /* IE 9 */
    -o-transition: all .6s ease; /* Opera */
    transition: all .6s ease;
}

#progbartop
{
	display:none;
	height:38px;
	top: -3px;
	position:relative;
	width:100%;
	left:0px;
		
	-webkit-transition: all .2s ease; /* Safari and Chrome */
    -moz-transition: all .2s ease; /* Firefox */
    -ms-transition: all .2s ease; /* IE 9 */
    -o-transition: all .2s ease; /* Opera */
    transition: all .2s ease;
	z-index:400;
	padding-top: 10px;
}

#progcontenttop
{
	height:18px;
	width:100%;
	margin: 0 auto;
	padding-left:56px;
	padding-right:10px;
}

#progcontenttop td, th {
    padding: 0px;
    vertical-align: top; 
}


#progressbartop { 
	margin-right:50px;
	top: 7px;
	width: 100%;
	height: 3px;
	position: relative;
	background:rgba(255, 255, 255, 0.2);
}

#progressbarinnertop { 
	width: 2%;
	height: 3px;
	background:#ffffff;
	-webkit-transition: all .6s ease; /* Safari and Chrome */
    -moz-transition: all .6s ease; /* Firefox */
    -ms-transition: all .6s ease; /* IE 9 */
    -o-transition: all .6s ease; /* Opera */
    transition: all .6s ease;
}

#menubuttons{
	position:relative;
	padding-top:6px;
	padding-left:6px;
	left: 10px;
    top: 2px;
	height:100%;
	-webkit-transition: all .2s ease; /* Safari and Chrome */
    -moz-transition: all .2s ease; /* Firefox */
    -ms-transition: all .2s ease; /* IE 9 */
    -o-transition: all .2s ease; /* Opera */
}

#mainlogo{
	position:relative;
	width:100%;
	height:50px;
	background-color:#FFF;
    border-right: thick #979797;
}

.sectionHeaderActive{
	background-color:rgba(255, 255, 255, 0.23) !important
}


/* -- Responsive Styles (Media Queries) ------------------------------------- */

@media (min-width: 600px) {
	#progbartop{
		display:block;
	}
	#progbar{
		display:none;
	}	
	#headercontent {
		width: 300px;
	}
	
	#nextbutton
	{
		width:160px;
		font: 700 18px/18px 'Roboto',sans-serif;
		padding: 10px;
	}
	
	#prevbutton
	{
		width:160px;
		font: 700 18px/18px 'Roboto',sans-serif;
		padding: 10px;
	}
	
	#freetrial
	{
		width:325px;
		font: 700 18px/18px 'Roboto',sans-serif;
		padding: 10px;
	}
}

@media (min-width: 900px) {
	#progbar.hideonphone{
		bottom:0px;
	}

	#headerbar.ishidden
	{
		top:0px;
	}
	
	#contentarea.ishidden
	{
		padding-top:40px;
	}
	
	#mainlogo{
		top:-1px;
	}

	#sessiontitle{
		font:700 20px 'Roboto',sans-serif;
	}

	#pcllogo{
		display:inline;
	}
	
	#mainmenu
	{
		display:block;
		width:22%;
		top:0px;
		left:0px;
		padding-top:50px;
	}
	
	
	#mainmenu.topremoved{
		top:40px;
		border-bottom-width:40px;
	}
	
	#scrollNote{
		width:100%;
	}
	
	#scrollNote.slideOver{
		width:78%;
	}
	
	#contentarea{
		width:100%;
		left:0px;
	}
	
	#contentarea.slideOver{
		left:22%;
		width: 78%;
	}
	
	.progress-container.slideOver{
		left:22%;
		width: 78%;
	}
	
	#bottombuttons{
		width:100%;
		left:0px;
		padding-top:60px;
	}

	
	#bottombuttons.slideOver{
		left:0px;
		margin-left: 22%;
		width:78%;
	}
		
	#headercontent
	{
		height:50px;
	}
}

@media (min-width: 1400px) {
	#mainmenu
	{
		display:block;
		width:308px;
		left:0px;
	}
	
	#contentarea{
		
	}
	
	#scrollNote{
		width:100%;
	}
	
	#scrollNote.slideOver{
		width:calc(100% - 308px);
	}
	
	#contentarea.slideOver{
		width:calc(100% - 308px);
		left:308px;
	}
	
	.progress-container.slideOver{
		width:calc(100% - 308px);
		left:308px;
	}
	
	#bottombuttons{
		width:100%;
		left:0px;
	}
	
	#bottombuttons.slideOver{
		left:0px;
		margin-left: 308px;
		width:calc(100% - 308px);
	}

}

@media (max-width: 400px) {
	#saveandexitinner{
		display:none;
	}
	
	#rewards{
		display:none;
	}
	
	#rewardsWrapper{
		right:5px;
	}
	
	#pointer{
		right:48px;
	}
}


@media (min-height: 900px) {
	#key{
		padding-left: 14px;
	}
	
	
	#mainmenu.topremoved
	{
		border-bottom-width:0px;
	}
	
	#key img{
		height:20px;	
	}
		
	.push{
		height:30px;
	}
	
	#progbar
	{
		height:45px;
		bottom:0px;
		width:100%;
		left:0px;
	}
	
	#screencontainer
	{
		margin: 0 auto -30px;
	}
	
	#progcontent
	{
		height:30px;
		width:100%;
		margin: 0 auto;
		padding-left:20px;
		padding-right:20px;
	}
	
	#slidenum
	{
		font:700 13px 'Roboto',sans-serif
		padding-left:10px;
		color:#FFFFFF;
		line-height:27px;
		width:40px;
	}
	
	#progressbar { 
		margin-right:50px;
		top: 12px;
		width: 100%;
		height: 3px;
		position: relative;
		background:rgba(255, 255, 255, 0.22);
	}
}


.navTrigger {
    cursor: pointer;
    width: 30px;
    height: 25px;
    position: absolute;
    left: 5px;
    right: 0;
    top: 13px;
    bottom: 0;
}
.navTrigger i {
  border-radius: 4px;
  content: '';
  display: block;
  width: 100%;
  height: 3px;
}
.navTrigger i:nth-child(1) {
  -webkit-animation: outT 0.8s backwards;
  animation: outT 0.8s backwards;
  -webkit-animation-direction: reverse;
  animation-direction: reverse;
}
.navTrigger i:nth-child(2) {
  margin: 5px 0;
  -webkit-animation: outM 0.8s backwards;
  animation: outM 0.8s backwards;
  -webkit-animation-direction: reverse;
  animation-direction: reverse;
}
.navTrigger i:nth-child(3) {
  -webkit-animation: outBtm 0.8s backwards;
  animation: outBtm 0.8s backwards;
  -webkit-animation-direction: reverse;
  animation-direction: reverse;
}
.navTrigger.active i:nth-child(1) {
  -webkit-animation: inT 0.8s forwards;
  animation: inT 0.8s forwards;
}
.navTrigger.active i:nth-child(2) {
  -webkit-animation: inM 0.8s forwards;
  animation: inM 0.8s forwards;
}
.navTrigger.active i:nth-child(3) {
  -webkit-animation: inBtm 0.8s forwards;
  animation: inBtm 0.8s forwards;
}
@-webkit-keyframes inM {
  50% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(45deg);
  }
}
@keyframes inM {
  50% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(45deg);
  }
}
@-webkit-keyframes outM {
  50% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(45deg);
  }
}
@keyframes outM {
  50% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(45deg);
  }
}
@-webkit-keyframes inT {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(8px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(8px) rotate(135deg);
  }
}
@keyframes inT {
  0% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(8px) rotate(0deg);
  }
  100% {
    transform: translateY(8px) rotate(135deg);
  }
}
@-webkit-keyframes outT {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(8px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(8px) rotate(135deg);
  }
}
@keyframes outT {
  0% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(8px) rotate(0deg);
  }
  100% {
    transform: translateY(8px) rotate(135deg);
  }
}
@-webkit-keyframes inBtm {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(-8px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(-8px) rotate(135deg);
  }
}
@keyframes inBtm {
  0% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(-8px) rotate(0deg);
  }
  100% {
    transform: translateY(-8px) rotate(135deg);
  }
}
@-webkit-keyframes outBtm {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(-8px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(-8px) rotate(135deg);
  }
}
@keyframes outBtm {
  0% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(-8px) rotate(0deg);
  }
  100% {
    transform: translateY(-8px) rotate(135deg);
  }
}
