* {
    margin: 0;
    padding: 0;
}

body {
    background-color: #000;
    font-family: 'Roboto', sans-serif;
}

#freespins150 {
    margin: 0 auto;
    text-align: center;
    background: url(images/bg.jpg) no-repeat top center #000; 
    background-size: auto; 
    height: auto; 
}

#freespins150 h1 {
    font-size: 3em;
    font-family: "modesto-condensed", serif;
    font-weight: 700;
    font-style: normal;
    background: linear-gradient(to right, #008c7e 0%, #75fd56 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
    text-transform: uppercase;
}

#freespins150 h2 {
    font-size: 1.6em;
    font-weight: 900;
    color: #ffffff;
    text-transform: uppercase;
}

#freespins150 p {
    font-size: 1.4em;
    color: #fff;
    margin: 0;
    line-height: 1;
}

#freespins150 a {
    text-decoration: none!important;
}

#freespins150 b {
    color: #99ff00;
}

#freespins150 .small-text {
    font-size: 1em;
}

#freespins150 .container { 
    width: 100%; 
    max-width: 1350px; 
    height: auto; 
    margin: 0 auto; 
    padding: 0; 
    position: relative;
}

#freespins150 .pad {
    padding: 20px 60px 30px;
}

#freespins150 .logo {
    position: relative;
    z-index: 1;
}

#freespins150 .logo img {
    width: 150px;
}

#freespins150 .image-bonus {
    position: relative;
    margin: -60px auto;
    width: 100%;
    max-width: 710px;
    height: 477px;
}

#freespins150 .bonus {
    background-image: url(images/bonus.png);
    width: 710px;
    height: 477px;
    background-size: cover; 
    background-repeat: no-repeat; 
    background-position: left top; 
    animation: bonus 1.5s steps(4) infinite; 
    position: absolute; 
    right: 0;
    top: 0; 
}

@keyframes bonus {
    0% { background-position: 0px; }
    100% { background-position: -2840px; }
}

#freespins150 .margin {
    margin-top: -85px;
}

#freespins150 .btn {
  padding: 0 0 20px;
  position: relative;
}

#freespins150 .btn a {
    border-radius: 50px;
    padding: 10px 50px;
    font-size: 1.5em;
    text-align: center;
    color: #2f5d61;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    background-color: #ffff00;
    cursor: pointer;
    animation-name:glow;
    animation-duration:1s;
    animation-iteration-count:infinite;
    animation-direction:alternate;
}

@keyframes glow {
  from{box-shadow:0px 0px 5px #ffff00,0px 0px 5px #ffff00;}
  to{box-shadow:0px 0px 20px #ffff00,0px 0px 20px #ffff00;}
}

#freespins150 .btn2 {
  padding: 0 0 20px;
}

#freespins150 .btn2 a {
    border-radius: 50px;
    padding: 10px 50px;
    font-size: 1.5em;
    text-align: center;
    color: #2f5d61;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    background-color: #99ff00;
    cursor: pointer;
}

#freespins150 .btn2 a:hover {
    padding: 11px 55px;
}

#freespins150 .col-container2 { 
    position: relative;
    z-index: 1;
    padding:0; 
    display: flex; 
    justify-content: center; 
    align-items: center; 
    max-width: 400px;
    margin: 0 auto 20px;
}

#freespins150 .col-container2 span {
    padding: 10px;
    background-color: #000000a1;
    color: #fff;
    font-weight: 700;
    border: dotted 2px #99ff00;
    border-radius: 5px 0px 0px 5px;
    display: table;
    line-height: 100%;
}

#freespins150 .col-container2 button {
    padding: 10px;
    border: solid 2px #99ff00;
    border-radius: 0px 5px 5px 0px;
    color: #2f5d61;
    display: table;
    font-weight: 700;
    background-color: #99ff00;
    line-height: 100%;
}

#freespins150 .col-container2 button:hover {
    border: dotted 2px #99ff00;
    color: #ffff00;
    background-color: #000000a1;
}

#freespins150 .flexbox {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin: 0 auto 20px;
    text-align: center;
}

#freespins150 .flexbox h2 {
    margin-bottom: 40px;
}

#freespins150 .green {
    padding: 15px;
    border-radius: 20px;
    margin-right: 10px;
    background-color: #003236;
    text-align: center;
}

#freespins150 .green p {
    font-weight: 600;
}


#freespins150 .green img {
    margin-top: -45px;
    margin-bottom: 10px;
}

