
@media screen and (min-width: 2001px) {
	.news_box .note {
		width: 24%; /* 24.25 */
		padding-bottom: 18.44%;
	}
	/* .news_box .note:nth-child(4n+4) {
	  margin-right: 0;
	} */
	.news_box .note:nth-child(8n+2) .note_text_container,
	.news_box .note:nth-child(8n+4) .note_text_container,
	.news_box .note:nth-child(8n+5) .note_text_container,
	.news_box .note:nth-child(8n+7) .note_text_container {
		background-color: rgba(24, 56,93,0.8);
	}
	.news_box .note:nth-child(8n+2) .note_text_info,
	.news_box .note:nth-child(8n+4) .note_text_info,
	.news_box .note:nth-child(8n+5) .note_text_info,
	.news_box .note:nth-child(8n+7) .note_text_info {
		color: #CA7F3B;
	}
}
@media screen and (min-width: 1301px) and (max-width: 2000px) {
	.news_box .note {
		width: 32.33%; /* 32.66 */
		padding-bottom: 24.84%;
	}
	/* .news_box .note:nth-child(3n+3) {
	  margin-right: 0;
	} */
	.news_box .note:nth-child(6n+2) .note_text_container,
	.news_box .note:nth-child(6n+4) .note_text_container,
	.news_box .note:nth-child(6n+6) .note_text_container {
		background-color: rgba(24, 56,93,0.8);
	}
	.news_box .note:nth-child(6n+2) .note_text_info,
	.news_box .note:nth-child(6n+4) .note_text_info,
	.news_box .note:nth-child(6n+6) .note_text_info {
		color: #CA7F3B;
	}
}

@media screen and (max-width: 1300px) {
	.news_box .note {
		width: 49%; /* 49.5 */
		padding-bottom: 37.65%;
	}
	/* .news_box .note:nth-child(2n+2) {
	  margin-right: 0;
	} */
	.news_box .note:nth-child(4n+2) .note_text_container,
	.news_box .note:nth-child(4n+3) .note_text_container {
		background-color: rgba(24, 56,93,0.8);
	}
	.news_box .note:nth-child(4n+2) .note_text_info,
	.news_box .note:nth-child(4n+3) .note_text_info {
		color: #CA7F3B;
	}
	.news_box .note:nth-child(4n+2) .note_text span,
	.news_box .note:nth-child(4n+3) .note_text span {
		color: #CA7F3B;
	}
}

@media (max-width: 1180px) {

	.int_content_wrapper {
		padding-left: 20px;
	}

}

@media (max-width: 1080px) {

	.search_aside,
	.news_box {
		padding: 30px;
	}
	/*.search_aside {
		width: 15%;
	}
	.news_box {
		width: 85%;
	}*/
	.note_text {
		line-height: 1;
	}

}

