/*SECTION1*/
.section1{
    position:relative;
    display:inline-block;
    width:100%;
    margin-bottom:60px;
}
.section1 .slideshow{
    width:100%;
}
.section1 .slideshow .ms-bullets.ms-dir-h {
    /*
    right: 10%;
    bottom: 50px !important;
    */
}
.section1 img.slide {
    /* Set rules to fill background */
    min-height: 100%;
    min-width: 1200px;
    /* Set up proportionate scaling */
    width: 100%;
    height: auto;
    /* Set up positioning */
    position:relative;
    top: 0;
    left: 0;
}
@media screen and (max-width: 1200px) { /* Specific to this particular image */
    .section1 img.slide {
        min-width: 1200px;
        left: 50%;
        margin-left: -600px;   /* 50% */
    }
}
.section1 .content{
    position:absolute;
    margin:auto;
    margin-top:240px;
    left:0;
    right:0;
    width:80%;
    color:white;
    z-index: 5;
    pointer-events: none;
}
.section1 .content>div{
    position:relative;
    display:none;
    width:100%;
}
.section1 .content .content1{
    display:block;
}
.section1 .content h1{
    width: 65%;
    margin-top: 36px;
    margin-bottom: 36px;
}
.section1 .content p{
    width: 60%;
    margin-top: 0px;
    margin-bottom: 36px;
}
.section1 .content .button{
    margin-top: 0px;
}


.section2{
    position:relative;
    display:inline-block;
    width:100%;
    padding-left:6%;
    padding-right:6%;
    margin-top:3%;
    margin-bottom:60px;
}
.section2 .slideshow{
    position:absolute;
    display:inline-block;
    width:60%;
    z-index:1;
}
/*
.section2 .slideshow .ms-bullets.ms-dir-h {
    right: 35%;
}
*/
.section2 .content{    
    position: relative;
    display: inline-block;
    width: 50%;
    padding:3%;
    background-color: white;
    z-index: 2;
    float: right;
    margin-top:15%;
    color:black;
}
.section2 .content h1{
    width:80%;
    margin-bottom: 36px;
}
.section2 .content h2{
    color:#fb4040;
    margin-bottom: 36px;
}
.section2 .content p{
    margin-top: 0px;
    margin-bottom: 36px;
    opacity:0.9;
}
.section2 .content .button{
    position: relative;
    display: inline-block;
    border:2px solid #cdcdcd;
    color:#40A1FB;
    text-decoration:none;
}
.section2 .content .button:hover{
    color:#cdcdcd;
    border:2px solid #cdcdcd;
}

.section3{
    position:relative;
    display:inline-block;
    width:100%;
    padding-left:6%;
    margin-bottom:60px;
}
.section3 .background{
    position:absolute;
    display:inline-block;
    z-index:1;
}
.section3 .content{
    position: relative;
    display: inline-block;
    width: 94%;
    background-color: white;
    z-index: 2;
    margin-top:20%;
    padding-top:60px;
    color:black;
}
.section3 .content h1{
    display: inline-block;
    width:50%;
    margin-bottom: 72px;
}
.section3 .content h2{
    color:#2bd85f;
    margin-bottom: 36px;
}
.section3 .content h4{
    text-transform:uppercase;
    color:white;
    padding-top: 3%;
}
.section3 .content p{    
    display: inline-block;
    width: 45%;
    margin-top: 0px;
    margin-bottom: 72px;
    opacity: 0.9;
}
.section3 .content .each_game_holder{
    position:relative;
    display:inline-block;
    width:100%;
}
.section3 .content .each_game_layer{
    position:relative;
    display:inline-block;
    width:100%;
}
.section3 .content .each_game_holder .each_game{
    float:left;
    width:47%;
    margin-right:3%;
    margin-bottom:3%;
}
.section3 .content .each_game_holder .each_game .image{
    position:relative;
    display: inline-block;
    width:100%;
    overflow:hidden;
}
.section3 .content .each_game_holder .each_game .image .bg{
    position:relative;
    display: inline-block;
    width:100%;
    height:100%;
    z-index:1;
}
.section3 .content .each_game_holder .each_game .image .overlay{
    position:absolute;
    display: none;
    width:100%;
    height:100%;
    z-index:2;
    background-color:rgba(0,0,0,0.5);
}
.section3 .content .each_game_holder .each_game .image .overlay .overlay_holder{
    position:absolute;
    display: inline-block;
    width:100%;
    height:400px;
    margin:auto;
    top:0;
    bottom:0;
    text-align: center;
}
.section3 .content .each_game_holder .each_game .image .overlay .icon{
    position:relative;
    display:block;
    margin:auto;
    left:0;
    right:0;
    width:20%;
}
.section3 .content .each_game_holder .each_game .image .overlay .logo{
    position:relative;
    display:block;
    margin:auto;
    padding-top:3%;
    left:0;
    right:0;
    width:70%;
}
.section3 .content .each_game_holder .each_game .image .overlay .logo img{
    width:auto;
    max-height: 150px;
}
.section3 .content .each_game_holder .each_game .image .overlay .play_on{
    font-family: 'Poppins', sans-serif;
    position:relative;
    display:block;
    margin:auto;
    padding-top:3%;
    left:0;
    right:0;
    width:70%;
    font-size:20px;
    color:white;
    text-transform:uppercase;
}
.section3 .content .each_game_holder .each_game .image .overlay .play_holder{
    width:100%;
    padding-top:3%;
}
.section3 .content .each_game_holder .each_game .image .overlay .play_holder .btn{
    position:relative;
    display:inline-block;
    width:100px;
    padding-left:12px;
    padding-right:12px;
}
.section3 .content .each_game_holder .each_game .copy{
    position:relative;
    display: inline-block;
    width:100%;
}
.section3 .content .copy h3{
    display:block;
    width:100%;
    margin-top: 36px;
    margin-bottom: 24px;
}
.section3 .content .copy h3 span{
    font-size:12px;
}
.section3 .content .copy h3 a{
    color:black;
    text-decoration:none;
}
.section3 .content .copy p{
    display:block;
    width: 90%;
    margin-top: 0px;
    margin-bottom: 24px;
    opacity: 0.9;
}
.section3 .content .copy .link{
    margin-bottom: 12px;
    color:black;
}
.section3 .content .button{
    position: relative;
    display: block;
    margin:auto;
    left:0;
    right:0;
    color:#40A1FB;
    border:2px solid #cdcdcd;
    text-decoration:none;
}
.section3 .content .button:hover{
    color:#cdcdcd;
    border:2px solid #cdcdcd;
}

