@media (max-width:1600px) {
	.footer_top .content {
		width: 50%;
	}
	.footer_top .content .img-block { width:40%; }
	.footer_top .content .right-block { width:60%; padding:50px 30px 50px 10px; }
}
@media (max-width:1366px) {
	.logo img {
		width: 70px;
	}
	.logo_text {
		font-size: 18px;
		padding-left: 16px;
	}
	.menu > li {
		margin-right: 6px;
	}
	.menu > li > a {
		padding: 6px 10px;
	}
	.wrapper {
		padding-top: 144px;
	}
	body.scrolled .wrapper {
		padding-top: 136px;
	}
}
@media (max-width:1199px) {
	.menu-btn {
		display: block;
	}
	.header-right {
		z-index: 10;
		position: fixed;
		top: 144px;
		left: 0;
		width: 100%;
		height: calc(100vh - 144px);
		background: #fff;
		overflow-y: auto;
		display: none;
		padding: 0;
		border-top: 1px solid #f5f5f5;
	}
	body.scrolled .header-right {
		top: 136px;
		height: calc(100vh - 136px);
	}
	.menu {
		display: block;
	}
	.menu > li {
		display: block;
		margin: 0;
	}
	.menu > li > a {
		padding: 10px 30px;
		border: 0;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}
	.menu li.has-sub > a {
		padding-right: 42px;
	}
	.menu > li > a:hover,
	.menu > li.active > a {
		color: #000;
	}
	.menu .submenu-button {
		top: 0;
		right: 0;
		width: 42px;
		height: 42px;
		display: flex;
		justify-content: center;
		align-items: center;
		background: #edf3d7;
	}
	.menu li.has-sub.active .submenu-button {
		-webkit-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		transform: rotate(180deg);
	}
	.footer_top .map {
		width: 100%;
		position: relative;
		height: 400px;
	}
	.footer_top .content {
		width: 100%;
		-webkit-border-radius: 0;
	    -moz-border-radius: 0;
	    border-radius: 0;
	}
	.value_list .content {
		padding: 30px;
	}
}

