.list-boxes { padding: 10px; margin: 15px 0; font:normal 14px/18px 'open sans',sans-serif; background-color: #f9f9f9; }
.list-boxes .title { margin-bottom: 23px; font-size: 20px; line-height: 1.2; text-align: center; font-weight: 600; }
.list-boxes ul { list-style: none outside none; padding: 0; margin: 0; }
.list-boxes li { position: relative; overflow: hidden; padding: 18px 15px 20px; margin: 0 0 7px; font-size: 14px; line-height: 1.1; -webkit-box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.07); box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.07); background-color: #fff; text-align: center; }
.list-boxes li:before { content: ''; display: block; width: 54px; height: 54px; margin: 3px auto 15px; background: transparent no-repeat 0 0; }
.list-boxes li:last-child { margin-bottom: 0; }
.list-boxes li:first-child { border-top: 4px solid #1d7b18; }
.list-boxes strong { display: block; padding-bottom: 8px; font-size: 18px; font-weight: bold; color: #414141; }

.list-boxes.icons-criteria li:before { background-image: url(images/sprite-criteria.png); }
.list-boxes.icons-criteria li.icon-1:before { background-position: 0 0; }
.list-boxes.icons-criteria li.icon-2:before { background-position: -54px 0; }
.list-boxes.icons-criteria li.icon-3:before { background-position: -108px 0; }
.list-boxes.icons-criteria li.icon-4:before { background-position: -162px 0; }
.list-boxes.icons-criteria li.icon-5:before { background-position: 0 -54px; }
.list-boxes.icons-criteria li.icon-6:before { background-position: -54px -54px; }
.list-boxes.icons-criteria li.icon-7:before { background-position: -108px -54px; }

.list-boxes.icons-category li:before { background-image: url(images/sprite-category.png); }
.list-boxes.icons-category li.icon-1:before { background-position: 0 0; }
.list-boxes.icons-category li.icon-2:before { background-position: -54px 0; }
.list-boxes.icons-category li.icon-3:before { background-position: -108px 0; }
.list-boxes.icons-category li.icon-4:before { background-position: 0 -54px; }
.list-boxes.icons-category li.icon-5:before { background-position: -54px -54px; }

.list-boxes a { text-decoration: underline; }
.list-boxes a:hover { text-decoration: none; }

@media(min-width: 450px){
	.list-boxes li { padding-left: 124px; min-height: 58px; text-align: left; }
	.list-boxes li:before { position: absolute; top: 0; left: 0; bottom: 0; margin: auto 19px; }
}

@media(min-width: 768px){
	.list-boxes { padding: 19px 23px 21px; }

	.list-boxes li  { padding-left: 129px; }
	.list-boxes li:before { left: 15px; }
}

.box-entry { position: relative; overflow: hidden; padding: 22px 20px; margin: 15px 0; border: 1px solid #d2d2d2; font-family: 'open sans',sans-serif; font-size: 15px; line-height: 1.42; font-style: italic; background: #f7f7f7; }
.box-entry .entry { position: relative; overflow: hidden; }
.box-entry .entry:before,
.box-entry:before { content: ''; float: left; width: 90px; height: 80px; margin-right: 15px; background: transparent no-repeat 0 0;  }
.box-entry .entry:before { content: none; }
.box-entry.sprite-boxes .entry:before,
.box-entry.sprite-boxes:before { background-image: url(images/sprite-boxes.png);  }
.box-entry.sprite-boxes.icon-1:before,
.box-entry.sprite-boxes.icon-1 .entry:before { background-position: 0 0; }
.box-entry.sprite-boxes.icon-2:before,
.box-entry.sprite-boxes.icon-2 .entry:before { background-position: -90px 0; }
.box-entry.sprite-boxes.icon-3:before,
.box-entry.sprite-boxes.icon-3 .entry:before { background-position: -180px 0; }
.box-entry .title { margin-bottom: 18px; font-size: 16px; font-style: normal; font-weight: bold; }
.box-entry p { margin: 0; font-size: 15px; line-height: 1.42; }
.box-entry p:last-child { padding-bottom: 0; }

@media(max-width: 500px){
	.box-entry:before { content: none; }
	.box-entry .entry { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row wrap; flex-flow: row wrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center;}
	.box-entry .entry:before { content: ''; float: none; display: block; -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; margin-bottom: 0; }
	.box-entry .entry .title,
	.box-entry .entry p { -webkit-box-flex: 1; -ms-flex: 1 1 calc(100% - 105px); flex: 1 1 calc(100% - 105px); }
	.box-entry .entry .title { margin-bottom: 0; }
	.box-entry .entry p:nth-child(2):not(.title) { margin-top: 18px; }
	.box-entry .entry p:empty { display: none; }
}

@media(min-width: 768px){
	.box-entry { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
	.box-entry:before,
	.box-entry .entry { margin: 0; }
	.box-entry:before { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; float: left; margin: -15px 0; }
	.box-entry .entry { position: relative; overflow: hidden; padding-left: 22px; }
}

.box-info { position: relative; overflow: hidden; padding: 23px 26px 20px; border: 1px solid #cecece; margin: 15px 0; font-family: 'open sans',sans-serif; font-size: 13px; line-height: 1.31; color: #6b6b6b; }
.box-info.icon-paragraph:before { content: ''; float: left; width: 88px; height: 94px; border-right: 1px solid #e7e7e7; margin: -12px 25px 10px -21px; background: url(images/icon-paragraph.png) no-repeat center center; }
.box-info p { clear: both; margin: 0; font-size: 13px; line-height: 1.31; }
.box-info p:last-child { margin: 0; padding-bottom: 0; }
.box-info .title { padding-bottom: 21px; font-size: 16px; font-weight: 600; font-style: italic; }
.box-info .mga-logo span { display: inline-block; width: 130px; height: 22px; vertical-align: middle; margin: -5px 9px; background: url(images/logo-mga.png) 0 0 no-repeat; text-indent:-9999px; }
.box-info .ukgc-logo span { display: inline-block; width: 80px; height: 22px; vertical-align: middle; margin: -5px 0px 0px 6px; background: url(images/logo-gambling-commission.png) 0 0 no-repeat; text-indent:-9999px; }
.box-info .dgoj-logo span { display: inline-block; width: auto; height: 30px; vertical-align: middle; margin: -5px 0px 0px 6px; background: url(images/regulador-dgoj.png) 0 0 no-repeat; text-indent:-9999px; background-size: contain;}

@media(min-width: 768px){
	.box-info.icon-paragraph:before  { margin-bottom: -12px; }
	.box-info p { clear: none; }
}


.container-info { padding: 5px; border: 1px solid #d0d0d0; margin: 15px 0; font-family: 'open sans',sans-serif; }
.container-info .title { padding: 4px 0 15px; font-size: 18px; line-height: 1.06; line-height: 1.2; text-align: center; }
.container-info .image { position: relative; width: 100%; height: 140px; margin: 0 0 21px; background: transparent no-repeat center center; background-size: cover; }
.container-info .image p { padding: 0; margin: 0; }
.container-info .image .flag { position: absolute; bottom: 20px; left: 15px; font-size: 16px; font-weight: 600; font-style: italic; color: #fff; text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.98); }
.container-info .image .flag:before { content: ''; display: block; width: 42px; height: 27px; margin: 0 0 16px; background: transparent no-repeat 0 0; background-size: contain; }
.container-info .image .flag + .flag { left: auto; right: 15px; text-align: right; }
.container-info .image .flag + .flag:before { margin-left: auto; }
.container-info .image-malta-gibraltar { background-image: url(images/paisaje-malta-gibraltar.jpg); }

.container-info ul { list-style: none outside none; padding: 0 0 15px 24px; margin: 0; font-size: 15px; line-height: 1.2; font-style: italic; }
.container-info ul li { padding-bottom: 10px; position: relative; }
.container-info ul li:last-child { padding-bottom: 0; }
.container-info ul li:before { content: ''; position: absolute; top: 8px; left: -21px; width: 4px; height: 4px; border-radius: 50%; background-color: #37889e; }

.container-info .image .flag-malta:before { background-image: url(images/flags/mt.png); }
.container-info .image .flag-gibraltar:before { background-image: url(images/flags/gib.png); }

.container-info .info { position: relative; padding: 9px 0 13px 92px; margin: 0 0 9px; font-size: 14px; line-height: 1.21; font-weight: bold; font-style: italic; color: #444444; background: -webkit-gradient(linear, left top, right top, from(rgba(255,255,255,0)),color-stop(50%, rgba(201,224,238,1)),to(rgba(255,255,255,0))); background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(201,224,238,1) 50%,rgba(255,255,255,0) 100%); background: -o-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(201,224,238,1) 50%,rgba(255,255,255,0) 100%); background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(201,224,238,1) 50%,rgba(255,255,255,0) 100%); }
.container-info .info:before { content: ''; position: absolute; top: 0; left: 0; width: 75px; height: 49px; background: url(images/flags/flag-eu.png) no-repeat 0 0; }
.container-info .info p { margin: 0; }

@media(min-width: 600px){
	.container-info ul { display: table; margin: 0 auto 5px; }
	.container-info .image { height: 233px; }
	.container-info .image .flag { bottom: 12px; left: 6px; font-size: 21px; }
	.container-info .image .flag + .flag { right: 6px; }
	.container-info .image .flag + .flag:before { float: right; margin-left: 9px; }
	.container-info .image .flag:before { float: left; width: 58px; height: 38px; margin: -10px 9px 0; }
	.container-info .info { padding: 5px 0 5px 88px; line-height: 42px; margin: 0 23px 13px; }
	.container-info .info p { display: inline-block; font-size: 16px; line-height: 1.21;  }
	.container-info .info:before { top: 2px; }
}

@media(min-width: 769px){
	.container-info .title { font-size: 18px;  }
	.container-info .info { padding-left: 128px; padding-right: 90px; margin: 0 46px 12px; text-align: center; }
	.container-info .info:before { left: 40px; }
}


.container-app { border: 1px solid #ccc; margin: 15px 0; }
.container-app .title { padding: 13px 25px 14px; border-bottom: 1px solid #ccc; font-size: 15px; line-height: 1.07; text-align: center; color: #414141; }
.container-app img { display: block; max-width: 100%; margin: 0 auto; }
.container-app .image { padding: 25px 55px 17px; border-bottom: 1px solid #ccc; background-color: #f9f9f9; }
.container-app .entry { padding: 11px; text-align: center; font-size: 0; }
.container-app .logo { display: block; }
.container-app .logo span { display: block; width: 160px; height: 40px; margin: 0 auto; }
.container-app .entry-logo { display: inline-block; margin-top: 10px; text-indent: -9999px; vertical-align: middle; }
.container-app .qr { display: none; }
.container-app .details { display: inline-block; vertical-align: middle; padding-left: 13px; margin: 0; font-size: 15px; line-height: 1.2; text-transform: uppercase; }
.container-app .details strong { display: block; margin: 0 0 -3px; font-size: 25px; font-weight: 900; }
.container-app .actions { font-size: 0; text-align: center; }
.container-app .actions .btn { display: inline-block; padding: 13px 38px 12px; margin: 16px 0 0; font-size: 16px; font-weight: normal; }

@media(min-width: 600px){
	.container-app .entry { display: table; width: calc(100% - 22px); }
	.container-app .actions,
	.container-app .details,
	.container-app .entry-logo { display: table-cell; width: 33%; text-align: center; }
	.container-app .entry-logo { margin: -4px 0 0; }
	.container-app .details { padding: 0 20px; white-space: nowrap; }
	.container-app .details strong { display: inline-block; vertical-align: middle; padding: 0; margin: -8px 2px 0; }
	.container-app .actions { vertical-align: middle; text-align: right; }
	.container-app .actions .btn { margin: 0; }
	.container-app .image { padding: 31px 20px 28px; }
}

@media(min-width: 769px){
	.container-app { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row wrap; flex-flow: row wrap; }
	.container-app .title { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; width: 100%; padding: 8px 0 12px; font-size: 18px; }
	.container-app .image { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-flex: 0; -ms-flex: 0 0 calc(100% - 304px); flex: 0 0 calc(100% - 304px); border: 0; border-right: 1px solid #ccc; padding: 29px 30px; }
	.container-app .entry { -webkit-box-flex: 0; -ms-flex: 0 0 243px; flex: 0 0 243px; display: block; width: 243px; padding: 0; }
	.container-app .actions,
	.container-app .details,
	.container-app .entry-logo { display: block; width: auto; text-align: center; }

	.container-app .entry { padding: 17px 0; }
	.container-app .qr { display: block; width: 122px; height: 122px; margin: 14px auto 15px; background: transparent no-repeat center center; }
	.container-app .qr-to-casino { background-image: url(/galeria/qr-betsson.png); }
	.container-app .details { margin: 0 0 16px; }
	.container-app .details strong { display: block; }
}


.container-help { margin: 15px 0; }
.container-help .title { padding: 8px 8px 12px; margin-bottom: 12px; font-size: 18px; font-weight: 600; text-align: center; color: #414141; background-color: #e9e9e9; }
.container-help .entry { position: relative; overflow: hidden; padding: 9px; border: 1px solid #ccc; }
.container-help .image {  width: 149px; height: 131px; margin: 0 auto 20px; font-size: 0; background: transparent no-repeat center center; background-size: contain; }
.container-help .image-game { background-image: url(images/logotipo-de-fejar.jpg); }
.container-help .table { position: relative; overflow: hidden; margin-top: -10px; font-size: 14px; line-height: 16px; font-weight: 600; margin-bottom: 0px;}
.container-help .table table,
.container-help .table tbody { display: block; }
.container-help .table tr { display: table; width: 100%; border-bottom: 1px solid #ccc; }
.container-help .table tr:last-child { border-bottom: 0; }
.container-help .table td { display: table-cell; padding: 14px 0; font: bold 14px/18px 'open sans',sans-serif; height: auto; text-align: left; border: none}
.container-help .table .row-website td:last-child { font-size: 13px; font-weight: normal; }
.container-help .table .logo { float: right; width: 41px; height: 35px; margin: -14px 3px -14px 30px; background: transparent no-repeat center center; background-size: contain; text-indent:-9999px;text-align:left;}
.container-help .table .logo-fejar { background-image: url(images/fejar-small.png);  }
.container-help .table .row-contacts td:last-child { font-size: 16px; font-weight: bold; white-space: nowrap; vertical-align: top; }
.container-help .table td em { display: inline-block; margin-right: 40px;  font-style: normal; font-size: 13px; font-weight: normal; color: #757575; }
.container-help .table td:last-child { text-align: right; padding-left: 10px; }

@media(min-width: 600px){
	.container-help .entry { padding: 15px; }
	.container-help .image { float: left; margin: 0 26px 0 0; }
}

@media(min-width: 769px){
	.container-help .table td em { white-space: nowrap; }
}


.container-payments { position: relative; overflow: hidden; margin-top: 15px;}
.container-payments .methods { margin: 0 -10px; }
.container-payments .payment { border: 1px solid #cecece; margin: 0 10px 20px; }
.container-payments .payment:nth-child(2n+1) { clear: both; }
.container-payments .payment .title { position: relative; position: relative; padding: 26px 45px 26px 12px; font-size: 16px; text-align: right; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
.container-payments .payment .title:after { content: '+'; position: absolute; top: 50%; right: 9px; width: 24px; height: 24px; border: 1px solid #ccc; margin-top: -13px; font-size: 18px; line-height: 24px; font-weight: bold; text-align: center; color: #686868; border-radius: 50%; }
.container-payments .payment .title span {  float: left; width: 134px; height: 40px; margin: -11px -4px -11px 0; background: transparent no-repeat left center; text-indent:-9999px;text-align:center;}
.container-payments .content { position: relative; overflow: hidden; max-height: 0; margin: 0 20px; font-size: 13px; line-height: 1.31; color: #6b6b6b; -webkit-transition: all .5s; -o-transition: all .5s; transition: all .5s; }
.container-payments .content ul { list-style: none outside none; padding: 0; margin: 0; font-size: 0; color: #6b6b6b; }
.container-payments .content ul li { position: relative; padding: 0 0 0 21px; display: inline-block; width: calc(50% - 21px); font-size: 16px; font-weight: bold; }
.container-payments .content ul li:before { content: ''; position: absolute; top: 5px; left: 0; width: 15px; height: 14px; }
.container-payments .content ul li.tick:before { background: url(images/tick-cross.png) 0 0 no-repeat; }
.container-payments .content ul li.cross:before { background: url(images/tick-cross.png) -15px 0 no-repeat; }
.container-payments .content p { margin: 8px 0 21px; }
.container-payments .link { padding: 11px 0 7px; border-top: 1px solid #e1e0e0; font-size: 15px; }
.container-payments .link a { color: #d70303; }

.container-payments .payment.open .content { border-top: 1px solid #1d7b18; padding: 9px 0; max-height: 500px; }
.container-payments .payment.open .title:after { content: '\2013'; line-height: 21px; }

.container-payments .payment .ico-paysafecard span{ background-image: url(images/payment/paysafecard.png); }
.container-payments .payment .ico-skrill span { background-image: url(images/payment/skrill.png); }
.container-payments .payment .ico-sofort span { background-image: url(images/payment/sofort.png); }
.container-payments .payment .ico-bitcoin span{ background-image: url(images/payment/bitcoin.png); }
.container-payments .payment .ico-giropay span{ background-image: url(images/payment/giropay.png); }
.container-payments .payment .ico-neteller span{ background-image: url(images/payment/neteller.png); }
.container-payments .payment .ico-mastercard-visa span{ background-image: url(images/payment/mastercard-visa.png); }
.container-payments .payment .ico-paypal span{ background-image: url(images/payment/paypal.png); }
.container-payments .payment .ico-entropay span{ background-image: url(images/payment/entropay.png); }
.container-payments .payment .ico-trustly span{ background-image: url(images/payment/trustly.png); }

@media(min-width: 768px){
	.container-payments .payment .title:after { right: 12px; }
	.container-payments .payment { float: left; width: calc(50% - 22px); }
	.container-payments .payment .title  { padding: 26px 56px 26px 20px; }
}


.container-casino { margin: 15px 0; border: 1px solid #ccc; color: #414141; }
.container-casino .title { padding: 13px 8px 12px; border-bottom: 1px solid #ccc; font-size: 15px; text-align: center; }
.container-casino .video { /*position: relative; padding-bottom: 56.25%; */}
.container-casino .video > div,.container-casino .video > p{ margin:0;}
.container-casino .video iframe { display: block; border: 0; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }

.container-casino .logo { margin-bottom: 7px; font-size: 0; }
.container-casino .logo a { display: block; }
.container-casino .logo a span { display: block; height: 50px; }

.container-casino .text { display: table; padding: 12px 31px 13px; margin: 0 auto; font-size: 15px; line-height: 1.33; color: #6b6b6b; }
.container-casino .text p { margin: 0 16px 13px; }
.container-casino .text ul { list-style: none; overflow: visible; font-size: 13px; line-height: 1.3; padding: 0 0 0 16px; }
.container-casino .text ul li { position: relative; padding-bottom: 3px; }
.container-casino .text ul li:before { content: ''; position: absolute; top: 5px; left: -16px; width: 8px; height: 8px; background: url(images/tick-cross.png) 0 0 no-repeat; background-size: 16px auto; }

.container-casino .image { border-bottom: 1px solid #ccc; }
.container-casino .image img { display: block; width: 100%; max-width: 100%; }

.container-casino .details { padding: 8px 0 12px; border-bottom: 1px solid #ccc; }
.container-casino .details ul li { position: relative; }

.container-casino .entry { position: relative; overflow: hidden; }

.container-casino .actions { padding: 0 0 16px; text-align: center; }
.container-casino .actions .btn { display: inline-block; border-radius: 0; font-size: 16px; font-weight: normal; }

.container-casino .rating { font-size: 0; line-height: 0; }
.container-casino .rating:before{ content: ''; display: block; width: 96px; height: 16px; margin: 0 auto; background:url(images/ratings.png) no-repeat center 0; }
.container-casino .rating.rating45:before{ background-position: center -16px; }
.container-casino .rating.rating40:before{ background-position: center -32px; }
.container-casino .rating.rating35:before{ background-position: center -48px; }
.container-casino .rating.rating30:before{ background-position: center -64px; }
.container-casino .rating.rating25:before{ background-position: center -80px; }
.container-casino .rating.rating20:before{ background-position: center -96px; }

@media(min-width: 600px){
	.container-casino .title { font-size: 18px; }
	.container-casino .details { padding: 41px 0; float: left; width: 174px; border: 0; border-right: 1px solid #ccc; }
	.container-casino .text { position: relative; overflow: hidden; display: block; padding: 12px 20px 0 31px; }
	.container-casino .actions { position: relative; overflow: hidden; padding: 11px 20px 0 47px; text-align: left; }
}

@media(min-width: 769px){
	.container-casino .text { padding: 12px 20px 12px 22px; }
	.container-casino .entry { display: table; width: 100%; }
	.container-casino .entry  > div { display: table-cell; vertical-align: top; }
	.container-casino .details { float: none; width: 171px; padding: 11px 0; }
	.container-casino .entry .actions { padding: 10px 21px 10px 0; text-align: right; vertical-align: middle; }
	.container-casino .actions { margin-top: 4px; }
}


.container-payment-casino { padding: 10px 8px; border: 1px solid #aaa; margin: 15px 0; }
.container-payment-casino > .logo { float: left; width: 70px; margin-right: 12px; font-size: 0; color: transparent; }
.container-payment-casino > .logo span {  display: block; height: 52px; }
.container-payment-casino .entry { position: relative; overflow: hidden; margin: -3px 0 0; font-size: 16px; text-align: center; }
.container-payment-casino .entry p { margin: 0; }
.container-payment-casino .entry ul { display:table; list-style: none; padding: 7px 0 16px; margin: 0 auto; font-size: 13px; line-height: 1; text-align: left; }
.container-payment-casino .entry li { position: relative; padding: 0 0 4px 20px; }
.container-payment-casino .entry li:before { content: ''; position: absolute; top: 2px; left: 0; width: 12px; height: 10px; background-image: url(images/tick-gd.png); }

.container-payment-casino .provider { float: left; }
.container-payment-casino .provider .logo { display: block; font-size: 0; }
.container-payment-casino .provider .logo span { display: block; width: 120px; height: 38px; background-repeat: no-repeat; background-size: contain; background-position: center center; }


.container-payment-casino .actions { position: relative; overflow: hidden; text-align: right; font-size: 0; }
.container-payment-casino .actions .btn { display: inline-block; padding: 9px 14px; font-family: 'Open Sans',sans-serif; font-size: 16px; font-weight: normal; border-radius: 0; white-space: nowrap; }
.container-payment-casino .actions .btn:after { content: ''; display: inline-block; vertical-align: middle; width: 5px; height: 5px; border: 1px solid currentColor; margin-left: 7px; border-color: #fff #fff transparent transparent; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }

@media(min-width: 600px){
	.container-payment-casino { position: relative; overflow: hidden; }
	.container-payment-casino > .logo { margin: 0 64px 0 10px; }
	.container-payment-casino .entry { float: left; width: calc(100% - 355px); padding: 0 25px; border: 0px solid #aaa; border-width: 0 1px; }
	.container-payment-casino .entry ul { display: table; margin: 0 auto; max-width: 100%; padding-bottom: 0; }
	.container-payment-casino .provider { margin-left: 7px; }
	.container-payment-casino .provider .logo span { width: 150px; height: 58px; background-size: auto; }
	.container-payment-casino .actions { clear: both; padding-top: 14px; text-align: center; }
}

@media(min-width: 769px){
	.container-payment-casino { display: table; width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; }
	.container-payment-casino > div { float: none; display: table-cell; }
	.container-payment-casino .actions { padding: 0; vertical-align: middle; text-align: right; }
	.container-payment-casino > .logo { display: block; margin: -4px 60px 0 10px; }
	.container-payment-casino .entry { width: calc(100% - 385px); }
	.container-payment-casino .entry p:first-child { margin-top: -3px; }
	.container-payment-casino .provider { padding: 0; margin: 0; vertical-align: middle; }
	.container-payment-casino .provider .logo { margin: -4px 0; }
	.container-payment-casino > .logo,
	.container-payment-casino .entry,
	.container-payment-casino .actions,
	.container-payment-casino .provider { float: none; }
}

.container-rating { border: 1px solid #aaa; padding: 8px; margin: 15px 0; }
.container-rating .logo a { display: block; margin: 2px 0; }
.container-rating .logo span { display: block; height: 50px; background-repeat: no-repeat; background-position: center center; }
.container-rating .website-logo span { background-image: url(images/branding.png); }
.container-rating .entry { margin: 12px 20px 9px 25px;  }
.container-rating .entry ul { list-style: none; display: table; max-width: 100%; padding: 7px 0 16px; margin: 0 auto; font-size: 12px; line-height: 1; text-align: left; letter-spacing: -.1px; }
.container-rating .entry li { position: relative; padding: 0 0 2px 20px; }
.container-rating .entry li:before { content: ''; position: absolute; top: 2px; left: 0; width: 12px; height: 10px; background-image: url(images/tick-gd.png); }
.container-rating .rating { border-top: 1px solid #aaa; margin: 0 20px 0; }

#intro+#content article>#spr_container{ display:none;}
.container-rating .ratebox { position: relative; overflow: hidden; display: table; margin: 28px auto 0; width:235px; }
.container-rating .ratebox .total { float: left; min-width: 57px; font-size: 26px; font-weight: 600; line-height: 33px; padding: 0 5px; margin-right: 15px; border: 1px solid #dadada; text-align: center; }
.container-rating .ratebox .txt { overflow: hidden; margin-bottom: -1px; font-size: 12px; line-height: 12px; }
.container-rating .ratebox .stars { overflow: hidden; white-space: nowrap; margin-bottom: -9px; }

.container-rating .folgen { padding: 21px 0 9px; font-size: 0; text-align: center; }
.container-rating .folgen span { margin-right: 10px; vertical-align: middle; font-size: 13px; font-weight: 600; color: #646464; }
.container-rating .folgen a { display: inline-block; vertical-align: middle; width: 28px; height: 28px; margin-right: 2px;border-radius: 50%; background: #3c5b9b url(images/sicons.png) no-repeat -1px -1px; -webkit-transition: background-color .3s linear; -o-transition: background-color .3s linear; transition: background-color .3s linear; }
.container-rating .folgen a.f { background-color: #3c5b9b; }
.container-rating .folgen a.t { background-color: #359bed; background-position: -1px -31px; }
.container-rating .folgen a.l { background-color: #91c9db; background-position: -1px -61px; }
.container-rating .folgen a.g { background-color: #dc4c41; background-position: -1px -91px; }
.container-rating .folgen a.m { background: none; width: auto; color: white; padding: 4px 10px; height: 20px; line-height: 20px; border-radius: 0; text-decoration: none; }
.container-rating .folgen a.m:hover { text-decoration: underline; background: none; }
.container-rating .folgen a:hover { background-color: white; }
.container-rating .folgen a.f:hover { background-position: -31px -1px; }
.container-rating .folgen a.t:hover { background-position: -31px -31px; }
.container-rating .folgen a.l:hover { background-position: -31px -61px; }
.container-rating .folgen a.g:hover { background-position: -31px -91px; }

@media(min-width: 600px){
	.container-rating { padding: 15px; font-size: 0; }
	.container-rating .col { display: inline-block; width: 50%; padding: 0; margin: 0; -webkit-box-sizing: border-box; box-sizing: border-box; vertical-align: top; }
	.container-rating .col:nth-child(odd) { border-right: 1px solid #b4b4b4; margin-right: -1px; }
	.container-rating .col:nth-child(even) { border-left: 1px solid #b4b4b4; }

	.container-rating .logo a { margin: -5px 0 0; }
	.container-rating .rating { border-top: 0; }
	.container-rating .ratebox { margin-top: 17px; margin-bottom: -7px; }
	.container-rating .entry ul { padding: 3px 0 0 4px; }
}

@media(min-width: 999px){
	.container-rating { display: table; -webkit-box-sizing: border-box; box-sizing: border-box; width: 100%; padding: 8px; }
	.container-rating .col { display: table-cell; width: 25.61%; vertical-align: middle; }
	.container-rating .col:nth-child(1n) { border: 0; border-right: 1px solid #b4b4b4; }
	.container-rating .col:last-child { border-right: 0; }
	.container-rating .entry ul { padding: 8px 20px; }
	.container-rating .logo a { margin: -2px 0 0; }
	.container-rating .ratebox { margin: 0 auto; }
	.container-rating .folgen { padding: 10px; }
}


.container-boxes { overflow: hidden; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row wrap; flex-flow: row wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; margin: 15px 0; }
.container-boxes .box { float: left; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-flow: column nowrap; flex-flow: column nowrap; -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; width: 100%; border: 1px solid #ccc; margin-bottom: 14px; }
.container-boxes .box:last-child { float: right; }
.container-boxes .title { -webkit-box-flex: 0; -ms-flex: 0 0 38px; flex: 0 0 38px; min-height: 38px; padding: 12px 10px 14px; margin: 6px auto; font-size: 18px; line-height: 1.06; font-weight: bold; max-width: 292px; text-align: center;  }
.container-boxes .entry { -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; padding: 0 12px 32px; }
.container-boxes .entry ul { list-style: none outside none; display: table; padding: 0 0 0 20px; margin: -4px auto 0; font-size: 15px; line-height: 1.2; font-style: italic; color: #1d7b18; }
.container-boxes .entry ul li { position: relative; padding-bottom: 16px; }
.container-boxes .entry ul li:before { content: ''; position: absolute; top: 6px; left: -21px; width: 13px; height: 9px; background: url(images/link-arrow.png); }
.container-boxes .entry ul li:last-child { padding-bottom: 0; }

.container-boxes .image { -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; position: relative; margin-bottom: 12px;  min-height: 188px; }
.container-boxes .image a { overflow: hidden; position: absolute; top: 0; left: 50%; bottom: 0; width: 292px; border: 1px solid #ccc; max-width: 100%; transform: translateX(-50%); }
.container-boxes .image a:hover:after{content: ''; position: absolute; bottom: 0px; right: 0px; display: block; width: 58px; height: 46px; background: rgba(29,123,24,0.8) url(images/zoom.png) no-repeat center; border-radius:2px; }
.container-boxes .image a img { display: block; position: absolute; top: 0; left: 0; }

@media(min-width: 600px){
	.container-boxes  { flex-wrap: nowrap; }
	.container-boxes .image { min-height: 160px; }
	.container-boxes .box { -webkit-box-flex: 0; -ms-flex: 0 0 calc(50% - 10px); flex: 0 0 calc(50% - 10px); width: calc(50% - 10px); max-width: calc(50% - 10px); }
	.container-boxes .title { margin: 0 auto; }
}


.container-entry { position: relative; overflow: hidden; padding: 15px; border: 1px solid #ccc; margin: 15px 0; }
.container-entry .title { margin: -3px 0 18px; font-size: 18px; font-weight: bold; text-align: center; color: #414141; }
.container-entry .image { margin-bottom: 15px; }
.container-entry .image a { position: relative; display: block; border: 9px solid #f1f1f1; }
.container-entry .image a img { display: block; width: 100%; }
.container-entry .image a:hover:after{ content: ''; position: absolute; bottom: 0px; right: 0px; display: block; width: 58px; height: 46px; background: rgba(29,123,24,0.8) url(images/zoom.png) no-repeat center; border-radius:2px; }
.container-entry .col-title { padding: 10px 8px 9px; margin-bottom: 24px; font-size: 14px; line-height: 1.2; text-align: center; background-color: #f1f1f1; }
.container-entry .col { font-size: 13px; line-height: 1.4; text-align: center; color: #5a5a5a; }
.container-entry .col .p-title { padding: 0 0 14px; font-size: 14px; font-weight: bold; text-align: center; }
.container-entry .col p { margin: 0; }
.container-entry .logo { border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; margin-top: 35px; font-size: 0; color: transparent; }
.container-entry .logo span { display: block; height: 84px; background-repeat: no-repeat; background-position: center center; }

@media(min-width: 600px){
	.container-entry .cols { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
	.container-entry .col { float: left; -webkit-box-flex: 0; -ms-flex: 0 0 45.87%; flex: 0 0 45.87%; width: 45.87%; }
	.container-entry .col:last-child { float: right; -webkit-box-flex: 0; -ms-flex: 0 0 50.67%; flex: 0 0 50.67%; width: 50.67%; }

	.container-entry .image { position: relative; min-height: 300px; margin: 0; }
	.container-entry .image a { position: relative; top: 0; left: 0; right: 0; bottom: 0; overflow: hidden; }
}


.container-columns { padding: 20px; border: 1px solid #ccc; margin: 15px 0; }
.container-columns .col { margin-bottom: 30px; font-size: 13px; line-height: 1.54; text-align: center; }
.container-columns .col p { margin: 0 0 20px; }
.container-columns .col p:last-child { margin-bottom: 0; }
.container-columns .col:last-child { margin-bottom: 0; }
.container-columns .image { display: block; width: 100%; height: 91px; margin-bottom: 13px; background-color: #f9f9f9; background-repeat: no-repeat; background-position: center center; font-size: 0; }
.container-columns .image-1 { background-image: url(images/fejar.png); }
.container-columns .image-2 { background-image: url(images/gamblers-anonymous.png); }
.container-columns .image-3 { background-image: url(images/azajer.png); }

@media(min-width: 600px){
	.container-columns { display: table; width: 100%; padding: 20px 6px; -webkit-box-sizing: border-box; box-sizing: border-box; }
	.container-columns .col { display: table-cell; width: 33%; padding: 0 20px; margin-bottom: 0; }
	.container-columns .image { max-width: 195px; margin: 0 auto 14px; }
}


.container-grid { margin: 15px 0; }
.container-grid .image { border-bottom: 1px solid #cecece; }
.container-grid .image a { position: relative; display: block; }
.container-grid .image span { position: absolute; top: 50%; left: 50%; min-width: 100px; padding: 14px; transform: translateX(-50%) translateY(-50%); font-size: 16px; text-align: center; color: #fff; background-color: #1d7b18; opacity: 0; }
.container-grid .image img { display: block; width: 100%; }
.container-grid .image a:hover img { opacity: .3; }
.container-grid .image a:hover span { opacity: 1; }
.container-grid .image a[data-lightbox] img { opacity: 1; }
.container-grid .image a[data-lightbox]:hover:after{ content: ''; position: absolute; bottom: 0px; right: 0px; display: block; width: 58px; height: 46px; background: rgba(29,123,24,0.8) url(images/zoom.png) no-repeat center; border-radius:2px; }
.container-grid .entry { padding: 15px 20px 16px; font-size: 13px; line-height: 1.31; text-align: center;  }
.container-grid .grid-item { border: 1px solid #cecece; margin-bottom: 15px; background-color: #fff; }
.container-grid .jackpot { padding: 17px 20px 11px; font-family: 'Russo One', Arial, sans-serif; font-size: 25px; line-height: 1; color: #1d7b18; }
.container-grid .jackpot strong { font-weight: normal; }

@media(min-width: 600px){
	.container-grid { overflow: auto; display: flex; font-size: 0; white-space: nowrap; }
	.container-grid .grid-item { display: inline-block; flex: 0 0 252px; width: 252px; min-width: calc(33.33% - 12px); margin-right: 14px; white-space: normal; }
	.container-grid .grid-item:nth-child(3n) { margin-right: 0; }
}


ul.bltlist.higher li { margin-bottom: 18px; }
ul.bltlist.higher li:last-child { margin-bottom: 0; }

ul.bltlist.high li { margin-bottom: 13px; }
ul.bltlist.high li:last-child { margin-bottom: 0; }
