
/* 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: 27px;
	}

	#intro .links li a span.ico {
		width: 153px;
		height: 153px;
	}

	#contentSlider {
		min-height: 540px;
	}

	#contentSlider .text {
		padding-left: 45px;
		padding-right: 45px;
		padding-top: 70px;
	}

	#feed .section {
		max-width: 990px;
		padding-bottom: 250px;
	}
}

/* Medium Screens (Tablets - Landscape) */

@media only screen and (max-width : 1225px) {
	.section {
		max-width: 970px;
	}

	#mainWrapper {
		padding-top: 85px;
	}

	#header {
		top: -40px;
	}

	#header .logo {
		left: 15px;
		top: 54px;
		width: 170px;
	}

	#header:before {
		left: -250px;
		right: -250px;
	}

	#header #navigation {
		top: 98px;
		right: 15px;
	}

	#header #navigation ul li {
		margin-left: 16px;
	}

	#header .enrolNow {
		top: 46px;
	}

	body.scrolled #header .enrolNow {
		top: 27px;
	}

	#header .contacts {
		top: 48px;
		right: 185px;
	}
	
	#content .section {
		padding-top: 40px;
	}

	body.scrolled #header .contacts {
		top: 38px;
	}

	#contentSlider {
		min-height: 470px;
	}

	#contentSlider .text {
		padding-bottom: 100px;
	}

	#contentSlider .text .slides .owl-nav {
		bottom: 40px;
	}
}

/* Small Screens  (Tablets - Portrait ) */

@media only screen and (max-width : 991px) {
	.section {
		max-width: 750px;
		padding-left: 15px;
		padding-right: 15px;
	}

	#mainWrapper {
		padding-top: 67px;
	}

	body.scrolled #mainWrapper {
		padding-top: 33px;
	}

	#header {
		height: 177px;
	}

	#header #navigation {
		top: 88px;
	}

	#header #navigation ul li {
		font-size: 11px;
		margin-left: 13px;
	}

	#header .logo {
		width: 140px;
	}

	#header .contacts {
		right: 133px;
	}

	#header .contacts li {
		font-size: 13px;
		margin-left: 22px;
	}

	#header .contacts li a img {
		height: 18px;
	}

	#header .enrolNow {
		font-size: 12px;
	}

	body.scrolled #header #navigation {
		top: 86px;
	}

	body.scrolled #header .logo {
		width: 98px;
	}

	#slider .slides .owl-prev, #slider .slides .owl-next {
		width: 30px;
		height: 30px;
		margin-top: -15px;
	}

	#intro {
		font-size: 20px;
	}

	#intro .links li a span.ico {
		width: 110px;
		height: 110px;
	}

	#intro .links li a span.name {
		font-size: 18px;
	}

	#contentSlider {
		min-height: 407px;
	}

	#contentSlider .text .slides li {
		font-size: 16px;
	}

	#contentSlider .text .title {
		font-size: 25px;
	}

	#contentSlider .text {
		padding: 50px 25px 80px;
	}

	#contentSlider .text .slides .owl-nav {
		right: 25px;
	}

	#feed .right .registerBtn {
		font-size: 16px;
	}

	#footer .top .logo {
		margin-left: -54px;
	}
	
}

/* Extra Small Screens */
@media only screen and (max-width : 767px) {
	#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;
		border-top: 6px solid #88a145;
		-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 {
		float: none;
		display: inline-block;
		margin: 0 10px;
		font-size: 20px;
	}

	#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;
	}

	#contentSlider .image {
		position: static;
		width: auto;
		padding-bottom: 86.7043847241867%;
	}

	#contentSlider .text {
		width: auto;
		padding: 40px 20px 10px;
		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-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: #f4f1ec url(../images/texture-bg.jpg) center -688px;
		z-index: -1;
	}

	#footer .top .logo {
		display: block;
		position: static;
		width: 250px;
		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) { 
	

}