
/* Large Screens (Desktop) */

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

}

@media only screen and (max-width : 1290px) {
	
	body {
		border: 2px solid red;
	}

   .section {
		max-width: 990px;
	}
	
	#mainWrapper {
		padding-top: 144px;
	}
	
	body.scrolled #mainWrapper {
		padding-top: 122px;
	}
	
	#header {
		height: 240px;
	}
	
	body.scrolled #header {
		height: 187px;
	}
	
	body.scrolled #header .logo {
		width: 237px;
	}
	
	body.scrolled #header #navigation {
		margin-top: 20px;
	}
		
	#header .logo {
		width: 340px;
	}

	#intro .links li a span.ico {
		width: 153px;
		height: 153px;
	}
	
	#intro .info .image {
		margin-right: 0;
		width: 460px;
	}
	
	#intro .info .text {
		font-size: 21px;
	}
	
	#intro .info .text .logo {
		width: 300px;
	}

	#contentSlider {
		min-height: 540px;
	}
	
	#contentSlider .text {
		padding-left: 45px;
		padding-right: 45px;
	}
	
	#contentSlider .text img {
		max-width: 415px;
	}

	#feed .section {
		max-width: 990px;
		padding-bottom: 250px;
	}
	
	#feed .right {
		margin-top: 75px;
	}
	
	#footer .top .logo {
		width: 380px;
		top: 146px;
		margin-left: -140px;
	}
}

/* Medium Screens (Tablets - Landscape) */

@media only screen and (max-width : 1225px) {
	
	body {
		border: 2px solid green;
	}
	.section {
		max-width: 970px;
	}
	
	#mainWrapper {
		padding-top: 85px;
	}
	
	#header {
		height: 224px;
	}

	#header:before {
		left: -250px;
		right: -250px;
	}

	#header #navigation {
		margin-top: 18px;
	}
	
	#header #navigation ul li {
		margin: 0 16px;
	}

	#header .contacts {
		top: 55px;
		right: 9px;
	}	
	
	#header .contacts li {
		font-size: 21px;
	}
	
	#content .section {
		padding-top: 40px;
	}

	body.scrolled #header .contacts {
		top: 49px;
	}

	#contentSlider {
		min-height: 470px;
	}
	
	#contentSlider .image img {
		width: 430px;
	}

	#contentSlider .text .slides .owl-nav {
		bottom: 40px;
	}
	
	#intro .section {
		padding-top: 60px;
	}
	
	#intro .info {
		padding-top: 0;
		padding-bottom: 70px;
	}
	
	#intro .info .text {
		width: 479px;
	}
	
	#feed .right {
		margin-top: 38px;
		margin-right: 45px;
	}
}

