/**********************************************/
/************ FISHERS STYLE ****************/
/**********************************************/

.Fishermen-container, .blackBody .Fishermen-container {
    width: 100%;
    overflow:hidden;
}
.Fishermen {
    background: url(../images/casino/games/slider/FishermenWhite.jpg) top center no-repeat;
    height: 1047px;
    top: 0;
    background-size: cover;
}

.blackBody .Fishermen {
    background: url(../images/casino/games/slider/FishermenGreen.jpg) top center no-repeat;
    height: 1047px;
    top: 0;
    background-size:cover;
}

.fishHolder {
    height: 500px;
    padding-top: 100px;
}

.FishermenLogo {
    background: url(../images/casino/games/slider/fisherLogo.png) center center no-repeat;
    background-size: contain;
    width: 100%;
    height: 350px;
    background-size: 45%;
    position: relative;
    margin-top: 75px;
    z-index: 1;
}

.fish1 {
    background: url(../images/casino/games/landing-page/fishes.png) top center no-repeat;
    background-size: contain;
    width: 100%;
    height: 650px;
    margin-top: -538px;
    z-index: -1;
    
}

.fisherText {
    width: 100%;
    height: 200px;
    text-align: center;
    margin-top: 85px;
    position: relative;
}

    .fisherText span {
        font-size: 28px;
        font-style: italic;
        font-weight: 400;
        /*color: #fff;*/
        color: #fee71b;
        font-weight: bold;
        text-shadow: 1px 1px 0px #000;
        margin-bottom: 20px;
        display: inline-block;
    }
.btnMoreDetails{
    cursor:pointer;
} 
.btnPLayForFun {
    background: none;
    color: #fff;
    text-decoration: none;
    text-align: center;
    font-size: 15px;
    font-family: 'Roboto',sans-serif;
    display: inline-block;
    font-weight: 700;
    border: none;
    margin-top: 20px;
    text-decoration: underline;
    position: relative;
    cursor: pointer;
}


.btnPLayForFun:hover {
        color: #fff;
        cursor:pointer
    }


/*=======FISH ANIMATION*/
.fish-holder {
    height: 100%;
    width: 66%;
    z-index: -1;
    margin-top: -465px;
    margin-left: auto;
    margin-right: auto;
}

.fish2 {
    background: url(../images/casino/games/landing-page/fish1.png);
    width: 252px;
    height: 223px;
    float: left;
    display: inline-block;
    animation-name: floating;
    animation-duration: 2.2s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    background-size: contain;
}

.fish3 {
    background: url(../images/casino/games/landing-page/fish2.png);
    width: 250px;
    height: 300px;
    float: right;
    display: inline-block;
    animation-name: floating;
    animation-duration: 3.2s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    margin-right: 35px;
    margin-top: -33px;
    background-size: contain;
}

.fish4 {
    background: url(../images/casino/games/landing-page/fish3.png);
    width: 350px;
    height: 193px;
    float: left;
    display: inline-block;
    animation-name: floating;
    animation-duration: 3.8s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    margin-top: 242px;
    margin-left: -289px;
    background-size: contain;
}

.fish5 {
    background: url(../images/casino/games/landing-page/fish4.png);
    width: 304px;
    height: 246px;
    float: right;
    display: inline-block;
    animation-name: floating;
    animation-duration: 3.6s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    margin-top: 211px;
    margin-right: -332px;
    background-size: contain;
}

@keyframes floating {
    from {
        transform: translate(0, 0px);
    }

    65% {
        transform: translate(0, 15px);
    }

    to {
        transform: translate(0, -0px);
    }
}


/*======================BUBBLES ANIMATION====================*/

/*======================BUBBLES ANIMATION====================*/
#background-wrap {
}

/* KEYFRAMES */

@-webkit-keyframes animateBubble {
    0% {
        margin-top: 500px;
    }

    100% {
        margin-top: -100%;
    }
}

@-moz-keyframes animateBubble {
    0% {
        margin-top: 500px;
    }

    100% {
        margin-top: -100%;
    }
}

@keyframes animateBubble {
    0% {
        margin-top: 500px;
    }

    100% {
        margin-top: -100%;
    }
}

@-webkit-keyframes sideWays {
    0% {
        margin-left: 0px;
    }

    100% {
        margin-left: 50px;
    }
}

@-moz-keyframes sideWays {
    0% {
        margin-left: 0px;
    }

    100% {
        margin-left: 50px;
    }
}

@keyframes sideWays {
    0% {
        margin-left: 0px;
    }

    100% {
        margin-left: 50px;
    }
}

/* ANIMATIONS */

.x1 {
    -webkit-animation: animateBubble 25s linear infinite, sideWays 2s ease-in-out infinite alternate;
    -moz-animation: animateBubble 25s linear infinite, sideWays 2s ease-in-out infinite alternate;
    animation: animateBubble 25s linear infinite, sideWays 2s ease-in-out infinite alternate;
    left: -5%;
    top: 5%;
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    transform: scale(0.6);
}

.x2 {
    -webkit-animation: animateBubble 20s linear infinite, sideWays 4s ease-in-out infinite alternate;
    -moz-animation: animateBubble 20s linear infinite, sideWays 4s ease-in-out infinite alternate;
    animation: animateBubble 20s linear infinite, sideWays 4s ease-in-out infinite alternate;
    left: 5%;
    top: 80%;
    -webkit-transform: scale(0.4);
    -moz-transform: scale(0.4);
    transform: scale(0.4);
}

