@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700');

@font-face {
font-family: 'Futura-Extra-Bold';
src: url('../fonts/Futura-Extra-Bold.eot?#iefix') format('embedded-opentype'), 
     url('../fonts/Futura-Extra-Bold.woff') format('woff'), 
     url('../fonts/Futura-Extra-Bold.ttf')  format('truetype'),
     url('../fonts/Futura-Extra-Bold.svg#Futura') format('svg');
    font-weight: 1000;

}
body {
	font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    background: url(../images/bg.jpg) no-repeat top left #f5f5f5;
}
a{
    color: #1e3d73;
    text-decoration: none;
}
a:hover{
    text-decoration: underline;
    color: #1e3d73;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
}



.smallprint {
    font-size: 10px;
    opacity: 0.7;
}
.text-compact{
    font-size: 85%;
}



/*** NAVBAR ***/
nav.navbar{
    background: #1e3c72;
    background: -webkit-linear-gradient(to right, #2a5298, #1e3c72);
    background: linear-gradient(to right, #2a5298, #1e3c72);
    box-shadow: 0px 2px 4px rgba(0,0,0,0.2);
}
nav.navbar a:hover{
    text-decoration: none;
}
.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255,.95);
    font-size: 0.9em;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0px;
}
nav.navbar img.logo{
    max-width: 170px;
}
nav li.nav-item {
    border-right: solid 1px rgba(255,255,255,0.1);
}
nav li.nav-item.selected a.nav-link{
    background: #2c5fa9;
}
nav li.nav-item a.nav-link:hover{
    background: #2c5fa9;
    color: #fff !important;
    text-decoration: none;
}
nav button.navbar-toggler {
    padding: 0 10px;
    border: none;
}
nav .dropdown-menu {
    color: #fff;
    background-color: #2c5fa9;
    border-radius: 0  0 .25rem .25rem;
    border: none;
    text-align: center;
}
nav ul.dropdown-menu.show {
    margin-top: 0;
}
nav a.nav-link.dropdown-toggle:active {
    background: #2c5fa9;
}
nav a.nav-link.dropdown-toggle.show {
    background: #2c5fa9;
}
nav .dropdown-item{
    color: #fff;
    text-transform: uppercase;
    font-size: 0.85em;    
}
nav .dropdown-item:focus, nav .dropdown-item:hover {
    color: #fff;
    background-color: #2c5fa9;
}
nav .countryIconMobile{
    display: none;
}
nav .mobIcons p {
    font-size: 12px;
}
nav .mobIcons {
    background: #2c5fa9;
    color: #fff;
    border-radius: 5px;
    box-shadow: 1px 1px 0px rgba(0,0,0,0.7);
    padding: 10px 0;
}
nav .mobIcons a{
    color: #fff;
}
.navbar-nav .dropdown-menu img {
    margin: 0 8px 0 0;
    border-radius: 2px;
    box-shadow: 1px 1px 1px #2c5fa9;
}
.navbar-collapse hr {
    margin: 8px 0;
    background-color: #2b5fa9;
    opacity: 0.8;
}
nav .dropdownSubHead {
    font-size: small;
    opacity: 0.75;
}
nav .nav-item img {
    max-width: 30px;
    margin: 0 0 5px 0;
}

@media (min-width: 992px){
    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 1rem;
    }    
}
@media (max-width: 992px){   
    nav li.nav-item.selected a.nav-link{
        background: transparent;
    }
    nav .countryIconMobile{
        display: block;
    }    
    nav .countryIconDesktop{
        display: none;
    }
    nav.navbar img.logo{
        max-width: 140px;
    }   
    nav li.nav-item {
        border-right: none;
    }    
    .navbar-dark .navbar-nav .nav-link{
        font-size: 1em;
    }
}

    

