/*** GENERAL STYLES ***/

@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: #eee;
}
h2{
    margin: 0 0 15px 0;
    text-align: left;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 30px;    
}
h3{
    font-size: 22px;
}
a{
    color: #2d523a;
}
.full-background{
	background: #4a7053 url('../i/homepage-hero.jpg') no-repeat bottom;
    background-size: contain;
    padding: 125px 0 135px 0;
    margin: 0;
}
.full-background-product{
	background: #333 url('../i/balls-header.jpg') no-repeat scroll top;
    background-size: cover;
    padding: 45px 0 5px 0;
    margin: 0 0 30px 0;
}
@media (max-width: 768px){
    .full-background{
        background: #4a7053 url(../i/homepage-hero-mob.jpg) no-repeat bottom;
        background-size: contain;
        padding: 20px 0 230px 0;
    }
    .full-background-product{
        background: #2d523a;
         margin: 0 0 15px 0;
    }    
}

section p a{
    color: #2d523a;
    text-decoration: underline;
}
section a:hover{
    color: #2d523a;
    text-decoration: none;
}
section.content-page-center{
	padding: 30px 0 0 0;
}
section.hotballs{
	background: url('../i/footer-bg.jpg') top;
    background-size: cover;
}
.home-bookmaker-logo{
    margin-bottom: 5px;
    border-radius: 5px;
    margin-top: 10px;
}
a.btn-success{
	color: #fff !important;
	text-decoration:none !important;
}
.offer{
    margin: auto;
}
.modal-body a{
    color: #2d523a;
}
.modal-body a.btn{
    color: #fff;
    text-decoration: none;
}
.modal-body p.smallprint{
    margin: 10px 0 0 0;
    padding: 0;
}
.btn-gif {
    padding: 3px 3px !important;
    float: right;
}
.btn-border{
    background: transparent;
}
table{
    background: #fff;
}
table.table a{
    color: #666;	
}
td.odds {
    font-size: 18px;
    vertical-align: middle !important;
}
td.offer {
    color: #d16262;
    font-style: italic;
    text-align: center;
    vertical-align: middle !important;
}
@media (max-width: 768px){
    .table-responsive>.table {
        margin-bottom: 0;
        background-color: #fff;
    }
}
p.smallprint{
    font-size: 11px;
    color: rgba(0,0,0,0.6);
    padding: 0 0 10px 0;
    text-align: center;    
}
.lotto-icon{
    padding: 10px 0px;
}
.lotto-icon img{
    padding-bottom: 6px;
}

footer#sitefooter{
    background: #2d523a;
    margin: 0;
    padding: 80px 0 10px 0;
    color: #fff;
}
footer#sitefooter a{
    color: #fff;
}
footer#sitefooter a:hover{
    color: #fff;
}
footer#sitefooter hr{
    border-top: solid 1px rgba(255,255,255,0.3);
}
footer#sitefooter ul.link{
    padding-left: 18px;
}

#terms {
    color: #ddd;
    text-align: center;
    font-size: 12px;
}
#fixed-countdown { 
    position: fixed; 
    bottom:0;
    width:100%; 
    background-color: #2d523a;
    color: #fff;
    padding: 5px 0;
    text-align: center;
    text-transform: uppercase;
    border-top: solid 1px rgba(255,255,255,0.6);
}
#fixed-countdown p{
    font-size: 10px;
    margin: 2px 0 0 0;
}
#fixed-countdown a{
    color: #fff;
}  
#fixed-countdown .col-xs-3{
    padding-left: 10px;
    padding-right: 10px;
}
img.footer-menu{
    width: 30px;
    margin: auto;
}
.panel-results h3{
    margin: 0 0 15px 0;
    font-size: 20px;
    color: #fff;
}
.panel-results p{
    margin: 12px 0 0 0;
    color: #fff;
}
.panel-results a{
    color: #fff !important;   
}
.panel-results .results-number{
    color: #2d523a;
    background: #fff;
}
.panel-results .results-number-bonus{
    color: #fff;
    background: #e6311f;
}