/* Small Screens  (Tablets - Portrait ) */

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

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

	#header,
	body.scrolled #header {
		height: 177px;
	}
	
	#header #navigation,
	body.scrolled #header #navigation {
		margin-top: 18px;
	}

	#header #navigation ul li,
	body.scrolled #header #navigation ul li {
		font-size: 14px;
		margin: 0 9px;
	}

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

	#header .contacts,
	body.scrolled #header .contacts {
		top: 44px;
		right: 9px;
	}

	#header .contacts li,
	body.scrolled #header .contacts li {
		font-size: 16px;
		margin-left: 3px;
	}

	#header .contacts li a img,
	body.scrolled #header .contacts li a img {
		height: 18px;
	}

	#header .enrolNow,
	body.scrolled #header .enrolNow {
		font-size: 12px;
	}

	#slider .slides .owl-prev, #slider .slides .owl-next {
		width: 30px;
		height: 30px;
		margin-top: -15px;
	}

	#intro {
		font-size: 20px;
	}
	
	#intro .section {
		padding-bottom: 0;
	}
	
	#intro .info {
		padding-top: 20px;
		padding-bottom: 40px;
	}

	#intro .links li a span.ico {
		width: 110px;
		height: 110px;
	}

	#intro .links li a span.name {
		font-size: 18px;
	}
	
	#intro .info .image {
		width: 361px;
		border-width: 6px;
		margin-top: 10px;
	}
	
	#intro .info .text {
		width: 331px;
		font-size: 18px;
	}
	
	#intro .info .text .logo {
		width: 200px;
		margin-bottom: 20px;
	}

	#contentSlider {
		min-height: 407px;
	}
	
	#contentSlider .image img {
		width: 320px;
	}

	#contentSlider .text .slides li {
		font-size: 16px;
	}

	#contentSlider .text .slides .owl-nav {
		right: 25px;
	}

	#feed .right .registerBtn {
		font-size: 16px;
	}
	
	#footer .top .section {
		padding-top: 130px;
	}

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

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

	#mainWrapper,
	body.scrolled #mainWrapper {
		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,
	body.scrolled #header {
		position: relative;
		top: 0;
		height: auto;
		padding-top: 10px;
		z-index: 10000;
		-webkit-transition: none;
		-o-transition: none;
		transition: none;
	}

	#header #navigation {
		display: none;
	}

	#header:before {
		-webkit-mask-image: none;
		mask-image: none;
		z-index: -1;
	}

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

	#header .contacts {
		position: static;
		text-align: center;
	}

	#header .contacts li,
	body.scrolled #header .contacts li {
		float: none;
		display: inline-block;
		margin: 0 3px;
		font-size: 20px;
	}

	#header .enrolNow,
	body.scrolled #header .enrolNow {
		display: block;
		position: static;
		-webkit-animation: none;
		        animation: none;
		text-align: center;
		border-radius: 0;
		font-size: 14px;
		padding-top: 7px;
		padding-bottom: 7px;
	}

	#slider .slides .owl-prev, #slider .slides .owl-next {
		width: 25px;
		height: 25px;
		margin-top: -12.50px;
	}

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

	#intro .links {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}

	#intro .links li {
		margin: 0 15px 15px;
	}
	
	#intro .section {
		padding-bottom: 20px;
	}
	
	#intro .info {
		flex-direction: column;
		padding-top: 0;
		padding-bottom: 40px;
	}
	
	#intro .info .image {
		order: -1;
		width: auto;
		max-width: 350px;
		margin: 0 auto 30px;
	}
	
	#intro .info .text {
		width: 100%;
		text-align: center;
	}
	
	#intro .info .text p {
		text-align: center;
	}
	
	#contentSlider .image {
		position: static;
		width: auto;
		padding-bottom: 86.7043847241867%;
	}
	
	#contentSlider .image img {
		width: 280px;
	}

	#contentSlider .text {
		width: auto;
		padding: 20px;
		text-align: center;
	}

	#contentSlider .text .slides .owl-nav {
		position: static;
		text-align: center;
	}

	#contentSlider .text .slides .owl-nav .owl-prev, #contentSlider .text .slides .owl-nav .owl-next {
		margin: 0 10px;
	}
	
	#content .section {
		padding-top: 35px;
	}

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

	#feed .left {
		float: none;
		width: auto;
		max-width: 500px;
		margin: 0 auto;
	}

	#feed .right {
		float: none;
		width: auto;
		margin-right: 0;
		margin-top: 50px;
	}

	#feed .right img {
		display: none;
	}

	#feed .right .registerBtn {
		padding-left: 20px;
		padding-right: 20px;
		margin-top: 0;
	}

	#footer .top .section {
		position: relative;
		padding-top: 58px;
		padding-bottom: 30px;
		min-height: 1px;
		z-index: 1;
	}

	#footer .top .section:before {
		content: "";
		position: absolute;
		left: 0;
		right: 0;
		top: 50px;
		bottom: 0;
		background: #f5e7e4;
		z-index: -1;
	}

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

	#footer .top .contacts {
		float: none;
		margin-top: 40px;
	}

	#footer .top .contacts li {
		display: table;
		margin: 0 auto 20px;
	}

	#header .contacts li:last-child a img {
		margin-top: -152px;
		margin-right: 10px;
	}

	#footer .socials {
		float: none;
		display: block;
		margin-top: 30px;
		text-align: center;
	}

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

@media only screen and (max-width : 478px) { 
	#slider .slides li .overlay {
 		font-size: 4.5vw;
 		bottom: .5em;
	}
	
}

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

}