
/* Large Screens (Desktops) */


@media only screen and (min-width : 1921px) {
	#slider:after,
	.textImage.alt {
		-webkit-background-size: 100% 100%;
		-moz-background-size: 100% 100%;
		background-size: 100% 100%;
		-ms-behavior: url(/backgroundsize.min.htc);
	}
}

@media only screen and (max-width : 1885px) {
	#slider .slides .owl-prev {
		left: 15px;
	}
	#slider .slides .owl-next {
		right: 15px;
	}
}


@media only screen and (max-width : 1585px) {

}

@media only screen and (max-width : 1516px) {

}

@media only screen and (max-width : 1430px) {
	.section {
		max-width: 1200px;
	}

}

/* Medium Screens (Tablets - Landscape) */

@media only screen and (max-width : 1225px) {
	.section {
		max-width: 970px;
	}
	
	body {
		/* border: 1px solid red; */
	}
	
	#mainWrapper {
		padding-top: 218px;
	}
	
	#header .top .logo {
		left: 15px;
		font-size: 22px;
	}

	#header .top .section {
		height: 160px;
	}
	
	#slider .slides li .overlay .section .inner {
		padding-bottom: 90px;
	}
	
	#slider .slides .owl-dots {
		bottom: 65px;
	}
	
	#slider .slides li .overlay .section .inner .text {
		max-width: 500px;
	}
	
	#slider .slides li .overlay .section .inner .text .title {
		font-size: 50px;
	}
	
	#content .section {
		padding-bottom: 30px;
	}
	
	#intro .left {
		width: 718px;
	}
	
	#intro .bottom .links li {
		font-size: 12px;
	}
		
	.textImage .text {
		padding-right: 30px;
	}
	
	.textImage.alt .text {
		padding-left: 40px;
		padding-right: 0;
	}
	
	#enrolNow .enrolBtn {
		margin-left: 20px;
		margin-right: 20px;
	}
	
	#enrolNow p {
		font-size: 29px;
	}
	
}

/* Small Screens  (Tablets - Portrait ) */

@media only screen and (max-width : 991px) {
	.section {
		max-width: 750px;
		padding-left: 15px;
		padding-right: 15px;
	}
		
	body {
		/* border: 1px solid green; */
	}
	
	#mainWrapper, body.scrolled #mainWrapper {
		padding-top: 196px;
	}		
		
	#header .top .memberLogin .textbox {
		width: 130px;
	} 
	
	#header .top .logo, body.scrolled #header .top .logo {
		font-size: 15.85px;
		top: 16px;
	}
	
	#header #navigation {
		font-size: 12px;
	}
	
	#header #navigation ul li {
		margin-left: 2px;
		margin-right: 2px;
	}
	
	#header #navigation ul li a {
		padding-left: 5px;
		padding-right: 5px;
	}
	
	#header #navigation ul li.hasSub > a:after {
		right: 7px;
	}
	
	#header .top .contacts {
		font-size: 13px;
	}
	
	#header .top .section, body.scrolled #header .top .section {
		height: 146px;
	}
	
	#slider .slides .owl-prev, #slider .slides .owl-next {
		width: 40px;
		height: 40px;
		margin-top: -20px;
	}
	
	#slider .slides li .overlay .joinBtn {
		font-size: 13px;
		min-width: 177px;
		padding-top: 18px;
		padding-bottom: 18px;
	}
	
	#slider .slides li .overlay .section .inner {
		padding-bottom: 59px;
		padding-left: 70px;
	}
	
	#slider .slides li .overlay .section .inner .text {
		max-width: 380px;
	}
	
	#slider .slides li .overlay .section .inner .text .title {
		font-size: 40px;
	}
	
	#slider .slides li .overlay .section .inner .text .joinBtn {
		margin-top: 3px;
	}
	
	#slider .slides .owl-dots {
		text-align: right;
		padding-right: 30px;
		bottom: 50px;
	}
	
	#slider .slides .owl-dots .owl-dot {
		width: 12px;
		height: 12px;
		border-width: 2px;
		margin-left: 2px;
		margin-right: 2px;
	}
	
	#intro .left {
		float: none;
		width: auto;
	}
	
	#intro .right {
		float: none;
		width: auto;
		margin-top: 30px;
		margin-bottom: 30px;
	}
	
	#intro .bottom {
		padding-top: 2px;
	}
	
	#intro .bottom .links li {
		font-size: 9.5px;
	}
	
	#content .section {
		padding-bottom: 30px;
	}
	
	.textImage .text {
		padding-left: 15px;
	}
	
	.textImage.alt .text {
		padding-right: 15px;
	}
	
	.textImage .text .readmore {
		margin-top: 10px;
	}
	
	#enrolNow .enrolBtn {
		margin-top: 20px;
	}
	
	#footer .section {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	#footer .logo {
		position: static;
		display: block;
		margin: 0 auto 30px;
	}
	
	#footer .copyright {
		padding-top: 30px;
	}
}