/*** HOMEPAGE ***/
.card{
    background: #fff;
    border-radius: 5px;
    margin: 0 0 15px 0;
}
.card img{
    width: 60%;
    margin: auto;
}
.card img.offer-sash{
    width: auto;
    position: absolute;
}
.card-image-betfred{
    border-radius: 5px 5px 0 0;    
    background: #1a4393;
}
.card-image-bet365{
    border-radius: 5px 5px 0 0;    
    background: #007c5a;
}
.card-image-boyles{
    border-radius: 5px 5px 0 0;    
    background: #2400f8;
}
.card-image-coral{
    border-radius: 5px 5px 0 0;    
    background: #174ea0;
}
.card-image-ladbrokes{
    border-radius: 5px 5px 0 0;    
    background: #d31602;
}
.card-image-paddypower{
    border-radius: 5px 5px 0 0;    
    background: #0e4d38;
}
.card-image-williamhill{
    border-radius: 5px 5px 0 0;    
    background: #265485;
}
.card-image-totesport{
    border-radius: 5px 5px 0 0;    
    background: #000;
}

section.numbergenerator .mini-card-home a{
    color: #323232;
}
section.numbergenerator .mini-card-home p{
    color: #323232;
}    

.mini-card-home .card-block {
    min-height: auto;
}

.card-block{
    padding: 15px;
    color: #2d523a;
    min-height: 320px;
}
.card p.smallprint {
    margin-bottom: 0;
    margin-top: 10px;
    font-size: 10px;
}
section.advantages{
    background: #2d523a;
}
section.advantages .fa{
    font-size: 50px;
}
.single-advantage{
    color: #323232;
    text-align: center;
    padding-top: 25px;
    padding-bottom: 25px;
    background: #fff;
}
section.individual-blog-post{
    margin-top: 120px;
}
.single-advantage h2{
    text-transform: capitalize;
    font-size: 20px;
    text-align: center;
    margin: 10px 0 10px;
}
.single-advantage .fa{
    font-size: 40px;
}
@media (min-width: 990px){
    .center-advantage{
        border-left: solid 1px #ccc;
        border-right: solid 1px #ccc;
    }
}
@media (min-width: 990px){
    section.advantages h2{
        font-size: 25px;
    }
}
ul.social{
    text-align: right;
    margin: 0;
    padding: 0;
}
ul.social li{
    display: inline;
    font-size: 30px;
    padding: 0 15px;
}
p.inspirational-quote{
    font-size: 18px;
    color: #fff;
}
section.homepage-results{
    background: #5cb85c;
    color: #fff;
    padding: 30px 0 0 0;   
}
section.homepage-results a{
    color: #fff;
}
section.homepage-results .tab-content{
    background: transparent;
}
section.homepage-results .panel{
    background: rgba(255,255,255,0.2);
    text-align: center;
}
section.homepage-results hr{
    border-top: 1px solid rgba(255,255,255,0.3);
}
section.homepage-results .results-wrap{
    top: -45px;
}
section.homepage-results .results-number-bonus {
    color: #fff;
    background: #e6311f;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
}
section.homepage-results .results-number {
    color: #333;
    background: #fff;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
}
section.homepage-offers{
    padding: 40px 0;
    background: #eee;       
}
section.homepage-offers .card-block{
    border: solid 1px #ccc;
    border-radius: 0 0 5px 5px;
}
section.moneyback{
    background: #5cb85c;
    background-image: none;
    color: #fff;
}
section.moneyback a{
    color: #fff;
}
.home-key-features{
    position: relative;
    top: -85px;
    width: 1136px;
    margin: auto;
    background: rgba(255,255,255,0.6);
}

