@media screen and (max-width: 500px) {
	section.slide {
		overflow: auto;
		width: 100%;
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
		font-family: 'Lora', serif;
	}
	section.slide>.wrap {
		overflow: auto;
		width: 100%;
		height: 350px;
		padding: 0 10px;
		box-sizing: border-box;
		position: relative;
		background-image: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 1) 100%);
		background-image: -moz-linear-gradient(0deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 1) 100%);
		background-image: linear-gradient(0deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 1) 100%);
		background-position: 50% 50%;
		-webkit-background-origin: padding-box;
		background-origin: padding-box;
		-webkit-background-clip: border-box;
		background-clip: border-box;
		-webkit-background-size: auto auto;
		background-size: auto auto;
	}
	section.slide h1 {
		width: 100%;
		font-size: 40px;
		line-height: 40px;
		border: solid #ffae00;
		border-width: 0 0 0 2px;
		padding-left: 10px;
		margin: 20px 0 0 0;
		box-sizing: border-box;
		text-shadow: 0 1px 5px rgba(255, 255, 255, 1);
	}
	section.slide h1 span {
		font-size: 20px;
		line-height: 20px;
		padding-top: 20px;
		display: block;
	}
	section.overview {
		overflow: auto;
		width: 100%;
		max-width: 2000px;
		padding: 0 0px;
		box-sizing: border-box;
		margin: 0 auto;
	}
	section.overview>.wrap {
		width: 100%;
		overflow: auto;
		box-sizing: border-box;
		display: -webkit-flex;
		/* Safari */
		display: flex;
		flex-direction: column;
	}
	section.overview .sidebar {
		display: none;
	}
	section.overview .mobi_sidebar {
		overflow: auto;
		width: 100%;
		padding: 0 10px;
		box-sizing: border-box;
	}
	section.overview .mobi_sidebar img {
		width: 100%;
	}
	section.overview .info {
		font-family: 'Open Sans', sans-serif;
		width: 100%;
		overflow: auto;
	}
	section.overview .info>.innr {
		width: 100%;
		overflow: auto;
		box-sizing: border-box;
		padding: 20px;
	}
	section.overview .info .courses h1 {
		font-family: 'Lora', serif;
		width: 100%;
		padding: 0 10px;
		box-sizing: border-box;
	}
	section.overview .info .courses .item {
		text-decoration: none;
		overflow: auto;
		width: 50%;
		float: left;
		padding: 10px;
		box-sizing: border-box;
	}
	section.overview .info .courses .item>.innr {
		width: 100%;
		border: solid grey 1px;
		padding: 10px;
		box-sizing: border-box;
		position: relative;
		overflow: auto;
		background-color: #f2f2f2;
	}
	section.overview .info .courses .item .name {
		color: #730c27;
		font-family: 'Lora', serif;
		font-size: 18px;
		margin: 0;
		height: 180px;
	}
	section.overview .info .courses .item .level {
		background-color: #730c27;
		color: white;
		position: absolute;
		bottom: 0;
		width: 100%;
		left: 0;
		margin: 0;
		text-transform: uppercase;
		font-size: 12px;
		font-weight: bold;
		padding: 10px 20px;
		box-sizing: border-box;
		border: solid #ffae00;
		border-width: 0 0 0 5px;
	}
	section.mrkt {
		overflow: auto;
		width: 100%;
	}
	section.mrkt>.wrap {
		overflow: auto;
		width: 100%;
	}
	section.mrkt .lf {
		display: block;
		width: 100%;
		overflow: auto;
		padding: 10px 10px 10px 10px;
		box-sizing: border-box;
	}
	section.mrkt img.desk {
		display: none;
	}
	section.mrkt .lf img.mobi {
		width: 100%;
		display: block;
	}
	section.mrkt .rt {
		display: block;
		width: 100%;
		overflow: auto;
		padding: 0px 10px 10px 10px;
		box-sizing: border-box;
	}
	section.mrkt .rt img.mobi {
		width: 100%;
		display: block;
	}
}
@media screen and (min-width: 501px) and (max-width: 800px) {
	section.slide {
		overflow: auto;
		width: 100%;
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
		font-family: 'Lora', serif;
	}
	section.slide>.wrap {
		overflow: auto;
		width: 100%;
		height: 450px;
		padding: 0 50px;
		box-sizing: border-box;
		position: relative;
		background-image: -webkit-linear-gradient(-180deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 35%, rgba(255, 255, 255, 1) 100%);
		background-image: -moz-linear-gradient(270deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 35%, rgba(255, 255, 255, 1) 100%);
		background-image: linear-gradient(270deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 35%, rgba(255, 255, 255, 1) 100%);
		background-position: 50% 50%;
		-webkit-background-origin: padding-box;
		background-origin: padding-box;
		-webkit-background-clip: border-box;
		background-clip: border-box;
		-webkit-background-size: auto auto;
		background-size: auto auto;
	}
	section.slide h1 {
		width: 400px;
		font-size: 50px;
		line-height: 50px;
		border: solid #ffae00;
		border-width: 0 0 0 2px;
		padding-left: 40px;
		position: absolute;
		left: 20%;
		top: 50%;
		transform: translate(-50%, -50%);
		margin: 0;
	}
	section.slide h1 span {
		font-size: 30px;
		line-height: 36px;
		padding-top: 20px;
		display: block;
	}
	section.overview {
		overflow: auto;
		width: 100%;
		max-width: 2000px;
		padding: 0 20px;
		box-sizing: border-box;
		margin: 0 auto;
	}
	section.overview>.wrap {
		width: 100%;
		overflow: auto;
		box-sizing: border-box;
	}
	section.overview .sidebar {
		width: 25%;
		height: 800px;
		overflow: auto;
		float: left;
		padding: 20px 0 0 0;
		box-sizing: border-box;
	}
	section.overview .sidebar>.innr {
		height: 500px;
		background-image: url(images/);
		background-repeat: no-repeat;
		background-position: center;
		background-size: auto;
	}
	section.overview .sidebar img {
		width: 100%;
	}
	section.overview .info {
		font-family: 'Open Sans', sans-serif;
		/*font-family: 'Open Sans Condensed', sans-serif;*/
		/*font-family: 'Roboto Condensed', sans-serif;*/
		/*font-family: 'Merriweather', serif;*/
		/*font-family: 'Lora', serif;*/
		/*font-family: 'Ubuntu Condensed', sans-serif;*/
		width: 75%;
		overflow: auto;
		float: left;
	}
	section.overview .info>.innr {
		width: 100%;
		overflow: auto;
		box-sizing: border-box;
		padding: 20px;
	}
	section.overview .info .courses {}
	section.overview .info .courses .item {
		text-decoration: none;
		overflow: auto;
		width: 33.333%;
		float: left;
		padding: 10px;
		box-sizing: border-box;
	}
	section.overview .info .courses .item>.innr {
		width: 100%;
		border: solid grey 1px;
		padding: 20px;
		box-sizing: border-box;
		position: relative;
		overflow: auto;
		background-color: #f2f2f2;
	}
	section.overview .info .courses .item .name {
		color: #730c27;
		font-family: 'Lora', serif;
		font-size: 20px;
		margin: 0;
		height: 140px;
	}
	section.overview .info .courses .item .level {
		background-color: #730c27;
		color: white;
		position: absolute;
		bottom: 0;
		width: 100%;
		left: 0;
		margin: 0;
		text-transform: uppercase;
		font-size: 12px;
		font-weight: bold;
		padding: 10px 20px;
		box-sizing: border-box;
		border: solid #ffae00;
		border-width: 0 0 0 5px;
	}
	section.mrkt {
		overflow: auto;
		width: 100%;
	}
	section.mrkt>.wrap {
		overflow: auto;
		width: 100%;
		height: 250px;
	}
	section.mrkt .lf {
		width: 50%;
		height: 100%;
		overflow: auto;
		float: left;
		padding: 5px;
		box-sizing: border-box;
	}
	section.mrkt .lf>.innr {
		width: 100%;
		background-color: black;
		height: 100%;
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
	}
	section.mrkt .rt {
		width: 50%;
		height: 100%;
		overflow: auto;
		float: left;
		padding: 5px;
		box-sizing: border-box;
	}
	section.mrkt .rt>.innr {
		width: 100%;
		background-color: black;
		height: 100%;
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
	}
}
@media screen and (min-width: 801px) {
	section.slide {
		overflow: auto;
		width: 100%;
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
		font-family: 'Lora', serif;
	}
	section.slide>.wrap {
		overflow: auto;
		width: 100%;
		height: 450px;
		padding: 0 50px;
		box-sizing: border-box;
		position: relative;
		background-image: -webkit-linear-gradient(-180deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 35%, rgba(255, 255, 255, 1) 100%);
		background-image: -moz-linear-gradient(270deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 35%, rgba(255, 255, 255, 1) 100%);
		background-image: linear-gradient(270deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 35%, rgba(255, 255, 255, 1) 100%);
		background-position: 50% 50%;
		-webkit-background-origin: padding-box;
		background-origin: padding-box;
		-webkit-background-clip: border-box;
		background-clip: border-box;
		-webkit-background-size: auto auto;
		background-size: auto auto;
	}
	section.slide h1 {
		width: 400px;
		font-size: 50px;
		line-height: 50px;
		border: solid #ffae00;
		border-width: 0 0 0 2px;
		padding-left: 40px;
		position: absolute;
		left: 20%;
		top: 50%;
		transform: translate(-50%, -50%);
		margin: 0;
	}
	section.slide h1 span {
		font-size: 30px;
		line-height: 36px;
		padding-top: 20px;
		display: block;
	}
	section.overview {
		overflow: auto;
		width: 100%;
		max-width: 2000px;
		padding: 0 5%;
		box-sizing: border-box;
		margin: 0 auto;
	}
	section.overview>.wrap {
		width: 100%;
		overflow: auto;
		box-sizing: border-box;
	}
	section.overview .sidebar {
		width: 25%;
		height: auto;
		overflow: auto;
		float: left;
		padding: 0;
		box-sizing: border-box;
	}
	section.overview .sidebar>.innr {
		height: auto;
		background-image: url(images/);
		background-repeat: no-repeat;
		background-position: center;
		background-size: auto;
	}
	section.overview .sidebar img {
		width: 100%;
	}
	section.overview .mobi_sidebar {
		display: none;
	}
	section.overview .info {
		font-family: 'Open Sans', sans-serif;
		/*font-family: 'Open Sans Condensed', sans-serif;*/
		/*font-family: 'Roboto Condensed', sans-serif;*/
		/*font-family: 'Merriweather', serif;*/
		/*font-family: 'Lora', serif;*/
		/*font-family: 'Ubuntu Condensed', sans-serif;*/
		width: 75%;
		overflow: auto;
		float: left;
	}
	section.overview .info>.innr {
		width: 100%;
		overflow: auto;
		box-sizing: border-box;
		padding: 20px;
	}
	section.overview .info .title {
		font-family: 'Lora', serif;
		font-size: 35px;
		margin: 0;
	}
	section.overview .info .html {
		padding-top: 20px;
		box-sizing: border-box;
		width: 100%;
	}
	section.overview .info .courses {
		overflow: auto;
		width: 100%;
		box-sizing: border-box;
		padding: 20px;
	}
	section.overview .info .courses>h1 {
		font-family: 'Lora', serif;
	}
	section.overview .info .courses .item_box {
		width: 100%;
		overflow: auto;
		display: flex;
		flex-wrap: wrap;
	}
	section.overview .info .courses .item_box p.level {
		font-family: 'Lora', serif;
		font-size: 20px;
		display: block;
		padding: 10px;
		box-sizing: border-box;
		width: 100%;
		color: #ffae00;
		border-left: 5px solid #ffae00;
		background-image: -webkit-linear-gradient(-180deg, rgba(255, 255, 255, 1) 0, #730c27 100%);
		background-image: -moz-linear-gradient(270deg, rgba(255, 255, 255, 1) 0, #730c27 100%);
		background-image: linear-gradient(270deg, rgba(255, 255, 255, 1) 0, #730c27 100%);
		background-position: 50% 50%;
		-webkit-background-origin: padding-box;
		background-origin: padding-box;
		-webkit-background-clip: border-box;
		background-clip: border-box;
		-webkit-background-size: auto auto;
		background-size: auto auto;
	}
	section.overview .info .courses a.item {
		text-decoration: none;
		overflow: auto;
		width: 33.333%;
		float: left;
		padding: 5px 10px;
		box-sizing: border-box;
		color: black;
		display: table-cell;
	}
	section.overview .info .courses .item>.innr {
		width: 100%;
		padding: 0px;
		box-sizing: border-box;
		position: relative;
		overflow: auto;
	}
	section.overview .info .courses .item .name {
		color: #000000;
		font-family: 'Lora', serif;
		font-size: 16px;
		margin: 0;
		padding: 10px 0 10px 10px;
		box-sizing: border-box;
		border-left: 0px solid #730c27;
		text-indent: 0px;
		-webkit-transition: all linear 300ms;
		-moz-transition: all linear 300ms;
		-o-transition: all linear 300ms;
		transition: all linear 300ms;
		background-image: -webkit-linear-gradient(-180deg, rgba(255, 255, 255, 1) 0, #f4f4f4 100%);
		background-image: -moz-linear-gradient(270deg, rgba(255, 255, 255, 1) 0, #f4f4f4 100%);
		background-image: linear-gradient(270deg, rgba(255, 255, 255, 1) 0, #f4f4f4 100%);
		background-position: 50% 50%;
		-webkit-background-origin: padding-box;
		background-origin: padding-box;
		-webkit-background-clip: border-box;
		background-clip: border-box;
		-webkit-background-size: auto auto;
		background-size: auto auto;
	}
	section.overview .info .courses .item:hover .name {
		border-left: 1px solid #730c27;
		padding-left: 10px;
	}
	section.mrkt {
		overflow: auto;
		width: 100%;
	}
	section.mrkt>.wrap {
		overflow: auto;
		width: 100%;
	}
	section.mrkt .lf {
		width: 50%;
		overflow: auto;
		float: left;
		padding: 5px;
		box-sizing: border-box;
	}
	section.mrkt .lf img.desk {
		width: 100%;
	}
	section.mrkt .rt {
		width: 50%;
		overflow: auto;
		float: left;
		padding: 5px;
		box-sizing: border-box;
	}
	section.mrkt .rt img.desk {
		width: 100%;
	}
	section.mrkt img.mobi {
		display: none;
	}
}
/*empty faculty list*/
.empty_faculty_list {
	width: 100%;
	overflow: auto;
	max-width: 2000px;
	margin: 0 auto;
	font-family: 'Open Sans', sans-serif;
	padding: 0 50px;
	box-sizing: border-box;
}
.empty_faculty_list>h1 {
	text-align: center;
	font-size: 25px;
	font-family: 'Lora', serif;
	padding: 50px 0;
	box-sizing: border-box;
}
.empty_faculty_list .wrap {
	width: 100%;
	overflow: auto;
}
.empty_faculty_list .item {
	width: 20%;
	float: left;
	overflow: auto;
	padding: 10px;
	box-sizing: border-box;
	text-decoration: none;
	color: black;
	font-size: 14px;
}
.empty_faculty_list .item .image {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width: 100%;
	height: 150px;
	display: block;
}
.empty_faculty_list .item .color_bg {}
.empty_faculty_list .item .dept_name {
	text-decoration: none;
	color: black;
	display: block;
	height: 80px;
	padding: 10px 0;
	box-sizing: border-box;
	font-family: 'Lora', serif;
	font-size: 18px;
	font-weight: bold;
	border-left: 0px solid #730c27;
	padding-left: 0px;
	-webkit-transition: all linear 300ms;
	-moz-transition: all linear 300ms;
	-o-transition: all linear 300ms;
	transition: all linear 300ms;
	margin: 10px 0 0 0;
}
.empty_faculty_list .item:hover .dept_name {
	border-left: 5px solid #730c27;
	padding-left: 20px;
}