.x3 {
    -webkit-animation: animateBubble 48s linear infinite, sideWays 2s ease-in-out infinite alternate;
    -moz-animation: animateBubble 48s linear infinite, sideWays 2s ease-in-out infinite alternate;
    animation: animateBubble 48s linear infinite, sideWays 2s ease-in-out infinite alternate;
    left: 10%;
    top: 40%;
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    transform: scale(0.7);
}

.x4 {
    -webkit-animation: animateBubble 30s linear infinite, sideWays 3s ease-in-out infinite alternate;
    -moz-animation: animateBubble 30s linear infinite, sideWays 3s ease-in-out infinite alternate;
    animation: animateBubble 30s linear infinite, sideWays 3s ease-in-out infinite alternate;
    left: 20%;
    top: 0;
    -webkit-transform: scale(0.3);
    -moz-transform: scale(0.3);
    transform: scale(0.3);
}

.x5 {
    -webkit-animation: animateBubble 29s linear infinite, sideWays 4s ease-in-out infinite alternate;
    -moz-animation: animateBubble 29s linear infinite, sideWays 4s ease-in-out infinite alternate;
    animation: animateBubble 29s linear infinite, sideWays 4s ease-in-out infinite alternate;
    left: 30%;
    top: 50%;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    transform: scale(0.5);
}

.x6 {
    -webkit-animation: animateBubble 41s linear infinite, sideWays 2s ease-in-out infinite alternate;
    -moz-animation: animateBubble 41s linear infinite, sideWays 2s ease-in-out infinite alternate;
    animation: animateBubble 41s linear infinite, sideWays 2s ease-in-out infinite alternate;
    left: 50%;
    top: 0;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    transform: scale(0.8);
}

.x7 {
    -webkit-animation: animateBubble 50s linear infinite, sideWays 2s ease-in-out infinite alternate;
    -moz-animation: animateBubble 50s linear infinite, sideWays 2s ease-in-out infinite alternate;
    animation: animateBubble 50s linear infinite, sideWays 2s ease-in-out infinite alternate;
    left: 65%;
    top: 70%;
    -webkit-transform: scale(0.4);
    -moz-transform: scale(0.4);
    transform: scale(0.4);
}

.x8 {
    -webkit-animation: animateBubble 22s linear infinite, sideWays 3s ease-in-out infinite alternate;
    -moz-animation: animateBubble 22s linear infinite, sideWays 3s ease-in-out infinite alternate;
    animation: animateBubble 22s linear infinite, sideWays 3s ease-in-out infinite alternate;
    left: 80%;
    top: 10%;
    -webkit-transform: scale(0.3);
    -moz-transform: scale(0.3);
    transform: scale(0.3);
}

.x9 {
    -webkit-animation: animateBubble 49s linear infinite, sideWays 4s ease-in-out infinite alternate;
    -moz-animation: animateBubble 49s linear infinite, sideWays 4s ease-in-out infinite alternate;
    animation: animateBubble 49s linear infinite, sideWays 4s ease-in-out infinite alternate;
    left: 90%;
    top: 50%;
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    transform: scale(0.6);
}

.x10 {
    -webkit-animation: animateBubble 35s linear infinite, sideWays 2s ease-in-out infinite alternate;
    -moz-animation: animateBubble 35s linear infinite, sideWays 2s ease-in-out infinite alternate;
    animation: animateBubble 35s linear infinite, sideWays 2s ease-in-out infinite alternate;
    left: 80%;
    top: 80%;
    -webkit-transform: scale(0.3);
    -moz-transform: scale(0.3);
    transform: scale(0.3);
}

/* OBJECTS */

.bubble {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.2), inset 0px 10px 30px 5px rgba(255, 255, 255, 1);
    -moz-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.2), inset 0px 10px 30px 5px rgba(255, 255, 255, 1);
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.2), inset 0px 10px 30px 5px rgba(255, 255, 255, 1);
    height: 200px;
    position: fixed;
    width: 200px;
}

    .bubble:after {
        background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0) 70%); /* FF3.6+ */
        background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(255,255,255,0.5)), color-stop(70%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
        background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 70%); /* Chrome10+,Safari5.1+ */
        background: -o-radial-gradient(center, ellipse cover, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 70%); /* Opera 12+ */
        background: -ms-radial-gradient(center, ellipse cover, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 70%); /* IE10+ */
        background: radial-gradient(ellipse at center, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 70%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        -webkit-box-shadow: inset 0 20px 30px rgba(255, 255, 255, 0.3);
        -moz-box-shadow: inset 0 20px 30px rgba(255, 255, 255, 0.3);
        box-shadow: inset 0 20px 30px rgba(255, 255, 255, 0.3);
        content: "";
        height: 180px;
        left: 10px;
        width: 180px;
    }

/*===================END BUBBLES ANIMATION====================*/



/**********************************************/
/************END FISHERS STYLE ****************/
/**********************************************/

@media(max-width: 1366px) {
    .thisMobile .Fishermen {
        height:auto;
    }
    .thisMobile .FishermenLogo {
        margin-top: 0;
        height: 300px;
    }
    .thisMobile .fishHolder {
        padding-top:0;
    }
    .thisMobile .btnMoreDetails {
        font-size: 14px;
        width: 155px;
    }
}

@media (max-width:997px) {

     .thisMobile .FishermenLogo {
        background-size: 75%;
    }
    .thisMobile .FishermenLogo {
        background-size:50%;
    }

    .fish-holder {
        display: none !important;
    }

    .fisherText span {
        font-size: 4.2vw;
    }

    .fisherText {
        margin-top: -50px;
    }

    .fisherText {
        margin-top: -50px;
    }


   
}
@media (max-width:640px) {
    .thisMobile .FishermenLogo {
        background-size: 100%;
    }
}