
/* Large Screens (Desktop) */

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

}

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

	#header #navigation ul li {
		margin-left: 40px;
	}

	.heading {
		font-size: 43px;
	}

	#links .section {
		padding-top: 70px;
		padding-bottom: 70px;
	}

	#links ul li a {
		font-size: 33px;
	}
}

/* Medium Screens (Tablets - Landscape) */

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

	#header .email,
	#header #navigation,
	#header .socials {
		right: 20px;
	}
	#header .phone {
		right: 230px;
	}
	#header .logo {
		left: 20px;
	}

	#header #navigation ul li {
		margin-left: 24px;
	}

	#banner .overlay .title {
		font-size: 53px;
	}

	.heading {
		font-size: 42px;
	}
	
}

/* Small Screens  (Tablets - Portrait ) */

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

	#header .logo {
		left: 15px;
		width: 95px;
	}

	body.scrolled #header .logo {
		top: 49px;
		width: 60px;
	}

	#mainWrapper {
		padding-top: 114px;
	}

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

	#header #navigation {
		top: 108px;
	}

	#header #navigation ul li ul {
		padding-top: 14px;
	}

	body.scrolled #header #navigation {
		top: 87px;
	}

	body.scrolled #header #navigation ul li ul {
		padding-top: 12px;
	}

	#header #navigation {
		top: 85px;
	}

	#header #navigation ul li {
		margin-left: 14px;
		font-size: 13px;
	}

	#header {
		height: 115px;
	}
	
	#header .email, #header .phone {
		font-size: 14px;
	}

	#header .email, #header #navigation, #header .socials {
		right: 15px;
	}
	#header .phone {
		right: 195px;
	}
	#header .socials {
		top: 45px;
	}

	#header .socials li {
		margin-left: 16px;
	}

	#header .socials li img {
		height: 24px;
	}

	body.scrolled #header .socials {
		top: 54px;
	}

	#intro .info {
		margin-top: -57px;
	}

	#banner .overlay {
		bottom: 76px;
	}

	#banner .overlay .title {
		font-size: 47px;
	}
	
	#content .section {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.heading {
		font-size: 38px;
	}

	#links .section {
		padding-top: 55px;
		padding-bottom: 55px;
	}

	#gallery .listing,
	#links ul {
		margin-left: -10px;
		margin-right: -10px;
	}

	#gallery .listing li,
	#links ul li {
		padding: 0 10px;
		margin: 10px 0;
	}

	#links ul li a {
		font-size: 26px;
	}

	#gallery .section {
		padding-top: 55px;
	}

	#gallery .listing {
		margin-top: 37px;
	}

	#footer .top .logo {
		margin-left: -11px;
	}
}

/* Extra Small Screens */
@media only screen and (max-width : 767px) {
	#menuBtn {
		display: block;
	}

	#mainWrapper,
	body.scrolled #mainWrapper {
		-webkit-transition: none;
		-o-transition: none;
		transition: none;
		padding-top: 0;
		transition: -webkit-transform .4s ease;
		-webkit-transition: -webkit-transform .4s ease;
		-o-transition: transform .4s ease;
		transition: transform .4s ease;
		transition: transform .4s ease, -webkit-transform .4s ease;
		transition: transform .4s ease,-webkit-transform .4s ease;
	}

	#header {
		position: static;
		-webkit-transition: none;
		-o-transition: none;
		transition: none;
		height: auto;
		padding-top: 15px;
		padding-bottom: 15px;
		border-top: 6px solid #979d79;
		border-bottom: 4px solid #979d79;
	}

	#header #navigation {
		display: none;
	}

	#header .logo,
	body.scrolled #header .logo {
		position: static;
		display: block;
		width: 120px;
		margin: 0 auto 10px;
	}

	#header .email,
	body.scrolled #header .email {
		position: relative;
		left: 0;
		right: 0;
		top: 0;
		display: table;
		margin: 0 auto;
		font-size: 16px;
	}
	#header .phone,
	body.scrolled #header .phone {
		position: relative;
		left: 0;
		right: 0;
		top: 0;
		display: table;
		margin: 10px auto 0;
		font-size: 16px;
	}

	#header .socials,
	body.scrolled #header .socials {
		top: 15px;
	}

	#intro .section {
		padding-top: 30px;
	}

	#intro .info {
		margin-top: 0;
	}

	#banner .overlay .title {
		font-size: 6vw;
	}

	#banner .overlay {
		bottom: 2vw;
	}

	#banner .overlay .enrolNow {
		font-size: 11px;
	}
	
	#content .section {
		padding-top: 30px;
		padding-bottom: 30px;
	}


	.heading {
		font-size: 35px;
	}

	.subheading {
		font-size: 22px;
	}

	#intro .imageText .image {
		float: none;
		width: auto;
		max-width: 300px;
		margin: 0 auto 30px;
	}

	#intro .imageText .text {
		float: none;
		width: auto;
	}

	#intro .info .title {
		font-size: 22px;
	}

	.bulletList li {
		padding-left: 24px;
	}

	#links .section {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	#links ul {
		display: block;
	}

	#links ul li {
		display: block;
		width: auto;
		margin-bottom: 30px;
	}

	#links ul li:last-child {
		margin-bottom: 0;
	}

	#links ul li a {
		display: block;
	}

	#gallery .section {
		padding-top: 45px;
	}

	#gallery .listing {
		margin-top: 30px;
	}

	#footer .top .section {
		padding-top: 35px;
	}

	#footer .top .contacts {
		float: none;
		margin: 0;
	}

	#footer .top .logo {
		position: static;
		display: block;
		margin: 0 auto 30px;
	}

	#footer .top #fLinks {
		float: none;
		margin-top: 29px;
	}

	#footer .top .contacts li {
		display: table;
		margin: 0 auto 14px;
		text-align: center;
	}

	#footer .top #fLinks ul li {
		text-align: center;
	}

	#footer .bottom {
		text-align: center;
	}

	#footer .bottom .copyright {
		float: none;
	}

	#footer .bottom .socials {
		float: none;
	}

	#footer .bottom .socials li {
		float: none;
		margin: 0 10px;
		display: inline-block;
	}
}

@media only screen and (max-width : 478px) { 
	
	#gallery .listing li {
		width: 50%;
	}
}

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