.section4{
    position:relative;
    display:inline-block;
    width:94%;
    margin-left:3%;
    margin-right:3%;
    padding:3%;
    background-color:#F7F7F7;
}
.section4 .content{
    position: relative;
    display: inline-block;
    width: 100%;
    z-index: 2;
    margin:auto;
    left:0;
    right:0;
    color:black;
}
.section4 .content h1{    
    width: 100%;
    max-width: 800px;
    margin-bottom: 72px;
    text-align:center;
    margin: auto;
    right: 0;
    left: 0;
}
.section4 .content h2{
    color:#b240fb;
    margin-bottom: 36px;
    text-align:center;
}
.section4 .content .each_news_holder{
    position:relative;
    display:inline-block;
    width:100%;
}
.section4 .content .each_news_holder .each_news{
    float:left;
    margin-top: 36px;
    margin-bottom:36px;
}
.section4 .content .each_news_holder .each_news h3{
    color:black;
}
.section4 .content .each_news_holder .each_news p{
    color:black;
}
.section4 .content .news1{
    width:31%;
    margin-left:0px;
    margin-right:0px;
}
.section4 .content .news2{
    width:31%;
    margin-left:3.5%;
    margin-right:3.5%;
}
.section4 .content .news3{
    width:31%;
    margin-left:0px;
    margin-right:0px;
}
.section4 .content .each_news_holder .each_news .image{
    position:relative;
    display: inline-block;
    width:100%;
}
.section4 .content .each_news_holder .each_news .image .bg{
    position:relative;
    display: inline-block;
    width:100%;
    height:100%;
    z-index:1;
}
.section4 .content .each_news_holder .each_news .image .overlay{
    position:absolute;
    display: inline-block;
    width:100%;
    height:100%;
    z-index:2;
    background-color:rgba(0,0,0,0.5);
}
.section4 .content .each_news_holder .each_news .copy{
    position:relative;
    display: inline-block;
    width:100%;
}
.section4 .content .copy h3{
    display:block;
    width:100%;
    margin-top: 36px;
    margin-bottom: 24px;
}
.section4 .content .copy p{
    display:block;
    width: 90%;
    margin-top: 0px;
    margin-bottom: 24px;
    opacity: 0.9;
}
.section4 .content .button{
    margin:auto;
    left:0;
    right:0;
    color:#40A1FB;
    border:2px solid #cdcdcd;
}
.section4 .content .button:hover{
    color:#cdcdcd;
    border:2px solid #cdcdcd;
}





