
/* Large Screens (Desktops) */

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

	#footer .copyright span {
		display: block;
	}
	
	#footer .copyright em {
		display: none;
	}

}

/* Medium Screens (Tablets - Landscape) */

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

}

/* Small Screens  (Tablets - Portrait ) */

@media only screen and (max-width : 991px) {
	.section {
		max-width: 750px;
		padding: 0 15px;
	}
	
	#mainWrapper {
		font-size: 16px;
	}
	
	#header {
		height: 219px;
	}
	
	#header .logo {
		width: 728px;
		margin-bottom: 12px;
	}
	
	#header .contacts {
		font-size: 16px;
	}
	
	#header .contacts .socials {
		margin-bottom: 12px;
	}
	
	#header #navigation ul li {
		margin-right: 6px;
		margin-left: 6px;
		font-size: 16px;
	}
	
	#slider .slides .owl-dots {
		bottom: 10px;
	}
	
	#slider .slides .owl-dots .owl-dot {
		width: 19px;
		height: 19px;
		margin: 0 5px;
	}
	
	#intro .enrolBtn {
		width: 333px;
	}
	
	#intro .enrolBtn .text {
		font-size: 35px;
	}
	
	#footer {
		font-size: 15px;
	}
	
}

/* Extra Small Screens (Mobiles) */
@media only screen and (max-width : 767px) {
	
	#header {
		height: auto;
		padding-top: 15px;
		padding-bottom: 15px;
	}
		
	#menuBtn {
		display: block;
	}
	
	#header .contacts {
		position: static;
		text-align: center;
	}
		
	#navigation {
		display: none;
	}
	
	#header .logo {
		width: auto;
		margin-bottom: 20px;
	}
	
	#header .logo .image {
		width: 100px;
		margin: 0 auto 10px;
	}
	
	#header .logo .text {
		display: block;
		position: static;
		margin: 0 auto 10px;
		width: 250px;
	}
			
	#slider .slides .owl-dots {
		bottom: 2px;
	}
	
	#slider .slides .owl-dots .owl-dot {
		width: 14px;
		height: 14px;
		margin: 0 3px;
	}
	
	#content .section {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	
	#intro {
		text-align: center;
	}
	
	#intro .enrolBtn {
		width: 246px;
	}
	
	#intro .enrolBtn .text {
		font-size: 26px;
	}
	
	#footer #links ul li {
		padding: 0 15px 5px;
	}
	
	#footer #links ul li:after {
		display: none;
	}
	
	#footer .copyright span {
		margin-top: 10px;
	}
}


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


}

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

