/*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: auto 75%, 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 75%, cover;
	}
}
@media screen and (min-width: 801px) {
	section.slides {
		background-color: black;
		width: 100%;
		height: 500px;
		max-width: 2000px;
		margin: 0 auto;
		background-repeat: no-repeat;
		background-position: center;
		background-size: auto 75%, cover;
	}
}
/*about*/
@media screen and (max-width: 500px) {
	section.about {}
	section.about .wrap {
		max-width: 1500px;
		width: 80%;
		margin: 0 auto;
	}
	section.about .wrap h1 {
		font-size: 3em
	}
	section.about .wrap h2 {}
}
@media screen and (min-width: 501px) and (max-width: 800px) {
	section.about {}
	section.about .wrap {
		max-width: 1500px;
		width: 80%;
		margin: 0 auto;
	}
	section.about .wrap h1 {
		font-size: 3em
	}
	section.about .wrap h2 {}
}
@media screen and (min-width: 801px) {
	section.about {
		width: 100%;
		margin: 0 auto;
		max-width: 1500px;
		overflow: auto;
	}
	section.about .wrap {
		max-width: 1500px;
		width: 80%;
		margin: 0 auto;
	}
	section.about .wrap h1 {
		font-size: 3em
	}
	section.about .wrap h2 {}
}
/*links*/
@media screen and (max-width: 500px) {
	section.links {
		width: 100%;
		max-width: 2000px;
		margin: 0 auto 0px auto;
		overflow: auto;
		background-color: #12092e;
		position: relative;
	}
	section.links>img {
		position: absolute;
		height: 100%;
		opacity: .5;
	}
	section.links>img.lf_banner {
		left: -64%;
	}
	section.links>img.rt_banner {
		right: 0;
		display: none;
	}
	section.links .wrap {
		margin: 0 auto;
		width: 100%;
		overflow: auto;
		padding: 20px 40px;
		box-sizing: border-box;
		position: relative;
	}
	section.links .wrap img {
		font-size: 20px;
		width: 320px;
		margin: 0 auto;
		display: block;
	}
	section.links .wrap a {
		background-color: #2a4164;
		color: white;
		text-decoration: none;
		font-weight: bold;
		font-size: 16px;
		height: auto;
		display: block;
		width: 45%;
		float: left;
		margin: 0 auto;
		text-align: center;
		line-height: 50px;
		margin: 20px 2.5% 0px 2.5%;
		padding: 0px 0px;
		-webkit-transform: skewX(-10deg);
		transform: skewX(-10deg);
		/*		display: none;*/
	}
	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: 2000px;
		margin: 0 auto 80px auto;
		overflow: auto;
		height: 9vw;
		background-color: #12092e;
		position: relative;
	}
	section.links>img {
		position: absolute;
		top: 0;
		bottom: 0;
		margin: auto;
		height: 100%;
		opacity: .5;
	}
	section.links>img.lf_banner {
		left: 0;
	}
	section.links>img.rt_banner {
		right: 0;
	}
	section.links .wrap {
		margin: 0 auto;
		width: 100%;
		overflow: auto;
		max-width: 55%;
		display: flex;
		justify-content: center;
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
	}
	section.links .wrap img {
		font-size: 20px;
		height: 78px;
		margin: 0px 0 0 0;
		line-height: 60px;
		margin-right: 30px;
		width: auto;
	}
	section.links .wrap a {
		background-color: #2a4164;
		color: white;
		text-decoration: none;
		font-weight: bold;
		font-size: 17px;
		height: auto;
		display: block;
		width: 180px;
		text-align: center;
		line-height: 50px;
		margin: 0 10px 0 0;
		padding: 15px 0px;
		-webkit-transform: skewX(-10deg);
		transform: skewX(-10deg);
		/*		display: none;*/
	}
	section.links .wrap a:nth-of-type(1) {
		background-color: #6600ff;
	}
	section.links .wrap a:nth-of-type(2) {
		background-color: #10945a;
	}
}