/*** LOGO & HEADER ***/
#logo {
    padding: 7px 0;
}
.wrap{
    width: 100%;
    background: #3e7150;
    box-shadow: 5px 1px 4px rgba(0,0,0,0.3);
}
.wrap p{
    margin-top: 15px;
    font-size: 12px;
    color: #fff;
}
.navbar{
    margin-top: 0;
    margin-bottom: 0;
}
.navbar a{
    color: #fff;
}
.navbar a:hover{
    color: #fff;
}
.navbar-brand{
    padding: 0 !important;
}
.navbar-nav>li>a{
    text-transform: uppercase;
}
.nav>li>a:hover, .nav>li>a:focus, .nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
    text-decoration: none;
    background-color: #2d523a;
    color: #fff;
}
.nav>li>a.selected{
    background-color: #2d523a;    
}
.navbar .icon-bar{
    background: #fff;
}
.navbar-toggle{
    margin-right: 0px;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus {
    color: #fff;
    background-color: #2d523a;
}
@media (min-width: 998px){
    section.homepage-offers .card{
        min-height: 335px;
    }
    section.freebets-offers .card{
        box-shadow: 0px 3px 5px rgba(0,0,0,0.1);
    }    
}
@media (min-width: 768px){
    .navbar-nav>li {
        border-left: solid 1px rgba(255,255,255,0.1);
    }
    .navbar-nav.navbar-right:last-child{
        border-right: solid 1px rgba(255,255,255,0.1);
    }
}

.main-overlay{	
	margin: 15px 0;
    color: #fff;
}
.sub-overlay{
	background: rgba(255,255,255,0.8);	
	padding: 15px;
	border-radius: 5px;
	font-size: 16px;
}
.main-overlay h1{
	font-size: 42px;
	text-transform: uppercase;
	font-weight: 700;
	color: #fff;
}
.panel-results hr{
    border-top: 1px solid rgba(255,255,255,0.2);
}
.main-overlay hr{
	border-top: solid 1px rgba(0,0,0,0.3);
	margin-top: 12px;
	margin-bottom: 12px;
}
.main-overlay .btn-success{
    border-width: 2px;
}
.main-overlay p a{
    color: #fff;
}
h1.section-h1{
	text-transform: uppercase;
    font-weight: 700;    
    color: #fff;
    font-size: 26px;
}
h3.luckynumbers-header{
	color: #fff;
	margin: 5px 0 0 0;
}



/*** REDESIGNED NAV ***/                            
.navbar-brand{
    margin-top:14px;
}
.main-logo{
    height: 50px; 
    padding-top: 8px;   
}                                                                
.top-nav li{  
    text-align: center;
}
.top-nav li img{  
    max-width: 30px !important;
    margin-bottom: 5px;  
}                                    
.top-nav .nav-bet-now{
    background: #5cb85c;
    padding: 33px 30px;
}
.top-nav .nav-bet-now:hover{
    background: #449d44;
}
.navbar-nav>li>.dropdown-menu {
    background: #2d523a;
    color: #fff;
    border: solid 1px #2d523a;
}
.dropdown-menu>li>a {
    padding: 6px 20px;
    color: #fff;
    text-transform: uppercase;
}
.mobile-top-menu-icon{                                
    padding: 0 2px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 9px;
}
.mobile-menu-inner{
    background: #2d523a;
    border-radius: 5px;    
    padding: 5px;
}
.mobile-menu-inner img{
    max-width: 28px;
    margin-bottom: 5px;
}
@media (min-width: 768px){
    .navbar-right .dropdown-menu {
        right: -1px;
    }  
}
@media (min-width: 1200px){
    /*
    .scrollinghead .scroll-hide{
        display: none;
    }
    .scrollinghead .top-nav .nav-bet-now {
        padding: 15px 30px;
    }
    .scrollinghead .navbar-brand {
        margin-top: 0px;
    }    
    .scrollinghead .main-logo {
        height: 42px;
        padding-top: 8px;
    }
    */
}
@media (max-width: 768px){
    .top-nav li {
        text-align: left;
    }
    .main-logo{
        height: 35px; 
        padding-top: 0;   
    } 
    .navbar-brand {
        margin-top: 8px;
        height: 42px;
    }
    .top-nav .nav-bet-now {
        background: #5cb85c;
        padding: 8px 30px;
        border-radius: 4px;
        margin-bottom: 10px;
        text-align: center;
    }
    section.homepage-results{
        padding: 15px 0 0 0;   
    }
}
@media (max-width: 360px){
    .main-logo {
        height: auto;
        padding-top: 5px;
        width: 190px;
    }
}

/*** STEPS ***/
#step1, #step2, #step3 {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    background-color: rgba(255,255,255,0.8);
    color: #000;
    font-size: 17px;
    margin: 5px 15px;
    text-transform: uppercase;
}
.step-number {
    font-size: 64px;
    padding: 10px 0 0px 0px;
}
.step-number, .important {
    color: #fff;
}
.stepswording{
    line-height: 22px;
    padding-top: 12px;
    font-weight: bold;
}
.numberalign{
    text-align: center;
    background: #2d523a;
    padding: 0;
}