@media screen and (max-width: 1600px) {
    .section1 .content h1 {
        width: 65%;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .section1 .content p {
        width: 60%;
        margin-bottom: 30px;
    }

    .section3 .content h1{
        margin-bottom: 60px;
    }
    .section3 .content p {
        margin-bottom: 60px;
    }
}
@media screen and (max-width: 1350px) {
    .section1 .content{
        margin-top:220px;
    }
    .section1 .content h1 {
        width: 70%;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .section1 .content p {
        width: 70%;
        margin-bottom: 30px;
    }

    .section2 .content{    
        width: 50%;
        margin-top:15%;
    }
    .section2 .content h1{
        width:100%;
        margin-bottom: 30px;
    }
    .section2 .content h2{
        margin-bottom: 30px;
    }
    .section2 .content p{
        margin-bottom: 30px;
    }

    .section3 .content h1{
        width:100%;
        margin-bottom: 30px;
    }
    .section3 .content .copy h3 {
        margin-top: 30px;
        margin-bottom: 18px;
    }
    .section3 .content p {
        margin-bottom: 30px;
    }
    .section3 .content .each_game_holder .each_game .image .overlay .icon{
        width:20%;
    }
    .section3 .content .each_game_holder .each_game .image .overlay .play_on{
        padding-top:3%;
        width:70%;
        font-size:18px;
    }
    .section3 .content .each_game_holder .each_game .image .overlay .play_holder{
        width:100%;
        padding-top:3%;
    }
    .section3 .content .each_game_holder .each_game .image .overlay .play_holder .btn {
        width: 80px;
        padding-left: 6px;
        padding-right: 6px;
    }
    .section3 .content .each_game_holder .each_game .image .overlay .logo{
        padding-top:3%;
        width:50%;
    }
    .section3 .content .each_game_holder .each_game .image .overlay .logo img{
        max-height: 120px;
    }

    .section4 .content .each_news_holder .each_news {
        margin-top: 24px;
        margin-bottom: 24px;
    }
    .section4 .content .copy h3 {
        font-size: 24px;
        line-height: 24px;
        margin-top: 24px;
        margin-bottom: 18px;
    }
    .section4 .content .copy p {
        margin-bottom: 18px;
    }
}
@media screen and (max-width: 1024px) {
    .section1 .content {
        margin-top: 180px;
    }
    .section1 .content h1 {
        width: 80%;
    }
    .section1 .content p {
        width: 80%;
    }

    .section2 .content{    
        width: 55%;
        margin-top:10%;
    }
    .section2 .content p {
        margin-bottom: 18px;
    }
    /*
    .section2 .slideshow .ms-bullets.ms-dir-h {
        right: 42%;
    }
    */

    .section3 .content .copy h3 {
        margin-top: 24px;
        margin-bottom: 12px;
    }
    .section3 .content .copy h3 span{
        font-size:10px;
    }
    .section3 .content .copy p {
        margin-bottom: 18px;
    }
    .section3 .content .each_game_holder .each_game .image .overlay .play_on{
        font-size:16px;
    }
    .section3 .content .each_game_holder .each_game .image .overlay .play_holder .btn {
        width: 60px;
        padding-left: 6px;
        padding-right: 6px;
    }
}
@media screen and (max-width: 850px) {
    .section1 .content {
        margin-top: 120px;
        width: 88%;
    }
    .section1 .content h1 {
        width: 100%;
    }
    .section1 .content p {
        width: 100%;
    }
    .section1 .slideshow .ms-bullets.ms-dir-h {
        /*
        right: 50%;
        right: 5%;
        width: 10px !important;
        bottom: 45% !important;
        */
    }

    .section2 .slideshow {
        position: relative;
        width: 100%;
    }
    /*
    .section2 .slideshow .ms-bullets.ms-dir-h {
        right: 10%;
    }
    */
    .section2 .content{    
        width: 100%;
        margin-top:6%;
        padding:0%;
    }

    .section3 .content {
        width: 100%;
    }
    .section3 .content h1 {
        width: 96%;
    }
    .section3 .content h2 {
        width: 96%;
    }
    .section3 .content p {
        width: 96%;
    }
    .section3 .content .each_game_holder{
        width:94%;
    }
    .section3 .content .each_game_holder .each_game{
        width: 100%;
        margin-right: 0%;
        margin-bottom: 3%;
    }
    .section3 .content .copy h3 {
        margin-top: 20px;
        margin-bottom: 12px;
    }
    .section3 .content .copy p {
        margin-bottom: 12px;
    }


    .section4{
        width:100%;
        padding:6%;
        margin-left: 0%;
        margin-right: 0%;
    }
    .section4 .content .each_news {
        width: 100%;
        margin-left: 0%;
        margin-right: 0%;
    }
    .section4 .content .each_news_holder {
        margin-top: 24px;
    }
    .section4 .content .each_news_holder .each_news {
        margin-top: 0px;
        margin-bottom: 24px;
    }
    .section4 .content .copy h3 {
        margin-top: 20px;
        margin-bottom: 12px;
    }
    .section4 .content .copy p {
        margin-bottom: 12px;
    }
}

@media screen and (max-width: 650px) {
    .section3 .content .copy h3 {
        line-height:16px;
    }
    .section3 .content .copy h3 span{
        position:relative;
        display:inline-block;
        width:100%;
        font-size:10px;
    }
    .section3 .content .each_game_holder .each_game .image .overlay .logo img{
        max-height: 100px;
    }
}


/*jssor slider bullet skin 052 css*/
.jssorb052 .i {position:absolute;cursor:pointer;}
.jssorb052 .i .b {fill:#000;fill-opacity:0.3;}
.jssorb052 .i:hover .b {fill-opacity:.7;}
.jssorb052 .iav .b {fill-opacity: 1;}
.jssorb052 .i.idn {opacity:.3;}