/*
/* GLOBAL STYLES
/* -------------------------------------------------- */

/* remove x on windows edge browser */
input::-ms-clear {
	display: none;
}

html, body {
	height: 100%;
}

/* show always a scollbar */
body {
	overflow-y: scroll;
}

/* show all menu entries in drop down */
.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
	max-height: 500px;
}

.modal-open .navbar-fixed-top {
	right: 17px;
}

bonus {
	font-weight: bold;
}

bonus::before {
	position: relative;
	top: -1px;
	content: '»';
	padding-right: 2px;
}

bonus::after {
	position: relative;
	top: -1px;
	content: '«';
	padding-left: 2px;
}

/*
/* GLOBAL FORM STYLES
/*
/* -------------------------------------------------- */
 .btn-primary[disabled] {
    background-color: #337ab7;
    border-color: #2e6da4;
}

.btn-try-again:focus {
	color: #fff;
	background-color: #ac1a28;
	border-color: #82131e;
}

.btn-try-again:hover {
	color: #fff;
	background-color: #ac1a28;
	border-color: #82131e;
}

.btn-try-again {
	color: #fff;
	background-color: #c13544;
	border-color: #b20215;
}

label.focussed {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

.form-row {
	margin-left: -15px;
	margin-right: -15px;
}

.form-row-last .form-group:last-of-type {
	margin-bottom: 0px;
}

.form-row .has-feedback .form-control-feedback {
	right: 15px;
}

/* Extra-kleine Geräte (Smartphones, weniger als 768px) */
@media ( min-width : 768px) {
	.form-row div[class^="col-"] {
		padding-left: 0px;
		padding-right: 5px;
	}
	.form-row [class^="col-"]:first-of-type {
		padding-left: 15px;
	}
	.form-row [class^="col-"]:last-of-type {
		padding-right: 15px;
	}
	.form-row-last .form-group {
		margin-bottom: 0px;
	}
	.form-row .has-feedback .form-control-feedback {
		right: 5px;
	}
}

body {
	display: flex;
	flex-direction: column;
	color: #5a5a5a;
}

.pagination>.disabled>a, .pagination>.disabled>a:focus, .pagination>.disabled>a:hover, .pagination>.disabled>span, .pagination>.disabled>span:focus, .pagination>.disabled>span:hover {
	color: #e9e9e9;
	background-color: #fff;
	border-color: #ddd;
}

.vcenter {
	display: inline-block;
	vertical-align: middle;
	float: none;
}

.mainWrapper {
	flex: 1 0 auto;
}

.footerWrapper {
	width: 100%;
}

select {
	opacity: 0;
	height: 36px;
}

.bootstrap-select .btn:focus {
	outline: none !important;
}

.bootstrap-select .dropdown-menu>li.active>a:focus, .bootstrap-select .dropdown-menu>li.active>a:hover {
	background-color: #f5f5f5;
}

.bootstrap-select .dropdown-menu>li.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
	color: #262626;
	background-color: #f5f5f5;
}