/*** BLOG ***/
.blog .blog-item {
  background-color: #fff;
  border-radius: 5px;
  margin-bottom: 20px;
}
.blog .blog-item .img-blog {
  width: 100%;
  border-radius: 5px 5px 0 0;
}
.blog .blog-item .blog-content {
  padding: 20px;
}
.blog .blog-item h3 {
    margin: 5px 0;
    color: #2d523a;
}
.blog .blog-item .entry-meta {
  margin-bottom: 20px;
}
.blog .blog-item .entry-meta > span {
  display: inline-block;
  color: #999;
  margin-right: 10px;
  font-size: 12px;
}
.blog .blog-item .entry-meta > span a {
  color: #999;
}
.blog-content h2{
    font-size: 26px;
}
.blog-content h1{
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 30px;
}



/*** BUTTONS ***/
#sign-up, #betnow{
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
}

#sign-up {
    background-color: #2d523a;
    font-size: 25px;
    padding: 4px 0 0 0;
}

#betnow {
    font-size: 35px;
    padding: 20.5px 0;
    margin-top: 5px;
    color: #fff;
    background: rgba(86,169,45,1);
}
#betnow a{
    color: #fff;
}
#betnow:hover{
    background-color: rgba(86,169,45,0.8);
    text-decoration: none;
    cursor: pointer;
}



/*** RESULTS ***/
section.results{
    padding: 50px 0;
    background: url('../i/footer-bg.jpg') bottom;
    color: #fff;
}
section.results a{
    color: #fff;
}
.results-number{
    display: inline-block;
    border: 2px solid rgba(255,255,255,0.6);
    border-radius: 50%;
    text-align: center;
    color: #fff;
    width: 45px;
    line-height: 40px;
    font-size: 26px;    
}
.results-number-bonus{
    display: inline-block;
    border: 2px solid #e6311f;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    width: 45px;
    line-height: 40px;
    font-size: 26px;     
}
.bookmaker-offers{
    border-radius: 5px; 
    background: #fff;
    margin-bottom: 20px;
    padding-bottom: 10px;
}
.bookmaker-offers .col-xs-4{
    padding-left: 5px;
    padding-right: 5px;
}
.bookmaker-offers img{
    border-radius: 5px 5px 0 0;
}
.bookmaker-offers p{
    color: #666; 
    padding: 5px 0; 
    margin: 0; 
    text-align:center; 
    font-size: 16px;
}
.bookmaker-offers a{
    color: #2d523a !important;
    text-decoration: underline;
    margin-bottom: 15px;
}
.bookmaker-offers p.smallprint a{
    color: rgba(0,0,0,0.6) !important;
    text-decoration: none;
    font-size: 11px;
    text-align: center; 
}
.bookmaker-offers p.smallprint{
    padding: 0;
}




/*** NUMBER GENERATOR ***/
section.numbergenerator{
    padding: 50px 0;    
}
section.numbergenerator h2, section.numbergenerator p, section.numbergenerator a{
	color: #333;
}



/*** HOT BALLS ***/
section.hotballs{
    padding: 50px 0;
    background: url('../i/footer-bg.jpg') top;
    background-size: cover;
    color: #fff;    
}
section.hotballs a{
    color: #fff;
}
.hot-balls-number{
    display: inline-block;
    border: 2px solid #e29206;
    border-radius: 50%;
    text-align: center;
    color: #e29206;
    width: 45px;
    line-height: 40px;
    font-size: 30px;     
}
.cold-balls-number{
    display: inline-block;
    border: 2px solid #06b6e2;
    border-radius: 50%;
    text-align: center;
    color: #06b6e2;
    width: 45px;
    line-height: 40px;
    font-size: 30px;     
}
#review-offers a{
    text-decoration: none;
}