/*** BUTTONS ***/
.btn-primary{
    /* Created with https://www.css-gradient.com */
    background: #3164D3;
    background: -webkit-linear-gradient(top left, #3164D3, #113687);
    background: -moz-linear-gradient(top left, #3164D3, #113687);
    background: linear-gradient(to bottom right, #3164D3, #113687);
}
.btn-success {
    color: #fff;
    background-color: #5db75c;
    border-color: #5db75c;
}
.btn-gold{
    /* Created with https://www.css-gradient.com */
    background: #EBB800;
    background: -webkit-linear-gradient(top left, #EBB800, #C28702);
    background: -moz-linear-gradient(top left, #EBB800, #C28702);
    background: linear-gradient(to bottom right, #EBB800, #C28702);
    border-color: #EBB800;
    text-shadow: 1px 1px 1px rgb(255 255 255 / 40%);
}
.btn-gold:hover, .btn-gold:active{
    background: #EBB800;
    border-color: #EBB800;
    text-shadow: none;
}
.btn:hover{
    text-decoration: none;
}
.accordion .accordion-button:not(.collapsed){
    color: #1e3d74;
    background-color: #e1e5eb;
}
.bg-customBlue{
    background: -webkit-linear-gradient(to right, #2a5298, #1e3c72);
    background: linear-gradient(to right, #2a5298, #1e3c72);
    box-shadow: 0px 2px 4px rgba(0,0,0,0.2);
}
.bg-yellow {
    background: #f4d80c;
}





section.headline{
    background: #055698 url(../images/balls-header.jpg) no-repeat scroll top;
    color: #fff;
}
section.headline h1{
    text-transform: uppercase;
    font-size: 1.4em;
    font-weight: 700;
    margin: 15px 0;
}
@media (max-width: 990px) {
    
    section.headline h1{
        font-size: 1em;
        margin: 10px 0;
    }    
    
}






section#nextOffMobileWrap {
    background: #292929;
}    
section#nextOffMobileWrap .swiper-slide{
    background: #c2c2c2;
    color: #3b3b3b;
}        
section#nextOffMobileWrap .swiper .swiper-button-next, section#nextOffMobileWrap .swiper .swiper-rtl .swiper-button-prev{
    height: 30px;
    width: 15px;
}        
section#nextOffMobileWrap .swiper .swiper-button-prev, section#nextOffMobileWrap .swiper .swiper-rtl .swiper-button-next{
    height: 30px;
    width: 15px;        
}
.swiperNextOffMob img.rounded {
    
}    
.swiper.swiperHomeHero {
    background: #2c5fa9;
}
    
.swiperNextOffMob .swiper-slide{
    background: #f7f7f7;
    border-radius: 5px;
    border: solid 1px #d8d8d8;      
}  
@media (max-width: 990px) {
    .swiperNextOffMob .swiper-slide p{
        font-size: 11px;
    }    
}


    
#fixed-countdown {
    display: none;
    position: fixed;
    bottom: 0;
    width: 100%;
    color: #fff;
    padding: 5px 0;
    text-align: center;
    text-transform: uppercase;
    background: #2a5298;
    box-shadow: 2px -2px 2px rgba(0,0,0,0.2);
    z-index: 100;
}
img.footer-menu {
    margin: auto;
    height: 20px;
    margin-bottom: 4px;
}
#fixed-countdown p {
    font-size: 10px;
    margin: 2px 0 0 0;
}  
#fixed-countdown p a{
    color: #fff;
}  
@media (max-width: 990px) {
    
    #fixed-countdown {
        display: block;
    }
    
}

.topRatedCard{
    box-shadow: 0px 1px 6px #e4aa04;
    background: #ffffff;
    background: linear-gradient(128deg, rgba(255, 255, 255, 1) 0%, rgba(255, 237, 189, 1) 34%, rgba(255, 255, 255, 1) 100%);
    text-shadow: 1px 1px 1px #fff;
}



#quickLinksMob .list-group-item {
    padding: 0.5rem;
    font-size: 0.9rem;
}

