
/* Large Screens */

@media only screen and (max-width : 1440px) {
	.section.wide {
		max-width: 1170px;
	}

	#header:after,
	#slider:before,
	#courses:after,
	#footer:before,
	#footer {
		background-position: center bottom;
		background-size: 1440px 100%;
	}

	#slider .slides .owl-nav {
		left: 25px;
		right: 25px;
	}

	#courses .listing li .name {
		font-size: 40px;
	}
	
	#assessments .section {
		padding-top: 180px;
	}

	#assessments .listing {
		margin-left: -25px;
		margin-right: -25px;
	}

	#assessments .listing li {
		padding-left: 25px;
		padding-right: 25px;
	}

	#assessments .listing li .linkBtns .linkBtn {
		font-size: 19px;
	}
}

/* Medium Screens (Tablets - Landscape) */

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

	#slider:before {
		height: 80px;
	}

	#courses .listing li .name {
		font-size: 32px;
	}

	#courses:after {
		bottom: -63px;
		height: 70px;
	}

	#assessments .section {
		padding-top: 140px;
		padding-left: 40px;
		padding-right: 40px;
	}
	
	#assessments .listing li .title {
		font-size: 27px;
	}

	#assessments .listing li .linkBtns {
		margin-top: 42px;
	}

	#assessments .listing li .linkBtns .linkBtn {
		font-size: 16px;
	}

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

	#footer .logo {
		width: 590px;
		margin-top: 23px;
	}

}

/* Small Screens  (Tablets - Portrait ) */

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

	#mainWrapper {
		padding-top: 165px;
	}
	
	#header:after {
		height: 48px;
		bottom: -44px;	
	}

	#header .section {
		height: 166px;
	}

	#header .logo,
	body.scrolled #header .logo {
		width: 385px;
	}

	body.scrolled #header .logo {
		width: 273px;
	}

	#header .contacts {
		right: 15px;
	}

	#header .contacts .bookBtn {
		font-size: 15px;
	}

	#header .contacts .phone {
		font-size: 24px;
	}

	#header .socials {
		left: 15px;
	}

	#header #navigation ul li {
		margin-left: 5px;
		margin-right: 5px;
		font-size: 13px;
	}
	
	#header .logo {
		margin-top: 20px;
	}

	#slider {
		margin-bottom: 45px;
	}
	
	#slider:before {
		height: 55px;
	}

	#slider .slides .owl-nav {
		left: 15px;
		right: 15px;
		margin-top: -15px;
	}

	#slider .slides .owl-nav .owl-prev,
	#slider .slides .owl-nav .owl-next {
		width: 30px;
		height: 32px;
	}

	.heading {
		font-size: 38px;
	}

	.subheading {
		font-size: 19px;
	}
	
	#content .section {
		padding-bottom: 30px;
	}

	#intro .section {
		padding-bottom: 40px;
	}
	
	#courses .section {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	#courses .listing {
		margin-left: -9px;
		margin-right: -9px;
		margin-top: 44px;
	}

	#courses .listing li {
		padding-left: 9px;
		padding-right: 9px;
	}

	#courses .listing li .name {
		font-size: 26px;
	}

	#assessments .section {
		padding-top: 130px;
		padding-left: 15px;
		padding-right: 15px;
	}
	
	#assessments .listing {
		margin-left: -15px;
		margin-right: -15px;
	}

	#assessments .listing li {
		padding-left: 15px;
		padding-right: 15px;
	}

	#assessments .listing li .title {
		font-size: 21px;
	}

	#assessments .listing li .linkBtns {
		margin-top: 27px;
	}

	#assessments .listing li .linkBtns .linkBtn {
		font-size: 13px;
	}

	#footer:before {
		height: 60px;
	}

	#footer .section {
		min-height: 355px;
		padding-top: 50px;
	}

	#footer .logo {
		width: 350px;
		margin-top: 67px;
	}

}

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

	#mainWrapper,
	body.scrolled #mainWrapper {
		font-size: 16px;
		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;
	}
	
	#header {
		position: relative;
		border-top: 8px solid #003366;
	}

	#header:after,
	body.scrolled #header:after {
		height: 32px;
		bottom: -25px;
	}

	#header .section,
	body.scrolled #header .section {
		height: auto;
		padding-top: 15px;
		padding-bottom: 18px;
	}
	
	#header #navigation {
		display: none;
	}

	#header .logo,
	body.scrolled #header .logo {
		width: 290px;
		margin-top: 10px;
		margin-bottom: 15px;
	}
	
	#header .socials {
		position: static;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}

	#header .socials li {
		margin: 0 5px;
	}

	#header .contacts {
		position: static;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}

	#header .contacts .phone {
		-webkit-box-ordinal-group: 0;
		    -ms-flex-order: -1;
		        order: -1;
		font-size: 20px;
		margin-bottom: 5px;
	}	
	
	#content .section {
		padding-bottom: 20px;
	}

	#slider {
		margin-bottom: 25px;
	}

	#slider:before {
		height: 40px;
	}

	#slider .slides .owl-nav {
		margin-top: -10px;
	}

	#slider .slides .owl-nav .owl-prev, 
	#slider .slides .owl-nav .owl-next {
		width: 20px;
		height: 22px;
	}

	.heading {
		font-size: 26px;
		margin-bottom: 25px;
	}

	.subheading {
		font-size: 17px;
		margin-bottom: 20px;
	}

	#intro .section {
		padding-top: 5px;
		padding-bottom: 20px;
	}

	#courses .section {
		padding-top: 50px;
		padding-bottom: 20px;
	}

	#courses .listing {
		display: block;
		max-width: 350px;
		margin: 0 auto;
	}

	#courses .listing li {
		width: 100%;
		margin-bottom: 30px;
	}

	#courses .listing li:last-child {
		margin-bottom: 0;
	}

	#assessments .section {
		padding-top: 100px;
		padding-bottom: 45px;
	}

	#assessments .listing {
		display: block;
		max-width: 350px;
		margin: 0 auto;
	}

	#assessments .listing li {
		width: auto;
		padding-left: 0;
		padding-right: 0;
		margin-bottom: 30px;
	}

	#assessments .listing li:last-child {
		margin-bottom: 0;
	}

	#assessments .listing li .linkBtns .linkBtn {
		font-size: 11.5px;
	}

	#footer .section {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}

	#footer .logo {
		-webkit-box-ordinal-group: 0;
		    -ms-flex-order: -1;
		        order: -1;
		margin: 0 auto;
		max-width: 100%;
	}
		
	#footer .texts {
		width: 100%;
		padding-right: 0;
		margin-top: 23px;
	}

	#footer .socials {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	
	#footer .contacts li {
		display: table;
		margin: 0 auto 10px;
	}

}

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

}

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