.form-control .btn-default.dropdown-toggle:focus {
	background-color: transparent;
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-group .bootstrap-select {
	width: 100%;
}

.form-horizontal label {
	font-size: 12px;
	font-weight: normal;
}

.form-horizontal label:after {
	content: ":";
}

.form-horizontal .control-label {
	text-align: left;
}

/*
/* CONTAINER-DEFAULTS
/* -------------------------------------------------- */
.container-default {
	margin-top: 90px;
	margin-bottom: 5px;
}

.container-default .subheader {
	font-size: 30px;
	color: #2c6798;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dceaf5;
	width: 100%;
	margin-bottom: 15px;
	line-height: 1.3;
}

.container-default form>ul {
	list-style-type: square;
	padding-left: 15px;
}

.container-default .tab-content {
	margin-top: 15px;
	margin-bottom: 15px;
}

.container-default .bonusImage {
	margin-bottom: 20px;
	width: 100%;
	height: auto;
}

.container-default .bonusImage[data-src] {
	/*
		Image size: 715x210
		Ratio = height/width = 0,2937062937062937
	*/
	height: 0;
	outline: 0px;
	outline-offset: 0px;
	padding-bottom: 29.37062937062937%;
}

@media ( min-width : 768px) {
	.container-default {
		margin-top: 150px;
		margin-bottom: 50px;
	}
	.container-default .subheader {
		margin-bottom: 30px;
	}
	.container-default .tab-content {
		margin-top: 20px;
	}
	.container-default .bonusImage {
		margin-bottom: 25px;
	}
}

/*
/* CONTAINER-COOKIE-BANNER
/* -------------------------------------------------- */
.cookie-banner-wrapper {
	position: fixed;
	bottom: 0;
	width: 100%;
	color: #bbb;
	background-color: #252525;
	opacity: 0.90;
	z-index: 1000
}

.container-cookie-banner {
	padding: 40px;
}

@media ( min-width : 768px) {
	.pull-right-sm {
		float: right;
	}
}


/*
/* CONTAINER-ERROR
/* -------------------------------------------------- */
.container-error .error-code {
	font-size: 8rem;
	font-weight: 600 !important;
	color: #2e6da4;
}

.container-error .subheader {
	font-size: 3rem;
	font-weight: 600 !important;
	color: #2e6da4;
}

.container-error .text {
	font-size: 2rem;
}

.container-error a {
	margin-top: 10px;
}

.container-error .stacktrace {
	margin-top: 50px;
}

.container-error .stacktrace caption {
	font-weight: bold;
	color: white;
	background-color: #d80000;
	padding: 7px;
	margin-bottom: 15px;
	width: 100%;
}


/*
/* CONTAINER-PLAYER-BONUS
/* -------------------------------------------------- */
.container-player-bonus .bonusImage {
	margin-bottom: 0px;
}

.container-player-bonus .alert {
	margin-top: 5px;
	margin-bottom: 5px;
}

.container-player-bonus h2 {
	font-size: 22px;
	color: #2c6798;
	margin-top: 15px;
	margin-bottom: 5px;
}

.container-player-bonus .underline {
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e8e8e8;
}

.container-player-bonus #activeBoni {
	margin-top: 35px;
	margin-bottom: 15px;
}

.container-player-bonus #claimableBoni {
	margin-top: 35px;
	margin-bottom: 15px;
}

.container-player-bonus #playerBonusHistory {
	margin-top: 35px;
	margin-bottom: 15px;
}

/*
/* CONTAINER-ANDROID-APP
/* -------------------------------------------------- */
.container-android-app ul {
	list-style: square;
	margin-bottom: 20px;
	padding-left: 20px;
}

.container-android-app .appImage {
	margin-bottom: 20px;
	width: 100%;
	height: auto;
}

.container-android-app .appImage[data-src] {
	/*
		Image size: 475x250
		Ratio = height/width = 0,5263157894736842
	*/
	height: 0;
	outline: 0px;
	outline-offset: 0px;
	padding-bottom: 52.63157894736842%;
}

@media ( min-width : 768px) {
	.container-android-app .appImage {
		margin-bottom: 25px;
	}
}

/*
/* CONTAINER-WITHDRAWAL
/* -------------------------------------------------- */
.container-withdraw .pendingWithdrawalsGroup {
	margin-top: 30px;
}

/*
/* CONTAINER-DEPOSIT
/* -------------------------------------------------- */
.container-deposit ul {
	list-style: square;
	margin-bottom: 20px;
	padding-left: 25px;
}

.container-deposit ul li {
	padding-top: 5px;
}

.container-deposit .money-overview {
	margin-top: 35px;
	margin-bottom: 20px;
}

.container-deposit .money-overview h2 {
	margin-top: 5px;
	margin-bottom: 0px;
}

.container-deposit #pendingWithdrawalsForm {
	margin-top: 30px;
}

.container-deposit .alert {
	margin-top: 10px;
}

/*
/* CONTAINER-DEPOSIT & CONTAINER-WITHDRAWAL
/* -------------------------------------------------- */
.container-payment .pendingTransactionsTable {
	width: 100%;
	border: 0px;
	border-spacing: 0px;
	font-size: 11px;
}

.container-payment .pendingTransactionsTable td, .container-payment .pendingTransactionsTable th {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 2px;
	padding-right: 2px;
	text-align: left;
}

.container-payment .pendingTransactionsTable td div.red {
	color: #B20215;
}

.container-payment .pendingTransactionsTable tr.odd {
	background-color: #f9f9f9;
}

.container-payment .pendingTransactionsTable tr th:nth-child(4) {
	white-space: nowrap;
	text-align: right;
}

.container-payment .pendingTransactionsTable tr td:nth-child(4) {
	text-align: right;
	font-weight: bold;
}

