*{
	margin: 0;
	padding: 0;
	border: 0;
}
@font-face{
	font-family: roboto;
	src: url('../fonts/Roboto-Light.ttf');
}
@font-face{
	font-family: altehaas;
	src: url('../fonts/AlteHaasGroteskRegular.ttf');
}
@font-face{
	font-family: gameplay;
	src: url('../fonts/Gameplay.ttf');
}
@font-face{
	font-family: chunk;
	src: url('../fonts/chunk.ttf');
}
p{
	font-family: altehaas;
}
h1{
	text-align: center;
	font-size: 50px;
	padding: 10px;
}
h1, h3, h4{
	font-family: roboto;
}
a{
	text-decoration: none;
}
#content{
	overflow-x: hidden;
}

nav{
	font-family: altehaas;
	width: 100%;
	background-color: #1DE9B6;
	color: #FFFFFF;
	height: 50px;
}
nav ul{
	display: block;
	padding: 15px 0px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
nav li{
	display: inline-block;
	width: 170px;
	text-align: center;
}
nav li a{
	color: white;
	width: 170px;
}

#waggleLogo{
	height: 25px;
	vertical-align: middle;
}
header{
	width: 1000px;
	margin: 0 auto;
	min-height: 150px;
}
#headerLogo{
	float: left;
}
#headerLogo img{
	width: 326px;
	min-height: 104px;
}
#contactUs{
	float: right;
	margin-top: 15px;
}
#contactUs img{
	height: 25px;
	padding: 5px;
	float: right;
	margin-top: -25px;
}

#slideshow{
	height: 500px;
	overflow: hidden;
	background-color: gray;
	margin-bottom: 100px;
}
.rslides h1{
	position: absolute;
	top: 30px;
	left: 30px;
	z-index: 100;
	background-color: white;
	color: #1DE9B6;
	padding: 15px;
	text-align: center;
	border-radius: 10px;
}
#OurAcademy{
	width: 1000px;
	height: 800px;
	margin: 0 auto;
}
#OurAcademy h3{
	text-align: center;	
}
#desc1{
	float: left;
	width: 450px;
	padding: 25px;
}
.desc{
	margin-top: 30px;
	width: 450px;
}
#desc2{
	float: right;
	width: 450px;
	padding: 25px;
}
#desc2 img{
	padding-top: 35px;
}

#HighlyQualifiedTeachers{
	background-color: #EEEEEE;
}
#HighlyQualifiedTeachers h1{
	padding-top: 60px;
}
#HighlyQualifiedTeachers img{
	width: 1000px;
	display: block;
	margin: 0 auto;
}
#HighlyQualifiedTeachers h3{
	text-align: center;
}
#HighlyQualifiedTeachers p{
	width: 700px;
	text-align: center;
	padding: 30px 0px 100px 0px;
	margin: 0 auto;
}
#classOptions{
	height: 600px;
	width: 1000px;
	margin: 0 auto;
}
.option{
	width: 333.3333333333px;
	float: left;
	margin-top: 100px;
	
}
.option img{
	width: 300px;
	margin: 0 auto;
}
.option h3{
	text-align: center;
	margin-top: 10px;
}
.option p{
	padding: 20px 15px;
}

#dedicated{
	background-image: url('../img/thumbsup.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
	height: 350px;
	color: white;
	margin-bottom: 60px;
}
#dedicated h1{
	padding-top: 50px;
	width: 600px;
	display: block;
	margin: 0 auto;
}
#dedicated h3{
	text-align: center;
	font-size: 22px;
	padding-top: 30px;
}

footer{
	min-height: 150px;
	width: 1000px;
	margin: 0 auto;
	overflow-x: hidden;
}
#footerLogo img{
	width: 143px;
	min-height: 81px;
	padding-top: 15px;
}
.footerSection{
	float: left;
	width: 33.3333%;
	height: 150px;
}
#copyright p{
	padding-top: 100px;
}
#footerContactUs h3{
	padding: 30px 0px 0px 60px;
}
#footerContactUs p{
	padding-left: 60px;
}
#footerContactUs img{
	height: 25px;
	padding: 5px;
	float: right;
	margin-top: -25px;
}
#phoneNumber{
	padding-top: 15px;
	width: 120px;
}











.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  position: relative;
  z-index: 1;
  }
  .centered-btns_nav {
  z-index: 3;
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 450px;
  left: 0;
  opacity: 0.7;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;
  background: transparent url("../img/themes.gif") no-repeat left top;
  margin-top: -45px;
  }