/* in page CTAs */
.inpage-cta{
  text-align:center;
  border: solid 1px #ccc;
  border-radius: 5px;
  padding: 20px 45px;
  margin: 30px 0;
  background: rgb(255,255,255); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(238,238,238,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(238,238,238,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(238,238,238,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */ 
}
.inpage-cta h4{
  font-size: 30px;
}
@media (max-width: 600px) {
    .inpage-cta{
        padding: 20px 10px;
    }
    .inpage-cta h4{
      font-size: 20px;
    }
    h2{
        font-size: 21px;
        margin: 15px 0 0 0;
    }
    h2.home-h2{
      font-size: 21px;
      border-bottom: solid 1px #ddd;
      padding: 0 0 5px 0;
    }
    .home-tick{
      padding: 5px 0 0 0;
      font-size: 16px;
    }
}


.odds-best
{
	background: #66b066;
	color: #fff;
}
.odds-best:hover
{
	background: #66b066;
	color: #fff;
}
.best-odds a
{
	color: #fff;	
}

.offerwidget-border {
    border-top: solid 1px #ddd;
    padding-top: 12px;
}

/*** MOBILE ***/
@media (max-width: 991px){
   
    .center-advantage {
        border-top: solid 1px #ccc;
        border-bottom: solid 1px #ccc;
        border-left: none;
        border-right: none;
    }    
    section.homepage-results .results-wrap {
        top: 0;
    } 
    section.numbergenerator {
        padding: 0px 0;
    }    
    .home-key-features {
        position: initial;
        top: 0;
        width: 100%;
        margin: auto;
        background: rgba(255,255,255,0.6);
    }       
    
}
@media (max-width: 768px){
      
    h1.section-h1{
        font-size: 18px;
    }   
    h1{
        font-size: 25px;
    }
    h3{
        font-size: 18px;
        margin-bottom: 5px;
    }
    .main-overlay{
        margin: 25px 0;
    }
    .main-overlay h1{
        font-size: 28px;
    }
    .results-number {
        width: 40px;
        line-height: 35px;
        font-size: 23px;
    }   
    .results-number-bonus {
        width: 40px;
        line-height: 35px;
        font-size: 23px;
    }       

    .full-background-product{
        padding: 0;
    }    
    .navbar{
        border: 0 !important;
    }
    .nav>li>a {
        padding: 6px 9px;
    }    
    .nav-tabs>li>a {
        text-transform: uppercase;
        font-size: 11px;    
    }
    .dropdown-menu>li>a{
        color: #fff;
    }
    .wrap{
        border-bottom: solid 1px rgba(255,255,255,0.1);
    }
    .wrap p{
        margin-top: 12px;
        font-size: 12px;
        color: #fff;
    }
    #betnow {
        padding: 10px 0;
        margin-top: 5px;
        font-size: 22px;
    }
    #sign-up {
        font-size: 16px;
        padding: 5px 0;
    }
    .step-number{
        font-size: 40px;
    }
    .stepswording{
        padding-top: 10px;
        font-size: 16px;
    }
    ul.login li{
        padding: 16px 4px; 
    }    
    footer#sitefooter{
        padding: 50px 0;
    }
    .footer-info .text-right{
        text-align: center;
    }
    .odds-logo{
	   border-radius: 4px;
	   max-width: 75px;
    }
    ul.social{
        text-align: center;
    }
    .card img{
        width: 40%;        
    }
    section.moneyback{
        color: #fff;
    }   
    .bonusball .btn-default{
        background: #fff;
        font-size: 10px;
        text-transform: uppercase;
        letter-spacing: 1px;
        padding: 6px 0 5px 0;
    }
    .bonusball .btn-default.selected{
        background: #eee;
    }    
    .panel{
        margin-bottom: 15px;
    }
    section.individual-blog-post {
        margin-top: 70px;
    }
    .card-block{
        min-height: auto;
    }
}

@media (max-width: 322px) {
    .table tbody>tr>td{
        padding: 4px !important; /* decrease padding on tables for iphone5 */
    }
}




/* lazy loading videos */
.wrapper {
	max-width: 680px;
	margin: 0 auto;
	padding: 0;
}