#quickLinksMob span.badge{
    padding: 6px 8px;
    border-radius: 26px;
}


.badgeYellow{
    background: #f4d80c;
    color: #2c5fa9;
}
div.timer{
    display: inline;
}



.nav-tabs .nav-link{
    color: #1e3d74;
}
div.tabsWrap{
    background: white;
    border-left: solid 1px #dee2e6;
    border-right: solid 1px #dee2e6;
    border-bottom: solid 1px #dee2e6;
    border-radius: 0 0 4px 4px;
    padding: 10px;
}
.nav-pills .nav-link{
    color: #1e3d74;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
    background-color: #1e3d74;
}
img.odds-logo{
    border-radius: 50px;
}
table.table img.odds-logo{
    max-width: 90px;
    border-radius: 5px;
}
#bookmakerTabs h4 {
    font-size: 1.2em;
}
#bookmakerTabs thead.table-secondary {
    font-size: 85%;
}
#oddsTabs thead.table-secondary {
    font-size: 85%;
}


/*** BOOKMAKER REVIEW TABLE ***/

.bookmakerWrap{
    background: #fff;
    padding: 10px;
    margin: 0 0 15px 0;
    border-radius: 5px;
    border: solid 1px #ddd; 
}
.bookmakerWrap:hover{
    background: linear-gradient(#fff, #ddd);
    box-shadow: 2px 2px 5px rgba(0,0,0,0.1);
}
.bookmakerWrap .text-muted{
    margin-bottom: 0;
}
.bookmakerWrap h5{
    margin-bottom: 0;
    padding: 5px 0 0 0;
    font-weight: 700;
    text-transform: capitalize;
}
.bookmakerWrap .offerAddon{
    margin: 0;
}
.bookmakerWrap .underLink{
    font-size: 12px;
    padding: 8px 0;
    margin: 0;
}
p.bookmakerScore {
    padding: 10px 0 0 0;
    margin: 0;
}
.bookmakerWrap p.smallprint{
    font-size: 10px;
    color: rgba(0,0,0,0.75);    
}
.bookmakerWrap .bookmakerAward{
    color: #188753;
}
.bookmakerWrap .bookmakerLogo{
    border-radius: 20px;
    box-shadow: 3px 3px rgba(0,0,0,0.5);
}
.bookmakerWrap .claimButton{
    width: 100%;
}
.bookmakerWrap.recommendedBookmaker{
    background-image: linear-gradient(15deg, #ffffff 0%, #efcb8b 90%);
    border: solid 1px #efcb8a;
}
.bookmakerWrap.recommendedBookmaker:hover{
    background-image: none;
    border: solid 1px #efcb8a;
    background-color: #efcb8a;
}
@media (max-width: 990px) {
    
    .bookmakerWrap{
        padding: 15px;
    }    
    .bookmakerWrap .claimButton{
        margin-top: 0;
        width: 100%;
    }    
    .bookmakerWrap p.smallprint{
        padding: 0;
    }    
    
}   
@media (max-width: 796px) {   
    .bookmakerWrap .bookmakerLogo{
        padding-top: 0;
        max-width: 130px;
    }
}


.geolocator {
    background: #3d404c;
    padding: 5px;
    border: none;
    border-radius: 0;
}




/*** INDIVIDUAL LOTTO PAGE ***/

#lottoProfileHead{
    height: 300px;
}
#lottoProfile{
    margin-top: -100px;
}
#lottoProfile img.lottoProfileThumb{
    border-radius: 100px;
    border: solid 2px #fff;
    max-width: 200px;
}
#lottoProfile .breadcrumb{
    display: inline-flex;
}

.btn.btn-block{
    width: 100%;
}

@media (max-width: 990px) {
    
    #lottoProfileHead{
        height: 200px;
    }  
    #lottoProfile img.lottoProfileThumb{
        max-width: 140px;
    }
    #lottoProfile {
        margin-top: -70px;
    }
    
}