.container-payment .mbankomat-selector {
	margin-bottom: 10px;
}

.container-payment .mbankomat-selector .types {
	margin-top: 30px;
	text-align: center;
}

.container-payment .mbankomat-selector a {
	border-color: #8bb9e1;
	border-style: solid;
	border-width: 3px;
	border-radius: 6px;
	margin-left: 10px;
	display: inline-block;
	height: 55px;
}

.container-payment .mbankomat-selector a img {
	max-width: 100%;
	max-height: 100%;
}

.container-payment .mbankomat-selector a.first-child {
	margin-left: 0px;
}

.container-payment .mbankomat-selector a.normal img {
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%);
	opacity: .60;
}

.container-payment .clearBonus {
	margin-top: 20px;
	margin-right: -14px;
	float: right;
	font-size: smaller;
}

@media ( min-width : 348px) {
	.container-payment .mbankomat-selector a {
		border-width: 4px;
		border-radius: 8px;
		height: 70px;
	}
}

@media ( min-width : 431px) {
	.container-payment .mbankomat-selector a {
		border-width: 5px;
		border-radius: 10px;
		height: 91px;
	}
}

/*
/* CONTAINER-SITEMAP
/* -------------------------------------------------- */
.container-sitemap .sitemap ul {
	padding-left: 0px;
	list-style: none;
}

.container-sitemap .sitemap ul ul {
	padding-left: 30px;
}

.container-sitemap .sitemap a:hover {
	color: #b20215;
	text-decoration: none;
}

.container-sitemap .sitemap a:active {
	color: #b20215;
	text-decoration: none;
}

.container-sitemap .sitemap a:focus {
	color: #b20215;
	text-decoration: none;
}

.container-sitemap .sitemap ul {
	list-style: none;
	padding-left: 0px;
}

.container-sitemap .sitemap ul .glyphicon {
	top: 0px;
	font-size: 10px;
}

/*
/* CONTAINER-HELP
/* -------------------------------------------------- */
.container-help .main {
	font-size: 16px;
}

.container-help .main a {
	color: #5a5a5a;
	cursor: pointer;
}

.container-help .main a:hover {
	color: #b20215;
	text-decoration: none;
}

.container-help .main a:active {
	color: #b20215;
	text-decoration: none;
}

.container-help .main a:focus {
	color: #b20215;
	text-decoration: none;
}

.container-help .main ul {
	list-style: none;
	padding-left: 0px;
}

.container-help .main ul .glyphicon {
	top: -1px;
	font-size: 11px;
	width: 16px;
}

.container-help .main ul li {
	margin-bottom: 10px;
}

.container-help .sub {
	padding-left: 16px;
	font-size: 14px;
	margin-top: 10px;
}

.container-help .sub ul {
	list-style: none;
	padding-left: 0px;
}

.container-help .sub ul li:last-child {
	margin-bottom: 0px;
}

.container-help .text ol, .container-help .text ul {
	list-style: square;
	padding-left: 20px;
}

.container-help .text ol, .container-help .text ul {
	margin-top: 5px;
}

.container-help .text ol li, .container-help .text ul li {
	margin-bottom: 5px;
}

.container-help .text {
	margin-top: 10px;
	padding-left: 10px;
	margin-left: 2px;
	border-left-style: solid;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-width: 5px;
	border-left-color: #5a5a5a11;
}

.container-help .text>p {
	margin-bottom: 0px;
}

.container-help .text a:focus, .container-help .text a:hover {
	color: #23527c;
	text-decoration: underline;
}

.container-help .text a:active, .container-help .text a:hover {
	outline: 0;
}

.container-help .text a {
	color: #337ab7;
	text-decoration: none;
}

/*
/* CONTAINER-PROMOTION
/* -------------------------------------------------- */
.container-promotion .main {
	font-size: 16px;
}

.container-promotion .main a {
	color: #5a5a5a;
	cursor: pointer;
}

.container-promotion .main a:hover {
	color: #b20215;
	text-decoration: none;
}

.container-promotion .main a:active {
	color: #b20215;
	text-decoration: none;
}

.container-promotion .main a:focus {
	color: #b20215;
	text-decoration: none;
}

.container-promotion .main ul {
	list-style: none;
	padding-left: 0px;
}

.container-promotion .main ul .glyphicon {
	top: -1px;
	font-size: 11px;
	width: 16px;
}

.container-promotion .main ul li {
	margin-bottom: 10px;
}

