@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;
	color:#fff;
	font-family: 'Raleway', sans-serif;
	 background: url(/includes/img/custom/bg.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.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, .footer, .panel-heading, strong {font-family: 'Raleway', sans-serif; }
strong {font-weight:bold;}
p { font-size:14px; line-height:1.8; font-weight:300; }
p a:link, p a:hover,p a:visited,p a:active {color:#db1b18; text-decoration:underline;}
a:link, a:hover,a:visited,a:active {color:#db1b18; 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;}

.headstar {margin-right:5px;}

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

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

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


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

/* TOP */	
.logo {position: relative; margin:20px auto; z-index: 2;}

.topbg {
    background:#fff;
	}

.videoheader { background:#1d1c1b;}

.bottomtext {
padding:30px;
background: #08284a; /* Old browsers */
background: -moz-linear-gradient(top,  #08284a 0%, #08284a 99%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #08284a 0%,#08284a 99%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #08284a 0%,#08284a 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#08284a', endColorstr='#08284a',GradientType=0 ); /* IE6-9 */
-webkit-border-radius: 12px;
-moz-border-radius: 12px;
border-radius: 12px;
text-align:center;
}

.topintro p {
font-size: 13px;
color: #fff;
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: #49c0f0; /* Old browsers */
background: -moz-linear-gradient(top,  #49c0f0 0%, #2cafe3 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #49c0f0 0%,#2cafe3 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #49c0f0 0%,#2cafe3 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#49c0f0', endColorstr='#2cafe3',GradientType=0 ); /* IE6-9 */


-webkit-border-radius: 12px;
-moz-border-radius: 12px;
border-radius: 12px;
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: #49c0f0;


color:#fff;
}


.btn-default, .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default { 
color:#0a2533;
-webkit-border-radius: 12px;
-moz-border-radius: 12px;
border-radius: 12px;
font-weight:bold;
border:none;

background: #a9db80; /* Old browsers */
background: -moz-linear-gradient(top,  #a9db80 0%, #96c56f 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #a9db80 0%,#96c56f 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #a9db80 0%,#96c56f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a9db80', endColorstr='#96c56f',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: #96c56f;
color:#fff;
}


 /* PANELS */

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

}

.panel-default {
	border:none;
-webkit-box-shadow: 0px 12px 13px 0px rgba(0,0,0,0.41);
-moz-box-shadow: 0px 12px 13px 0px rgba(0,0,0,0.41);
box-shadow: 0px 12px 13px 0px rgba(0,0,0,0.41);
background: rgba(0,0,0,0.6);
}

.panel-default > .panel-heading {
    color: #fff;
	font-weight:bold;
	text-transform:uppercase;
	border: none;
	background: rgba(0,0,0,0.7);
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}

.panel-default > .panel-footer {
    color: #fff;
	font-weight:bold;
	text-transform:uppercase;
	border: none;
background: #db1b18; /* Old browsers */
background: -moz-linear-gradient(top,  #db1b18 0%, #bd1414 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #db1b18 0%,#bd1414 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #db1b18 0%,#bd1414 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#db1b18', endColorstr='#bd1414',GradientType=0 ); /* IE6-9 */
	text-align:center;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}


.panel-default > .panel-footer a {color: #fff;}

.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;
}




 /* NAVBAR */
 .navbg {
background: #db1b18; /* Old browsers */
background: -moz-linear-gradient(top,  #db1b18 0%, #bd1414 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #db1b18 0%,#bd1414 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #db1b18 0%,#bd1414 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#db1b18', endColorstr='#bd1414',GradientType=0 ); /* IE6-9 */
border-bottom:8px solid #920f0f;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.navbar {text-transform:uppercase;}

 .navbar-default .navbar-nav {position:relative; z-index:9998;  }

.navbar-default {
	font-size:15px;
	font-weight:400;
	border:none;

background: none;

border-radius: 0px;
	text-shadow: 0;
	padding:0px;
	margin:0px;
	letter-spacing: 1px;
	min-height:50px;

}

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

 .navbar-default .navbar-nav>li>a {color:#fff; text-decoration:none; padding: 21px 10px; border-right: 1px solid #920f0f;}
 .navbar-default .navbar-nav>li>a .ico {margin-right:10px;}
 .navbar-default .navbar-nav>li>a:hover {color:#fff; background:#920f0f; 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:#920f0f;}
 .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: #920f0f;
}

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

.dropdown-menu {
    background-color: #565656;
	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:#565656; background:#db1b18; text-decoration:none;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {background-color: #db1b18; 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:#565656; padding:10px 0px;}


/* 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;
vertical-align:middle;
}

.listing tr {border-top:2px solid #504747;}
.listing tr:hover {
		background: rgba(0,0,0,0.7);
		-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;
	}

/* REVIEW */	

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


/* 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: #fff;
    text-transform: none;
    display: block;
    padding: 6px;
    border-top: 1px solid #000000;
	text-decoration:none;
    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:#fff;
	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;font-weight:bold;}
.footer a:link {color:#fff; text-decoration:underline;}