/*** SWIPER SLIDER ****/
.swiper .swiper-slide{
    background: #fff;
}
.swiper .swiper-button-next, .swiper .swiper-button-prev {
    color: #fff;
    background: #3a3a3a;
    border-radius: 5px;    
    width: 18px;
}
.swiper .swiper-button-next:after, .swiper .swiper-button-prev:after{
    font-size: 18px;
}
.swiper .swiper-button-next, .swiper .swiper-rtl .swiper-button-prev{
    right: 0;
    border-radius: 5px 0 0 5px;
}
.swiper .swiper-button-prev, .swiper .swiper-rtl .swiper-button-next{
    left: 0;
    border-radius: 0 5px 5px 0;
}
.swiper .swiper-slide .badge{
    position: absolute;
    top: 10px;
    left: 10px;
    background: #f4d80c;
    color: #2c5fa9;
}
.swiper div.timer{
    display: inline;
}






/***** BOOKMAKER CARDS *****/
.bookmakerOffersCards h4.card-title {
    font-size: 1.2rem;
}
.bookmakerOffersCards .card-footer .btn {
    width: 100%;
}
.bookmakerOffersCards h4.card-title a{
    color: #3a3a3a;
}

.topRatedCard{
    box-shadow: 0px 1px 6px #e4aa04;
}





/**** HOT COLD BALLS ****/
.hotColdCard{background: #f6cfcf;}
.hotColdCard h4{
    font-size: 1.2rem;
}    
i.fas.fa-fire {
    color: #c94e4e;
}    
i.fas.fa-snowflake {
    color: #476c8b;
} 
.hotColdIconsWrap .card-body{
    font-size: 12px;
}  



.slimAd{
    background: #000;
    color: #fff;
    border-color: #000;
}  
.slimAd img{
    max-width: 70px;
}
.slimAd p{
    color: #fff;
}
.slimAd p a{
    color: #fff;
    font-weight: bold;
    text-decoration: underline;
}  



/**** BOOKMAKER REVIEW PAGE ****/
span.compareExpand {
    color: #2c5fa9;
    text-decoration: underline;
    cursor: pointer;
}
.reviewAwards .card-header {
    background: #282828;
    color: #fff;
    border-color: #616161;
}
.reviewAwards .card-body {
    background: #494848;
}
.reviewAwards img.award-icon-review {
    border-radius: 10px;
    box-shadow: 1px 1px 5px #000;
}
.list-checks li::before {
    content: "";
    position: absolute;
    left: 0;
    width: 1.5em;
    height: 1.5em;
    background-image: url("../images/check-lg.svg"); /* Or use the local path to your SVG */
    background-size: contain;
    background-repeat: no-repeat;
    color: #3d7250;
}
.list-checks li {
    list-style-type: none;
    padding-left: 2em;
    position: relative;
}    
.list-crosses li::before {
    content: "";
    position: absolute;
    left: 0;
    width: 1.2em;
    height: 1.2em;
    background-image: url("../images/x-lg.svg"); /* Or use the local path to your SVG */
    background-size: contain;
    background-repeat: no-repeat;
    color: #cb5454;
}    
.list-crosses li {
    list-style-type: none;
    padding-left: 2em;
    position: relative;
}     
  
@media (max-width: 600px) {
    .reviewLottos p {
        font-size: 11px;
    }    
}
.resultsIcons p.card-text {
    font-size: small;
}
#resultsHeader{
    background: #5cb85c;
}