.container-promotion .sub {
	padding-left: 16px;
	font-size: 14px;
	margin-top: 10px;
}

.container-promotion .sub ul {
	list-style: none;
	padding-left: 0px;
}

.container-promotion .sub ul li:last-child {
	margin-bottom: 0px;
}

/* promotion breadcrump */
.container-promotion .breadcrumb {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 0px;
	margin-bottom: 20px;
	list-style: none;
	background-color: transparent;
	border-radius: 4px;
}

/* promotion content */
.container-promotion .content ol, .container-promotion .text ul {
	list-style: square;
	padding-left: 20px;
}

.container-promotion .content ol, .container-promotion .text ul {
	margin-top: 5px;
}

.container-promotion .content ol li, .container-promotion .text ul li {
	margin-bottom: 5px;
}

.container-promotion .content {
	width: 100%;
}

.container-promotion .content .promotion-image-flat {
	margin-bottom: 20px;
	width: 100%;
	height: auto;
}

.container-promotion .content .promotion-image-flat[data-src] {
	/*
		Image size: 715x210
		Ratio = height/width = 0,2937062937062937
	*/
	height: 0;
	outline: 0px;
	outline-offset: 0px;
	padding-bottom: 29.37062937062937%;
}

.container-promotion .content .promotion-image-normal {
	margin-bottom: 20px;
	width: 100%;
	height: auto;
}

.container-promotion .content .promotion-image-normal[data-src] {
	/*
		Image size: 475x250
		Ratio = height/width = 0,5263157894736842
	*/
	height: 0;
	outline: 0px;
	outline-offset: 0px;
	padding-bottom: 52.63157894736842%;
}

.container-promotion .content h1 {
	margin-top: 0px;
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 24px;
	color: #b20215;
}

.container-promotion .content h2 {
	margin-top: 0px;
	margin-bottom: 15px;
	font-weight: bold;
	font-size: 16px;
}

@media ( min-width : 768px) {
	.container-promotion .content .promotion-image-flat {
		margin-bottom: 25px;
	}
	.container-promotion .content {
		padding-left: 15px;
		margin-left: 2px;
		border-left-style: solid;
		border-left-width: 5px;
		border-left-style: solid;
		border-left-width: 5px;
		border-left-color: #5a5a5a11;
	}
	.container-promotion .content h1 {
		font-weight: bold;
		font-size: 36px;
	}
	.container-promotion .content h2 {
		font-size: 24px;
		margin-bottom: 20px;
	}
}

/*
/* CONTAINER-ERROR
/* -------------------------------------------------- */
.container-error .error {
	font-size: 16px;
}

/*
/* PLAYER DATA
/* -------------------------------------------------- */
.container-player-data #tacConfirmationForm {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dceaf5;
}

.container-player-data #playerDataForm\:newsletterFormGroup input[type="checkbox"] {
	display: block;
	float: left;
	margin-right: 10px;
}

/*
/* PLAYER TRANSACTIONS
/* -------------------------------------------------- */
.container-player-transactions #searchForm {
	margin-bottom: 20px;
}

.container-player-transactions #searchForm\:navTab {
	margin-top: 30px;
	width: 100%
}

.container-player-transactions #searchForm\:downloadPdfLink {
	margin-top: 10px;
}

.container-player-transactions .playerHistoryTable {
	width: 100%;
	border: 0px;
	border-spacing: 0px;
	font-size: 11px;
}

.container-player-transactions .playerHistoryTable td, .container-player-transactions .playerHistoryTable th {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 2px;
	padding-right: 2px;
	text-align: left;
}

.container-player-transactions .playerHistoryTable td div.red {
	color: #B20215;
}

.container-player-transactions .playerHistoryTable tr.odd {
	background-color: #f9f9f9;
}

.container-player-transactions .playerHistoryTable tr th:nth-child(4) {
	text-align: right;
}

.container-player-transactions .playerHistoryTable tr td:nth-child(4) {
	white-space: nowrap;
	text-align: right;
	font-weight: bold;
}

.container-player-transactions .freespinsTable tr th:nth-child(3) {
	text-align: right;
}

.container-player-transactions .freespinsTable tr td:nth-child(3) {
	text-align: right;
	font-weight: bold;
}

.container-player-transactions #pagination {
	text-align: center;
}

/*
/* PLAYER CONFIRM ID
/* -------------------------------------------------- */
.container-player-confirm-id img {
	margin-top: 15px;
	margin-right: 20px;
	margin-bottom: 15px;
}