.centered-btns_nav:active {
  opacity: 1.0;
  }

.centered-btns_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
  }
.centered-btns_nav:focus {
  outline: none;
  }

.centered-btns_tabs{
  margin-top: 10px;
  text-align: center;
  }

.centered-btns_tabs li{
  display: inline;
  float: none;
  _float: left;
  margin-right: 5px;
  }

.centered-btns_tabs a{
  text-indent: -9999px;
  overflow: hidden;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background: #ccc;
  background: rgba(0,0,0, .2);
  display: inline-block;
  _display: block;
  *display: block;
  -webkit-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  -moz-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  width: 9px;
  height: 9px;
  }

.centered-btns_here{
  background: #222;
  background: rgba(0,0,0, .8);
  }
  
  
  
  
  
  
  
  
  
/*PAGES STYLING*/
.long{
	float: left;
	width: 65%;
	height: 300px;
	overflow: hidden;
}
.short{
	float: left;
	width: 35%;
	height: 300px;
	overflow: hidden;
}
.long img{
	width: 100%;
}
.short img{
	height: 100%;
	margin-left: -25%;
}
#missions h1{
	position: relative;
	z-index: 100;
	background-color: white;
	height: 50px;
	padding: 10px;
	font-size: 25px;
	color: #1DE9B6;
}
#missions{
	height: 650px;
}
#passion{
	margin-top: -100px;
}
#empowering{
	margin-top: -150px;
}
#quality{
	margin-top: -375px;
}

#WeLoveTeaching h1{
	padding: 15px;
}
#WeLoveTeaching h3{
	text-align: center;
	padding: 5px;
}
.author{
	margin-left: 15em;
	margin-bottom: 100px;
}

#WhoAreWe{
	width: 1000px;
	margin: 0 auto;
	height: 650px;
}
#sidebar{
	padding: 45px;
	width: 193px;
	height: 494px;
	background-color: #1DE9B6;
	float: left;
}
#sidebar p{
	padding: 30px 0px;
	color: white;
}

#title{
	float: right;
	width: 657px;
	padding: 30px;
	background-color: #E0E0E0;
}
#title h1{
	font-size: 25px;
	text-align: left;
}
#stuff{
	width: 657px;
	float: right;
	background-color: #EEEEEE;
	padding: 30px;
}
#stuff p{
	padding: 15px 0px;
}
hr{
	width: 100%;
	height: 2px;
	background-color: black;
}
#services{
	padding: 45px;
	width: 100%;
	overflow: hidden;
	color: white;
	background-color: #26A69A;
	margin-bottom: 100px;
}
#services h3{
	text-align: center;
	font-size: 18px;
	padding-top: 15px;
}
.math {
	width: 1000px;
	margin: 100px auto;
}
.mathImgContainer{
	width: 350px;
	height: 250px;
	float: left;
	overflow: hidden;
}
#math img{
	width: 100%;
}
.math h3, .math h4, .math p{
	padding-left: 395px;
	padding-bottom: 10px;
}
.math p{
	padding-top: 40px;
}
.math h3{
	font-size: 40px;
}
.math h4{
	font-size: 20px;
}
#reading img{
	height: 100%;
}
#reading .mathImgContainer{
	height: 290px;
}
#math .mathImgContainer img, #reading .mathImgContainer img{
	margin-left: 0px;
}
.mathImgContainer img{
	margin-left: -100px;
}
#CritThink .mathImgContainer{
	height: 300px;
}
#compSci .mathImgContainer{
	height: 370px;
}
#robotics .mathImgContainer{
	height: 370px;
}
#custom .mathImgContainer{
	height:370px;
}
#custom .mathImgContainer img{
	height: 100%;
	margin-left: 0px;
}


