@font-face {
	font-family: 'Glyphicons Halflings';
	src: url('../fonts/glyphicons-halflings-regular.eot');
	src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
}


body {
	padding-bottom: 0px;
	background: #131313;
	background-size: cover; 
	color:#fff;
	font-family: Arial, Helvetica, sans-serif;
	overflow-y: auto;
	overflow-x: hidden;
}

.container {padding-left:15px; padding-right:15px;}
.containerbg {background:#05365d;}
.containerbglight {background:#1f1c1c;}
.container-nopadding {padding:0;}
.row-nopadding {padding:0;}
.col-nopadding {padding:0;}

.navbar, .panel-heading, strong { font-family: 'Open Sans', sans-serif; font-weight:300; }
strong {font-weight:bold;}
p { font-size:14px; line-height:1.8; font-weight:300; }
a:link, a:hover,a:visited,a:active {color:#5FAB28; text-decoration:none;}

.sidebar ul {list-style:none; padding:0;}
.sidebar ul .glyphicon {margin-right:20px;}

.top10 {margin-top:10px;}
.top20 {margin-top:20px;}
.top30 {margin-top:30px;}
.top40 {margin-top:50px;}
.top50 {margin-top:50px;}
.top70 {margin-top:70px;}
.bottom10 {margin-bottom:10px;}
.bottom20 {margin-bottom:20px;}
.bottom30 {margin-bottom:30px;}
.padtop10 {padding-top: 10px;}
.padtop20 {padding-top: 20px;}
.padtop30 {padding-top: 30px;}
.padbot10 {padding-bottom: 10px;}
.padbot20 {padding-bottom: 20px;}



.glyphicon-star, .glyphicon-star-empty {color:#5FAB28; margin-left:2px;}

.panel-heading {white-space: nowrap; overflow: hidden;}

h1 {font-size:20px; font-weight:normal; color:#fff; }
h2 {font-size:18px; font-weight:normal; color:#5fab28;}
h3 {font-size:16px; font-weight:normal; color:#5fab28;}
h4 {font-size:14px; font-weight:normal; color:#5fab28;}

.bgstarburst {background: #000 url("../img/custom/starburst1.png") no-repeat bottom right;}
.bgstar {background: #000 url("../img/custom/star1.png") no-repeat bottom right;}
.bggeld1 {background: #000 url("../img/custom/geld1.png") no-repeat bottom right;}
.bgzeven3 {background: #000 url("../img/custom/zeven3.png") no-repeat bottom right;}



.pageimg {float:right; margin-left:20px; margin-bottom:20px;}

/* TOP */	
.navbarbg {z-index:100; position:relative; 
background: transparent linear-gradient(to bottom, #222 0%, #000 100%) repeat scroll 0% 0%;
margin-top:-15px;}

.topintro p {font-size: 12px;
color: #888;
font-style: italic;
text-align:center;}

/* BUTTONS */

.btn-success, .btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success { 
color:#0a2533;
border:none;
font-weight:bold;

background: #f2825b; /* Old browsers */
background: -moz-linear-gradient(top,  #f2825b 0%, #e55b2b 50%, #f07146 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #f2825b 0%,#e55b2b 50%,#f07146 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #f2825b 0%,#e55b2b 50%,#f07146 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2825b', endColorstr='#f07146',GradientType=0 ); /* IE6-9 */

-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
text-transform:uppercase;
}

a.btn-success:link, a.btn-success:visited,a.btn-success:active {color:#0a2533; text-decoration:none; font-size:16px;}

a.btn-success:hover { 
transition: background-color 0.8s ease;

background: #f2825b;


color:#000;
}


.btn-default, .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default { 
color:#0a2533;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
font-weight:bold;
border:none;
background: #94b23a; /* Old browsers */
background: -moz-linear-gradient(top,  #94b23a 0%, #70b534 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #94b23a 0%,#70b534 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #94b23a 0%,#70b534 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#94b23a', endColorstr='#70b534',GradientType=0 ); /* IE6-9 */

text-transform:uppercase;
}

a.btn-default:link, a.btn-default:visited, a.btn-default:active {color:#0a2533; text-decoration:none; font-size:16px;}

a.btn-default:hover { 
transition: background-color 0.8s ease;
background: #94b23a;
color:#0a2533;
}


 /* PANELS */

.topimg {text-align:center;}
.topimg img { margin-bottom:0px;}
.panel {
	margin-bottom: 20px;
		border-radius:4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

.panel-default {
	border: #000 solid 1px;;
	box-shadow:none;
	background-color: #262626;

}

.panel-default > .panel-heading {
    color: #fff;
	font-weight:bold;
	text-transform:uppercase;
	border: none;
	background: transparent linear-gradient(to bottom, #777 10%, #131313 90%) repeat scroll 0% 0%;
}

.panel-default > .panel-heading h1, .panel-default > .panel-heading h2, .panel-default > .panel-heading h3 {margin-top:0; color:#fff;}

.panel-default > .panel-body {
	border:none;
	background:none;
}


.panel-transparent {
	border: none;
	box-shadow:none;
	background:none;
}

.panel-transparent > .panel-heading {
    color: #fff;
	font-weight:bold;
	text-transform:uppercase;
	border: none;
	box-shadow:none;
	background:none;
}

.panel-transparent > .panel-body {
	border: none;
	box-shadow:none;
	background:none;
}


 /* NAVBAR */
.navbar {}
.navbar-default {
	z-index:999;
	font-size:13px;
	border:none;
	font-weight:bold;
	text-transform:uppercase;
	background: none;
	border-radius:0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	text-shadow: 0;
	padding:0px;
	margin:0px;
	letter-spacing: 1px;
}

a.navbar-brand:link {text-decoration:none;}

 .navbar-default .navbar-nav>li>a {color:#9C9F9F; text-decoration:none; padding: 15px 25px; border-right: 1px solid rgba(80, 80, 80, 0.12);}
 .navbar-default .navbar-nav>li>a .ico {margin-right:10px;}
 .navbar-default .navbar-nav>li>a:hover {color:#5FAB28; background:none; transition: color 0.8s ease;}

 .navbar-default .navbar-nav>.active>a,
 .navbar-default .navbar-nav>.active>a:hover,
 .navbar-default .navbar-nav>.active>a:focus { color:#fff; background:none;}
 .navbar-default .navbar-collapse,.navbar-default .navbar-form {border-color:#fff;}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color:#fff;
	background: none;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background: none;
}

.dropdown-menu {
    background-color: #5FAB28;
	border:none;
	margin-top:0px;
}

.dropdown-menu > li > a {color:#fff; text-decoration:none;}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
     color:#fff; background:#0b2633; text-decoration:none;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {background-color: #5FAB28; text-decoration:none;}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {color:#fff;}

.subnav {background:#070707; padding:10px 0px;}



/* LISTGROUP */

.list-group {
    margin-bottom: 0px;
}
.list-group-item {
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #1f1c1c;
    border-bottom: 1px solid #fff;
}

/* TABLE */	

.table > thead > tr > th {border:none; background:#111;}


.listing tr td {border:none;}
table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
border:none;
}
.listing tr {border-top:2px solid #3c3c3c;}

/* REVIEW */	

.paymentimgs img {margin-right:5px;}

/* VERVOLG */	


.gameimg {			
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		border-radius: 6px;
}

.gameframeimg {margin:0 auto;}
.gameinfo {font-size:20px; text-align:center;}


/* 404 */	

.errorpage { font-size:20px;text-align:center;}
.errorpage .titel { font-size:150px;margin-top:25px;}
.errorpage img { width:200px;margin-top:25px;}

/* NEWS */	
.newsitem {padding-bottom:1px; padding-top:10px; border-bottom:#bebebe 1px solid;}
.newsitem img { margin:10px 0px;}

.newstitle {font-size:13px;}
.newstitle .date {font-size:11px;}

.newsimg {float:left; margin-right:20px; margin-bottom:20px;}


.sidebarcasinobonus {
background: linear-gradient(to right, rgba(38,38,38,1) 0%, rgba(42,69,43,1) 13%, rgba(71,122,32,1) 34%, rgba(95,171,40,1) 100%);
padding-left:10px;
}
.sidebarcasinobonus p {font-size:12px;}


.sidebarmenu  {margin:0; padding:0;}

.sidebarmenu > li {list-style:none;}

.sidebarmenu > li > a {
    color: #5fab28;
    text-transform: none;
    display: block;
    padding: 6px;
    border-top: 1px solid #000000;

    background: none;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: 300;
    -webkit-transition: all 0.25s ease-in;
    -moz-transition: all 0.25s ease-in;
    -ms-transition: all 0.25s ease-in;
    -o-transition: all 0.25s ease-in;
    transition: all 0.25s ease-in;
    position: relative;
}




.news .nav > li > a {
    padding: 10px 0px;
	color:#5FAB28;
	font-size:13px;
	font-weight:bold;
}

.news .nav-pills > li > a:hover {
    background:none;
}

/* NIEUWS */

.nieuws strong {font-size:15px; margin-bottom:4px;}

.ads {text-align:center;}

.footerbg { background-color: rgba(77,77,77, 0.50);}
.footer {padding-top:30px; padding-bottom:10px; color:#fff;}
.footer a:link {color:#fff;}



.vliegend {
	z-index:1;
	height: 140px;
    width: 138px;
    background-image: url("../img/custom/boombrothers.png");
    position: absolute;
    -webkit-animation: vliegend 10s infinite; /* Chrome, Safari, Opera */ 
    animation: vliegend 10s infinite;
	animation-delay: 0s;
}


.page-header {
    padding: 0px;
    margin: 0px;
    background: #000 url("../img/custom/background6.jpg") no-repeat fixed center top;
	border:none;
	padding-bottom: 0;
margin-bottom: 0;
position: auto;

}

.logo {position:relative; z-index: 9999;}

#best13 {
    width: 173px;
    height: 130px;
    position: absolute;
    background: transparent url("../img/custom/robinhood.png") repeat scroll 0% 0%;
    left:1350px;
    top: 68px;
    z-index: 9999;
}

#best14 {
    width: 161px;
    height: 135px;
    position: absolute;
    background: transparent url("../img/custom/gonzo5.png") repeat scroll 0% 0%;
    left:30px;
    top: 58px;
    z-index: 9999;
}

/* Chrome, Safari, Opera */ 
@-webkit-keyframes vliegend {
0%  {top: 172px; left: -150px; background: url("../img/custom/boombrothers.png");}
    2%  {top: 172px; left: -120px; background: url("../img/custom/boombrothers.png");}
  4%  {top: 172px; left: -90px; background: url("../img/custom/boombrothers.png");}
6%  {top: 168px; left: -60px; background: url("../img/custom/boombrothers.png");}
   8%  {top: 164px; left: -30px; background: url("../img/custom/boombrothers.png");}
  10%  {top: 160px; left: 0px; background: url("../img/custom/boombrothers.png");}
12% {top: 156px; left: 30px; background: url("../img/custom/boombrothers.png");}
 14%  {top: 152px; left: 60px; background: url("../img/custom/boombrothers.png");}
16%  {top: 148px; left: 90px; background: url("../img/custom/boombrothers.png");}
   18%  {top: 144px; left: 120px; background: url("../img/custom/boombrothers.png");}
  20%  {top: 140px; left: 150px; background: url("../img/custom/boombrothers.png");}
22%  {top: 136px; left: 180px; background: url("../img/custom/boombrothers.png");}
  24% {top: 132px; left: 210px; background: url("../img/custom/boombrothers.png");}
 26%  {top: 128px; left: 230px; background: url("../img/custom/boombrothers.png");}
28%  {top: 124px; left: 260px; background: url("../img/custom/boombrothers.png");}
  30%  {top: 120px; left: 290px; background: url("../img/custom/boombrothers.png");}
  32%  {top: 116px; left: 320px; background: url("../img/custom/boombrothers.png");}
   34% {top: 112px; left: 350px; background: url("../img/custom/boombrothers.png");}
 36%  {top: 108px; left: 380px; background: url("../img/custom/boombrothers.png");}
38%  {top: 104px; left: 410px; background: url("../img/custom/boombrothers.png");}
  40%  {top: 100px; left: 440px; background: url("../img/custom/boombrothers.png");}
42%  {top: 96px; left: 470px; background: url("../img/custom/boombrothers.png");}
    44%  {top: 92px; left: 500px; background: url("../img/custom/boombrothers.png");}
  46%  {top: 88px; left: 530px; background: url("../img/custom/boombrothers.png");}
48%  {top: 84px; left: 560px; background: url("../img/custom/boombrothers.png");}
   50%  {top: 80px; left: 590px; background: url("../img/custom/boombrothers.png");}
  52%  {top: 84px; left: 620px; background: url("../img/custom/boombrothers.png");}
54% {top: 88px; left: 650px; background: url("../img/custom/boombrothers.png");}
 56%  {top: 92px; left: 680px; background: url("../img/custom/boombrothers.png");}
58%  {top: 96px; left: 710px; background: url("../img/custom/boombrothers.png");}
  60%  {top: 100px; left: 730px; background: url("../img/custom/boombrothers.png");}
  62%  {top: 104px; left: 760px; background: url("../img/custom/boombrothers.png");}
64%  {top: 108px; left: 790px; background: url("../img/custom/boombrothers.png");}
   66% {top: 112px; left: 820px; background: url("../img/custom/boombrothers.png");}
 68%  {top: 116px; left: 850px; background: url("../img/custom/boombrothers.png");}
70%  {top: 120px; left: 880px; background: url("../img/custom/boombrothers.png");}
  72%  {top: 124px; left: 910px; background: url("../img/custom/boombrothers.png");}
  74%  {top: 128px; left: 940px; background: url("../img/custom/boombrothers.png");}
    76% {top: 132px; left: 970px; background: url("../img/custom/boombrothers.png");}
 78%  {top: 136px; left: 1000px; background: url("../img/custom/boombrothers.png");}
80%  {top: 140px; left: 1030px; background: url("../img/custom/boombrothers.png");}
   82%  {top: 144px; left: 1060px; background: url("../img/custom/boombrothers.png");}
84%  {top: 148px; left: 1090px; background: url("../img/custom/boombrothers.png");}
   86%  {top: 152px; left: 1120px; background: url("../img/custom/boombrothers.png");}
  88%  {top: 156px; left: 1150px; background: url("../img/custom/boombrothers.png");}
90%  {top: 160px; left: 1180px; background: url("../img/custom/boombrothers.png");}
   92%  {top: 164px; left: 1210px; background: url("../img/custom/boombrothers.png");}
  94%  {top: 168px; left: 1240px; background: url("../img/custom/boombrothers.png");}
96% {top: 172px; left: 1270px; background: url("../img/custom/boombrothers.png");}
 98%  {top: 172px; left: 1300px; background: url("../img/custom/boombrothers.png");}
100%  {top: 172px; left: 1330px; background: url("../img/custom/boombrothers.png");}
  
 
  

}

/* Standard syntax */
@keyframes vliegend {
0%  {top: 172px; left: -150px; background: url("../img/custom/boombrothers.png");}
    2%  {top: 172px; left: -120px; background: url("../img/custom/boombrothers.png");}
  4%  {top: 172px; left: -90px; background: url("../img/custom/boombrothers.png");}
6%  {top: 168px; left: -60px; background: url("../img/custom/boombrothers.png");}
   8%  {top: 164px; left: -30px; background: url("../img/custom/boombrothers.png");}
  10%  {top: 160px; left: 0px; background: url("../img/custom/boombrothers.png");}
12% {top: 156px; left: 30px; background: url("../img/custom/boombrothers.png");}
 14%  {top: 152px; left: 60px; background: url("../img/custom/boombrothers.png");}
16%  {top: 148px; left: 90px; background: url("../img/custom/boombrothers.png");}
   18%  {top: 144px; left: 120px; background: url("../img/custom/boombrothers.png");}
  20%  {top: 140px; left: 150px; background: url("../img/custom/boombrothers.png");}
22%  {top: 136px; left: 180px; background: url("../img/custom/boombrothers.png");}
  24% {top: 132px; left: 210px; background: url("../img/custom/boombrothers.png");}
 26%  {top: 128px; left: 230px; background: url("../img/custom/boombrothers.png");}
28%  {top: 124px; left: 260px; background: url("../img/custom/boombrothers.png");}
  30%  {top: 120px; left: 290px; background: url("../img/custom/boombrothers.png");}
  32%  {top: 116px; left: 320px; background: url("../img/custom/boombrothers.png");}
   34% {top: 112px; left: 350px; background: url("../img/custom/boombrothers.png");}
 36%  {top: 108px; left: 380px; background: url("../img/custom/boombrothers.png");}
38%  {top: 104px; left: 410px; background: url("../img/custom/boombrothers.png");}
  40%  {top: 100px; left: 440px; background: url("../img/custom/boombrothers.png");}
42%  {top: 96px; left: 470px; background: url("../img/custom/boombrothers.png");}
    44%  {top: 92px; left: 500px; background: url("../img/custom/boombrothers.png");}
  46%  {top: 88px; left: 530px; background: url("../img/custom/boombrothers.png");}
48%  {top: 84px; left: 560px; background: url("../img/custom/boombrothers.png");}
   50%  {top: 80px; left: 590px; background: url("../img/custom/boombrothers.png");}
  52%  {top: 84px; left: 620px; background: url("../img/custom/boombrothers.png");}
54% {top: 88px; left: 650px; background: url("../img/custom/boombrothers.png");}
 56%  {top: 92px; left: 680px; background: url("../img/custom/boombrothers.png");}
58%  {top: 96px; left: 710px; background: url("../img/custom/boombrothers.png");}
  60%  {top: 100px; left: 730px; background: url("../img/custom/boombrothers.png");}
  62%  {top: 104px; left: 760px; background: url("../img/custom/boombrothers.png");}
64%  {top: 108px; left: 790px; background: url("../img/custom/boombrothers.png");}
   66% {top: 112px; left: 820px; background: url("../img/custom/boombrothers.png");}
 68%  {top: 116px; left: 850px; background: url("../img/custom/boombrothers.png");}
70%  {top: 120px; left: 880px; background: url("../img/custom/boombrothers.png");}
  72%  {top: 124px; left: 910px; background: url("../img/custom/boombrothers.png");}
  74%  {top: 128px; left: 940px; background: url("../img/custom/boombrothers.png");}
    76% {top: 132px; left: 970px; background: url("../img/custom/boombrothers.png");}
 78%  {top: 136px; left: 1000px; background: url("../img/custom/boombrothers.png");}
80%  {top: 140px; left: 1030px; background: url("../img/custom/boombrothers.png");}
   82%  {top: 144px; left: 1060px; background: url("../img/custom/boombrothers.png");}
84%  {top: 148px; left: 1090px; background: url("../img/custom/boombrothers.png");}
   86%  {top: 152px; left: 1120px; background: url("../img/custom/boombrothers.png");}
  88%  {top: 156px; left: 1150px; background: url("../img/custom/boombrothers.png");}
90%  {top: 160px; left: 1180px; background: url("../img/custom/boombrothers.png");}
   92%  {top: 164px; left: 1210px; background: url("../img/custom/boombrothers.png");}
  94%  {top: 168px; left: 1240px; background: url("../img/custom/boombrothers.png");}
96% {top: 172px; left: 1270px; background: url("../img/custom/boombrothers.png");}
 98%  {top: 172px; left: 1300px; background: url("../img/custom/boombrothers.png");}
100%  {top: 172px; left: 1330px; background: url("../img/custom/boombrothers.png");}
 



}