
/* Large Screens (Desktops) */

@media only screen and (max-width : 1430px) {
	.section {
		max-width: 1200px;
	}
	
	#enrol span {
		font-size: 22px;
	}
	
	#enrol .link {
		font-size: 19px;
	}
}

/* Medium Screens (Tablets - Landscape) */

@media only screen and (max-width : 1225px) {
	.section {
		max-width: 970px;
	}
	
	#header .section {
		height: 182px;
	}
	
	#header .logo {
		width: 460px;
	}
			
	#info ul li {
		padding-left: 10px;
		padding-right: 10px;
	}
		
	#enrol .link {
		margin-top: 20px;
	}
	
	#enrol span {
		margin-left: 0;
		margin-right: 0;
	}
	
}

/* Small Screens  (Tablets - Portrait ) */

@media only screen and (max-width : 991px) {
	.section {
		max-width: 750px;
		padding: 0 15px;
	}
		
	#header .section {
		height: auto;
		text-align: center;
	}
	
	#header .logo {
		margin-bottom: 24px;
	}
	
	#header address {
		position: static;
		display: inline-block;
		margin-left: 20px;
		margin-right: 20px;
		text-align: left;
	}
	
	#header .contacts {
		position: static;
		display: inline-block;
		margin-left: 20px;
		margin-right: 20px;
		text-align: left;
	}
	
	#slider .slides .owl-prev, #slider .slides .owl-next {
		width: 40px;
		height: 40px;
		margin-top: -20px;
	}
	
	#slider .slides .owl-prev {
		left: 10px;
	}
	
	#slider .slides .owl-next {
		right: 10px;
	}
	
	#info ul li img {
		height: 74px;
	}
	
	#info ul li a {
		width: 158px;
		height: 158px;
	}
	
	#footer .copyright em {
		display: none;
	}
	
	#footer .copyright span {
		display: block;
	}
}

/* Extra Small Screens (Mobiles) */
@media only screen and (max-width : 767px) {
	#navigation {
		display: none;
	}
	
	#menuBtn {
		display: block;
	}
	
	#header .section {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	
	#header .logo {
		width: 350px;
		margin-bottom: 0;
	}
	
	#header address {
		margin-bottom: 0;
		margin-top: 15px;
		display: table;
		margin-left: auto;
		margin-right: auto;
	}
	
	#header .contacts {
		text-align: center;
		margin-bottom: 0;
		margin-top: 15px;
	}
	
	#intro {
		font-size: 17px;
	}
	
	#content .section {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	
	#info .section {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	
	#info ul li {
		width: 50%;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	
	#info ul li a {
		margin: 0 auto;
	}
	
	#footer .links li {
		margin-bottom: 10px;
	}
	
	#footer .links li:after {
		display: none;
	}
	
	#footer .copyright span {
		margin-top: 15px;
	}
	
}

@media only screen and (max-width : 500px) {
	#header address {
		font-size: 16px;
	}
	
	#header .contacts li {
		font-size: 16px;
	}
	
	#header .logo {
		width: 250px;
	}

}

@media only screen and (max-width : 478px) { 
	#info ul li {
		margin-right: -2px;
	}
 
	#info ul li img {
		height: 50px;
	}
	
	#info ul li a {
		width: 130px;
		height: 130px;
	}
}