#tuitionHeader{
	width: 100%;
	background-image: url('../img/happyGroup.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	color: white;
	padding: 120px 0px;
}
#tuitionHeader h3{
	text-align: center;
}
#feesContainer{
	width: 100%;
	background-color: #00BFA5;
	margin-top: 100px;
	padding-top: 100px;
	height: 1500px;
}
#fees{
	width: 1000px;
	background-color: #00BFA5;
	padding: 20px 0px;
	margin: 0 auto;
}
.choice{
	width: 300px;
	margin: 30px 15px;
	border: 1px solid #00BFA5;
	position: relative;
	z-index: 50;
	background-color: white;
	float: left;
	height: 400px;
}
.choice h3{
	width: 250px;
	padding: 25px;
	border-bottom: 1px solid #00BFA5;
	text-align: center;
}
.choice h4{
	width: 40px;
	height: 30px;
	border-radius: 50%;
	margin: -20px auto 0 auto;
	position: relative;
	z-index: 100;
	padding-top: 10px;
	border: 1px solid #BDBDBD;
	text-align: center;
	display: block;
	background-color: white;
}
.choice p{
	text-align: center;
	padding: 15px 30px;
}

#contactContainer{
	width: 1000px;
	margin: 0 auto;
	height: 600px;
}
#mapContainer{
	width: 1000px;
	height: 300px;
	margin: 0 auto;
}
#visitContainer{
	width: 370px;
	float: left;
	margin: 15px;
	height: 450px;
}
#visitContainer h1{
	text-align: left;
	font-size: 30px;
}
#visit{
	padding: 60px 15px;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.4);
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.4);
	height: 300px;
}
#visit p{
	padding: 15px;
	text-align: center;
}
#visit img{
	height: 25px;
	padding: 5px;
	
}
#writeMessageWrapper{
	float: left;
	width: 570px;
	margin: 15px;
	height: 600px;
}
#writeMessageWrapper h1{
	text-align: left;
	font-size: 30px;
}
#writeMessage{
	padding: 30px;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.4);
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.4);
	height: 360px;
}
#writeMessage input{
	border: 2px solid #BDBDBD;
	padding: 15px;
	display: block;
	margin: 15px 0px;
	font-size: 16px;
}
#writeMessage textarea{
	resize: none;
	border: 2px solid #BDBDBD;
	margin: 15px 0px;
}
#writeMessage label{
	font-size: 20px;
	font-family: altehaas;
	padding: 15px 0px;
}
#messageLeft{
	float: left;
	width: 255px;
}
#messageRight{
	float: right;
	width: 255px;
}
#messageRight label{
	text-align: left;
	padding: 30px 0px;
}
#messageSubmit{
	width: 100px;
	border: 2px solid #00BFA5;
	background-color: #00BFA5;
	color: white;
}
#socialMedia{
	width: 75px;
	margin: 0 130px;
}
#AScontent{
	overflow-x: hidden;
	width: 1000px;
	margin: 0 auto 200px auto;
}

.fullWidth{
	width: 1000px;
}
#AStitle{
	padding: 30px;
}
#ASdesc{
	padding: 30px;
	float: right;
	width: 340px;
	font-size: 20px;
}
#ASwriting{
	width: 1000px;
	height: 900px;
	display: block;
	margin-top: 100px;
	border-radius: 30px;
	color: black;
	background-color: #E0F2F1;
	overflow: hidden;
}
#ASwriting h1{
	padding: 50px 0px;
	background-color: #009688;
	color: white;
}
#ASwriting p{
	padding: 30px;
}
#ASwriting h3{
	padding: 30px;
}
#ASwriting li{
	font-family: altehaas;
	font-size: 17px;
	padding: 10px 30px;
	
}
#ASwriting ul{
	list-style-type: circle;
	float: left;
}
#writingImgWrap{
	width: 330px;
	height: 500px;
	margin-right: 15px;
	overflow: hidden;
	float: right;
}
#writingImgWrap img{
	height: 100%;
	margin-left: -180px;
}
#getAhead{
	width: 600px;
	padding: 0px;
	float: left;
}
#ASintro{
	width: 1000px;
	margin-top: 30px;
	height: 900px;
}
#ASreading{
	margin-top: 100px;
	border-radius: 30px;
	height: 600px;
	color: black;
	background-color: #E0F2F1;
	overflow: hidden;
	padding: 0px 15px;
}
#ASreading h1{
	padding: 50px 0px;
	background-color: #009688;
	color: white;
	margin-left: -15px;
	width: 1030px;
}
#ASreading h3{
	padding: 30px;
}
#ASreading p{
	float: right;
	width: 515px;
	padding: 25px;
	font-size: 18px;
}
#ASreading img{
	float: left;
	width: 400px;
	padding: 25px 0px;
}
#ASmath{
	display: block;
	width: 970px;
	margin-top: 100px;
	border-radius: 30px;
	color: black;
	background-color: #E0F2F1;
	overflow: hidden;
	padding-right: 30px;
}
#ASmath h1{
	padding: 50px 0px;
	background-color: #009688;
	color: white;
	margin-left: -15px;
	width: 1030px;
}
#ASmath h3{
	width: 970px;
	padding: 30px 30px 15px 30px;
}
#ASmath li{
	font-family: altehaas;
	font-size: 17px;
	padding: 10px 30px;
	list-style-type: none;
}
#ASmath ul{
	margin-top: 30px;
	float: left;
}
#ASmath img{
	float: right;
	width: 450px;
	padding: 40px 0px;
}
#AScompSci{
	margin-top: 100px;
	border-radius: 30px;
	color: black;
	background-color: #E0F2F1;
	overflow: hidden;
	padding: 0px 30px 30px 30px;
}
#compSciLeft{
	width: 570px;
	float: left;
}
#AScompSci li{
	list-style-type: none;
	padding: 10px 0px;
	font-family: altehaas;
}
#AScompSci h3{
	padding: 30px 0px;
}
#AScompSci img{
	float: right;
	width: 370px;
	padding-top: 30px;
}
#AScompSci h1{
	padding: 50px 0px;
	background-color: #009688;
	color: white;
	margin-left: -30px;
	width: 1030px;
}
#offered-hr{
	background-color: #1DE9B6;
}
#offered{
	margin-top: -45px;
	display: inline-block;
	background-color: white;
	margin-left: 30px;
	color: black;
}