@media (max-width: 950px) {
	.banner_int {
		height: 0;
		padding-bottom: 39.58%;
	}
	/*  Mobile Menu */
	body.menu-open .main-menu-mask {
		display: block;
		position: fixed;
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
		cursor: pointer;
		z-index: 5;
	}
	.menu-wrapper {
		position: fixed;
		display: block;
		right: -350px;
		top: 0;
		width: 80%;
		max-width: 350px;
		height: 100%;
		padding: 25px;
		background-color: #000; /*#c0272d;*/
		transition: right 0.3s ease-in-out;
		overflow: auto;
		box-shadow: 0 0 10px rgba(0,0,0,0.3);
		z-index: 10;
	}

	.main_menu ul li.active a {
		color: #FFF;
		transition-duration: 0;
	}
	/*.main_menu > ul > li:hover > ul {
		display: none;
	  justify-content: space-around;
	}*/
	/*.main_menu > ul > li > ul,
	/*.main_menu .baby,
	.main_menu > ul > li:hover > ul {
		display: none;
	} */
	.submenu_row {
		display: block;
	}


	.main_menu {
		position: relative;
		display: block;
		width: 100%;
	}
	.main_menu > ul > li {
		display: block;
		padding: 0;
		text-align: left;
		border-bottom: 0; /*1px solid #FFF;*/
	}
	.main_menu > ul > li:last-child {
		border-bottom: 0;
	}
	.main_menu > ul > li > a {
		display: block;
		padding: 8px 0 !important;
		border-right: 0;
		color: #FFF;
		font-size: 2em;
	}
	.main_menu > ul > li.current-menu-item > a,
	.main_menu > ul > li > ul > li.current-menu-item > a,
  .main_menu > ul > li.active > a {
		color: #FFF;
		font-weight: 700;
	}
	.main_menu > ul > li > ul {
		position: relative;
		display: none;
		width: 100%;
		height: auto !important;
		padding: 0;
		background: transparent;
		opacity: 1;
	}
	.main_menu > ul > li.active > ul {
		display: block;
		margin-top: 0;
	}
	.main_menu > ul > li.current-menu-item > ul {
		height: auto;
		opacity: 1;
		transition: opacity 0.3s ease-in-out;
	}
	.main_menu .submenu-heading {
		display: none;
	}
	.main_menu > ul > li > ul > li {
		padding: 5px 0;
	}
	.main_menu > ul > li > ul > li > a {
		display: block;
		padding: 5px 0;
		font-size: 1.6em;
	}

	body.menu-open {
		position: fixed;
		overflow: hidden;
	}
	body.menu-open .menu-wrapper {
		right: 0;
		transition: right 0.3s ease-in-out;
	}
	body.menu-open .main-menu-button {
		display: none;
	}
	.main-menu-button {
		position: absolute;
		display: block;
		right: 0;
		top: 0;
	  width: 44px;
	  height: 44px;
	  padding: 7px;
	  margin-top: 6px;
	  background-color: #000; /*#FCAF39;*/
	  border-radius: 0; /*8px;*/
	  cursor: pointer;
	  margin: 55px 5% 0 0;
	  font-size: 4em;
    text-align: center;
    line-height: 0.8;
	}
	.main-menu-button .menu-line {	
	  display: block;
	  width: 22px;
	  height: 3px;
	  margin: 5px auto;
	  background-color: #FFF;
	}
	.main-menu-close {
	  display: block;
	  width: 100%;
	  height: 20px;
	  background: url('../images/menu-close@2x.png') no-repeat right top;
	  background-size: 20px 20px;
	  cursor: pointer;
	}

	/* Override existing menu styles */

	.main_menu > ul > li > a:before {
		display: none;
	}
	.menu_top > ul {
    height: auto;
    padding-right: 0;
 	}
 	.menu_top, .menu_bottom {
    margin-top: 0;
 		padding-left: 0;
    margin-right: 0;
 	}
	.main_menu ul > li > ul > .submenu_row > li {
    float: none;
    width: 100%;
    padding-right: 0;
  }
	.main_menu > ul > li > ul > .submenu_row {
    padding: 0;
    border-top: 0;
  }
  .menu_line {
  	display: none;
  }
	.main_menu > ul > li > ul > .submenu_row > li > a {
		padding: 8px 0;
		font-family: Nunito, sans-serif;
		font-size: 2em;
		font-weight: 400;
	}
	.main_menu > ul > li > ul > .submenu_row > li > ul > li > a {
		font-weight: 400;
	}
	.main_menu > ul ul ul {
		margin: 5px 0 0 15px;
	}

	.main_menu ul ul ul li a {
		font-size: 1.8em;
	}

	.main_menu ul ul ul li {
		margin: 10px 0;
	}

  /* Override search area */
	.size_change {
		margin-right: 2.5%;
	}
	.search {
		margin: 6px 0;
    background: none;
  }
	.header_aside {
    width: 100%;
    right: 0;
    top: 0;
    left: 0;
    padding: 0 20px;
    background-color: #000;
    text-align: right;
  }
	.header_logo {
    left: 5%;
    top: 55px;
  }

  /* Override slider */
	.home-slider {
    height: 0;
    padding-bottom: 50%;
  }
  .slide_text {
  	width: 100%;
  	min-width: 0;
  	padding: 20px 5%;
  	bottom: 0;
  }
  .slide_text h3 {
  	padding-bottom: 0;
    margin-top: 0;
    font-size: 2.5em;
    border-bottom: 0;
  }
	.slide_text a span.orange_arrow {
	  margin-top: 0;
	}

	/* Gallery */
	.gallery_box:nth-child(3n+3) {
    margin-right: 1%;
	}
	.gallery_box, a.gallery_box {
    float: left;
    width: 48%;
    height: 140px;
    /* padding: 1%; */
    margin: 4px;
	}
	.gallery_cont h2,
	.gallery_cont p {
		margin-left: 4px;
	}

	.search_aside,
	.news_box {
		padding: 30px;
	}

	.int_content_wrapper {
		padding-left: 20px;
    padding-right: 20px;
    width: 90%;
    margin: 0 auto;
	}
	.professor_content .left {
		padding-right: 0;
	}
	.news_section .latest_news, .news_section .events {
		padding-top: 20px;
	}
	.news_section .events h2 {
		margin-bottom: 20px;
	}
	.blog_section .blog {
		padding-top: 50px;
	}
	.blog_section .faculty_publications {
		padding-top: 40px;
	}
}




