@import url("fonts.css");
html, body{
  	font-family: 'Roboto', sans-serif;
    font-size: 100%;
  	background: #FFF;
  	 
}
body {
	overflow-x:hidden;
	overflow-y:auto;
}
.navbar-nav  li  a {
    font-size: 20px;
    vertical-align:middle;
	display: inline-block;
	line-height: 32px; /* align elements to vertical middle */
	padding-left:5px;
	padding-right:5px;
}

.navbar-right li  a {
	padding-left:10px;
	padding-right:10px;
}

.navbar-nav  li:hover {
	background:#f5f5f5;
}

 .navbar {
	height: 72px;
	line-height: 32px;
	vertical-align:middle;
}

/*
.dropdown {
    position: static;

}
.dropdown > .dropdown-menu {
    left: auto;
}
.dropdown > .dropdown-menu > li > a {
   white-space: normal; 
}
*/

.bottomCallToAction {
	margin-left:10px;
    height: 70px;
    position: fixed;
    bottom: 20px;
    z-index: 100;
    opacity: 0.9;
	color:#222222;
	width:50%;
}

#callToActionTextStrip {
background:#ffffff;padding:3px 3px 3px 3px;border-radius:2px;
}

#callToActionButton {
	background:#FF6138;
	margin-left:0px;
}

.darkGreen {
	color:#27AE60;
}

.redBold {
	color:red;
	font-weight:bold;
}

.highlightedTitle {
	background:#FFFF66;
	color:black;
	font-weight:bold;
	padding:2px 2px 2px 2px;
	margin-top:70px;
}

.siteLoginButton {
	height:auto;
	float:right;
	width:100px;
	border-radius:4px;
	margin-top:0;
}

.expandButton {
	width:20px;
	opacity:0.7;
	cursor: pointer; 
	cursor: hand;
}

.popUpWindow {
	background-color: rgba(230,230,230,0.85);
	display: block;
    position: fixed;
    top: 12%;
    left: 10%;
    width: 85%;
    height: 84%;
    vertical-align: middle;
    text-align: center;
	border: 3px solid rgba(100,100,100,0.7);
	border-radius:5px;
}

.closeThisButton {
	position: absolute;
    top: 5px;
    right: 5px;
}

.closeThisImage {
	width:30px;
	height:30px;
}

.moreInfo {
	font-weight:bold;
	text-decoration:underline;
	color:blue;
}

.gameThumbIcon {
	width:100%;
	height:auto;
	opacity:1;
}

.loginButtonContainer {
	padding-top:0px;
	margin-top:0px;
}

#iframe-container {
	display:block;
	width:100%;
	text-align:center;
	padding:0;
	margin:0;
}

.gameFrame {
	display: block;
	background: #FFF;
	border: none;
	min-height: 100vh;
	height:auto;
	width: 100vw;
	overflow-y:auto;
	margin:0;
	padding:0;
}

.googleAddTop {
	display:none;
}

.gameAgeTitle {
	font-size:12px;
}

.teacherInfoButtonOpen {
	float:right;
	font-size:13px;
	padding:3px 3px 3px 3px;
	border-radius:4px;
	background: #ffaaaa;
	color:black;
	cursor:pointer;
}
.teacherInfoButtonOpen:hover {
	background: #ff4444;
	color:white;
	text-decoration:none;
}

.teacherInfoButtonClose {
	float:right;
	clear:left;
	font-size:13px;
	padding:3px 3px 3px 3px;
	border-radius:4px;
	background: #aaaaaa;
	color:black;
	cursor:pointer;
}
.teacherInfoButtonClose:hover {
	background: #666666;
	color:white;
	text-decoration:none;
}

div[id*='TeachersInfoExpandableDiv'] {
	min-height:200px;
}

.centeredDiv {
	text-align:center;
	width:100%;
}

.textCenter {
	text-align:center;
}

.teachersScreenGameBox {
	min-height:500px;
}

.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}

/************************************/
/*******    Prices  Table    ********/
/************************************/
.pricingTableHeaderRow {
	display:block;
	width:100%;
	height:45px;
	overflow:hidden;
	margin-top:30px;
}

.pricingTableDetailsRow {
	display:block;
	width:100%;
	overflow:hidden;
}

.pricingTableLeftCell {
	display:inline-block;
	width:30%;
	float:left;
	font-size:28px;
	box-sizing: border-box;
	text-align:center;
	vertical-align:middle;
}

.pricingTableRightCell {
	display:inline-block;
	width:70%;
	float:left;
	font-size:18px;
	box-sizing: border-box;
	vertical-align:middle;
}

.pricingTablePad {
	padding-top:20px;
	padding-bottom:20px;
}

.pricingTablePadText {
	padding-top:8px;
}


.pricingTableBigText {
	font-size:60px;
}

.pricingTableSmallText {
	font-size:18px;
}


.pricingTableGrey {
	background:#AAAAAA;
}

.pricingTableRed {
	background:#FF9090;
}

.pricingTableBlue {
	background:#9090FF;
}

.pricingTableGreen {
	background:#90FF90;
}


@media (max-width: 1024px) {
	.navbar-nav  li  a {
    /*font-size: 18px;*/
	}
}


@media (max-width: 1024px) {
	#callToActionTextStrip {
		display:none;
	}media
	.loginButtonContainer {
		margin-top:0px;
	}
	.navbar {
		height: 72px;
		line-height: 32px;
		vertical-align:middle;
	}
	.navbar-nav > li > a {
		line-height: 28px;
	}
	.navbar-nav  li  a {
		font-size: 16px;
	}
  .navbar-header {
      float: none;
	  height:72px;
	  display: flex;
	  flex-direction: row-reverse;
  }
  .navbar-left,.navbar-right {
      float: none !important;
  }
  .navbar-toggle {
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: auto;
	  
  }
  .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .navbar-fixed-top {
      top: 0;
      border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
      display: none!important;
  }
  .navbar-nav {
      float: none!important;
      margin-top: 7.5px;
  }
  .navbar-nav>li {
      float: none;
	  background:#f0f0f0;
	  border-bottom:1px solid #d0d0d0;
  }
  .navbar-nav>li>a {
      padding-top: 10px;
      padding-bottom: 10px;
  }
  .collapse.in{
      display:block !important;
  }
	.navbar-default .navbar-collapse {
        border-color: #aaaaaa;
        background-color: rgba(255,255,255,0.99);
	}
	
	.pricingTableLeftCell {
		width:100%;
	}
	
	.pricingTableRightCell {
		width:100%;
	}
	
}