.container-player-confirm-id .form-group input[type='file'] {
	width: 0px;
	height: 0px;
	opacity: 0;
	display: inline-block;
}

.container-player-confirm-id .form-group label span {
	vertical-align: super;
}

@media ( min-width : 768px) {
	.container-player-confirm-id img {
		margin-right: 25px;
	}
}

/*
/* PLAYER PROTECTION
/* -------------------------------------------------- */
.container-player-protection .form-group {
	margin-top: 20px;
	margin-bottom: 20px;
}

/*
/* RECAPTCHA
/* -------------------------------------------------- */
#reCaptcha {
	transform-origin: left top;
	-webkit-transform-origin: left top;
}

#reCaptcha>div {
	margin-left: auto;
	margin-right: auto;
}

/*
/* REGISTRATION
/* -------------------------------------------------- */
.container-registration .birthday .col-sm-4 .form-group {
	margin-bottom: 8px;
}

.container-registration .birthday .col-sm-4 .form-group-last {
	margin-bottom: 0px;
}

.container-registration a#emailConfirmForm\:changeLoginData {
	float: right;
}

.container-registration .block {
	margin-bottom: 30px;
	width: 100%;
}

.container-registration .block img {
	display: block;
	margin-top: 20px;
	margin-bottom: 20px;
	max-width: 40%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-left: auto;
}

.container-registration .block p {
	text-align: center;
	font-size: 16px;
}

@media ( min-width : 768px) {
	.container-registration .birthday .col-sm-4 .form-group {
		margin-bottom: 0px;
	}
	.container-registration .block img {
		display: block;
		margin-top: 35px;
		margin-bottom: 35px;
	}
	.container-registration .block p {
		font-size: 20px;
	}
}

/*
/* GAME INFO
/* -------------------------------------------------- */
.container-gameInfo-header {
	position: relative;
	margin-top: 50px;
	overflow: hidden;
}

.container-gameInfo-header .bannerImage {
	position: relative;
	margin-left: 75%;
	transform: translateX(-50%);
	max-width: 180%;
	left: -25%;
}

.container-gameInfo-header .playButton {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	max-height: 100%;
}

.container-gameInfo {
	margin-top: 15px;
	margin-bottom: 0px;
}

.container-gameInfo .row>.description {
	min-height: 270px;
}

.container-gameInfo .description {
	margin-bottom: 20px;
}

.container-gameInfo .description h1 {
	margin-top: 0px;
}

.container-gameInfo .description ul {
	list-style: square;
	margin-bottom: 20px;
	padding-left: 20px;
}

.container-gameInfo .description ul li {
	padding-top: 5px;
}

.container-gameInfo .downloadButton {
	text-align: center;
	margin-bottom: 30px;
}

.container-gameInfo .downloadButton a {
	width: 100%;
}

.container-gameInfo .infoImage {
	margin-bottom: 20px;
	text-align: center;
}

.container-gameInfo .infoImage img {
	max-width: 100%;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
}

/* Image size 330px + 15px left + 15px right  */
@media ( min-width : 360px) {
	.container-gameInfo .downloadButton a {
		width: 330px;
	}
}

@media ( min-width : 768px) {
	.container-gameInfo {
		margin-top: 100px;
		margin-bottom: 50px;
	}
	.container-gameInfo .infoImage {
		margin-bottom: 40px;
	}
	.container-gameInfo .downloadButton {
		text-align: left;
	}
	.container-gameInfo .downloadButton a {
		width: auto;
	}
}

/*
/* QUICKLOGIN PANEL
/* -------------------------------------------------- */
.container-quicklogin {
	margin-top: 20px;
}

.container-quicklogin .wrapper {
	padding-top: 15px;
	height: 1200px;
}