.vimeo {
	background-color: #000;
	margin-bottom: 0;
	position: relative;
	padding-top: 56.25%;
	overflow: hidden;
	cursor: pointer;
}
.vimeo img {
	width: 100%;
	top: 0;
	left: 0;
	opacity: 0.9;
}
.vimeo .play-button {
	width: 90px;
	height: 60px;
	background-color: #333;
	box-shadow: 0 0 30px rgba( 0,0,0,0.6 );
	z-index: 1;
	opacity: 0.8;
	border-radius: 6px;
}
.vimeo .play-button:before {
	content: "";
	border-style: solid;
	border-width: 15px 0 15px 26.0px;
	border-color: transparent transparent transparent #fff;
}
.vimeo img,
.vimeo .play-button {
	cursor: pointer;
}
.vimeo img,
.vimeo iframe,
.vimeo .play-button,
.vimeo .play-button:before {
	position: absolute;
}
.vimeo .play-button,
.vimeo .play-button:before {
	top: 50%;
	left: 50%;
	transform: translate3d( -50%, -50%, 0 );
}
.vimeo iframe {
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}


/*** JACKPOT TABS ***/

#jackpottabs p.smallprint{
    line-height: 11px;
    text-align: left;
    font-size: 8px;
    margin-bottom: 0;
    padding: 0;
}
    
#jackpottabs hr {
    margin-top: 10px;
    margin-bottom: 10px;
}
    
.tabholder .nav>li>a:hover{
    background: #fff;
}

#jackpots li {
    width: 30%;
}

#jackpots .glyphicon {
    font-size: 18px;
}

.hometabs {
    border-radius: 0 0 5px 5px;
    color: #666;
    border-left: solid 1px #ddd;
    border-right: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
}

.tab-content {
    background: #fff;
}

.tab-content h5{
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 0;
}    
    
#jackpottabs {
    padding: 20px 10px;
}

#jackpottabs a {
    text-decoration: none;
} 



/*** REVIEW PAGE REDESIGN ***/

#review-header-bar{    
    position: fixed;
    top: 0px;
    z-index: 100;
    width: 100%;    
}
    
.breadcrumb{
    padding: 0;
    margin-bottom: 10px;
    list-style: none;
    background-color: transparent;
    border-radius: 4px;
    border: none;
}    
    
.breadcrumb a{
    color: #2d523a;
}    
    
section.review-headline{
    position: fixed;
    top: 22px;
    z-index: 100;
    width: 100%;
}
.sticky {
  position: fixed;
  top: 88px;
  width: 100%;
}    
#stickyMenu{
    text-align: center;
    background: #fff;
    border-bottom: solid 1px #ccc;
    z-index: 100;
    padding: 0;
    box-shadow: 1px 0px 5px rgba(0,0,0,0.2);
}
#stickyMenu .glyphicon{
    font-size: 20px;
    margin-bottom: 10px;
}    
#stickyMenu a{
    font-size: 8px;
    text-transform: uppercase;
}
#stickyMenu .col-xs-3{
    padding-left: 1px;
    padding-right: 1px;
    margin-bottom: 0;
    padding-bottom: 5px;
    padding-top: 5px;
    border-right: solid 1px #ddd;
}
#stickyMenu .sticky-active{
    /*background: url(..//i/drop-down-arrow.svg) no-repeat center top #eee;*/
    -webkit-transition: background-color 1000ms linear;
    -ms-transition: background-color 1000ms linear;
    transition: background-color 1000ms linear;
    background-size: 30%;
    background-position-y: -6px;
}
#review-container{
    padding-top:160px;    
}
#review-container .table tbody>tr>td{
    padding: 8px 0;
}
#review-our-review .table tbody>tr>td:last-child {
    text-align: right;
}

@media only screen and (min-width: 1200px) {

    section.review-headline {
        position: fixed;
        top: 65px;
    }
    #review-container{
        padding-top:170px;    
    }        

}




