/*
 * Version: 2.1
 * File Description: Place here your custom CSS styles
 */
 ul .navbar-nav ml-xl-auto{
 	line-height: 36px;
 }

 .slick-slide{
 	display: block;
 	min-height: 916px;
 	background-size: cover;
 }
 .slick-slide .banner-big-height{
 	min-height: 1300px;
 }
 .subfooter-inner a{
 	display: inline-block;
 }
 .toggle-text b{
	display: inline;
 }
 .toggle-text:not(.collapsed) span{
 	display: none;
 }
 .toggle-text.collapsed b {
 	display: none;
 }
 img.img-center {
	margin: 0 auto !important;
}
div.sold-out {
    height: 35px;
    width: 180px;
    background-color: #9C1B21;
    position: absolute;
    top: 48px;
    right: -6px;
    text-align: center;
    color: #FFF;
    font-weight: 600;
    font-size: 24px;
    white-space: nowrap;
  -webkit-transform: rotate(35deg);
    -moz-transform: rotate(35deg);
    -ms-transform: rotate(35deg);
    -o-transform: rotate(35deg);
    transform: rotate(35deg);
}

.sold-out:before {
    box-sizing: border-box;
    border-style: solid;
    border-color: transparent;
    border-width: 37px;
    border-left-width: 53px;
    border-right-width: 26px;
    content: "";
    display: block;
    left: -49px;
    position: absolute;
    width: 141%;
    border-top-width: 0px;
    border-bottom-color: #9c1b21;
    top: -2px;
    z-index: -1;
}
div.video-container iframe{
	max-width: 100%;
}
.separated-months .vertical-separator:last-of-type{
    content: '';
    display: none;
}

#SoaringJackpotTickerArea {
      background-color: #0acdf7;
      background: linear-gradient(to top right, #1b42c4, #b00496);
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      position: relative;
      top: -0px;
      height: auto;
      min-width: 100%;
      padding: 5%;
      color: #cecece;

    }

#maxJackpot{
	color: white;
    font-size:4.7em;
}

@media screen and (max-width: 470px) {
    #maxJackpot{
		color: white;
        font-size:3.0em;
    }
}
#minJackpot{
	color: white;
    font-size:4.7em;
}

@media screen and (max-width: 470px) {
    #minJackpot{
		color: white;
        font-size:3.0em;
    }
}
#maxJackpotSmall{
	color: black;
    font-size:3em;
}

@media screen and (max-width: 995px) {
    #maxJackpotSmall{
		color: black;
        font-size:2em;
    }
}
#minJackpotSmall{
	color: black;
    font-size:3em;
}

@media screen and (max-width: 995px) {
    #minJackpotSmall{
		color: black;
        font-size:2em;
    }
}

.loader {
    border: 5px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    border-top: 5px solid #c7ac56;
    width: 1.7em;
    height: 1.7em;
    -webkit-animation: spin 1s linear infinite; /* Safari */
    animation: spin 1s linear infinite;
  }

  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }

  .bannertext {
    text-align: right;
    width: 80%;
    top: 2em;
    font-size: 40pt;
    font-family: "Raleway", sans-serif;
    font-weight: bold;
    line-height: .75em;
    -webkit-text-stroke-width: 0.02em;
    -webkit-text-stroke-color: #c7ac56;
    color: black;
    text-shadow: -1px -1px 0 #c7ac56, 1px -1px 0 #c7ac56, -1px 1px 0 #c7ac56, 1px 1px 0 #c7ac56;
  }
  .bannertext p{
    border-color: #c7ac56;
    
  }
  @media screen and (max-width: 700px) {
    .bannertext{
		display:none;
    }
}