/* Large Screens (Desktops) */

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

	#footer .info #bottomLinks ul li,
	#footer .info .copyright {
		margin-left: 30px;
	}

}

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

}

/* Medium Screens (Tablets - Landscape) */

@media only screen and (max-width : 1225px) {
	.section {
		max-width: 970px;
	}
	
	#mainWrapper {
		padding-top: 188px;
	}
	
	#header .top .section {
		height: 145px;
	}
	
	#header .top {
		font-size: 17px;
	}
	
	#header .top .logo {
		width: 210px;
		margin-left: -62.5px;
	}

	#header .bottom #navigation {
		padding-right: 0;
	}
	
	#header .bottom #navigation ul li {
		margin-right: 17px;
		margin-left: 21px;
	}
	
	#header .bottom #navigation ul li:after {
		left: -21px;
	}
	
	#intro .features .image {
		margin-left: 0;
		width: 311px;
	}
	
	#intro .features .info {
		margin-left: 340px;
	}

	#intro .texts {
		margin-bottom: 40px;
	}

	#intro .texts .cols .right {
		margin-left: 20px;
	}

	#intro .weAre .text {
		width: auto;
		font-size: 20px;
	}

	#intro .weAre .image {
		display: block;
		float: none;
		margin: 0 auto 30px;
	}

	#intro .weAre .text {
		margin: 0;
	}
	
	.bulletList li {
		padding-left: 30px;
	}
	
	#links ul li {
		padding-left: 22px;
		padding-right: 22px;
	}
	
	#management .image {
		width: 300px;
	}

	#management .feeds {
		width: 300px;
	}

	#management .text .linkBtn {
		margin-top: 10px;
	}
	
	#footer .info {
		margin-left: 246px;
	}

	#footer .info #bottomLinks {
		right: 20px;
	}
	
	#footer .logo {
		width: 235px;
	}	
	
	#footer .info #bottomLinks ul li, 
	#footer .info .copyright {
		margin-left: 19px;
	}
	
	#footer .socials {
		margin-bottom: 21px;
	}
	


}

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

/* Small Screens  (Tablets - Portrait ) */

@media only screen and (max-width : 991px) {
	.section {
		max-width: 750px;
		padding-left: 15px;
		padding-right: 15px;
	}

	#mainWrapper,
	body.scrolled #mainWrapper {
		padding-top: 128px;
	}

	#header {
		border-top-width: 5px;
		border-bottom-width: 3px;
	}
		
	#header .top .section {
		height: 108px;
	}

	#header .top .section,
	body.scrolled #header .top .section {
		height: 90px;
	}
	
	#header .top {
		font-size: 13px;
		border-top-width: 5px;
	}
	
	#header .top .logo,
	body.scrolled #header .top .logo {
		width: 120px;
		margin-left: -60px;
		top: 9px;
	}
	
	#header .top .contact,
	#header .top address {
		margin-top: 34px;
	}

	#header .top .contact li a,
	#header .top address a {
		padding-left: 20px;
	}

	#header .top .contact,
	body.scrolled #header .top .contact,
	#header .top address,
	body.scrolled #header .top address {
		margin-top: 18px;
	}

	#header .bottom #navigation ul li ul {
		padding-top: 6px;
	}
	
	#header .bottom #navigation ul li {
		font-size: 13px;
		margin-right: 7px;
		margin-left: 11px;
	}
	
	#header .bottom #navigation ul li:after {
		left: -14px;
	}
	
	#slider .slides .owl-prev, 
	#slider .slides .owl-next {
		width: 35px;
		height: 35px;
		margin-top: -17.5px;
	}

	#slider .slides li .overlay .section .text .title {
		font-size: 4.5vw;
	}	
	
	#intro .section {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	
	#intro .features .info .kindergarten {
		right: auto;
		left: -285px;
		top: auto;
		bottom: 0;
	}

	#intro .texts .cols .left {
		width: auto;
	}

	#intro .texts .cols {
		display: block;
	}
	
	#links ul {
		font-size: 14px;
	}

	#management .section {
		flex-wrap: wrap;
	}

	#management .text {
		order: -1;
		flex-shrink: 0;
		width: 100%;
		flex: auto;
		margin-bottom: 40px;
	}

	#management .image {
		margin-left: auto;
	}

	#management .image,
	#management .feeds {
		width: 350px;
	}
	
	#enrol .title {
		font-size: 26px;
	}
	
	#footer .info {
		margin-left: 290px;
	}
	
	#footer .logo {
		width: 200px;
		margin-top: 5px;

	}

	.heading {
		font-size: 21px;
	}

}

