/*slides*/
@media screen and (max-width: 500px) {
	section.slides {
		background-color: black;
		width: 100%;
		height: 250px;
		max-width: 1500px;
		margin: 0 auto;
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
	}
}
@media screen and (min-width: 501px) and (max-width: 800px) {
	section.slides {
		background-color: black;
		width: 100%;
		height: 450px;
		max-width: 1500px;
		margin: 0 auto;
		background-repeat: no-repeat;
		background-position: center;
		background-size: auto;
	}
}
@media screen and (min-width: 801px) {
	section.slides {
		background-color: black;
		width: 100%;
		height: 450px;
		max-width: 1500px;
		margin: 0 auto;
		background-repeat: no-repeat;
		background-position: center;
		background-size: auto;
	}
}
/*courses*/
@media screen and (max-width: 500px) {
	section.courses {
		width: 100%;
		overflow: auto;
	}
	section.courses .wrap {
		box-sizing: border-box;
		padding: 30px 0;
		width: 95%;
		overflow: auto;
		margin: 0 auto;
		max-width: 1500px;
	}
	section.courses .wrap .item {
		width: 100%;
		float: left;
		overflow: auto;
		margin-bottom: 20px;
	}
	section.courses .wrap .item .innr {
		width: 100%;
		overflow: auto;
		box-sizing: border-box;
		padding: 0 0px 20px 0px;
	}
	section.courses .wrap .item .innr img {
		width: 100px;
		height: auto;
		float: left;
		padding: 10px 10px 10px 0;
	}
	section.courses .wrap .item .innr .info .title {
		font-weight: bold;
		font-size: 1.5em;
		margin: 0;
	}
	section.courses .wrap .item .innr .info .details {
		font-weight: bold;
		font-size: 1.1em;
		line-height: 1.6em;
		margin: 0;
	}
}
@media screen and (min-width: 501px) and (max-width: 800px) {
	section.courses {
		width: 100%;
		overflow: auto;
	}
	section.courses .wrap {
		box-sizing: border-box;
		padding: 30px 0;
		width: 80%;
		overflow: auto;
		margin: 0 auto;
		max-width: 1500px;
	}
	section.courses .wrap .item {
		width: 50%;
		float: left;
		overflow: auto;
	}
	section.courses .wrap .item .innr {
		width: 100%;
		overflow: auto;
		box-sizing: border-box;
		padding: 0 20px 20px 20px;
	}
	section.courses .wrap .item .innr img {
		width: 200px;
		height: 150px;
		float: left;
		padding: 10px 20px 20px 0;
	}
	section.courses .wrap .item .innr .info .title {
		font-weight: bold;
		font-size: 2em;
		margin: 0;
	}
	section.courses .wrap .item .innr .info .details {
		font-weight: bold;
		font-size: 1.1em;
		margin: 0;
	}
}
@media screen and (min-width: 801px) {
	section.courses {
		width: 100%;
		overflow: auto;
	}
	section.courses .wrap {
		box-sizing: border-box;
		padding: 30px 0;
		width: 80%;
		overflow: auto;
		margin: 0 auto;
		max-width: 1500px;
	}
	section.courses .wrap .item {
		width: 50%;
		float: left;
		overflow: auto;
	}
	section.courses .wrap .item .innr {
		width: 100%;
		overflow: auto;
		box-sizing: border-box;
		padding: 0 20px 20px 20px;
	}
	section.courses .wrap .item .innr img {
		width: 200px;
		height: 150px;
		float: left;
		padding: 10px 20px 20px 0;
	}
	section.courses .wrap .item .innr .info .title {
		font-weight: bold;
		font-size: 2em;
		margin: 0;
	}
	section.courses .wrap .item .innr .info .details {
		font-weight: bold;
		font-size: 1.1em;
		margin: 0;
	}
}
section.mrkt {
	width: 100%;
	overflow: auto;
	margin-bottom: 100px;
}
section.mrkt .wrap {
	background-color: black;
	width: 80%;
	height: 300px;
	max-width: 1500px;
	margin: 0 auto;
}
/*links*/
@media screen and (max-width: 500px) {
	section.links {
		width: 100%;
		overflow: auto;
		max-width: 1500px;
		margin: 0 auto 50px auto;
		height: auto;
		background-color: #12092e;
		background-image: url(../images/links_bg.png);
		background-repeat: no-repeat;
		background-position: 5% center;
		background-size: cover;
	}
	section.links .wrap {
		margin: 0 auto;
		width: 100%;
		overflow: auto;
		max-width: 750px;
		box-sizing: border-box;
		padding: 35px 0;
	}
	section.links .wrap img {
		font-size: 20px;
		height: 100%;
		line-height: 60px;
		margin: 0 auto;
		width: 85%;
		display: block;
	}
	section.links .wrap a {
		background-color: #2a4164;
		color: white;
		text-decoration: none;
		font-weight: bold;
		font-size: 15px;
		display: block;
		width: 40%;
		float: left;
		text-align: center;
		margin: 10px 5% 0 5%;
		-webkit-transform: skewX(-10deg);
		transform: skewX(-10deg);
		box-sizing: border-box;
		padding: 10px 0;
	}
	section.links .wrap a:nth-of-type(1) {
		background-color: #6600ff;
	}
	section.links .wrap a:nth-of-type(2) {
		background-color: #10945a;
	}
}
@media screen and (min-width: 501px) and (max-width: 800px) {
	section.links {
		width: 100%;
		max-width: 1500px;
		margin: 0 auto;
		height: 80px;
		background-color: #12092e;
		background-image: url(../images/links_bg.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
	}
	section.links .wrap {
		margin: 0 auto;
		width: 100%;
		overflow: auto;
		max-width: 750px;
	}
	section.links .wrap img {
		float: left;
		font-size: 20px;
		height: 100%;
		margin: 15px 0 0 0;
		line-height: 60px;
		margin-right: 30px;
		width: 335px;
	}
	section.links .wrap a {
		background-color: #2a4164;
		color: white;
		text-decoration: none;
		font-weight: bold;
		font-size: 17px;
		height: 50px;
		display: block;
		width: 180px;
		float: left;
		text-align: center;
		line-height: 50px;
		margin: 14.4px 10px 0 0;
		-webkit-transform: skewX(-10deg);
		transform: skewX(-10deg);
	}
	section.links .wrap a:nth-of-type(1) {
		background-color: #6600ff;
	}
	section.links .wrap a:nth-of-type(2) {
		background-color: #10945a;
	}
}
@media screen and (min-width: 801px) {
	section.links {
		width: 100%;
		max-width: 1500px;
		margin: 0 auto 80px auto;
		overflow: auto;
		height: 80px;
		background-color: #12092e;
		background-image: url(../images/links_bg.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
	}
	section.links .wrap {
		margin: 0 auto;
		width: 100%;
		overflow: auto;
		max-width: 750px;
	}
	section.links .wrap img {
		float: left;
		font-size: 20px;
		height: 100%;
		margin: 15px 0 0 0;
		line-height: 60px;
		margin-right: 30px;
		width: 335px;
	}
	section.links .wrap a {
		background-color: #2a4164;
		color: white;
		text-decoration: none;
		font-weight: bold;
		font-size: 17px;
		height: 50px;
		display: block;
		width: 180px;
		float: left;
		text-align: center;
		line-height: 50px;
		margin: 14.4px 10px 0 0;
		-webkit-transform: skewX(-10deg);
		transform: skewX(-10deg);
	}
	section.links .wrap a:nth-of-type(1) {
		background-color: #6600ff;
	}
	section.links .wrap a:nth-of-type(2) {
		background-color: #10945a;
	}
}