@media (max-width: 850px) {

	.latest_news, .aside_cont, .blog.aside_cont, 	.faculty_publications {
		width: 100%;
		padding-bottom: 20px;
	}

	.news_section .wrapper {
		padding: 20px 0 40px 0;
    width: 95%;
  }
  .home .blog_section .wrapper {
    width: 95%;
    padding: 0;
  }
	.blog_section .wrapper:before {
		display: none;
	}
  
  /* aside box right */
  .content_aside_box {
    position: relative;
  	display: block;
  }
  .content_aside_box .left {
  	float: none;
    width: 100%;
  }
  .content_aside_box .right {
  	float: none;
    position: relative;
    width: 40%;
    right: -60%;
    bottom: -10px;
  }
	.news_cont {
		display: block;
		margin-left: 0;
	}
	.search_aside, .news_box {
		width: 100%;
		padding: 40px;
	}
	p.search_input {
		margin: 0 0 20px 0;
	}
	.filter-bottom {
		margin-bottom: 20px;
	}
	.slide_text {
		padding: 20px 3%;
	}

}



@media (max-width: 750px) {

	.home-slider {
    height: 375px;
    padding-bottom: 0;
  }

	.newsletter_form {
		width: 80%;
	}
	.contact_info {
		width: 95%;
	}

	.contact_us {
		display: block;
    padding-right: 20px;
	}
	.contact_us .left {
    float: none;
    padding-right: 3%;
    width: 100%;
    margin-bottom: 30px;
  }
  .contact_us .right {
    float: none;
    width: 100%;
  }

}


@media (max-width: 650px) {
	.single-students .left, .single-students .right {
		float: none;
		width: 100%;
		padding: 20px 0;
	}
	.single-students .right img {
		max-width: 60%;
		margin: 0 auto;
	}
	.filter_select {
		height: 40px;
	}
	.staff_category_list span {
		border-right: 0;
	}
	.banner_int {
		height: 258px;
		padding-bottom: 0;
	}
	.copyright span {
		display: inline-block;
		max-width: 350px;
		padding: 0 10px;
	}

	.professor_content .right {
		display: none;
	}
	.professor_content .right.mobile,
	.professor_content .left {
		float: none;
		display: block;
		width: 90%;
		margin-left: 5%;
		margin-right: 5%;
	}
	.short_yellow_line {
		width: 100%;
	}
	.professor_content .right.mobile img {
		max-width: 60%;
	}
}



