/*slides*/
@media screen and (max-width: 500px) {
	section.slide {
		margin: 0 auto;
		width: 100%;
		max-width: 2000px;
		padding: 0;
		box-sizing: border-box;
		height: 350px;
		position: relative;
	}
	section.slide .lf {
		width: 100%;
		height: 100%;
		box-sizing: border-box;
	}
	section.slide .lf>.innr {
		height: 100%;
		width: 100%;
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
		background-color: #b4b4b4;
	}
	section.slide .rt {
		overflow: auto;
		width: 80%;
		margin: auto;
		font-family: 'Open Sans', sans-serif;
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
	}
	section.slide .rt>.innr {
		width: 100%;
		top: 200px;
		height: auto;
		background-image: url(images/course_slide_bg.jpg);
		background-repeat: no-repeat;
		background-position: center;
		background-size: auto;
		background-color: #730c27;
		color: white;
		text-align: center;
		padding: 12px;
		box-sizing: border-box;
		overflow: auto;
	}
	section.slide .rt h1.title {
		font-size: 16px;
		font-weight: normal;
	}
	section.slide .rt a.overview {
		color: white;
		text-decoration: none;
		text-transform: uppercase;
		font-size: 12px;
		display: block;
	}
	section.slide .rt a.overview:hover {
		text-decoration: underline;
		display: block;
	}
	section.slide .rt a.ctgry_link {
		display: block;
		text-decoration: none;
		color: white;
		text-transform: uppercase;
		font-size: 12px;
	}
	section.slide .rt h1.dept {
		font-size: 14px;
	}
	section.slide .rt a.ctgry_link:hover {
		text-decoration: underline;
	}
	section.slide .rt .details {
		margin: 10px auto 0 auto;
		width: 85%;
		background-color: #ffae00;
		overflow: auto;
		color: black;
		font-weight: bold;
		font-size: 12px;
		padding: 10px 0;
		box-sizing: border-box;
		border-radius: 5px;
		border: 1px solid #730c27;
	}
}
@media screen and (min-width: 501px) and (max-width: 800px) {
	section.slide {
		margin: 0 auto;
		width: 100%;
		max-width: 2000px;
		padding: 0;
		box-sizing: border-box;
		height: 350px;
		position: relative;
	}
	section.slide .lf {
		width: 100%;
		height: 100%;
		box-sizing: border-box;
	}
	section.slide .lf>.innr {
		height: 100%;
		width: 100%;
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
		background-color: #b4b4b4;
	}
	section.slide .rt {
		overflow: auto;
		width: 80%;
		margin: auto;
		font-family: 'Open Sans', sans-serif;
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
	}
	section.slide .rt>.innr {
		width: 100%;
		top: 200px;
		height: auto;
		background-image: url(images/course_slide_bg.jpg);
		background-repeat: no-repeat;
		background-position: center;
		background-size: auto;
		background-color: #730c27;
		color: white;
		text-align: center;
		padding: 12px;
		box-sizing: border-box;
		overflow: auto;
	}
	section.slide .rt h1.title {
		font-size: 20px;
		font-weight: normal;
	}
	section.slide .rt a.overview {
		color: white;
		text-decoration: none;
		text-transform: uppercase;
		font-size: 12px;
		display: block;
	}
	section.slide .rt a.overview:hover {
		text-decoration: underline;
		display: block;
	}
	section.slide .rt a.ctgry_link {
		display: block;
		text-decoration: none;
		color: white;
		text-transform: uppercase;
		font-size: 12px;
	}
	section.slide .rt h1.dept {
		font-size: 14px;
	}
	section.slide .rt a.ctgry_link:hover {
		text-decoration: underline;
	}
	section.slide .rt .details {
		margin: 10px auto 0 auto;
		width: 85%;
		background-color: #ffae00;
		overflow: auto;
		color: black;
		font-weight: bold;
		font-size: 14px;
		padding: 10px 0;
		box-sizing: border-box;
		border-radius: 5px;
		border: 1px solid #730c27;
	}
}
@media screen and (min-width: 801px) {
	section.slide {
		margin: 0 auto;
		width: 100%;
		max-width: 2000px;
		padding: 0;
		box-sizing: border-box;
		height: 550px;
	}
	section.slide .lf {
		float: left;
		width: 60%;
		height: 100%;
		padding-bottom: 50px;
		box-sizing: border-box;
	}
	section.slide .lf>.innr {
		height: 100%;
		width: 100%;
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
		background-color: #b4b4b4;
	}
	section.slide .rt {
		height: 100%;
		float: left;
		width: 40%;
		font-family: 'Open Sans', sans-serif;
		position: relative;
	}
	section.slide .rt>.innr {
		position: absolute;
		top: 40px;
		right: 50px;
		width: 110%;
		height: 400px;
		background-image: url(images/course_slide_bg.jpg);
		background-repeat: no-repeat;
		background-position: center;
		background-size: auto;
		background-color: #730c27;
		color: white;
		text-align: center;
		padding: 40px;
		box-sizing: border-box;
	}
	section.slide .rt h1.title {
		font-size: 35px;
		line-height: 38px;
		font-weight: normal;
	}
	section.slide .rt a.overview {
		color: white;
		text-decoration: none;
		text-transform: uppercase;
		font-size: 13px;
	}
	section.slide .rt a.overview:hover {
		text-decoration: underline;
	}
	section.slide .rt a.ctgry_link {
		text-decoration: none;
		color: white;
		text-transform: uppercase;
		font-size: 13px;
	}
	section.slide .rt h1.dept {
		font-size: 18px;
	}
	section.slide .rt a.ctgry_link:hover {
		text-decoration: underline;
	}
	section.slide .rt .details {
		position: absolute;
		bottom: -30px;
		left: 0;
		right: 0;
		margin: 0 auto;
		width: 85%;
		background-color: #ffae00;
		overflow: auto;
		color: black;
		font-weight: bold;
		font-size: 13px;
		padding: 15px 0;
		border-radius: 5px;
		border: 1px solid #730c27;
	}
}
/*section.admissions*/
@media screen and (max-width: 500px) {
	/*top slide section*/
	section.slide {
		margin: 0 auto;
		width: 100%;
		height: auto;
		overflow: auto;
		box-sizing: border-box;
	}
	section.slide .lf {
		width: 100%;
		height: 300px;
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
	}
	section.slide .rt {
		padding: 0 2%;
		box-sizing: border-box;
		width: 100%;
		background-color: #730c27;
		color: white;
		text-align: center;
		font-family: 'Open Sans', sans-serif;
	}
	section.slide .rt h1 {
		font-size: 25px;
		margin: 0;
		line-height: 38px;
		font-weight: normal;
		width: 100%;
		display: block;
		display: inline-block;
	}
	section.slide .rt h1 span {
		width: 100%;
		display: block;
		font-size: 25px;
		font-weight: bold;
		margin-bottom: 10px;
	}
	section.slide .rt h2 {
		font-size: 18px;
		width: 100%;
		display: inline-block;
	}
	section.admissions {
		width: 100%;
		overflow: auto;
		padding: 40px 0;
		box-sizing: border-box;
	}
	section.admissions .wrap {
		margin: 0 auto;
		width: 100%;
		overflow: auto;
		max-width: 1200px;
	}
	section.admissions .wrap .side {
		width: 90%;
		margin: 0 auto;
		font-family: 'Open Sans', sans-serif;
	}
	section.admissions .wrap .side ul {
		margin: 0 0 20px 0;
		padding: 0;
	}
	section.admissions .wrap .side ul li {
		list-style-type: none;
	}
	section.admissions .wrap .side ul li.hd a {
		background-color: #730c27;
		text-align: center;
		font-weight: bold;
		font-size: 15px;
		padding: 8px 10px;
	}
	section.admissions .wrap .side ul li a {
		text-decoration: none;
		font-size: 14px;
		color: white;
		padding: 6px 10px;
		display: block;
		border: solid #757575;
		border-width: 0 1px 1px 1px;
		background-color: gray;
	}
	section.admissions .wrap .side ul li:last-of-type a {
		padding-bottom: 15px;
	}
	section.admissions .wrap .info {
		width: 90%;
		margin: 0 auto;
		font-family: 'Open Sans', sans-serif;
	}
	section.admissions .wrap .info h1 {
		font-size: 30px;
		margin-top: 0;
	}
	section.admissions .wrap .info p {}
	section.admissions .wrap .info .advert {}
	section.admissions .wrap .info .advert .item {
		width: 100%;
	}
	section.admissions .wrap .info .advert .item:nth-of-type(1) {
		margin-right: 4%;
	}
	section.admissions .wrap .info .advert .image {
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
		width: 100%;
		height: 200px;
		border: 10px white solid;
		box-sizing: border-box;
		-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
		-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
		box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
	}
	section.admissions .wrap .info .advert a {
		text-decoration: none;
		font-weight: bold;
		color: #730c27;
	}
	section.admissions .wrap .info .advert p {}
}
@media screen and (min-width: 501px) and (max-width: 990px) {
	/*top slide section*/
	section.slide {
		margin: 0 auto;
		width: 100%;
		height: auto;
		overflow: auto;
		box-sizing: border-box;
	}
	section.slide .lf {
		width: 100%;
		height: 300px;
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
	}
	section.slide .rt {
		padding: 0 2%;
		box-sizing: border-box;
		width: 100%;
		background-color: #730c27;
		color: white;
		text-align: center;
		font-family: 'Open Sans', sans-serif;
	}
	section.slide .rt h1 {
		font-size: 25px;
		margin: 0;
		line-height: 38px;
		font-weight: normal;
		width: 100%;
		display: block;
		display: inline-block;
	}
	section.slide .rt h1 span {
		width: 100%;
		display: block;
		font-size: 25px;
		font-weight: bold;
		margin-bottom: 10px;
	}
	section.slide .rt h2 {
		font-size: 18px;
		width: 100%;
		display: inline-block;
	}
	section.admissions {
		width: 100%;
		overflow: auto;
		padding: 40px 0;
		box-sizing: border-box;
	}
	section.admissions .wrap {
		margin: 0 auto;
		width: 100%;
		overflow: auto;
		max-width: 1200px;
	}
	section.admissions .wrap .side {
		width: 80%;
		margin: 0 auto;
		font-family: 'Open Sans', sans-serif;
	}
	section.admissions .wrap .side ul {
		margin: 0 0 20px 0;
		padding: 0;
	}
	section.admissions .wrap .side ul li {
		list-style-type: none;
	}
	section.admissions .wrap .side ul li.hd a {
		background-color: #730c27;
		text-align: center;
		font-weight: bold;
		font-size: 15px;
		padding: 8px 10px;
	}
	section.admissions .wrap .side ul li a {
		text-decoration: none;
		font-size: 14px;
		color: white;
		padding: 6px 10px;
		display: block;
		border: solid #757575;
		border-width: 0 1px 1px 1px;
		background-color: gray;
	}
	section.admissions .wrap .side ul li:last-of-type a {
		padding-bottom: 15px;
	}
	section.admissions .wrap .info {
		width: 80%;
		margin: 0 auto;
		font-family: 'Open Sans', sans-serif;
	}
	section.admissions .wrap .info h1 {
		font-size: 30px;
		margin-top: 0;
	}
	section.admissions .wrap .info p {}
	section.admissions .wrap .info .advert {}
	section.admissions .wrap .info .advert .item {
		width: 48%;
		float: left;
	}
	section.admissions .wrap .info .advert .item:nth-of-type(1) {
		margin-right: 4%;
	}
	section.admissions .wrap .info .advert .image {
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
		width: 100%;
		height: 200px;
		border: 10px white solid;
		box-sizing: border-box;
		-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
		-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
		box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
	}
	section.admissions .wrap .info .advert a {
		text-decoration: none;
		font-weight: bold;
		color: #730c27;
	}
	section.admissions .wrap .info .advert p {}
}
@media screen and (min-width: 991px) {
	/*top slide section*/
	section.slide {
		margin: 0 auto;
		width: 100%;
		height: 500px;
		max-width: 2000px;
		padding: 0;
		box-sizing: border-box;
	}
	section.slide .lf {
		float: left;
		width: 70%;
		height: 100%;
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
	}
	section.slide .rt {
		padding: 70px 40px 0 40px;
		box-sizing: border-box;
		height: 100%;
		float: left;
		width: 30%;
		border-left: 10px solid #eec315;
		background-color: #071529;
		color: white;
		text-align: center;
		font-family: 'Open Sans', sans-serif;
	}
	section.slide .rt h1 {
		font-size: 50px;
		line-height: 50px;
		font-weight: normal;
	}
	section.slide .rt h1 span {
		width: 100%;
		display: block;
		font-size: 35px;
		font-weight: bold;
		margin-bottom: 10px;
	}
	section.admissions {
		width: 100%;
		overflow: auto;
		padding: 40px 0;
		box-sizing: border-box;
		font-family: 'Open Sans', sans-serif;
	}
	section.admissions .wrap {
		margin: 0 auto;
		width: 100%;
		overflow: auto;
		padding: 0 100px;
		box-sizing: border-box;
		max-width: 2000px;
	}
	section.admissions .wrap .side {
		width: 25%;
		padding: 0 40px 0 0;
		box-sizing: border-box;
		float: left;
	}
	section.admissions .wrap .side ul {
		margin: 0 0 20px 0;
		padding: 0;
	}
	section.admissions .wrap .side ul li {
		list-style-type: none;
	}
	section.admissions .wrap .side ul li.hd a {
		background-color: #193a69;
		text-align: center;
		font-weight: bold;
		font-size: 15px;
		padding: 20px 10px;
		color: #eec315;
	}
	section.admissions .wrap .side ul li a {
		text-decoration: none;
		font-size: 14px;
		color: white;
		padding: 6px 10px;
		display: block;
		border: solid #757575;
		border-width: 0 1px 1px 1px;
		background-color: #071529;
	}
	section.admissions .wrap .side ul li a:hover{
		color: #f8e5a9;
	}
	section.admissions .wrap .side ul li:last-of-type a {
		padding-bottom: 15px;
	}
	section.admissions .wrap .info {
		width: 65%;
		float: left;
		padding: 0 0px 0 40px;
		box-sizing: border-box;
		border-left: 1px solid rgba(0, 0, 0, 0.21);
	}
	section.admissions .wrap .info {}
	section.admissions .wrap .info h1 {
		font-size: 30px;
		margin-top: 0;
	}
	section.admissions .wrap .info p {}
	section.admissions .wrap .info .advert {}
	section.admissions .wrap .info .advert .item {
		width: 48%;
		float: left;
		margin-bottom: 20px;
	}
	section.admissions .wrap .info .advert .item:nth-of-type(1) {
		margin-right: 4%;
	}
	section.admissions .wrap .info .advert .image {
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
		width: 100%;
		height: 200px;
		border: 10px white solid;
		box-sizing: border-box;
		-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
		-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
		box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
	}
	section.admissions .wrap .info .advert a {
		text-decoration: none;
		font-weight: bold;
		color: #730c27;
	}
	section.admissions .wrap .info .advert p {}
}