/* bookmaker ranking table */
    .bookmaker-ranking-row a{
        text-decoration: none;
    }
    .bookmaker-ranking-row h3{
        margin: 0 0 5px 0;
    }
    .bookmaker-ranking-row p{
        margin-bottom: 0;
    }    
    .bookmaker-ranking-row p.smallprint{
        text-align: left;  
        font-size: 10px;
        text-align: left;
        font-size: 10px;
        margin-bottom: 0;
        padding-bottom: 0;
        margin-top: 10px;        
    }    
    .bookmaker-review-table h3{
        font-size: 20px;
    }
    .bookmaker-review-table .panel-body {
        padding: 10px;
    } 
    .bookmaker-review-table .panel {
        margin-bottom: 5px;
    }     
    .bookmaker-review-table .row > div {
        margin-bottom: 0px;
    }  
    .bookmaker-review-table .rosette{
        position: absolute;
        top: -2px;
        left: 12px;
    }
    .bookmaker-ranking-footer .btn{
        width: 100%;
        margin-top: 10px;
    }
    .bookmaker-review-table .review-logo{
        border-radius: 55px;    
    }
    .bookmaker-review-table .review-icon{
        margin-top: 15px;
        max-width: 50px;
    }    
       
    
    @media only screen and (max-width: 767px) {
        .bookmaker-ranking-footer{
            padding-top: 10px;
            clear: both;
        }
        .bookmaker-review-table .rosette {
            position: absolute;
            top: -12px;
            left: -5px;
        }
        .bookmaker-ranking-footer .btn{
            width: 49%;
            margin-top: 0px;
        }    
        .bookmaker-review-table .review-icon{
            max-width: 40px;
            margin-top: 5px;
        }
    }




/*** HOT AND COLD BALLS ***/

    .panel-hot{
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffc6c6+100 */
        background: #ffffff; /* Old browsers */
        background: -moz-linear-gradient(-45deg,  #ffffff 0%, #ffc6c6 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(-45deg,  #ffffff 0%,#ffc6c6 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(135deg,  #ffffff 0%,#ffc6c6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffc6c6',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */        
    }
    .panel-cold{
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,c6eaff+100 */
        background: #ffffff; /* Old browsers */
        background: -moz-linear-gradient(-45deg,  #ffffff 0%, #c6eaff 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(-45deg,  #ffffff 0%,#c6eaff 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(135deg,  #ffffff 0%,#c6eaff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c6eaff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */        
    }
    .panel-hot .panel-heading, .panel-hot .panel-footer{
        border-bottom: solid 1px rgba(255,255,255,0.7);
        background: rgba(202, 0, 0, 0.1);
    }
    .panel-cold .panel-heading, .panel-cold .panel-footer{
        border-bottom: solid 1px rgba(255,255,255,0.7);
        background: rgba(2, 118, 138, 0.1);
    }    
    .panel-cold .results-number{
        border: 2px solid rgba(48, 128, 124, 0.6);
    }
    .panel-hot .results-number-bonus, .panel-cold .results-number{
        color: #323232;   
        background: rgba(255,255,255,0.5);
    }    
    .panel-hot h2{
        margin-top: 0;
        margin-bottom: 10px;    
    }
    .panel-cold h2{
        margin-top: 0;
        margin-bottom: 10px;        
    }  
    .panel-hot table, .panel-cold table{
        background: transparent;
        margin: auto;
    }
    .panel-hot td, .panel-cold td{
        padding: 0 15px;
    }
    .panel-hot .panel-body {
        text-align: center;
    }
    .panel-cold .panel-body {
        text-align: center;
    }    
    .panel-hot a, .panel-cold a{
        color: #2d523a;
        text-decoration: underline;
    }





/*** COLLAPASE MENU EARLIER THAN DEFAULT ***/
@media screen and (min-width : 770px) and  (max-width : 1200px) {    
    .navbar {
        min-height: 88px;
    }
    .navbar-toggle .icon-bar+.icon-bar {
        margin-top: 6px;
    }
    .navbar-toggle .icon-bar {
        width: 32px;
        height: 3px;
    }  
    .navbar-toggle{
        margin-top: 23px;
    }
}

@media (max-width: 1200px) {
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    .navbar-nav>li>.dropdown-menu{
        width: 100%;
    }
    /* since 3.1.0 */
    .navbar-collapse.collapse.in { 
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }
}