/* Extra Small Screens (Mobiles) */
@media only screen and (max-width : 767px) {
		
	body {
		/* border: 1px solid blue; */
	}
	
	#mainWrapper,
	body.scrolled #mainWrapper {
		padding-top: 0;
		transition: none;
	}
	
	.memberLogin.mobileVersion {
		display: block;
		position: static;
		padding: 0 15px;
	}
	
	.memberLogin.mobileVersion label {
		display: block;
		letter-spacing: 0.07em;
	}
	
	#menuBtn {
		display: block;
	}
	
	#header {
		position: static;
		border-bottom: 4px solid #647b08;
	}

	#header .bottom  {
		display: none;
	}
	
	#header .top .memberLogin {
		display: none;
	}
	
	#header .top .section, body.scrolled #header .top .section {
		height: auto;
		padding-top: 10px;
		padding-bottom: 2px;
	}
	
	#header .top .contacts {
		position: static;
		font-size: 12.5px;
		display: table;
		margin: 6px auto 0;
	}
	
	#header .top .contacts li {
		float: left;
		margin-left: 5px;
		margin-right: 5px;
	}
	
	#header .top .logo, body.scrolled #header .top .logo {
		display: table;
		position: static;
		margin: 0 auto;
		font-size: 12.85px;
	}
	
	#header .top .logo {
		padding-left: 7.7em;
	}
	
	#slider .slides li .overlay {
		display: none;
	}
	
	#slider:after {
		height: 24px;
		background-size: auto 100%;
	}
	
	#slider .slides .owl-prev, #slider .slides .owl-next {
		width: 25px;
		height: 25px;
		margin-top: -12.5px;
	}
	
	#slider .slides .owl-prev {
		left: 10px;
	}
	
	#slider .slides .owl-next {
		right: 10px;
	}
	
	#slider .slides .owl-dots {
		text-align: center;
		padding-right: 0;
		bottom: 15px;
	}
	
	#intro {
		text-align: center;
	}
	
	#intro .bottom .links li {
		width: 33.33333333333333%;
		font-size: 12px;
	}
	
	#intro .bottom .links li a {
		margin: 0 auto;
	}
	
	.textImage .section {
		display: block;
	}
	
	.textImage .image,
	.textImage .text {
		position: static;
		display: block;
		width: auto;
		text-align: center;
		padding: 0 !important;
	}
	
	.textImage .text {
		padding: 30px 0 !important;
	}
	
	.textImage .image {
		margin-left: -15px;
		margin-right: -15px;
		padding-bottom: 76.77966101694915% !important;
	}
	
	#enrolNow .enrolBtn {
		margin-left: 0;
		margin-right: 0;
	}
	
	#footer .contactInfo {
		float: none;
		width: auto;
		text-align: center;
		margin-left: 0;
		margin-bottom: 40px;
	}
	
	#footer .centreInfo {
		float: none;
		width: auto;
		margin-right: 0;
		text-align: center;
	}

}


@media only screen and (max-width : 500px) {

}

@media only screen and (max-width : 478px) { 
	#intro .bottom .links li {
		width: 50%;
	}
}

