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

.hero .sisya{
	position:absolute;
	overflow:hidden;
	bottom: 32.7%;
    right: 1.8%;
    width: 15.5%;
}

.hero .sisya:hover{
	opacity:0.8;
}

.hero .banner01{
    position: absolute;
    overflow: hidden;
    bottom: 43%;
    right: 6.3%;
    width: 14.6%;
    display: block;
}
.hero .banner01 img{
    width: 100%;
	display:block;
	opacity: 0;
	transition-delay:3.3s;
	transition-duration:1.5s;
}
.hero .banner02{
    position: absolute;
    overflow: hidden;
    bottom: 44%;
    left: 7.3%;
    width: 14.6%;
    display: block;
}

.hero .banner02 img{
    width: 100%;
	display:block;
	opacity: 0;
	transition-delay:3.3s;
	transition-duration:1.5s;
}
.hero .banner03{
	position: absolute;
    overflow: hidden;
    bottom: 17%;
    right: 6.3%;
    width: 14.6%;
    display: block;
}

.hero .banner03 img{
    width: 100%;
	display:block;
	opacity: 0;
	transition-delay:3.3s;
	transition-duration:1.5s;
}
.grnv .banner{
	text-align: center;
}
.grnv .banner01{
    position: relative;
    overflow: hidden;
    bottom: auto;
    left:auto;
    width: 48%;
	margin:0 auto;
	display:block;
	max-width:200px;
	margin:0 auto 5px;
	display: inline-block;
}
.grnv .banner03{
	margin:0 auto 20px;
}

a.tw_icon{
	position: absolute;
    top: 4%;
    right: 71px;
    width: 40px;
    height: 40px;
	text-align: center;
	vertical-align: middle;
	background: #fff;
	color: #e70014;
	z-index: 2;
	border-radius: 50%;
}

a.tw_icon i{
    padding: 11px 0 0 2px;
    display: block;
    font-size: 22px;
}

a.tw_icon:hover{
	opacity: 0.7;
}

a.fb_icon{
	position: absolute;
    top: 4%;
    right: 20px;
    width: 40px;
    height: 40px;
	text-align: center;
	vertical-align: middle;
	background: #fff;
	color: #e70014;
	z-index: 2;
	border-radius: 50%;
}

a.fb_icon i{
    padding: 11px 0 0 2px;
    display: block;
    font-size: 22px;
}

a.fb_icon:hover{
	opacity: 0.7;
}

@media screen and (max-width:800px){
a.tw_icon{
    top: 4%;
    right: 58px;
	border: 1px solid #e70014;
}

a.fb_icon{
    top: 4%;
    right: 10px;
	border: 1px solid #e70014;
}	
}