#appDevContent{
	overflow-x: hidden;
	width: 1000px;
	margin: 0 auto 0px auto;
}
#appDevContent li, p, h3{
	font-family: altehaas;
}
#appDevContent h1, h2{
	font-family: roboto;
}
#appDevContent td{
	padding: 15px;
}
#headerTR{
	background-color: #BF360C;
	color: white;
}
.bodytr{
	border-right: 2px solid #9E9E9E;
	border-left: 2px solid #9E9E9E;
}
#tr1, #tr3{
	background-color: #FFCCBC
}
#tr2, #tr4{
	background-color: #FF8A65;
}
#appDevContent table li{
	list-style: square outside none;
}
#appDevContent table{
	margin-top: 50px;
}
#appDevContent p{
	padding: 30px;
	font-size: 20px;
	float: left;
}
#appDevHeader{
	background-color: #009688;
	color: white;
	padding: 60px;
	margin-bottom: 15px;
}
.attend{
	margin-top: 15px;
}
.floated{
	float: left;
	height: 300px;
	padding-right: 100px;
}
#who{
	padding: 10px;
}
#who li{
	padding-left: 10px;
	list-style: none;
}
#mobileFirst{
	padding-left: 10px;
	margin-top: 30px;
}
#appDevContent img{
	float: right;
	width: 450px;
	padding-right: 25px;
}
.floatp{
	float: left;
	width: 450px;
}
#waggleContent{
	width: 100%;
	margin: 0 auto;
}
#waggle{
	margin: 0 auto;
}

#GAMSHeader{
	background-color: #E65100;
	color: white;
}
#milestones{
	font-size: 75px;
	font-family: chunk;
}
.GAMScontent p{
	padding: 15px 0px;
	font-size: 22px;
}
.GAMScontent li{
	font-size: 20px;
	padding: 10px ;
	margin-left: 20px;
	font-family: altehaas;
}
.GAMScontent ul{
	list-style-type: disc;
}
.GAMScontent h2{
	padding: 10px 0px 10px 50px;
	background-color: #673AB7;
	margin: 20px 0px;
	width: 100%;
	color: white;
	font-size: 30px;
}
#courseSchedule{
	width: 600px;
	float: left;
	color: #2196F3;
}
#stress-free{
	float: right;
	width: 400px;
}
#block1{
	height: 250px;
}
#details{
	color: #BF360C;
	float: right;
}
#aPlus{
	height: 150px;
	margin-left: 80px;
	
}
#enhanced{
	float: left;
	width: 500px;
}
.book{
	height: 280px;
	padding: 0px 10px;
}
#eog a{
	font-family: altehaas;
	font-size: 18px;
	display: block;
	padding: 5px;
	text-align: center;
}
#MSregister{
	display: block;
	background-color: #689F38;
	color: white;
	padding: 20px;
	margin-top: 50px;

}
#explosion{
	width: 500px;
	position: absolute;
	top: 250px;
	right: 10px;
}