/* Extra Small Screens (Mobiles) */
@media only screen and (max-width : 767px) {
	#mainWrapper,
	body.scrolled #mainWrapper {
		padding-top: 0;
		transition: -webkit-transform .4s ease;
		transition: transform .4s ease;
		transition: transform .4s ease,-webkit-transform .4s ease;
	}
	
	#menuBtn {
		display: block;
	}
	
	#header {
		position: static;
	}	
	
	#header .top {
		border-width: 5px;
	}
	
	#header .top .section,
	body.scrolled #header .top .section {
		height: auto;
		padding-top: 20px;
		padding-bottom: 13px;
	}
		
	#header .top .contact, 
	#header .top address {
		float: none;
		margin: 0;
	}
	
	#header .top .logo,
	body.scrolled #header .top .logo {
		position: static;
		display: block;
		margin: 0 auto 16px;
		width: 180px;
	}

	#header .top .contact, body.scrolled #header .top .contact, #header .top address, body.scrolled #header .top address {
		margin-top: 7px;
	}
	
	#header .top address {
		text-align: center;
		display: block;
		margin: 0 auto;
		width: auto;
	}
	
	#header .top address a {
		padding-top: 2px;
		padding-bottom: 2px;
	}

	#header .top .contact,
	#header .top address {
		text-align: center;
	}
	
	#header .top .contact li {
		margin-bottom: 3px;
	}
	
	#header .top .contact li a {
		padding-left: 1.8em;
	}
	
	#header .top .contact li:last-child a {
		padding-left: 1.4em;
	}
	
	#header .bottom {
		display: none;
	}
	
	#intro .features .image {
		float: none;
		display: block;
		margin: 0 auto 20px;
	}
	
	#intro .texts {
		margin-bottom: 28px;
	}
	
	#intro .features .info {
		margin-left: 0;
		text-align: center;
	}

	.bulletList li {
		text-align: center;
		margin-top: 10px;
		margin-bottom: 10px;
		padding-left: 0;
	}
	
	.bulletList li:before {
		position: static;
		display: inline-block;
		margin-right: 10px;
	}
	
	#links .section {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	
	#links ul li {
		display: block;
		margin: 40px 0;
	}
	
	#slider .slides li .overlay .section .text .title {
		font-size: 6vw;
	}	

	#management .section {
		padding-bottom: 20px;
	}
	
	#management .feeds {
		height: 500px;
		width: 100%;
		margin-bottom: 40px;
	}

	#management .image {
		width: 100%;
		max-width: 400px;
		margin-left: auto;
		margin-right: auto;
	}
	
	#gallery {
		padding-top: 30px;
		padding-bottom: 15px;
	}
	
	#enrol .formBtn {
		padding-left: 14px;
		padding-right: 14px;
	}
	
	#footer {
		text-align: center;
	}
	
	#footer .logo {
		float: none;
		display: block;
		margin: 0 auto 40px;
		width: 233px;
	}

	#footer .socials {
		float: none;
		margin-bottom: 40px;
	}
	
	#footer .socials li {
		margin: 0 5px;
	}
	
	#footer .info {
		margin-left: 0;
	}

	#footer .info #bottomLinks {
		position: static;
		right: 0;
	}
	
	#footer .info #bottomLinks ul li, #footer .info .copyright {
		margin: 0;
	}
	
	#footer .info #bottomLinks ul li {
		margin: 0 20px 10px;
	}
}

@media only screen and (max-width : 500px) {
	#footer .info #bottomLinks ul li {
		margin: 20px 0;
		display: block;
	}
	
	#footer .info .copyright {
		padding-top: 0;
	}
}

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