#freespins150 .flexbox2 {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

#freespins150 .count::before {
    content: "$";
    font-family: "modesto-condensed", serif;
    color: #99ff00;
    font-size: 3em;
    font-weight: 900;
    padding: 0px 5px;
}

#MainContJackpot {
    display: flex; 
    width: 100%;  
    margin: 10px auto;
    font-family: "modesto-condensed", serif;
    color: #003236;
    flex-direction: row; 
    justify-content: center; 
    align-items: center;
    font-weight: 900;
    padding-bottom: 15px;
}

#MainContJackpot i {
    display: flex; 
    width: 10px;
    margin: 0px; 
    font-size: 3em; 
    font-weight: 900; 
    font-style: normal;
    flex-direction: row; 
    justify-content: center; 
    align-items: center; 
    overflow: hidden;
    position: relative;
}

#MainContJackpot i.Num {
    width: 30px;
    margin: 0px 2px;
    padding: 0px 5px;
    color: #003236;
    background: rgb(110,110,110);
    background: linear-gradient(0deg, rgba(110,110,110,1) 0%, rgba(255,255,255,1) 50%, rgba(110,110,110,1) 100%);
    border-radius: 5px;
}

#MainContJackpot i.Dot {
    width: 10px;
    margin: 0px 2px;
    color: #fff;
}

#freespins150 .contain {
  width: 100%;  
  height: auto; 
  margin: 0 auto 20px; 
  padding: 0 10px 20px; 
  text-align: center;
  border-radius: 20px;
  background-color: #003236;
}

.col-centered {
  float: none;
  margin: 0 auto;
}

.carousel-control { 
  width: 8%;
  width: 0px;
}
.carousel-control.left,
.carousel-control.right { 
  margin-right: 40px;
  margin-left: 32px; 
  background-image: none;
  opacity: 1;
}
.carousel-control > a > span {
  color: white;
  font-size: 29px !important;
}

.carousel-col { 
    width: 100%;
    position: relative; 
    min-height: 1px; 
    padding: 5px; 
    float: left;
    height: 160px;
 }

 .active > div { display:none; }
 .active > div:first-child { display:block; }

 .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
  margin-right: -75px;
  color: #99ff00;
}

.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
  margin-left: -68px;
  color: #99ff00;
}

.block2 {
  width: 306px;
  height: 200px;
  margin: 0 auto;
  text-align: center;
}

#freespins150 .row {
  width: 100%;
  margin: 0 auto;
}

#freespins150 .terms {
    text-align: center;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

#freespins150 .terms img {
    width: 100%;
    max-width: 300px;
    padding-bottom: 15px;
}

#freespins150 .terms button {
    color: #99ff00;
    font-weight: 600;
    padding: 8px 10px;
    border: solid #99ff00 3px ;
    border-radius: 50px;
    background: transparent;
}

@media screen and (max-width: 1000px) {
    #freespins150 .flexbox {
        flex-direction: column;
    }
}

@media screen and (max-width: 850px) {
    #freespins150 .image-bonus {
        position: relative;
        margin: -44px auto;
        width: 100%;
        max-width: 562px;
        height: 377px;
    }

    #freespins150 .bonus {
        width: 562px;
        height: 377px;
        background-size: cover; 
        background-repeat: no-repeat; 
        background-position: left top; 
        animation: bonus 1.5s steps(4) infinite; 
        position: absolute; 
        right: 0;
        top: 0; 
    }

    @keyframes bonus {
        0% { background-position: 0px; }
        100% { background-position: -2245px; }
    }

    #freespins150 .margin {
        margin-top: -65px;
    }

} 

@media screen and (max-width: 820px) { 
    #freespins150 p {
        font-size: 1.2em;
    }

    .img-responsive img {
        width: 180px;
    }

    #freespins150 .contain {
        padding: 0 30px 20px;
    }

    .carousel-col {
        height: 145px;
    }

}

@media screen and (max-width: 680px) {
    #freespins150 .logo img {
        width: 100px;
    }

    #freespins150 .image-bonus {
        position: relative;
        margin: -35px auto;
        width: 100%;
        max-width: 447px;
        height: 300px;
    }

    #freespins150 .bonus {
        width: 447px;
        height: 300px;
        background-size: cover; 
        background-repeat: no-repeat; 
        background-position: left top; 
        animation: bonus 1.5s steps(4) infinite; 
        position: absolute; 
        right: 0;
        top: 0; 
    }

    @keyframes bonus {
        0% { background-position: 0px; }
        100% { background-position: -1786px; }
    }

    #freespins150 .margin {
        margin-top: -50px;
    }
}

