@charset "utf-8";

/***************************************************************************
Media Queries
****************************************************************************/

@media only screen and (max-width: 768px) {
}

/***************************************************************************
yellow_btn
****************************************************************************/

#yellow_btn {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translate(0%, -50%);
    z-index: 9999;
	opacity: 0;
	transition-duration : 0.5s;
}
#yellow_btn img {
	vertical-align: bottom;
}
.fade_in_btn {
	opacity: 1 !important;
}
.fade_out_btn {
	opacity: 0 !important;
}

/***************************************************************************
green_btn
****************************************************************************/

#green_btn {
	position: fixed;
	right: 15px;
	bottom: 200px;
    z-index: 9999;
	opacity: 0;
	transition-duration : 0.5s;
}