@charset "utf-8";
/* CSS Fishing World */

.bgFw  {
	background-image: url(../../img/fishing/bg-fw.jpg) !important;
	background-repeat:no-repeat;
	background-position: top center;
}

.cont6  {
    display: block;
    height: 600px;
    margin: 0 auto;
    padding: 0;
    position: relative;
    width: 1024px;
}

.gamebar {
	position: relative;
}

.fishingbtn {
    display: inline-block;
    width: 20%;
	margin: 24% 2.3%;
	transition: all 0.4s ease-in-out 0s;
}

.fishingbtn:hover {
    transform: scale(1.2);
}

.fishingbtn img {
    width: 100%;
}