.container-quicklogin .panel {
	box-shadow: 0 4px 8px 0 rgba(1, 1, 1, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.container-quicklogin #quickloginForm .last [class*="col-"] {
	margin-bottom: 5px;
}

@media ( min-width : 768px) {
	.container-quicklogin {
		margin-top: 0px;
	}
	.container-quicklogin .wrapper {
		padding-top: 100px;
		height: 450px;
	}
}

/*
/* LOGIN
/* -------------------------------------------------- */
.container-login {
	margin-top: 75px;
	margin-bottom: 5px;
}

@media ( min-width : 768px) {
	.container-login {
		margin-top: 150px;
		margin-bottom: 50px;
	}
}

/*
/* FORM MESSAGES 
/* -------------------------------------------------- */
form .info-message {
	color: #204d74;
	font-size: 12px;
}

form .warning-message {
	color: #ff712d;
	font-size: 12px;
}

form .error-message {
	color: #b20215;
	font-size: 12px;
}

form .messages {
	margin-top: 10px;
}

form ul.messages {
	list-style-type: square;
	padding-left: 15px;
}

form .form-group span.messages {
	padding-top: 12px;
}

/*
/* ALERT MESSAGES
/* -------------------------------------------------- */

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.alert-info a {
	text-decoration: underline;
	color: #31708f;
}

.alert-warning {
	color: #ff712d;
	background-color: #fff2ec;
	border-color: #ffe9df;
}

.alert-warning a {
	text-decoration: underline;
	color: #ff712d;
}

.alert-error {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.alert-error a {
	text-decoration: underline;
	color: #a94442;
}

/*
/* GLOBAL ALERT MESSAGES 
/* -------------------------------------------------- */
.container-messages .global-messages {
	position: fixed;
	margin-top: 65px;
	z-index: 2000;
	width: 100%;
	left: 0px;
	padding-left: 15px;
	padding-right: 15px;
}

.container-messages .global-messages .alert {
	box-shadow: 0 4px 8px 0 rgba(1, 1, 1, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	width: 100%;
}

.container-messages .global-messages .alert-info {
	color: #ffffff;
	background-color: #337ab5;
	border-color: transparent;
	font-size: 16px;
	opacity: 0.95
}

.container-messages .global-messages .alert-warning {
	color: #ffffff;
	background-color: #ff712d;
	border-color: transparent;
	font-size: 16px;
	opacity: 0.95
}

.container-messages .global-messages .alert-error {
	color: #ffffff;
	background-color: #9b2833;
	border-color: transparent;
	font-size: 16px;
	opacity: 0.95
}

.container-messages .global-messages .alert-error a {
	color: #ffffff;
	text-decoration: underline;
	white-space: nowrap;
}

.container-messages .global-messages .alert-error a:hover {
	color: #ffffff;
	text-decoration: none;
}

@media ( min-width : 768px) {
	.container-messages .global-messages {
		width: 720px;
		left: auto;
		padding-left: 0px;
		padding-right: 0px;
	}
}

@media ( min-width : 992px) {
	.container-messages .global-messages {
		width: 940px;
		left: auto;
		padding-left: 0px;
		padding-right: 0px;
	}
}

@media ( min-width : 1200px) {
	.container-messages .global-messages {
		width: 1140px;
		left: auto;
		padding-left: 0px;
		padding-right: 0px;
	}
}

/*
/* INDEX GAMES
/* -------------------------------------------------- */
.container-games {
	margin-top: 20px;
	margin-bottom: 5px;
	padding-right: 5px;
}

.container-games .game-filter {
	margin-bottom: 20px;
}

.container-games .game-filter ul {
	list-style-type: none;
	padding: 0px;
	text-align: center;
}

.container-games .game-filter ul li {
	color: #337ab7;
	display: inline;
	padding-left: 5px;
	padding-right: 10px;
	border-right: 1px solid rgba(127, 2, 21, .7);
	white-space: nowrap;
}

.container-games .game-filter ul li:last-child {
	border-right: none;
}

.container-games .game-filter .active {
	font-weight: bolder;
}

.container-games .game-filter .predefined {
	text-align: center;
}

.container-games .game-filter .custom {
	text-align: center;
	padding-right: 10px;
	color: #337ab7;
}

.container-games .game-filter .custom input {
	width: 0px;
	transition: 0.4s;
}

.container-games .game-filter .custom input {
	color: #337ab7;
	border-width: 0px;
}

.container-games .game-filter .custom input:focus {
	outline: none;
}

.container-games .game-filter .custom input::-moz-placeholder {
	opacity: 0.5;
}

.container-games .game-filter .custom input:-ms-input-placeholder {
	opacity: 0.5;
}

.container-games .game-filter .custom input::-webkit-input-placeholder {
	opacity: 0.5;
}

.container-games .game-filter .custom.movein input {
	width: 100px;
	transition: 0.4s;
}

.container-games .game-filter .custom .colon {
	font-weight: bold;
	display: none;
}

.container-games .game-filter .custom.movein .colon {
	display: inline;
}

.container-games .game-grid-item>img {
	color: #fff;
	font-size: 0;
	outline: 0px;
	outline-offset: 0px;
	display: block;
	width: 100%;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
}

.container-games .game-grid-item .overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	opacity: 0;
	z-index: 99;
}

.container-games .game-grid-item.grayout .overlay {
	transition: .3s;
	opacity: .65;
}

.container-games .game-grid-item.grayout>img {
	-webkit-filter: grayscale(90%);
	-moz-filter: grayscale(90%);
	-ms-filter: grayscale(90%);
	-o-filter: grayscale(90%);
	filter: grayscale(90%);
	transition: .9s;
}

/* overlay */
.container-games .game-grid-item .overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 99;
	width: 100%;
	opacity: .0;
}

.container-games .game-grid-item .overlay img {
	width: inherit;
	padding-right: 10px;
	padding-bottom: 10px;
}

/* play button */
.container-games .game-grid-item .playButton {
	position: absolute;
	top: -5px;
	left: 0px;
	z-index: 100;
	width: 100%;
	opacity: 0;
}

.container-games .game-grid-item.grayout .playButton {
	transition: .3s;
	opacity: .85;
}

.container-games .game-grid-item .playButton .message {
	width: inherit;
	padding-top: 14px;
	padding-left: 10px;
	padding-right: 20px;
	color: white;
}

.container-games .game-grid-item .playButton img {
	width: inherit;
	padding-bottom: 10px;
	padding-right: 10px;
}

/* info button */
.container-games .game-grid-item .infoButton {
	position: absolute;
	bottom: 10px;
	left: 0px;
	z-index: 101;
	width: 100%;
	opacity: 0;
}

.container-games .game-grid-item.grayout .infoButton {
	transition: .3s;
	opacity: .85;
}

.container-games .game-grid-item .infoButton a {
	color: white;
	margin-bottom: 6px;
	margin-left: 4px;
}

.container-games .game-grid-item .infoButton>div {
	margin-right: 10px;
	background-color: #337ab7;
	transition: 3s;
	opacity: 0.9;
}

@media ( min-width : 768px) {
	.container-games {
		margin-top: 100px;
		margin-bottom: 75px;
	}
}

@media ( min-width : 1170px) {
	.container-games .game-filter:after {
		display: block;
		content: "";
		clear: both;
	}
	.container-games .game-filter .predefined {
		float: left;
	}
	.container-games .game-filter .custom {
		float: right;
		text-align: right;
	}
}

/*
/* CUSTOMIZE THE ISOTOPE
/* -------------------------------------------------- */
.game-grid-sizer, .game-grid-item {
	max-width: 100%;
}

.game-grid-item {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
}

@media ( min-width : 290px) {
	/* render 2 items */
	.game-grid-sizer, .game-grid-item {
		width: 50%;
	}
}

@media ( min-width : 490px) {
	/* render 3 items */
	.game-grid-sizer, .game-grid-item {
		width: 33.333%;
	}
}

@media ( min-width : 768px) {
	/* render 4 items */
	.game-grid-sizer, .game-grid-item {
		width: 33.333%;
	}
}

@media ( min-width : 992px) {
	/* render 5 items */
	.game-grid-sizer, .game-grid-item {
		width: 25%;
	}
}

@media ( min-width : 1200px) {
	/* render 5 items */
	.game-grid-sizer, .game-grid-item {
		width: 20%;
	}
}

/*
/* NAVIGATION
/* -------------------------------------------------- */
.navbar {
	margin-bottom: 0px;
}

.navbar #brand-image {
	background-image: url('https://ocmlive01.blob.core.windows.net/resources/img/logo_shadow.png?revision=c3517c5ccc9cb72ce4c8e77d91934c0c9c188dc1&locale=en');
	background-repeat: no-repeat;
	border-style: none;
	width: 184px;
	height: 59px;
	position: fixed;
	top: 13px;
	z-index: 1;
}