.blog-item .btn{
    width: 100%;
}
.blog-item p a{
    text-decoration: underline;
}
.inpage-cta {
    text-align: center;
    border: solid 1px #ccc;
    border-radius: 5px;
    padding: 20px 45px;
    margin: 30px 0;
    background: rgb(255,255,255);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(238,238,238,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(238,238,238,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(238,238,238,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 );
}
.inpage-cta .btn{
    width: auto;
}


.resultsIcons .card {
    transition: margin-top 0.2s;
}
.resultsIcons .card:hover {
    margin-top: -5px;
    box-shadow: 1px 1px 4px rgba(0,0,0,0.5);
}
.sectionHome .card:hover {
    box-shadow: 2px 3px 4px rgba(0,0,0,0.1) !important;
}



section#homeScroller{
    background: #DAD299;
    background: -webkit-linear-gradient(to right, #B0DAB9, #DAD299);
    background: linear-gradient(to right, #B0DAB9, #DAD299);
}




section#services {
    background: #2ecc71;
    color: #2c5fa9;
}
#services h3 {
    font-size: 1.4rem;
}
#services span.badge {
    background: #fff;
    font-size: inherit;
    border-radius: 20px;
    padding: 4px 9px;
    color: #1f7b44;
}
@media (max-width: 767px) {
    
    #services .borderMob{
        border-bottom: solid 1px #7be1a6;
    }
    
}
#accordionState button.accordion-button {
    font-size: 14px;
}






#countryModal .btn{
    width: 100%;
    margin-bottom: 5px;
}



/*** FOOTER ***/
section#footer {
    background: #1e3c72;
    background: -webkit-linear-gradient(to right, #2a5298, #1e3c72);
    background: linear-gradient(to right, #2a5298, #1e3c72);
    color: rgba(255,255,255,0.8);
}
section#footer a{
    color: rgba(255,255,255,0.8);
}
#footer h4 {
    font-size: 18px;
}
#footer ul {
    padding-left: 15px;
}     
img.img-fluid.footerRGIcon {
    border-radius: 5px;
    box-shadow: 2px 2px 2px #2c5fa9;
}
#footer .text-muted {
    color: rgba(255,255,255,0.4) !important;
    font-size: 80%;
}
#footer .btn-outline-light:hover{
    color: #2c5fa9 !important;
}


    
img.card-icon {
    max-height: 30px;
    border-radius: 4px;
    margin-bottom: 4px;
}
img.app-store-icon{
    max-height: 25px;
    margin-bottom: 10px;
}
.bg-gold {
    background: #b58633;
    background: -webkit-linear-gradient(to right, #b58633, #dc9920);
    background: linear-gradient(to right, #b58633, #dc9920);
}
i.fas.fa-star, i.fas.fa-star-half-alt {
    color: #e4ab03;
}
i.fas.fa-star.starGrey {
    color: #ccc;
}



.bi.bi-star-fill {
    color: #e4ab03;
}
.bi.bi-star-fill.starGrey {
    color: #ccc;
} 
.bi.bi-star-half.starGrey {
    color: #ccc;
} 
.hotColdCard i.bi.bi-fire {
    color: #aa3144;
    text-shadow: 1px 1px 1px white;
}    
.hotColdCard i.bi.bi-snow2{
    color: #476c8b;
    text-shadow: 1px 1px 1px white;
}     
   


#resultsHeader .card{
    background: rgba(255,255,255,0.2);
}
#resultsHeader .card h4{
    font-size: 18px;
}                      
#resultsHeader .results-number {
    border: 2px solid #ffffff;
    color: #20427b;
    font-size: 23px;
    font-weight: normal;
    background: #fff;
}
#resultsHeader .results-number-bonus {
    border: 2px solid #e6311f;
    color: #fff;
    font-size: 23px;
    background: #e6311f;
    font-weight: normal;
}
.results-number{
    display: inline-block;
    border: 2px solid #d7d1cc;
    border-radius: 50%;
    width: 39px;
    text-align: center;
    line-height: 34px;
    color: #34495e;
    background: #fff;
}
.results-number-bonus {
    display: inline-block;
    border: 2px solid #db6778;
    border-radius: 50%;
    width: 39px;
    text-align: center;
    line-height: 34px;
    color: #34495e;
    background: #fff;
} 
span.blueText {
    color: #274e91;
}