@media (max-width: 600px) {

	body.home .note {
		width: 100%;
	}
	ul.etabs.inline {
		padding-left: 15px;
	}
	ul.etabs.inline .tab:before {
		display: none;
	}
	ul.etabs.inline .tab:first-child {
	    margin-left: 0;
	}
	ul.etabs.inline .tab {
	    display: block;
	}

	.int_content {
    padding: 0;
    margin: 0;
  }
	.int_content_wrapper, .int_tabs_content .int_content_wrapper {
    padding-right: 20px;
    padding-left: 20px;
	}
	.int_tabs_content .panel-container {
		padding: 50px 20px 80px 20px;
	}

	.contact_us {
  	padding-right: 0;
   }

  .yellow_box:nth-child(3n+3) {
    margin-right: 1%;
	}
	.yellow_box {
    float: left;
    width: 48%;
    height: 140px;
    padding: 1%;
    margin: 1%;
	}

	.gallery_box, a.gallery_box {
		width: 100%;
	}

	.int_content h2 {
		font-size: 2em;
		text-align: left;
	}

	.news_box .note {
		width: 100%;
	}
	.search_aside, .news_box {
		padding: 30px 40px;
	}
	.news_cont .search_aside h2,
	p.search_input,
	.filter,
	.filter-bottom {
		margin-bottom: 10px;
	}
	.professor_content .left {
		padding-right: 0;
		margin: 0 5%;
	}
	.professor_content .right {
		width: 24%;
	}
	ul.etabs.block .tab {
		padding: 8px 15px;
		font-size: 2em;
	}
	ul.etabs.inline .tab {
		margin: 0 0 10px 0;
	}
	.note_text_container {
		padding: 15px;
	}
	.latest_news {
		padding: 0;
		width: 90%;
		margin: 0 auto;
	}
	.latest_news ul.etabs.inline {
		padding-left: 0;
		padding-bottom: 20px;
	}
	body.home .note:nth-child(4n+3) .note_text_container {
		background-color: rgba(205,127,59,0.8);
	}
	body.home .note:nth-child(4n+4) .note_text_container {
		background-color: rgba(24, 56,93,0.8);
	}
	body.home .note:nth-child(4n+3) .note_text span {
		color: #18385D;
	}
	body.home .note:nth-child(4n+4) .note_text span {
		color: #CA7F3B
	}
	.latest_news, .aside_cont, .blog.aside_cont, .faculty_publications, .home .blog_section .wrapper {
		float: none;
		width: 95%;
		margin: 0 auto;
		/* margin: 0 15px; */
	}
	.news_section .events {
		padding: 15px;
		margin-top: 40px;
	}
	.events h2 {
		margin-bottom: 10px;
	}
	.events .blue_arrow {
		margin-top: 20px;
	}
	.home .blog_section .wrapper {
		padding-top: 3%;
		padding-bottom: 3%;
	}
	.blog_section .blog {
		display: block;
		padding: 15px;
	}
	.blog_section .faculty_publications {
		padding-top: 40px;
	}

	.slide_text {
		padding: 20px 5%;
	}


}


@media (max-width: 480px) {
	body {
    font-size: 9px;
   }
	.home_events .left_aside {
		width: 25%;
	}
	.contact_left {
		width: 100%;
    text-align: center;
    margin-bottom: 20px;
    border-right: 0;
	}
	.contact_right {
		width: 100%;
    text-align: center;
	}
	.search {
    width: 70%;
    margin-right: 0;
 	}
	#___gcse_0 {
    width: auto;
 	}
 	.size_change {
 	font-size: 2em;
 	}

	.newsletter_form input.email {
		width: 75%;
	}
	.newsletter_form input.submit {
		width: 25%;
	}
	.aside_box {
		overflow-x: scroll;
	}

	.int_content_wrapper {
    padding-top: 40px;
    padding-bottom: 20px;
	}
	.content_left {
		width: 100%;
    float: none;
	}
	.content_right {
		width: 100%;
    float: none;
    height: auto;
	}
	.content_aside_box .right {
		width: 20%;
		right: -70%;
	}

	.main-menu-button {
		right: 5px;
		top: 55px;
	  width: 40px;
	  height: 40px;
	  padding: 5px;
	  margin: 0;
	  font-size: 3.5em;
    line-height: 1;
	}
	.bx-wrapper .bx-pager.bx-default-pager a {
		width: 8px !important;
		height: 8px !important;
		margin-left: 10px !important;
	}
	.bx-wrapper .bx-controls-direction a {
		width: 21px !important;
    height: 42.5px !important;
	}
	.slide_text h2,
	.slide_text a {
		font-size: 1.4em;
	}
	.slide_text h3 {
		font-size: 1.8em;
	}
	.slide_text .orange_arrow:after {
		left: 105%;
		top: 6px;
		width: 10.5px;
		height: 7px;
		background-size: 10.5px 32px;
	}
	.back_to_top {
    position: fixed;
    right: 20px;
    bottom: 60px;
    width: 36px;
    height: 36px;
    background: url(../images/back-to-top-sprite@2x.png) no-repeat center top;
    background-size: 36px 136px;
    cursor: pointer;
	}
	.int_title span {
		font-size: 1.8em;
	}
	.int_title h1 {
		font-size: 2.8em;
	}
	ul.etabs.block .tab {
		padding: 5px 10px;
		font-size: 1.6em;
	}
	.left_aside {
		width: 22%;
	}
	.right_aside {
		width: 72%;
	}	
	.content_right {
		padding: 0;
	}


}

@media (max-width: 400px) {
	.yellow_box {
		width: 100%;
	}
	.general_enquiries h2 {
		text-align: left;
	}
	.header_logo {
		width: 50%;
	}
}

/* smartphones, touchscreens */
@media (hover: none) and (pointer: coarse) {
	.note .note_text_container {
		top: 0;
	}
}

