
/* Large Screens (Desktop) */

@media only screen and (max-width : 1440px) {

}

@media only screen and (max-width : 1366px) {

}

@media only screen and (max-width : 1319px) {
	
}

@media only screen and (max-width : 1276px) {
	
	#curriculum .section {
		max-width: 1160px;
	}
	
	#curriculum .listing {
		font-size: 21.2px;
	}
}

/* Medium Screens (Tablets - Landscape) */

@media only screen and (max-width : 1225px) {
	.section {
		max-width: 970px;
	}
	
	#header .logo {
		left: 1%;
		width: 393px;
	}
	
	#header .socials,
	#header #navigation,
	#header .contacts {
		right: 2.5%;
	}
	
	#content .section {
		padding-top: 40px;
	}
	
	#ourCentres .listing li .inner {
		padding: 15px;
		font-size: 16px;
	}
	
	#ourCentres .listing li .text .name {
		font-size: 40px;
	}
	
	#ourCentres .listing li .image {
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		border-radius: 8px;
	}
	
	#welcome .intro {
		margin-bottom: 50px;
	}
		
	#welcome .features li {
		font-size: 17px;
	}
	
	#welcome .features li .text .name {
		font-size: 20px;
	}

	#curriculum .section {
		max-width: 970px;
	}
	
	#curriculum .title {
		font-size: 65px;
	}
	
	#curriculum .listing {
		font-size: 17.8px;
	}
	
	#social .right {
		width: 53%;
	}
	
	#social .right .linkBtns {
		margin-left: -10px;
		margin-right: -10px;
	}
	
	#social .right .linkBtns li {
		padding-left: 10px;
		padding-right: 10px;
	}
	
	#social .right .title {
		font-size: 53px;
	}
	
	#social .right .text {
		margin-top: 30px;
		margin-bottom: 40px;
	}
	

}

@media only screen and (max-width : 1125px) {

}

@media only screen and (max-width : 1170px) {

}

@media only screen and (max-width : 1030px) {

}