.navbar-nav {
	margin-top: 10px;
	text-align: right;
}

.navbar-header {
	float: none;
}

.navbar-toggle {
	display: block;
}

.navbar-right {
	margin-right: 8px;
	float: right !important;
}

.navbar-right ~ .navbar-right {
	margin-right: 4px;
}

.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-collapse.collapse.in {
	display: block !important;
}

.navbar-fixed-top {
	top: 0;
	border-width: 0 0 1px;
}

.navbar-nav {
	float: none !important;
	margin-top: 7.5px;
}

.navbar-nav>li {
	float: none;
}

.navbar-nav>li>a {
	padding-top: 10px;
	padding-bottom: 10px;
}

.navbar .navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
	background-color: #292929;
	color: #fff;
}

.navbar .bonus-info-icon {
	animation-duration: 3s;
	animation-iteration-count: 2;
}

.navbar .player-money-top {
	background-color: #222;
	cursor: default;
	border-color: #444;
}

.navbar .player-money-top:hover {
	background-color: #222;
	cursor: default;
	border-color: #444;
}

.player-money {
	height: 40px;
	width: 100%;
	position: fixed;
	top: 50px;
	z-index: 1;
	opacity: 0.9;
}

.player-money div {
	float: right;
	margin-right: 8px;
	margin-bottom: 8px;
	padding: 6px 12px;
	color: #fff;
	border-color: #fff;
	border-radius: 4px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000222+0,000222+11,000222+100&0.2+0,0.2+11,0.3+100 */
	background: -moz-linear-gradient(top, rgba(0, 2, 34, 0.2) 0%, rgba(0, 2, 34, 0.2) 11%, rgba(0, 2, 34, 0.3) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0, 2, 34, 0.2) 0%, rgba(0, 2, 34, 0.2) 11%, rgba(0, 2, 34, 0.3) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0, 2, 34, 0.2) 0%, rgba(0, 2, 34, 0.2) 11%, rgba(0, 2, 34, 0.3) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33000222', endColorstr='#4d000222', GradientType=0); /* IE6-9 */
}

