@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900');
@import url('https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700,800,900');



html{
}
body {
	overflow-x: hidden;
	background-color: #FFFFFF;

}
.wrapper{
	width: 100vw;
	height: 88vw;
	position: absolute;
	top: 0vw;
	left: 0%;
	z-index: 50;
	background-color: rgba(255,0,4,1.00);
	overflow: hidden;
}


.top-advert-cont {
	width: 100vw;
	height: 44vw;
	position: absolute;
	top: 8vw;
	left: 0%;
	z-index: 50;
	background-image: url(../images/top-advet-bg.jpg);
	background-repeat: no-repeat;
	background-position: center 407%;
	background-size: 100% auto;
}
.top-advert-img {
	width: 20vw;
	height: 29vw;
	position: absolute;
	top: 0vw;
	left: 23%;
	z-index: 50;
	background-image: url(../images/party.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100% auto;
}
.top-advert-wording {
	width: 38vw;
	height: 14vw;
	position: absolute;
	top: 4vw;
	z-index: 50;
	background-image: url(../images/img4-wording.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 86% auto;
	right: 19%;
}


.cont1 {
	width: 100vw;
	height: 50vw;
	position: absolute;
	top: 36.6vw;
	left: 0%;
	z-index: 100;
	background-color: rgba(255,255,255,1.00);
}
.cont1-title {
	width: 50vw;
	height: 3vw;
	position: absolute;
	top: 1vw;
	left: 25%;
	z-index: 25;
	font-family: 'Poppins', sans-serif;
	text-align: center;
	font-size: 2.3vw;
	font-weight: 600;
	color: rgba(51,51,51,1.00);
}
.cont1-title-underline {
	width: 25vw;
	height: 0.5vw;
	position: absolute;
	top: 4.5vw;
	left: 38%;
	z-index: 25;
	border-top: thin solid rgba(51,51,51,1.00);
}
.cont1-wording {
	width: 60vw;
	height: 31vw;
	position: absolute;
	top: 6vw;
	left: 20%;
	font-family: 'Poppins', sans-serif;
	color: rgba(51,51,51,1.00);
	text-align: center;
	font-size: 1vw;
	font-weight: 400;
	z-index: 50;
}
.cont1-contact {
	width: 60vw;
	height: 5vw;
	position: absolute;
	top: 30vw;
	left: 19%;
	z-index: 50;
	font-family: 'Lato', sans-serif;
	color: rgba(51,51,51,1.00);
	text-align: center;
	font-size: 2.2vw;
	font-weight: 600;
	background-image: url(../images/calendar.png);
	background-repeat: no-repeat;
	background-position: 19% 0%;
	background-size: 6% auto;
	text-indent: 9vw;


	line-height: 3.vw;
	line-height: 3.5vw;
}
.link-button {
	width: 19vw;
	height: 4vw;
	position: absolute;
	top: 35vw;
	left: 42%;
	z-index: 50;
	background-color: rgba(178,234,1,1.00);
	font-family: 'Lato', sans-serif;
	font-size: 2vw;
	text-align: center;
	font-weight: 600;
	border-radius: 2% / 9%;
	color: rgba(51,51,51,1.00);
	line-height: 4vw;
	-webkit-box-shadow: 0px 0px;
	box-shadow: 0px 0px;
}
.link-button:hover {
	background-color: rgba(6,140,245,1.00);
	color: rgba(255,255,255,1.00);
	cursor: pointer;
}









.bottom-cont {
	width: 100vw;
	height: 6vw;
	position: absolute;
	background-color: rgba(6,140,245,1.00);
	top: 83vw;
	z-index: 125;
	border-top: medium solid rgba(177,234,1,1.00);
	left: 0%;
}
.bottom-logo {
	width: 20vw;
	height: 4vw;
	position: absolute;
	top: 1vw;
	left: 34%;
	z-index: 50;
	background-image: url(../images/logo-bottom.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: contain;
}
.bottom-logo-wording {
	width: 20vw;
	height: 2vw;
	position: absolute;
	top: 2.5vw;
	left: 50%;
	z-index: 50;
	font-family: 'Poppins', sans-serif;
	color: rgba(255,255,255,1.00);
	font-size: 0.8vw;
	text-align: left;
	font-weight: 400;
}
