.se-container{
	display: block;
	width: 100%;
	overflow: hidden;
	/*box-shadow: 0px 0px 10px #000;*/
}
.se-slope{
	width: 50%;
	height: 300px;
	position: relative;
	float: left;
	overflow: hidden;
}
.se-slope .se-content{
	margin: 50px 100px 0px 100px;
}
.se-slope:nth-child(1),.se-slope:nth-child(4),.se-slope:nth-child(5),
.se-slope:nth-child(8),.se-slope:nth-child(9),.se-slope:nth-child(12),
.se-slope:nth-child(13),.se-slope:nth-child(16){
	background: #2e2e2e;
}
.se-slope{
	background: antiquewhite;
}
.se-slope-black:nth-child(odd):after,
.se-slope-black:nth-child(even):after{
	content: '';
	position: absolute;
	display: block;
	bottom: 0px;
	width: 0px;
	height: 0px;
	border-top: 150px solid transparent;
	border-bottom: 150px solid transparent;
}
.se-slope-black:nth-child(odd):after{
	border-right: 60px solid antiquewhite;
	right: 0px;
}
.se-slope-black:nth-child(even):after{
	border-left: 60px solid antiquewhite;
	left: 0px;
}
.se-content a{
	z-index: 10;
	font-size: 22px;
	margin-top: 60px;
	position: relative;
	display: inline-block;
	padding: 15px 20px;
	line-height: 40px;
	height: 40px;
	font-family: 'Lobster';
  color: #2e2e2e;
  text-decoration: none;
  text-transform: uppercase;
}
.se-content a{color: antiquewhite}
.se-slope:nth-child(1) a,.se-slope:nth-child(4) a,.se-slope:nth-child(5) a,
.se-slope:nth-child(8) a,.se-slope:nth-child(9) a,.se-slope:nth-child(12) a,
.se-slope:nth-child(13) a,.se-slope:nth-child(16) a{
	background: antiquewhite;
	color: #2e2e2e;
}
.se-slope a{
	background: #2e2e2e;
}
.se-slope:nth-child(1) a:after,
.se-slope:nth-child(1) a:before,
.se-slope a:after,
.se-slope a:before{
	content: '';
	width: 0px;
	height: 0px;
	top: 0px;
	position: absolute;
}
.se-slope:nth-child(1) a:after,.se-slope:nth-child(4) a:after,
.se-slope:nth-child(5) a:after,.se-slope:nth-child(8) a:after,
.se-slope:nth-child(9) a:after,.se-slope:nth-child(12) a:after,
.se-slope:nth-child(13) a:after,.se-slope:nth-child(16) a:after{
	border-top: 70px solid transparent;
	/*border-left: 30px solid antiquewhite;*/
	right: -30px;
	width: 100%;
}
.se-slope:nth-child(1) a:before,.se-slope:nth-child(4) a:before,
.se-slope:nth-child(5) a:before,.se-slope:nth-child(8) a:before,
.se-slope:nth-child(9) a:before,.se-slope:nth-child(12) a:before,
.se-slope:nth-child(13) a:before,.se-slope:nth-child(16) a:before{
	border-bottom: 70px solid transparent;
	/*border-right: 30px solid antiquewhite;*/
	left: -30px;
}
.se-slope a:after{
	border-top: 70px solid transparent;
	border-right: 30px solid #2e2e2e;
	left: -30px;
}
.se-slope a:before{
	border-bottom: 70px solid transparent;
	border-left: 30px solid #2e2e2e;
	right: -30px;
}
.se-content p{
	position: absolute;
	z-index: 9;
	opacity: 0.3;
	font-size: 50px;
	text-align: left;
	-webkit-transform-origin: top center;
	-moz-transform-origin: top center;
	-o-transform-origin: top center;
	-ms-transform-origin: top center;
	transform-origin: top center;
}
.se-slope:nth-child(even) .se-content p{
	-webkit-transform: rotate(-15deg);
	-moz-transform: rotate(-15deg);
	-o-transform: rotate(-15deg);
	-ms-transform: rotate(-15deg);
	transform: rotate(-15deg);
	top: -100px;
	right: -50px;
	text-align: left;
	width: 95%;
}
.se-slope:nth-child(odd) .se-content p{
	-webkit-transform: rotate(15deg);
	-moz-transform: rotate(15deg);
	-o-transform: rotate(15deg);
	-ms-transform: rotate(15deg);
	transform: rotate(15deg);
	top: -100px;
	left: -50px;
	text-align: right;
	width: 90%;
}
.se-slope.sl-slope-pink .se-content p{
	color: #000;
}
/* Media Queries */
@media screen and (max-width: 767px) {
	.se-slope{
		float: none;
		width: 100%;
	}
	.se-slope .se-content {
		margin: 50px 0px 0px 0px;
	}
	.se-slope-black:nth-child(odd):after,
	.se-slope-black:nth-child(even):after{
		display: none;
	}
}
@media screen and (max-width: 959px) {
	.se-content a{
		font-size: 20px;
	}
}
