body {
    background:#CCC;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color:#C60;
    margin: 0;
    padding: 0;
}

.swiper-container {
    width: 80%;
    padding-top: 50px;
    padding-bottom: 50px;
}

.swiper-slide {
    background-position: center;
    background-size: cover;
    width: 500px;
    height: 300px;
}

header{
    background:#FF9B22;
    width: 100%;
    height: 25px;
    position: relative;
	top:0;
	color:#000;
	alignment-adjust:center;
}

header i{
	position: absolute;
	top: 78px;
	left: -99px;
	transform: translate(-50%, -50%);
	color: white;
	font-size: 20px;
	width: 206px;
	height: 30px;
}