@media ( min-width : 768px) {
}

@media ( min-width : 800px) {
	.navbar #brand-image {
		background-image: url('https://ocmlive01.blob.core.windows.net/resources/img/logo_shadow_the_next.png?revision=c3517c5ccc9cb72ce4c8e77d91934c0c9c188dc1&locale=en');
		width: 332px;
		height: 59px;
	}
}

@media ( max-width : 449px) {
	.hidden-xxs {
		display: none !important;
	}
}

@media ( min-width : 450px) and ( max-width : 767px) {
	.hidden-xxs {
		display: block !important;
	}
}

@media ( max-width : 449px) {
	.visible-xxs {
		display: block !important;
	}
}

@media ( min-width : 450px) {
	.visible-xxs {
		display: none !important;
	}
}

/*
/* CUSTOMIZE THE CAROUSEL
/* -------------------------------------------------- */

/*
 * Light Orange: #DD5612 r221 g86 b18
 * Black:	     #1A0806 r28  g8  b6
 * Dark Orange:  #6f250c r111 g37 b12
 *
 */

/* Carousel base class */
.carousel {
	overflow: hidden;
	width: 100%;
	height: auto;
}

.carousel-inner>.item>img {
	width: 100%;
	height: 450px;
}

.carousel-inner>.item>.slideImage {
	height: 450px;
	position: relative;
	background-position: top right;
	background-size: cover;
}

.carousel-inner>.item>.slideImage .image {
	width: 100%;
	height: 100%;
	background-position: top left;
	background-size: cover;
}

.carousel-inner>.item>.slideImage .overlay {
	background-color: #000;
	opacity: 0.25;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.carousel-caption {
	z-index: 10;
	text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.9);
	left: 15%;
	top: 60% !important;
	transform: translateY(-50%);
	text-align: left;
	bottom: initial;
	hyphens: manual;
}

.carousel-control.left {
	background-image: linear-gradient(to right, rgba(26, 8, 6, 0.9) 0px, rgba(223, 85, 20, 0) 100%);
	background-repeat: repeat-x;
}

.carousel-control.right {
	background-image: linear-gradient(to left, rgba(26, 8, 6, 0.9) 0px, rgba(0, 0, 0, 0) 100%);
	background-repeat: repeat-x;
}

/*
/* RESPONSIVE CSS
/*
/* -------------------------------------------------- */

/* Extra-kleine Geräte (Smartphones, weniger als 768px) */
@media ( min-width : 768px) {
	.carousel-caption {
		top: 50% !important;
	}

	/* Bump up size of carousel content */
	.carousel-caption p {
		margin-bottom: 20px;
		font-size: 21px;
		line-height: 1.4;
	}
	.carousel .item .slideImage {
		margin-top: 50px;
		max-width: 100%;
	}
}