@media screen and (max-width: 600px) {

    #freespins150 {
        margin: 0 auto;
        text-align: center;
        background: url(images/bg-mbl.jpg) no-repeat top center #000; 
        background-size: auto; 
        height: auto; 
    }

    #freespins150 .pad {
        padding: 20px 30px 30px;
    }

    #freespins150 h1 {
        font-size: 2em;
        margin-top: 10px;
    }

    #freespins150 h2 {
        font-size: 1.4em;
    }

    #freespins150 .flexbox h2 {
        margin-bottom: 30px;
    }

    #freespins150 p {
        font-size: 1em;
    }

    #freespins150 .small-text {
        font-size: 0.8em;
    }

    #freespins150 .btn a {
        font-size: 1.2em;
        padding: 8px 40px;
    }

    #freespins150 .btn2 {
        padding: 0 0 10px;
    }

    #freespins150 .btn2 a {
        font-size: 1.2em;
        padding: 8px 40px;
    }

    #freespins150 .btn2 a:hover {
        padding: 10px 44px;
    }

    #freespins150 .green img {
        width: 80px;
    }

    #MainContJackpot {
        margin: 5px auto;
        padding-bottom: 10px;
    }

    #freespins150 .count::before {
        font-size: 2em;
    }

    #MainContJackpot i {
        font-size: 2em;
    }

    #MainContJackpot i.Num {
        width: 22px;
    }

    .carousel-control > a > span {
      color: white;
      font-size: 20px !important;
    }

}

@media screen and (max-width: 530px) {
    #freespins150 .logo img {
        width: 100px;
    }

    #freespins150 .image-bonus {
        scale: 1.2;
        position: relative;
        margin: -4px auto;
        width: 100%;
        max-width: 298px;
        height: 200px;
    }

    #freespins150 .bonus {
        width: 298px;
        height: 200px;
        background-size: cover; 
        background-repeat: no-repeat; 
        background-position: left top; 
        animation: bonus 1.5s steps(4) infinite; 
        position: absolute; 
        right: 0;
        top: 0; 
    }

    @keyframes bonus {
        0% { background-position: 0px; }
        100% { background-position: -1191px; }
    }

    #freespins150 .margin {
        margin-top: -18px;
    }
}

@media screen and (max-width: 500px) {
    #freespins150 .flexbox2 {
        flex-direction: column;
    }

    #freespins150 .green {
        margin: 30px 0 10px;
        width: 100%;
    }

    #freespins150 .flexbox h2 {
        margin-bottom: 5px;
    }
}

@media screen and (max-width: 500px) {
    #MainContJackpot {
        width: 90%;
    }
}

/*xs*/
@media (min-width: 501px) {
  .carousel-inner .active.left { left: -50%; }
  .carousel-inner .active.right { left: 50%; }
    .carousel-inner .next        { left:  50%; }
    .carousel-inner .prev            { left: -50%; }
  .carousel-col                { width: 50%; }
    .active > div:first-child + div { display:block; }
}

/*sm*/
@media (min-width: 502px) and (max-width: 691px) {
  .carousel-inner .active.left { left: -50%; }
  .carousel-inner .active.right { left: 50%; }
    .carousel-inner .next        { left:  50%; }
    .carousel-inner .prev            { left: -50%; }
  .carousel-col                { width: 50%; }
    .active > div:first-child + div { display:block; }
}

/*md*/
@media (min-width: 692px) and (max-width: 1199px) {
  .carousel-inner .active.left { left: -33%; }
  .carousel-inner .active.right { left: 33%; }
    .carousel-inner .next        { left:  33%; }
    .carousel-inner .prev            { left: -33%; }
  .carousel-col                { width: 33%; }
    .active > div:first-child + div { display:block; }
  .active > div:first-child + div + div { display:block; }
}

/*lg*/
@media (min-width: 1200px) {
  .carousel-inner .active.left { left: -25%; }
  .carousel-inner .active.right{ left:  25%; }
    .carousel-inner .next        { left:  25%; }
    .carousel-inner .prev            { left: -25%; }
  .carousel-col                { width: 25%; }
    .active > div:first-child + div { display:block; }
  .active > div:first-child + div + div { display:block; }
    .active > div:first-child + div + div + div { display:block; }
}