

/* Large Screens (Desktops) */

@media only screen and (max-width : 1430px) {
	/*.section {
		max-width: 1200px;
	}*/
}

@media only screen and (max-width : 1460px) {
	#bottom .garden {
		-webkit-background-size: cover;
		-moz-background-size: cover;
		background-size: cover;
	}
}

/* Medium Screens (Tablets - Landscape) */

@media only screen and (max-width : 1225px) {
	.section {
		max-width: 970px;
	}
	
	#content .section {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	
	#intro .section {
		padding-top: 70px;
		padding-bottom: 70px;
	}
	
	#links a {
		padding: 30px 10px;
	}
	
	#learning .section {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	
	#bottom .section {
		margin-bottom: -61px;
	}
	
	#bottom .images {
		margin-left: 256px;
	}
	
	#bottom .garden {
		height: 317px;
	}
	

}

@media only screen and (max-width : 1020px) {
	
}

/* Small Screens  (Tablets - Portrait ) */

@media only screen and (max-width : 991px) {
	.section {
		max-width: 750px;
		padding: 0 15px;
	}
	
	#header .section {
		height: 163px;
	}
	
	#header #navigation ul li {
		margin-right: 14px;
		margin-left: 14px;
	}
	
	#header .logo {
		width: 295px;
	}
	
	#header .phoneUs {
		font-size: 13px;
		top: 73px;
		left: 10px;
	}
	#header .mobileUs {
		font-size: 13px;
		top: 85px;
		left: 10px;
	}
	
	#header .handbook,
	#header .enrol {
		font-size: 18px;
	}
	
	#header #navigation {
		font-size: 17px;
	}
	
	#intro .section {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	
	#intro .image {
		margin-right: 15px;
	}
	
	#slider .slides .owl-nav {
		bottom: 9px;
	}
	
	#learning .section {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	
	#learning .image {
		margin-left: 15px;
		margin-bottom: 5px;
	}
	
	#links a img {
		height: 60px;
	}
	
	#links a {
		padding-left: 15px;
		padding-right: 15px;
	}
	
	#links a .title {
		font-size: 23px;
	}
	
	#begin .section {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	
	#begin .title {
		font-size: 27px;
	}
	
	#begin .enrol {
		margin-left: 30px;
	}
	
	#bottom .images {
		margin-left: 20px;
	}
	
	#bottom .garden {
		height: 236px;
	}
	
	#footer .copyright {
		text-align: center;
	}

	
}

/* Extra Small Screens (Mobiles) */
@media only screen and (max-width : 767px) {
	#header .section {
		height: auto;
		text-align: center;
		padding-top: 13px;
		padding-bottom: 13px;
	}
	
	#menuBtn {
		display: block;
	}

	#header #navigation {
		display: none;
	}
	
	#header .phoneUs {
		position: static;
		display: table;
		margin: 0 auto;
		font-size: 14px;
	}
	#header .mobileUs {
		position: static;
		display: table;
		margin: 0 auto;
		font-size: 14px;
	}
	
	#header .handbook,
	#header .enrol {
		position: static;
		display: table;
		margin: 0 auto;
		font-size: 15px;
	}
		
	#header .logo {
		width: 215px;
	}
	
	#slider .slides .owl-nav {
		bottom: auto;
		top: 50%;
		margin-top: -18.5px;
	}
	
	#slider .slides .owl-nav .owl-prev {
		float: left;
	}
	
	#slider .slides .owl-nav .owl-next {
		float: right;
	}
	
	#content .section {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	
	#intro .section {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	
	#intro .image {
		display: block;
		float: none;
		width: 300px;
		margin: 0 auto 20px;
	}
	
	#intro .text {
		text-align: center;
	}
	
	#leftAnimate .image {
		display: block;
		float: none;
		width: 300px;
		margin: 0 auto 20px;
	}
	
	#links {
		display: block;
	}
	
	#links a {
		display: block;
		width: auto;
	}
	
	#learning .section {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	
	#learning .image {
		float: none;
		display: block;
		width: 300px;
		margin: 0 auto 20px;
	}
	
	#learning .text {
		text-align: center;
	}
	
	#rightAnimate .image {
		float: none;
		display: block;
		width: 300px;
		margin: 0 auto 20px;
	}
	
	#begin .section {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	
	#begin .enrol {
		display: table;
		margin: 15px auto 0;
	}
	
	#bottom .section {
		padding-top: 30px;
	}
	
	#bottom .images {
		float: none;
		margin: 0 auto 30px;
	}
	
	#bottom .text {
		float: none;
		width: auto;
	}
	
	#bottom .text #siteLinks {
		float: none;
		width: auto;
		text-align: center;
		padding-right: 0;
		margin-bottom: 30px;
	}
	
	#bottom .text .info {
		margin-left: 0;
		text-align: center;
	}
	
	#bottom .garden {
		height: 232px;
	}
		
	#footer .section {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	
	#footer .copyright em {
		display: none;
	}
	
	#footer .copyright span {
		display: block;
	}
	
	#bottom .section {
		margin-bottom: -90px;
	}

}

@media only screen and (max-width : 500px) {

}

@media only screen and (max-width : 478px) { 

}