/* 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: 104px;
	}
	
	#header .section,
	body.scrolled #header .section {
		height: 104px;
	}
	
	#header .logo,
	body.scrolled #header .logo {
		left: 15px;
		width: 190px;
	}
	
	body.scrolled #header .contacts {
		top: 6px;
		opacity: 1;
	}
	
	body.scrolled #header .socials {
		top: 66px;
	}
	
	#header .contacts li {
		font-size: 19px;
	}
	
	#header #navigation {
		right: 50px;
	}
	
	#navigation,
	body.scrolled #navigation {
		top: 72px;
	}
	
	#navigation ul li {
		font-size: 17px;
		margin-left: 20px;
	}
	
	#slider {
		margin-bottom: -7%;
	}
		
	#content .section {
		padding-bottom: 40px;
	}
	
	#welcome .section {
		padding-top: 100px;
		padding-bottom: 17px;
		font-size: 18px;
	}
	
	#welcome .intro {
		margin-bottom: 50px;
	}
	
	#welcome .intro .text {
		font-size: 19px;
	}
	
	#welcome .features li {
		width: 50%;
		margin-bottom: 20px;
	}
	
	#curriculum .section {
		max-width: 750px;
		padding-bottom: 35px;
	}
	
	#curriculum .listing li {
		width: 33.33333333333333%;
		margin-bottom: 30px;
	}
	
	.imageText .text {
		float: none;
		width: auto;
		padding-bottom: 10px;
		text-align: center;
	}
	
	.imageText .image {
		float: none;
		width: auto;
		display: block;
		margin: 0 auto 30px;
	}
	
	.imageText .text .actionBtn {
		position: static;
		margin-top: 30px;
	}
	
	.imageText.style02 .image {
		float: none;
	}
	
	#social .left {
		margin-left: 0;
	}
	
	#social .section {
		padding-top: 86px;
		padding-bottom: 80px;
	}
	
	#social .right .title {
		font-size: 43px;
	}
	
	#social .right .text {
		font-size: 19px;
	}
	
	#social .right .linkBtns .linkBtn {
		font-size: 19px;
	}

}

@media only screen and (max-width : 991px) {
	
}

@media only screen and (max-width : 867px) {

}

/* Extra Small Screens (Mobiles) */
@media only screen and (max-width : 767px) {
	#mainWrapper,
	body.scrolled  #mainWrapper {
		padding-top: 0;
		-webkit-transition: none;
		-moz-transition: none;
		transition: none;
	}
	
	#menuBtn {
		display: block;
	}
	
	#header {
		position: static;
	}
	
	#header .section,
	body.scrolled  #header .section {
		height: auto;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	
	#header #navigation {
		display: none;
	}
	
	#header .logo,
	body.scrolled #header .logo {
		display: block;
		position: static;
		margin: 0 auto 10px;
		width: 208px;
	}
	
	#header .socials,
	body.scrolled #header .socials {
		top: 15px;
		right: 10px;
	}
	
	#header .contacts {
		position: static;
		text-align: center;
	}
	
	#header .contacts li {
		font-size: 16px;
		margin-bottom: 4px;
	}
	
	.heading {
		font-size: 30px;
		margin-bottom: 20px;
	}
	
	#slider:after,
	#banner:after {
		height: 8%;
	}
	
	#slider .slides li {
		overflow: hidden;
	}
	
	#slider .slides li img {
		width: 100%;
	}
	
	#slider .slides li:before {
		left: -10vw;
		width: 25vw;
	}
	
	#slider .slides li .overlay {
		left: 0;
		right: 0;
		width: auto;
		background: none;
	}

	#slider .slides li .overlay .inner .text {
		padding-left: 15vw;
		padding-right: 15vw;	
		padding-bottom: 4vw;
		font-size: 4vw;
	}
	
	#slider .slides li .overlay .inner .text .title {
		font-size: 7vw;
	}
	
	#slider .slides li .overlay .inner .text .linkBtn {
		font-size: 2.5vw;
	}
	
	#slider .slides .owl-prev, #slider .slides .owl-next {
		width: 3vw;
		height: 7.2vw;
		margin-top: -3.6vw;
	}
	
	#slider .slides .owl-prev {
		left: 4vw;
	}
	
	#slider .slides .owl-next {
		right: 4vw;
	}
	
	#content .section {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	
	#ourCentres .section {
		padding-top: 50px;
		padding-bottom: 50px;
	}
		
	#ourCentres .listing li {
		display: block;
		margin-right: 0;
		width: auto;
		margin-bottom: 25px;
	}
	
	#ourCentres .listing li:last-child {
		margin-bottom: 0;
	}
	
	#ourCentres .listing li .inner {
		padding: 5%;
	}
	
	#ourCentres .listing li .image {
		margin-bottom: 30px;
	}
		
	#welcome {
		margin-top: 0;
	}
	
	#welcome .section {
		padding-top: 50px;
		padding-bottom: 18px;
	}
	
	#welcome .intro {
		margin-bottom: 25px;
	}
	
	#welcome .intro .image {
		float: none;
		width: 100%;
		margin-bottom: 30px;
	}
	
	#welcome .intro .text {
		margin-left: 0;
		text-align: center;
	}
	
	#welcome .features li {
		display: block;
		margin-right: 0;
		width: auto;
	}
	
	#welcome .features li .text .name {
		font-size: 22px;
	}
	
	.imageText.style02 .section {
		padding-top: 80px;
	}
	
	#curriculum:before {
		height: 28px;
	}
	
	#curriculum .section {
		padding-top: 74px;
	}
	
	#curriculum .title {
		font-size: 43px;
	}
	
	#curriculum .listing {
		font-size: 16px;
	}
	
	#curriculum .listing li {
		width: 50%;
	}
	
	#curriculum .listing li .name {
		font-size: 18px;
	}
		
	#social .section {
		padding-top: 44px;
		padding-bottom: 50px;
	}
	
	#social:before {
		height: 44px;
		top: -23px;
	}
	
	#social .right {
		float: none;
		width: auto;
		margin-bottom: 60px;
	}

	#social .right .text {
		margin-top: 17px;
		margin-bottom: 27px;
	}
	
	#social .right .linkBtns li {
		display: block;
		margin-right: 0;
		padding: 0;
		margin-bottom: 10px;
	}
	
	#social .left {
		float: none;
		width: auto;
		text-align: center;
	}

	
}

@media only screen and (max-width : 500px) {

}

@media only screen and (max-width : 478px) { 

}