.full-background {
    background: #333 url(../images/bg-2.jpg) no-repeat scroll top;
    background-size: cover;
    margin: 0;
    background-attachment: fixed;
} 



h1.awards-head{
    text-align: center;
    color: #fff;
    font-size: 32px;
    margin-bottom: 30px;
    text-shadow: 0px 0px 5px #000;
    margin-top: 0;
}
#awardstabs li{
    width: 25%;
}      
.awardstabs h3{
    font-weight: bold;
    margin-bottom: 10px !important;
}
.awardstabs .tab-pane{
    padding: 15px 15px 5px 15px;
}    
.awardstabs .tab-pane .row{
    border-bottom: solid 1px #eee;
    padding-bottom: 10px !important;
    margin-top: 20px;     
}  
.awardstabs .tab-pane img{
    border-radius: 5px;    
}
.awardstabs .tab-pane p{
    font-size: 16px;
    line-height: 24px;
}
img.awards-logo{
    margin: auto;
    margin-top: 40px;
}          
#awardstabs>li>a {
    background: rgba(255,255,255,0.8);
}    
#awardstabs>li.active>a {
    background: rgba(255,255,255,1);
}  
.tab-content{
    border-radius: 0 0 5px 5px;
}    
#career ul.nav-tabs img {
    max-width: 24px !important;
    margin-right: 0;
    margin-bottom: 5px;
}  
p.awards-pre{
    text-transform: uppercase;
    letter-spacing: 5px;
    margin: 20px 0 10px 0;
}
img.awards-slider-head{
    max-width:410px;
    border-radius: 10px;
    box-shadow: 1px 1px 10px #000000;
}
img.awards-home-flags{
    margin: auto;
    max-width: 150px;
    margin-top: 20px;
}



.alert.alert-info {
    background: #b6cad9;
    border: solid 1px #b6c9d9;
}


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

    img.awards-logo{
        max-width: 200px;
    }        
    h1.awards-head{
        font-size: 20px;
        margin-bottom: 14px;
    }  
    img.awards-slider-head{
        max-width:300px;
        margin-top: 0;
    }  
    img.awards-home-flags{
        max-width: 120px;
    }    

}





/******* CAROUSEL *******/

@media screen and (min-width: 980px){
    
}
@media screen and (max-width: 640px){
    
    p.awards-pre{
        font-size: 10px;
    }
    .btn.btn-awards{
        padding: 5px 40px;
        width: 100%;
        margin-bottom: 10px;
        font-size: 15px;
    }
    
    
    
}    





#oddsTabs img.odds-logo {
    max-width: 90px;
    border-radius: 5px;
}

#oddsTabs td.odds {
    font-size: 18px;
    text-align: center;
}

#oddsTabs tbody td{
    vertical-align: middle;
}    
a.btn.btn-bounce {
    background: #5db75c;
}   
tr.bestOdds {
    background: #d9efd3;
}    
tr.bestOdds img.odds-logo{
    box-shadow: 2px 2px 2px #5db75c;
}
@media (max-width:776px) {
    #oddsTab .nav-link{
        padding: 0.2rem 0.4rem;
    }  
} 
   




/* Auto complete for State selector */
.tt-menu{
    width: 100%;
    padding: 10px;
    border-radius: 0px 0px 5px 5px;
    background: #eee;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.15);        
}   
.twitter-typeahead{
    width: 100%;
}
.tt-suggestion {
    padding: 0 0 5px 0;
    cursor: pointer;
}
.tt-suggestion:hover{
    text-decoration: underline;
}    
.form-icon {
    position: absolute;
    right: 10px;
    top: 10px;
}    



.pulse-background {
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        background-color: #1d2129; /* Dark initial color */
    }
    50% {
        background-color: #2a5298; /* Lighter pulsing color */
    }
    100% {
        background-color: #1d2129; /* Return to dark initial color */
    }
}