@media (max-width:1023px) {
	.s-pt,
	.s-py {
	    padding-top: 50px !important;
	}
	.s-pb,
	.s-py {
	    padding-bottom: 50px !important;
	}
	.s-pt-half,
	.s-py-half {
	    padding-top: 30px !important;
	}
	.s-pb-half,
	.s-py-half {
	    padding-bottom: 30px !important;
	}
	.container {
		padding-left: 20px;
		padding-right: 20px;
	}
	.top_header {
		padding: 8px 20px;
	}
	.middle_header,
	body.scrolled .middle_header {
		padding: 12px 20px;
	}
	.main_banner .logo-bg {
		width: 100%;
	}
	.main_banner .logo-bg img {
		max-width: 90%;
		width: 250px;
		margin: 0 auto;
		opacity: .3;
	}
	.main_banner .banner_content {
		top: 0;
		left: 0;
		padding: 50px 30px;
	}
	.main_banner .inner {
		max-width: 300px;
		text-align: center;
		margin: 0 auto;
	}
	.main_banner h2 {
		font-size: 40px;
	}
	.main_banner .banner-img {
		width: 100%;
		position:relative;
	}
	.main_banner .banner-img img,
	.main_banner .banner-img video{
		border: 10px solid rgba(255, 255, 255, .2);
		border-right: 10px solid rgba(255, 255, 255, .2);
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}
	.principals_message .left_block {
		width: 100%;
	}
	.principals_message .left_block img {
		width: 100%;
	}
	.principals_message .right_block {
		width: 100%;
		padding-top: 20px;
	}
	.core_value .d-flex {
		-webkit-flex-flow: row wrap;
    	flex-flow: row wrap;
	}
	.core_value .left_block {
		margin: 0 auto 30px auto;
		padding: 0;
	}
	.events_list .left_block,
	.events_list .right_block {
		width: 100%;
	}
	.events_list .right_block {
		margin-top: 15px;
	}
	.footer_top .content .img-block {
		width: 250px;
	}
	.footer_top .content .right-block {
		padding: 20px;
	}
}
@media (max-width:767px) {
	.value_list .item {
		width: 50%;
	}
	.footer_top .content .img-block {
		width: 200px;
	}
	.footer_top .content .right-block {
		width: calc(100% - 200px);
	}
	.calendar_events {
		padding-top: 100px;
	}
	.page_title { padding: 60px 0; min-height: 150px; }
	.page_title h1 { font-size: 32px; line-height: 36px; }
	.main-event .img { width: 100%; padding-right: 0; padding-bottom: 20px; }
	.main-event .data { width: 100%; padding: 0; }
	.elist { margin-left: -30px; margin-top: -30px; }
	.elist li { width: calc(33.33% - 30px); margin: 30px 0 0 30px; }
	.elist li.no-event { width: calc(100% - 30px); }

	.curriculum .left_block, .curriculum-details .left_block, .sidebar .content-block { width: 100%; padding: 0 0 30px 0; }
	.curriculum .right_block, .curriculum-details .right_block, .sidebar .sidebar-block { width: 100%; }
	.two-col { margin-left:-15px; margin-right:-15px; }
	.two-col .l-block, .two-col .r-block { width: 100%; padding: 0 15px; }
	.two-col .l-block { padding-bottom: 20px; }

	.event_detail .right_block .sticky,
	.curriculum .right_block .sticky,
	.curriculum-details .right_block .sticky,
	.sidebar .sidebar-block .sticky { position:relative; top: 0; }
}
@media (max-width:575px) {
	h2 {
		font-size: 28px;
	}
	h3 {
		font-size: 22px;
	}
	.top_header {
		padding: 8px 10px;
	}
	.top_header .links {
		line-height: 1;
	}
	.top_header .links li {
		padding: 0 4px;
		line-height: 1;
	}
	.top_header .links li::after {
		display: none;
	}
	.top_header .links li a {
		font-size: 0;
	}
	.top_header .links li a:hover i {
		color: #edf3d7;
	}
	.top_header .links li a i {
		font-size: 14px;
	}
	.top_header .right-block .btn {
		margin-left: 10px;
		padding: 11px 30px 10px 16px;
	}
	.top_header .right-block .btn.icon::after {
		right: 14px;
	}
	.middle_header,
	body.scrolled .middle_header {
		padding: 12px 10px;
	}
	.logo {
		width: 200px;
	}
	.logo img {
		width: 60px;
	}
	.logo_text {
		font-size: 16px;
		padding-left: 10px;
	}
	.header-right {
		height: calc(100vh - 134px);
		top: 134px;
	}
	.menu > li > a {
		padding: 6px 10px;
	}
	.menu .submenu-button {
		width: 34px;
		height: 34px;
	}
	.wrapper {
		padding-top: 134px;
	}
	.value_list .item {
		width: 100%;
	}
	.events_list .item_full {
		-webkit-flex-flow: row wrap;
    	flex-flow: row wrap;
	}
	.events_list .item_full .img_block {
		width: 100%;
	}
	.events_list .item_full .content {
		width: 100%;
		padding: 20px 0 0 0;
	}
	.events_list .item {
		-webkit-flex-flow: row wrap;
    	flex-flow: row wrap;
	}
	.events_list .item .info {
		margin-bottom: 10px;
		padding: 10px;
		width: 100%;
	}
	.events_list .item .content {
		width: 100%;
		padding: 0;
	}
	.testimonial_slider .content p {
		font-size: 14px;
		line-height: 1.4;
	}
	.testimonial_slider .avatar_info img {
		width: 50px;
	}
	.testimonial_slider .avatar_info h6 {
		font-size: 16px;
	}
	.slick-dots {
		margin-top: 24px;
	}
	.footer_top .content .img-block {
		display: none;
	}
	.footer_top .content .right-block {
		width: 100%;
		text-align: center;
	}
	.footer_top .logo {
		margin: 0 auto 10px auto;
	}
	.footer_bottom {
		text-align: center;
	}
	.footer_bottom .left_block {
		width: 100%;
		padding-bottom: 10px;
	}
	.footer_bottom .right_block {
		width: 100%;
	}
	.elist { margin-left: -20px; margin-top: -20px; }
	.elist li { width: calc(50% - 20px); margin: 20px 0 0 20px; }
	.elist li.no-event { width: calc(100% - 20px); }
}
@media (max-width:479px) {
	.elist { }
	.elist li { width: calc(100% - 20px); }
}