.rds-singlebonus { margin: 20px auto 0 auto; max-width: 1140px; background: #cce5ff; border-radius: 15px; padding: 20px; box-sizing: border-box; position: relative; }
.rds-singlebonus:before { content: '1'; position: absolute; top: 0; left: 0; width: 40px; height: 30px; font-size: 16px; line-height: 30px; color: #ffffff; text-align: center; display: block; background: #090a38; border-radius: 15px 0 15px 0; z-index: 10; }
.rds-singlebonus.n2:before { content: '2'; position: absolute; top: 0; left: 0; width: 40px; height: 30px; font-size: 16px; line-height: 30px; color: #ffffff; text-align: center; display: block; background: #090a38; border-radius: 15px 0 15px 0; z-index: 10; }
.rds-singlebonus.n3:before { content: '3'; position: absolute; top: 0; left: 0; width: 40px; height: 30px; font-size: 16px; line-height: 30px; color: #ffffff; text-align: center; display: block; background: #090a38; border-radius: 15px 0 15px 0; z-index: 10; }
.rds-singlebonus.n4:before { content: '4'; position: absolute; top: 0; left: 0; width: 40px; height: 30px; font-size: 16px; line-height: 30px; color: #ffffff; text-align: center; display: block; background: #090a38; border-radius: 15px 0 15px 0; z-index: 10; }
.rds-singlebonus.n5:before { content: '5'; position: absolute; top: 0; left: 0; width: 40px; height: 30px; font-size: 16px; line-height: 30px; color: #ffffff; text-align: center; display: block; background: #090a38; border-radius: 15px 0 15px 0; z-index: 10; }
.rds-singlebonus.n6:before { content: '6'; position: absolute; top: 0; left: 0; width: 40px; height: 30px; font-size: 16px; line-height: 30px; color: #ffffff; text-align: center; display: block; background: #090a38; border-radius: 15px 0 15px 0; z-index: 10; }
.rds-singlebonus.n7:before { content: '7'; position: absolute; top: 0; left: 0; width: 40px; height: 30px; font-size: 16px; line-height: 30px; color: #ffffff; text-align: center; display: block; background: #090a38; border-radius: 15px 0 15px 0; z-index: 10; }
.rds-singlebonus.n8:before { content: '8'; position: absolute; top: 0; left: 0; width: 40px; height: 30px; font-size: 16px; line-height: 30px; color: #ffffff; text-align: center; display: block; background: #090a38; border-radius: 15px 0 15px 0; z-index: 10; }
.rds-singlebonus table { display: flex; justify-content: space-between; flex-direction: column; align-items: center; }
.rds-singlebonus tbody { display: block; }
.rds-singlebonus tr { display: block; }
.rds-singlebonus th { display: none; }
.rds-singlebonus th[class] { display: inline-block; }
.rds-singlebonus th[class]:before { content: ''; position: absolute; top: -1px; left: 0; background-repeat: no-repeat; background-position: center; background-size: contain; display: block; }
.rds-singlebonus th.icon-validity:before { background-image: url(/images/icon/scissors.svg); width: 20px; height: 20px; top: 1px; }
.rds-singlebonus th.icon-bonus:before { background-image: url(/images/icon/money.svg); width: 24px; height: 20px; top: 1px; }
.rds-singlebonus th.icon-gift:before { background-image: url(/images/icon/gift-2.svg); width: 25px; height: 24px; }
.rds-singlebonus td { display: block; width: 100%; }

.rds-singlebonus tbody:first-child { display: flex; justify-content: space-between; background: #ffffff; border-radius: 15px; width: 100%; flex-direction: column; padding: 0 0 15px 0; overflow: hidden; position: relative; }
.rds-singlebonus tbody:first-child tr:not(:first-child) { padding: 15px; }
.rds-singlebonus tbody:first-child tr:first-child { padding: 15px; background: #ebf5ff; }
.rds-singlebonus tbody:first-child tr:first-child td { font-size: 19px; line-height: 23px; color: #00104b; font-weight: 600; text-align: center; }
.rds-singlebonus tbody:first-child tr:not(:first-child):not(:last-child) th { display: block; margin: 0 0 5px 0; font-size: 12px; line-height: 16px; color: #a4a8b5; font-weight: normal; }
.rds-singlebonus tbody:first-child tr:not(:first-child):not(:last-child) td { font-size: 30px; line-height: 34px; color: #00104b; font-weight: 300; text-align: center; }
.rds-singlebonus tbody:first-child tr td strong { font-weight: 900; padding: 0 5px; }
.rds-singlebonus tbody:first-child tr td .up { display: flex; width: 100%; justify-content: center; align-items: center; }
.rds-singlebonus tbody:first-child tr td .up:before { content: ''; display: block; width: 17px; height: 17px; background: url(/images/icon/icon-up.png) no-repeat center; background-size: contain; margin-right: 8px; }
.rds-singlebonus tbody:first-child tr td .gift { display: flex; width: 100%; justify-content: center; align-items: center; }
.rds-singlebonus tbody:first-child tr td .gift:before { content: ''; display: block; width: 16px; height: 19px; background: url(/images/icon/icon-gift.png) no-repeat center; background-size: contain; margin-right: 8px; }
.rds-singlebonus tbody:first-child tr:last-child { padding-left: 30px; padding-right: 30px; }
.rds-singlebonus tbody:first-child .rds-btn { display: block; max-width: 220px; border-radius: 30px; margin: 0 auto; padding: 13px 12px; box-sizing: border-box; /*min-width: 180px;*/ }

.rds-singlebonus tbody:nth-child(2) { padding: 0 30px 0 40px; display: flex; justify-content: center; flex-direction: column; margin-top: 20px; font-size: 15px; line-height: 19px; color: #557dab; }
.rds-singlebonus tbody:nth-child(2) tr { position: relative; padding-left: 32px; }
.rds-singlebonus tbody:nth-child(2) tr + tr { margin-top: 15px; }
.rds-singlebonus tbody:nth-child(2) tr th { text-align: left; }
.rds-singlebonus tbody:nth-child(2) tr:not(:last-child) th:after { content: ':'; }
.rds-singlebonus tbody:nth-child(2) tr td { text-align: left; display: inline-block; }

.rds-singlebonus tbody:last-child { max-width: 1020px; padding: 10px 0 0 0; margin: 10px auto 0 auto; border-top: solid 1px #b7cfed; text-align: center; color: rgba(107,143,182,0.7); font-size: 11px; line-height: 15px; }

@media only screen and (min-width: 480px) and (max-width: 900px) {
    .rds-singlebonus tbody:first-child { flex-direction: row; flex-wrap: wrap; }
    .rds-singlebonus tbody:first-child tr { width: 100%; }
    .rds-singlebonus tbody:first-child tr:not(:first-child):not(:last-child):not(:nth-child(3)) { width: 40%; display: flex; justify-content: center; flex-direction: column; }
    .rds-singlebonus tbody:first-child tr:nth-child(3) { width: 60%; }
}

@media only screen and (min-width: 768px) {
    .rds-singlebonus { margin: 30px auto 10px auto; padding: 25px; }

    .rds-singlebonus tbody:nth-child(2) { flex-direction: row; padding: 5px 0; margin-top: 15px; }
    .rds-singlebonus tbody:nth-child(2) tr + tr { margin: 0 0 0 50px; }
}

@media only screen and (min-width: 901px) {
    .rds-singlebonus tbody:first-of-type tr { width: 25%; flex-basis: 25%; }
    .rds-singlebonus tbody:first-child tr:not(:first-child):not(:last-child) td { font-size: 20px; line-height: 1.1; }
    .rds-singlebonus tbody:first-child { flex-direction: row; padding: 0; }
    .rds-singlebonus tbody:first-child tr { flex-grow: 1; }
    .rds-singlebonus tbody:first-child tr:first-child,
    .rds-singlebonus tbody:first-child tr:last-child { display: flex; justify-content: center; align-items: center; flex-direction: column; }
}

@media only screen and (min-width: 1024px) {
    .rds-singlebonus tbody:first-child tr:nth-child(3) td { display: flex; justify-content: center; }
    .rds-singlebonus tbody:first-child tr td .gift { width: auto; margin-right: 10px; }
}

@media only screen and (min-width: 1100px) {
    .rds-singlebonus tbody:nth-child(2) tr { display: flex; justify-content: flex-start; }
    .rds-singlebonus tbody:nth-child(2) tr th { white-space: nowrap; margin-right: 4px; }
}.shortened { overflow: hidden; /*max-height: 590px; */position: relative; transition: max-height .15s; padding-bottom: 30px; margin-bottom: 20px;}
.shortened > div:not(:first-of-type){ display: none;}
.shortened.expanded > div:not(:first-of-type){ display: block;}
/*.shortened:before { content: ''; width: 100%; height: 300px; position: absolute; bottom: 0; right: 0; left: 0; margin: auto; background: -moz-linear-gradient(bottom, rgba(255, 255, 255, 0), rgb(255 255 255)); background: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0), rgb(255 255 255)); background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgb(255 255 255)); z-index: 1;}	*/
.shortened:after { content: 'More Casino Bonuses...'; color: #0077ff; font-size: 16px; line-height: 20px; font-weight: bold; text-decoration: none; position: absolute; bottom: 0; left: 0; right: 0; margin: auto; text-align: center; cursor: pointer; z-index: 2; }
/*.shortened.expanded {max-height: 2140px;}*/
.shortened.expanded { padding-bottom: 0; }
.shortened.expanded:before,
.shortened.expanded:after{content:none}

@media only screen and (min-width:901px) {

	/*.shortened { max-height: 280px; }*/
	/*.shortened:before { height: 140px; }*/
	/*.shortened.expanded {max-height: 900px;}*/

}.rds-sidebar {  }
.rds-sidebar .casino-otm { margin-top: 25px; }
.rds-sidebar .casino-otm-title { font-size: 24px; font-weight: 700; color: #090a38; }
.rds-sidebar .casino-otm-box { width: 310px; height: 230px; background-size: contain; background-position: center; background-repeat: no-repeat; display: block; font-size: 0; color: transparent; margin: 15px auto 0; border-radius: 8px; }

.rds-sidebar .latest-articles { margin-top: 25px; font-size: 18px }
.rds-sidebar .latest-articles .title { font-size: 24px; font-weight: bold; color: #090a38 }
.rds-sidebar .latest-articles .list { list-style: none }
.rds-sidebar .latest-articles .list li { position: relative; padding: 0 5px; margin-bottom: 12px; border-bottom: 1px solid #e8ecee }
.rds-sidebar .latest-articles .list li img { display: block; max-width: 100%; height: auto; margin: auto }
.rds-sidebar .latest-articles .list li a { display: block; padding: 15px 0; color: #090a38; font-weight: 600 }
.rds-sidebar .latest-articles .list li a:before { content: ""; display: block; position: absolute; top: 0; left: 0; bottom: 0; right: 0; transition: color .25s; }
.rds-sidebar .latest-articles .list li a:hover { text-decoration: none; color: #0077ff; }

.rds-sidebar .rds-quicknavi {  }
.rds-sidebar .rds-quicknavi-title { font-size: 24px; font-weight: 700; color: #090a38; padding-left: 54px; position: relative; }
.rds-sidebar .rds-quicknavi-title:before { content: ''; background: url(/images/icon-quicknavi-toggle.png) 50% no-repeat; width: 30px; height: 22px; position: absolute; top: 2px; left: 7px; filter: grayscale(1); }
.rds-sidebar .rds-quicknavi > ul { margin-top: 20px; }
.rds-sidebar .rds-quicknavi-list { list-style: none; font-size: 15px; line-height: 19px; }
.rds-sidebar .rds-quicknavi-list li { background: #f4f6f9; border-radius: 8px; }
.rds-sidebar .rds-quicknavi-list li ul { padding: 0 5px 5px; }
.rds-sidebar .rds-quicknavi-list li:not(.expanded) > ul { display: none; }
.rds-sidebar .rds-quicknavi-list li.expandable { position: relative; }
.rds-sidebar .rds-quicknavi-list li.expandable:before,
.rds-sidebar .rds-quicknavi-list li.expandable:after { content: ''; position: absolute; border-radius: 50%; cursor: pointer; }
.rds-sidebar .rds-quicknavi-list li.expandable:before { background-color: #d9dee8; background-image: -moz-linear-gradient(top, #515272 0%, #515272 100%), -moz-linear-gradient(top, #515272 0%, #515272 100%); background-image: -webkit-linear-gradient(top, #515272 0%,#515272 100%), -webkit-linear-gradient(top, #515272 0%,#515272 100%); background-image: linear-gradient(to bottom, #515272 0%,#515272 100%), linear-gradient(to bottom, #515272 0%,#515272 100%); background-position: center, center; background-repeat: no-repeat, no-repeat; background-size: 12px 2px, 2px 12px; width: 20px; height: 20px; top: 11px; right: 10px; transition: transform .25s; z-index: 1; }
.rds-sidebar .rds-quicknavi-list li.expandable:after { width: 40px; height: 40px; top: 0; right: 0; z-index: 2; }
.rds-sidebar .rds-quicknavi-list li.expandable a { padding-right: 40px; }
.rds-sidebar .rds-quicknavi-list li.expanded:before { transform: rotate(-135deg); }
.rds-sidebar .rds-quicknavi-list li li { background: #fff; }
.rds-sidebar .rds-quicknavi-list li li,
.rds-sidebar .rds-quicknavi-list li + li { margin-top: 5px; }
.rds-sidebar .rds-quicknavi-list a { border-radius: 8px; display: block; padding: 2px 8px 2px 43px; position: relative; color: #090a38; display: flex; flex-flow: row wrap; justify-content: flex-start; align-items: center; position: relative; min-height: 41px; transition: background .25s, color .25s; font-weight: 400; }
.rds-sidebar .rds-quicknavi-list a:not([class]) { font-weight: 400; }
.rds-sidebar .rds-quicknavi-list a span { width: 40px; position: absolute; left: 0; text-align: center; }
.rds-sidebar .rds-quicknavi-list a:hover,
.rds-sidebar .rds-quicknavi-list a.active { text-decoration: none; background: #e0e4e7; color: #0077ff; }
.rds-sidebar .rds-quicknavi-list li li a { min-height: 35px; }

@media only screen and (max-width: 1023px) {
	.rds-sidebar { padding-left: 18px; padding-right: 18px; }

	.rds-sidebar .rds-quicknavi { position: fixed; bottom: 10px; right: 10px; z-index: 999; max-height: calc(100vh - 20px); max-width: 310px; width: calc(100vw - 20px); overflow-y: auto; overflow-x: hidden; background: #fff; border-radius: 8px; padding: 25px 5px 5px; transform: scale(0); opacity: 0; visibility: hidden; transform-origin: bottom right; transition: transform .25s, opacity .25s, visibility 0s .25s; }
	.rds-sidebar .rds-quicknavi-close { background: #fff; width: 30px; height: 30px; position: absolute; border-radius: 4px; z-index: 1000; top: 5px; right: 5px; cursor: pointer; }
	.rds-sidebar .rds-quicknavi-close:before { content: ''; position: absolute; pointer-events: none; top: 0; left: 0; right: 0; bottom: 0; background-image: -moz-linear-gradient(top, #8e8fa4 0%, #8e8fa4 100%), -moz-linear-gradient(top, #8e8fa4 0%, #8e8fa4 100%); background-image: -webkit-linear-gradient(top, #8e8fa4 0%,#8e8fa4 100%), -webkit-linear-gradient(top, #8e8fa4 0%,#8e8fa4 100%); background-image: linear-gradient(to bottom, #8e8fa4 0%,#8e8fa4 100%), linear-gradient(to bottom, #8e8fa4 0%,#8e8fa4 100%); background-position: center, center; background-repeat: no-repeat, no-repeat; background-size: 22px 4px, 4px 22px; transform: rotate(45deg); }
	.quicknavi-visible,
	.quicknavi-visible body { overflow: hidden; }
	.quicknavi-visible .rds-sidebar .rds-quicknavi { visibility: visible; transform: none; opacity: 1; transition: transform .25s, opacity .25s; }
	.quicknavi-visible .rds-nav-overlay { background: rgba(4,4,42,.5); visibility: visible; transition: background .25s; }

	.has-adminbar .rds-sidebar .rds-quicknavi { top: 54px; }
}

@media only screen and (max-width: 639px) {
	.rds-sidebar { max-width: 346px; }
}

@media only screen and (max-width: 359px) {
	.rds-sidebar .casino-otm-box { width: 280px; height: 207px; }
}

@media only screen and (min-width: 640px) and (max-width: 1023px) {
	.rds-sidebar { display: grid; grid-template-columns: 18px auto 18px auto 18px; }
	.rds-sidebar .casino-otm { grid-column-start: 2; grid-column-end: 3; }
	.rds-sidebar .latest-articles { grid-column-start: 4; grid-column-end: 5; }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
	.rds-sidebar { grid-template-columns: 18px 280px 18px auto 18px; }
	.rds-sidebar .casino-otm-box { width: 280px; height: 207px; }
	.rds-sidebar .latest-articles ul { display: grid; grid-template-columns: 1fr 18px 1fr; }
	.rds-sidebar .latest-articles ul li:nth-of-type(odd) { grid-column-start: 1; grid-column-end: 2; }
	.rds-sidebar .latest-articles ul li:nth-of-type(even) { grid-column-start: 3; grid-column-end: 3; }
}

@media only screen and (min-width: 1024px) {
	.rds-sidebar { position: absolute; top: 57px; }
	/*.rds-sidebar.fixed { position: fixed; }*/
	.rds-sidebar .rds-quicknavi > ul { background: #fff; border-radius: 8px; box-shadow: 0 0 0 5px #fff; }

	.rds-sidebar .rds-quicknavi-close,
	.rds-sidebar .rds-quicknavi-trigger-inline { display: none; }

	.rds-sidebar .latest-articles { margin-top: 0; }

	.animated-scroll .rds-sidebar { transition: transform .47s ease-in-out; }
}

@media only screen and (min-width: 1024px) and (max-width: 1279px) {
	.rds-sidebar { width: 240px; right: 50px; }
	.rds-sidebar .casino-otm-box { width: 240px; height: 178px; }
}

@media only screen and (min-width: 1280px) {
	.rds-sidebar { width: 310px; left: 50%; margin-left: 305px; }
	.rds-sidebar .casino-otm-box { background-size: auto; }
}

@media only screen and (min-width: 1380px) {
	.rds-sidebar { margin-left: 330px; }
}
.rds-offerbox { margin: 20px auto 0; text-align: center; color: #090a38; background: white; border: 1px solid #d4d4d4; border-radius: 15px; box-shadow: 0 0 20px -7px #bbb; }
.rds-offerbox .logo { padding: 20px 15px 0; }
.rds-offerbox .logo div { height: 100px; background-color: #f2f3f6; border-radius: 15px; text-indent: -9999px; }
.rds-offerbox .bonus { position: relative; z-index: 1; font-size: 15px; padding: 10px 15px 20px; border-bottom: 1px solid #e8e8e8; background: white; }
.rds-offerbox .bonus strong { display: block; font-size: 33px; line-height: 1.2; font-weight: bold; }
.rds-offerbox .bonus:after { content: "\2714"; position: absolute; left: 0; right: 0; bottom: -15px; margin: auto; display: block; width: 28px; height: 28px; font-size: 10px; line-height: 28px; text-align: center; color: #36b37e; background: #d7f0e5; border-radius: 50%; box-shadow: 0 0 0 5px white inset; }
.rds-offerbox .args { position: relative; padding: 37px 10px 23px; }
.rds-offerbox .args:before { content: ""; position: absolute; left: 0; right: 0; top: -15px; margin: auto; display: block; width: 30px; height: 30px; background: white; border-radius: 50%; border: 1px solid #e8e8e8; box-shadow: 2px 2px 7px -2px #ccc; }
.rds-offerbox .args ul { list-style: none; }
.rds-offerbox .args li { font-weight: 600; }
.rds-offerbox .args .main { display: block; }
.rds-offerbox .link { padding-bottom: 25px; }
.rds-offerbox .link a { margin-bottom: 15px; min-width: 215px; }
.rds-offerbox .link:after { content: attr(data-terms); display: block; font-size: 11px; line-height: 1; color: #9f9f9f; }
@media only screen and (max-width:767px) {
	.rds-offerbox .logo div { width: 100%; background-position: center; background-size: 164px 72px; }
}
@media only screen and (min-width:768px) {
	.rds-offerbox { display: flex; flex-flow: row nowrap; }
	.rds-offerbox.v2 { border: 1px solid #d4d4d4; box-shadow: 0 0 20px -7px #bbb, 0 0 0 30px white; border-radius: 10px; }
	p.margin-fix { margin-bottom: 100px; }
	.rds-offerbox.v2.margin-fix { margin-top: -125px; position: relative; z-index: 10; margin-bottom: 80px; }
	.rds-offerbox .box { display: flex; flex-flow: column nowrap; flex-basis: 25%; justify-content: center; }
	.rds-offerbox .logo { padding: 2% 0 2% 2%; }
	.rds-offerbox .bonus { flex-basis: 21%; padding: 15px 20px 15px 10px; border-bottom: none; border-right: 1px solid #e8e8e8; }
	.rds-offerbox .bonus:after { top: 0; bottom: 0; left: auto; right: -15px; }
	.rds-offerbox .args { flex-basis: 31%; padding: 10px 10px 10px 20px; align-items: center; }
	.rds-offerbox .args:before { top: 0; bottom: 0; right: auto; left: -15px; }
	.rds-offerbox .args li { display: block; text-align: left; font-weight: normal; font-size: 15px; }
	.rds-offerbox .link { padding: 10px 0; padding-right: 2%; }
	.rds-offerbox .link a { margin: 20px 10px 20px 0; min-width: 0; }
	.rds-offerbox .link:after { text-align: left; }
}
@media only screen and (min-width:1024px) {
	.rds-offerbox .link a { margin-top: 30px; margin-bottom: 30px; }
}.rds-imageboxes { margin: 20px -18px 0; text-align: center; font-size: 0; line-height: 0; }
.rds-imageboxes.is-expanded .img:nth-child(n) { display: block; }
.rds-imageboxes.is-expanded .rds-btn { display: none; }
.rds-imageboxes .img:not(.big) img { max-width: 156px; }
.rds-imageboxes .img { display: inline-block; margin: 0 8px 16px; border-radius: 10px; overflow: hidden; transition: box-shadow .2s linear; }
.rds-imageboxes a.img:hover { box-shadow: 0 0 0 3px #54b96b }
.rds-imageboxes .img:nth-child(n+6) { display: none; }
.rds-imageboxes .img img { display: block; }
.rds-imageboxes .rds-btn { display: table; padding: 12px 40px; margin: 10px auto; border-radius: 24px; clear: both; }
.rds-imageboxes.equal-size-boxes { padding: 0 10px; margin: 30px -18px 0; }
.rds-imageboxes.equal-size-boxes .img,
.rds-imageboxes.equal-size-boxes .img img { display: inline-block; }
.rds-imageboxes.equal-size-boxes .img:nth-child(n+7) { display: none; }
.rds-imageboxes.equal-size-boxes .img:not(.big) img { max-width: 134px; }

.rds-imageboxes.list-version ul { padding: 0; display: flex; justify-content: center; flex-wrap: wrap; }
.rds-imageboxes.list-version ul li { padding: 0; display: block; margin-top: 0; }
.rds-imageboxes.list-version ul li:before { display: none; }
.rds-imageboxes.list-version ul li:after { display: none; }
.rds-imageboxes.list-version .img-inner { display: block; width: 156px; font-size: 0; line-height: 0; text-indent: -100%; padding-top: 0; height: 156px; background-position: center; background-size: contain; background-repeat: no-repeat; transition: all .2s; }
.rds-imageboxes.list-version .img:hover { box-shadow: 0 0 0 3px #54b96b; }

.rds-imageboxes.list-version-2 ul { padding: 0; }
.rds-imageboxes.list-version-2 ul:after { content: ''; display: block; clear: both; }
.rds-imageboxes.list-version-2 ul li { display: inline-block; margin: 0 8px 16px; border-radius: 10px; overflow: hidden; transition: box-shadow .2s linear; max-width: 156px; }
.rds-imageboxes.list-version-2 ul li:before { display: none; }
.rds-imageboxes.list-version-2 ul li:after { display: none; }
.rds-imageboxes.list-version-2 .img-inner { display: block; width: 156px; font-size: 0; line-height: 0; text-indent: -100%; padding-top: 0; height: 156px; background-position: center; background-size: contain; background-repeat: no-repeat; transition: all .2s; }
.rds-imageboxes.list-version-2 .img:hover { box-shadow: 0 0 0 3px #54b96b }

.rds-imageboxes.list-version-2 ul li.big { max-width: 328px; }
.rds-imageboxes.list-version-2 ul li.big .img-inner { width: 328px; height: 328px; }


@media only screen and (min-width:375px) {
    .rds-imageboxes.equal-size-boxes .img:not(.big) img { max-width: 156px; }
}

@media only screen and (min-width:580px) {
    .rds-imageboxes { width: 528px; margin: 20px auto 0; }
    .rds-imageboxes.equal-size-boxes { padding: 0; margin: 30px auto 0; }
    .rds-imageboxes .img { float: left; margin: 0 10px 20px; }
    .rds-imageboxes.equal-size-boxes .img { float: none; }
    .rds-imageboxes .img:nth-child(6) { display: block; }
    .rds-imageboxes.equal-size-boxes .img:nth-child(6) { display: inline-block; }
}

@media only screen and (min-width:768px) {
    .rds-imageboxes { width: auto; margin: 20px 0 0 -10px; }
    .rds-imageboxes .img:nth-child(6) { display: none; }
    .rds-imageboxes .img:nth-child(6),
    .rds-imageboxes .img:nth-child(7) { display: block; }
    .rds-imageboxes.equal-size-boxes .img:nth-child(6),
    .rds-imageboxes.equal-size-boxes .img:nth-child(n+7) { display: inline-block; }
}

@media only screen and (min-width:1024px) {
    .rds-imageboxes.equal-size-boxes { width: auto; }
    .rds-imageboxes.equal-size-boxes .img { margin: 0 20px 20px 0; }
    .rds-imageboxes.equal-size-boxes .img:not(.big) img { max-width: 143px; }

    .rds-imageboxes.list-version ul { position: relative; margin: 0 -5px; }
}

@media only screen and (min-width:1280px) {
    .rds-imageboxes.equal-size-boxes .img:not(.big) img { max-width: 154px; }
}
.rds-iconpara:before{content:"";float:left;margin:8px 25px 5px 5px;}
.rds-iconpara.reverse:before{float:right;margin:8px 5px 5px 25px;}
.rds-iconpara.lightbulb:before{margin-top: -10px;}
.rds-iconpara.withbg{padding:5% 6%;background:#ddebf6;border-radius: 15px;}
.rds-iconpara.withbg.bg-gray{background:#ebeff2;}
.rds-iconpara.withbg.bg-light-gray{background:#f4f6f9;}
.rds-iconpara.withbg.bg-yellow{background:#fff1ca;}
.rds-iconpara.withbg.bg-green{background:#d8f9ca;}
.rds-iconpara.withbg.bg-green2{background:#e2f4ed;}
.rds-iconpara.withbg.bg-red{background:#ffeded;}
.rds-iconpara.italic{font-style:italic;}
.rds-iconpara.noicon:before{content:none;}
@media only screen and (min-width: 768px){
.rds-iconpara.withbg{padding:3.5%;}
.rds-iconpara.extreme:before{margin:-15px 8% 5px;}
.rds-coltext .rds-iconpara.withbg{padding: 5% 6%;}
.rds-iconpara.narrow{margin-left:auto;margin-right:auto;max-width:90%;}
.rds-iconpara.leftside{position:relative;padding-left: 20%;}
.rds-iconpara.leftside._icon:before{position:absolute;left:0;width: 20%;top:0;bottom:0;margin:auto;}
.rds-iconpara.leftside.less{position:relative;padding-left: 17%;}
.rds-iconpara.leftside.less._icon:before{width: 17%;}
.rds-iconpara.shorter{margin-left:auto;margin-right:auto;max-width:90%;}
.rds-iconpara.shortest{margin-left:auto;margin-right:auto;max-width:80%;}

/*.rds-coltext .withbg { break-inside: avoid-column; }*/
}
._icon._bg, ._icon:not(._bg):before, ._icon._span:not(._bg) > span { display: inline-block; vertical-align: middle; width: 80px; height: 80px; background-position: center; background-size: contain; background-repeat: no-repeat; }
._icon._bg { font-size: 0; color: transparent; }
._icon._bg.ace, ._icon.ace:not(._bg):before, ._icon._span.ace:not(._bg) > span { width: 47px; height: 77px; background-image: url(/images/icon/ace.png); }
._icon._bg.badgeicon, ._icon.badgeicon:not(._bg):before, ._icon._span.badgeicon:not(._bg) > span { width: 70px; height: 74px; background-image: url(/images/icon/badge.png); }
._icon._bg.bingo, ._icon.bingo:not(._bg):before, ._icon._span.bingo:not(._bg) > span { width: 55px; height: 76px; background-image: url(/images/icon/bingo.png); }
._icon._bg.blackjack, ._icon.blackjack:not(._bg):before, ._icon._span.blackjack:not(._bg) > span { width: 78px; height: 83px; background-image: url(/images/icon/blackjack.png); }
._icon._bg.blackjack-v2, ._icon.blackjack-v2:not(._bg):before, ._icon._span.blackjack-v2:not(._bg) > span { width: 78px; height: 83px; background-image: url(/images/icon/cards.svg); }
._icon._bg.cash, ._icon.cash:not(._bg):before, ._icon._span.cash:not(._bg) > span { width: 88px; height: 63px; background-image: url(/images/icon/cash.png); }
._icon._bg.cc, ._icon.cc:not(._bg):before, ._icon._span.cc:not(._bg) > span { width: 68px; height: 72px; background-image: url(/images/icon/cc.png); }
._icon._bg.check, ._icon.check:not(._bg):before, ._icon._span.check:not(._bg) > span { width: 73px; height: 96px; background-image: url(/images/icon/check.png); }
._icon._bg.chips, ._icon.chips:not(._bg):before, ._icon._span.chips:not(._bg) > span { width: 86px; height: 65px; background-image: url(/images/icon/chips.png); }
._icon._bg.coins, ._icon.coins:not(._bg):before, ._icon._span.coins:not(._bg) > span { width: 79px; height: 80px; background-image: url(/images/icon/coins.png); }
._icon._bg.coins-v2, ._icon.coins-v2:not(._bg):before, ._icon._span.coins-v2:not(._bg) > span { width: 54px; height: 70px; background-image: url(/images/icon/coins-v2.png); }
._icon._bg.cookie, ._icon.cookie:not(._bg):before, ._icon._span.cookie:not(._bg) > span { width: 65px; height: 54px; background-image: url(/images/icon/cookie.png); }
._icon._bg.curacao, ._icon.curacao:not(._bg):before, ._icon._span.curacao:not(._bg) > span { width: 64px; height: 92px; background-image: url(/images/icon/curacao.png); }
._icon._bg.dice, ._icon.dice:not(._bg):before, ._icon._span.dice:not(._bg) > span { width: 56px; height: 77px; background-image: url(/images/icon/dice.png); }
._icon._bg.dice2, ._icon.dice2:not(._bg):before, ._icon._span.dice2:not(._bg) > span { width: 74px; height: 72px; background-image: url(/images/icon/dice2.png); }
._icon._bg.free, ._icon.free:not(._bg):before, ._icon._span.free:not(._bg) > span { width: 78px; height: 78px; background-image: url(/images/icon/free.png); }
._icon._bg.gavel, ._icon.gavel:not(._bg):before, ._icon._span.gavel:not(._bg) > span { width: 77px; height: 77px; background-image: url(/images/icon/gavel.png); }
._icon._bg.jackpot, ._icon.jackpot:not(._bg):before, ._icon._span.jackpot:not(._bg) > span { width: 78px; height: 52px; background-image: url(/images/icon/jackpot.png); }
._icon._bg.lightbulb, ._icon.lightbulb:not(._bg):before, ._icon._span.lightbulb:not(._bg) > span { /*width: 56px;*/ height: 69px; background-image: url(/images/icon/lightbulb.png); filter: drop-shadow(0 0 15px white); }
._icon._bg.live, ._icon.live:not(._bg):before, ._icon._span.live:not(._bg) > span { width: 69px; height: 85px; background-image: url(/images/icon/live.png); }
._icon._bg.live-v2, ._icon.live-v2:not(._bg):before, ._icon._span.live-v2:not(._bg) > span { width: 41px; height: 64px; background-image: url(/images/icon/live-v2.png); }
._icon._bg.livetable, ._icon.livetable:not(._bg):before, ._icon._span.livetable:not(._bg) > span { width: 87px; height: 82px; background-image: url(/images/icon/livetable.png); }
._icon._bg.money, ._icon.money:not(._bg):before, ._icon._span.money:not(._bg) > span { width: 54px; height: 58px; background-image: url(/images/icon/money.png); }
._icon._bg.novomatic, ._icon.novomatic:not(._bg):before, ._icon._span.novomatic:not(._bg) > span { width: 56px; height: 62px; background-image: url(/images/icon/novomatic.png); }
._icon._bg.pin, ._icon.pin:not(._bg):before, ._icon._span.pin:not(._bg) > span { width: 85px; height: 124px; background-image: url(/images/icon/pin.png); }
._icon._bg.present, ._icon.present:not(._bg):before, ._icon._span.present:not(._bg) > span { width: 61px; height: 89px; background-image: url(/images/icon/present.png); }
._icon._bg.football-ball, ._icon.football-ball:not(._bg):before, ._icon._span.football-ball:not(._bg) > span { width: 61px; height: 89px; background-image: url(/images/icon/football.png); }
._icon._bg.roulette, ._icon.roulette:not(._bg):before, ._icon._span.roulette:not(._bg) > span { width: 76px; height: 98px; background-image: url(/images/icon/roulette.png); }
._icon._bg.roulette-v2, ._icon.roulette-v2:not(._bg):before, ._icon._span.roulette-v2:not(._bg) > span { width: 76px; height: 98px; background-image: url(/images/icon/roulette.svg); }
._icon._bg.scratch, ._icon.scratch:not(._bg):before, ._icon._span.scratch:not(._bg) > span { width: 71px; height: 88px; background-image: url(/images/icon/scratch.png); }
._icon._bg.slots, ._icon.slots:not(._bg):before, ._icon._span.slots:not(._bg) > span { width: 76px; height: 97px; background-image: url(/images/icon/slots.png); }
._icon._bg.slots2, ._icon.slots2:not(._bg):before, ._icon._span.slots2:not(._bg) > span { width: 78px; height: 77px; background-image: url(/images/icon/slots2.png); }
._icon._bg.slots-v3, ._icon.slots-v3:not(._bg):before, ._icon._span.slots-v3:not(._bg) > span { width: 78px; height: 77px; background-image: url(/images/icon/slot.svg); }
._icon._bg.spade, ._icon.spade:not(._bg):before, ._icon._span.spade:not(._bg) > span { width: 67px; height: 81px; background-image: url(/images/icon/spade.png); }
._icon._bg.account, ._icon.account:not(._bg):before, ._icon._span.account:not(._bg) > span { width: 67px; height: 81px; background-image: url(/images/icon/account.png); }
._icon._bg.account-v2, ._icon.account-v2:not(._bg):before, ._icon._span.account-v2:not(._bg) > span { width: 46px; height: 64px; background-image: url(/images/icon/account-v2.png); }
._icon._bg.bonusq, ._icon.bonusq:not(._bg):before, ._icon._span.bonusq:not(._bg) > span { width: 67px; height: 81px; background-image: url(/images/icon/bonus-non-understood.png); }
._icon._bg.nomoney, ._icon.nomoney:not(._bg):before, ._icon._span.nomoney:not(._bg) > span { width: 67px; height: 81px; background-image: url(/images/icon/insufficient-money.png); }
._icon._bg.wrong-identity, ._icon.wrong-identity:not(._bg):before, ._icon._span.wrong-identity:not(._bg) > span { width: 67px; height: 81px; background-image: url(/images/icon/wrong-identity.png); }
._icon._bg.spielsucht, ._icon.spielsucht:not(._bg):before, ._icon._span.spielsucht:not(._bg) > span { width: 72px; height: 64px; background-image: url(/images/icon/spielsucht.png); }
._icon._bg.warning, ._icon.warning:not(._bg):before, ._icon._span.warning:not(._bg) > span { width: 60px; height: 53px; background-image: url(/images/icon/warning.png); }
._icon._bg.white-check, ._icon.white-check:not(._bg):before, ._icon._span.white-check:not(._bg) > span { width: 42px; height: 44px; background-image: url(/images/icon/white-check.png); }
._icon._bg.white-mobile, ._icon.white-mobile:not(._bg):before, ._icon._span.white-mobile:not(._bg) > span { width: 26px; height: 38px; background-image: url(/images/icon/white-mobile.png); }
._icon._bg.white-present, ._icon.white-present:not(._bg):before, ._icon._span.white-present:not(._bg) > span { width: 33px; height: 39px; background-image: url(/images/icon/white-present.png); }
._icon._bg.bonus, ._icon.bonus:not(._bg):before, ._icon._span.bonus:not(._bg) > span { width: 67px; height: 74px; background-image: url(/images/icon/be-aware-of-bonus-offers.png); }
._icon._bg.fraud, ._icon.fraud:not(._bg):before, ._icon._span.fraud:not(._bg) > span { width: 74px; height: 74px; background-image: url(/images/icon/fraud.png); }
._icon._bg.try-it-out, ._icon.try-it-out:not(._bg):before, ._icon._span.try-it-out:not(._bg) > span { width: 74px; height: 74px; background-image: url(/images/icon/try-it-out.png); }
._icon._bg.gibraltar, ._icon.gibraltar:not(._bg):before, ._icon._span.gibraltar:not(._bg) > span { width: 77px; height: 77px; background-image: url(/images/icon/gibraltar.png); }
._icon._bg.mga, ._icon.mga:not(._bg):before, ._icon._span.mga:not(._bg) > span { width: 77px; height: 77px; background-image: url(/images/icon/mga.png); }
._icon._bg.thinking, ._icon.thinking:not(._bg):before, ._icon._span.thinking:not(._bg) > span { width: 77px; height: 77px; background-image: url(/images/icon/thinking.png); }
._icon._bg.idea, ._icon.idea:not(._bg):before, ._icon._span.idea:not(._bg) > span { width: 77px; height: 77px; background-image: url(/images/icon/idea.png); }
._icon._bg.auszahlungsrate, ._icon.auszahlungsrate:not(._bg):before, ._icon._span.auszahlungsrate:not(._bg) > span { width: 77px; height: 77px; background-image: url(/images/icon/auszahlungsrate.png); }
._icon._bg.lizenz, ._icon.lizenz:not(._bg):before, ._icon._span.lizenz:not(._bg) > span { width: 77px; height: 77px; background-image: url(/images/icon/lizenz.png); }
._icon._bg.lizenzen-ruf, ._icon.lizenzen-ruf:not(._bg):before, ._icon._span.lizenzen-ruf:not(._bg) > span { width: 77px; height: 77px; background-image: url(/images/icon/lizenzen-ruf.png); }
._icon._bg.positive-vote, ._icon.positive-vote:not(._bg):before, ._icon._span.positive-vote:not(._bg) > span { width: 77px; height: 77px; background-image: url(/images/icon/positive-vote.png); }
._icon._bg.negative-vote, ._icon.negative-vote:not(._bg):before, ._icon._span.negative-vote:not(._bg) > span { width: 77px; height: 77px; background-image: url(/images/icon/negative-vote.png); }
._icon._bg.zahlungsanbieter, ._icon.zahlungsanbieter:not(._bg):before, ._icon._span.zahlungsanbieter:not(._bg) > span { width: 77px; height: 77px; background-image: url(/images/icon/zahlungsanbieter.png); }
._icon._bg.support, ._icon.support:not(._bg):before, ._icon._span.support:not(._bg) > span { width: 77px; height: 77px; background-image: url(/images/icon/support.png); }
._icon._bg.spieleauswahl, ._icon.spieleauswahl:not(._bg):before, ._icon._span.spieleauswahl:not(._bg) > span { width: 77px; height: 77px; background-image: url(/images/icon/beste-spieleauswahl.png); }
._icon._bg.bonus-angebote, ._icon.bonus-angebote:not(._bg):before, ._icon._span.bonus-angebote:not(._bg) > span { width: 77px; height: 77px; background-image: url(/images/icon/bonus-angebote.png); }
._icon._bg.conditions, ._icon.conditions:not(._bg):before, ._icon._span.conditions:not(._bg) > span { width: 77px; height: 77px; background-image: url(/images/icon/conditions.png); }
._icon._bg.design, ._icon.design:not(._bg):before, ._icon._span.design:not(._bg) > span { width: 77px; height: 77px; background-image: url(/images/icon/design.png); }
._icon._bg.germany-flag, ._icon.germany-flag:not(._bg):before, ._icon._span.germany-flag:not(._bg) > span { width: 77px; height: 77px; background-image: url(/images/icon/germany-flag.png); }
._icon._bg.judge, ._icon.judge:not(._bg):before, ._icon._span.judge:not(._bg) > span { width: 77px; height: 77px; background-image: url(/images/icon/judge.png); }
._icon._bg.schnittstelle, ._icon.schnittstelle:not(._bg):before, ._icon._span.schnittstelle:not(._bg) > span { width: 77px; height: 77px; background-image: url(/images/icon/schnittstelle.png); }
._icon._bg.spielautomaten, ._icon.spielautomaten:not(._bg):before, ._icon._span.spielautomaten:not(._bg) > span { width: 77px; height: 77px; background-image: url(/images/icon/spielautomaten.png); }
._icon._bg.ssl, ._icon.ssl:not(._bg):before, ._icon._span.ssl:not(._bg) > span { width: 77px; height: 77px; background-image: url(/images/icon/ssl.png); }
._icon._bg.click, ._icon.click:not(._bg):before, ._icon._span.click:not(._bg) > span { width: 77px; height: 77px; background-image: url(/images/icon/mouse-click.png); }
._icon._bg.credit-card, ._icon.credit-card:not(._bg):before, ._icon._span.credit-card:not(._bg) > span { width: 77px; height: 77px; background-image: url(/images/icon/credit-card_1.png); }
._icon._bg.euro, ._icon.euro:not(._bg):before, ._icon._span.euro:not(._bg) > span { width: 77px; height: 77px; background-image: url(/images/icon/euro_6.png); }
._icon._bg.euro_1, ._icon.euro_1:not(._bg):before, ._icon._span.euro_1:not(._bg) > span { width: 80px; height: 80px; background-image: url(/images/icon/euro_1.png); }
._icon._bg.euro2, ._icon.euro2:not(._bg):before, ._icon._span.euro2:not(._bg) > span { width: 77px; height: 77px; background-image: url(/images/icon/euro_1.png); }
._icon._bg.euro3, ._icon.euro3:not(._bg):before, ._icon._span.euro3:not(._bg) > span { width: 77px; height: 77px; background-image: url(/images/icon/euro_3.png); }
._icon._bg.question, ._icon.question:not(._bg):before, ._icon._span.question:not(._bg) > span { width: 77px; height: 77px; background-image: url(/images/icon/question.png); }
._icon._bg.shield, ._icon.shield:not(._bg):before, ._icon._span.shield:not(._bg) > span { width: 77px; height: 77px; background-image: url(/images/icon/shield.png); }
._icon._bg.thumbsup, ._icon.thumbsup:not(._bg):before, ._icon._span.thumbsup:not(._bg) > span { width: 77px; height: 77px; background-image: url(/images/icon/best.png); }
._icon._bg.pro, ._icon.pro:not(._bg):before, ._icon._span.pro:not(._bg) > span { width: 77px; height: 77px; background-image: url(/images/icon/pro.png); }
._icon._bg.pro-con, ._icon.pro-con:not(._bg):before, ._icon._span.pro-con:not(._bg) > span { width: 77px; height: 77px; background-image: url(/images/icon/pro-con.png); }
._icon._bg.conclusion, ._icon.conclusion:not(._bg):before, ._icon._span.conclusion:not(._bg) > span { width: 77px; height: 77px; background-image: url(/images/icon/conclusion.png); }
._icon._bg.baccarat, ._icon.baccarat:not(._bg):before, ._icon._span.baccarat:not(._bg) > span { width: 77px; height: 77px; background-image: url(/images/icon/baccarat.png); }
._icon._bg.poker, ._icon.poker:not(._bg):before, ._icon._span.poker:not(._bg) > span { width: 77px; height: 77px; background-image: url(/images/icon/poker.png); }
._icon._bg.jackpot2, ._icon.jackpot2:not(._bg):before, ._icon._span.jackpot2:not(._bg) > span { width: 77px; height: 77px; background-image: url(/images/icon/jackpot-2.png); }
._icon._bg.mobile, ._icon.mobile:not(._bg):before, ._icon._span.mobile:not(._bg) > span { width: 77px; height: 77px; background-image: url(/images/icon/mobile.png); }
._icon._bg.paypal, ._icon.paypal:not(._bg):before, ._icon._span.paypal:not(._bg) > span { width: 77px; height: 77px; background-image: url(/images/icon/paypal.png); }
._icon._bg.medal, ._icon.medal:not(._bg):before, ._icon._span.medal:not(._bg) > span { width: 77px; height: 77px; background-image: url(/images/icon/medal.png); }
._icon._bg.age18, ._icon.age18:not(._bg):before, ._icon._span.age18:not(._bg) > span { width: 76px; height: 98px; background-image: url(/images/icon/18.png); }
._icon._bg.age21, ._icon.age21:not(._bg):before, ._icon._span.age21:not(._bg) > span { width: 76px; height: 98px; background-image: url(/images/icon/21.png); }
._icon._bg.android, ._icon.android:not(._bg):before, ._icon._span.android:not(._bg) > span { width: 76px; height: 62px; background-image: url(/images/icon/android.png); }
._icon._bg.btc, ._icon.btc:not(._bg):before, ._icon._span.btc:not(._bg) > span { width: 76px; height: 98px; background-image: url(/images/icon/bitcoin.png); }
._icon._bg.bonus-code, ._icon.bonus-code:not(._bg):before, ._icon._span.bonus-code:not(._bg) > span { width: 76px; height: 84px; background-image: url(/images/icon/bonus-code.png); }
._icon._bg.book, ._icon.book:not(._bg):before, ._icon._span.book:not(._bg) > span { width: 76px; height: 98px; background-image: url(/images/icon/book.png); }
._icon._bg.casino, ._icon.casino:not(._bg):before, ._icon._span.casino:not(._bg) > span { width: 76px; height: 98px; background-image: url(/images/icon/casino.png); }
._icon._bg.computer, ._icon.computer:not(._bg):before, ._icon._span.computer:not(._bg) > span { width: 76px; height: 98px; background-image: url(/images/icon/computer.png); }
._icon._bg.crypto, ._icon.crypto:not(._bg):before, ._icon._span.crypto:not(._bg) > span { width: 76px; height: 98px; background-image: url(/images/icon/crypto.png); }
._icon._bg.cup, ._icon.cup:not(._bg):before, ._icon._span.cup:not(._bg) > span { width: 76px; height: 98px; background-image: url(/images/icon/cup.png); }
._icon._bg.deposit, ._icon.deposit:not(._bg):before, ._icon._span.deposit:not(._bg) > span { width: 76px; height: 98px; background-image: url(/images/icon/deposit.png); }
._icon._bg.deposit-v2, ._icon.deposit-v2:not(._bg):before, ._icon._span.deposit-v2:not(._bg) > span { width: 57px; height: 64px; background-image: url(/images/icon/deposit-withdrawal.png); }
._icon._bg.difference, ._icon.difference:not(._bg):before, ._icon._span.difference:not(._bg) > span { width: 76px; height: 98px; background-image: url(/images/icon/difference.png); }
._icon._bg.ewallet, ._icon.ewallet:not(._bg):before, ._icon._span.ewallet:not(._bg) > span { width: 76px; height: 98px; background-image: url(/images/icon/ewallet.png); }
._icon._bg.exclusive, ._icon.exclusive:not(._bg):before, ._icon._span.exclusive:not(._bg) > span { width: 76px; height: 98px; background-image: url(/images/icon/exclusive.png); }
._icon._bg.faq, ._icon.faq:not(._bg):before, ._icon._span.faq:not(._bg) > span { width: 76px; height: 98px; background-image: url(/images/icon/faq.png); }
._icon._bg.fruits, ._icon.fruits:not(._bg):before, ._icon._span.fruits:not(._bg) > span { width: 76px; height: 98px; background-image: url(/images/icon/fruits.png); }
._icon._bg.gambling, ._icon.gambling:not(._bg):before, ._icon._span.gambling:not(._bg) > span { width: 76px; height: 98px; background-image: url(/images/icon/gambling.png); }
._icon._bg.high-roller, ._icon.high-roller:not(._bg):before, ._icon._span.high-roller:not(._bg) > span { width: 76px; height: 98px; background-image: url(/images/icon/high-roller.png); }
._icon._bg.ios, ._icon.ios:not(._bg):before, ._icon._span.ios:not(._bg) > span { width: 76px; height: 98px; background-image: url(/images/icon/ios.png); }
._icon._bg.license, ._icon.license:not(._bg):before, ._icon._span.license:not(._bg) > span { width: 76px; height: 76px; background-image: url(/images/icon/license.png); }
._icon._bg.lightning, ._icon.lightning:not(._bg):before, ._icon._span.lightning:not(._bg) > span { width: 55px; height: 98px; background-image: url(/images/icon/lightning.png); }
._icon._bg.list, ._icon.list:not(._bg):before, ._icon._span.list:not(._bg) > span { width: 76px; height: 77px; background-image: url(/images/icon/list.png); }
._icon._bg.new, ._icon.new:not(._bg):before, ._icon._span.new:not(._bg) > span { width: 76px; height: 98px; background-image: url(/images/icon/new.png); }
._icon._bg.no-deposit, ._icon.no-deposit:not(._bg):before, ._icon._span.no-deposit:not(._bg) > span { width: 76px; height: 98px; background-image: url(/images/icon/no-deposit.png); }
._icon._bg.one-arm-bandit, ._icon.one-arm-bandit:not(._bg):before, ._icon._span.one-arm-bandit:not(._bg) > span { width: 76px; height: 98px; background-image: url(/images/icon/one-arm-bandit.png); }
._icon._bg.paigow, ._icon.paigow:not(._bg):before, ._icon._span.paigow:not(._bg) > span { width: 76px; height: 98px; background-image: url(/images/icon/paigow.png); }
._icon._bg.paragraph, ._icon.paragraph:not(._bg):before, ._icon._span.paragraph:not(._bg) > span { width: 76px; height: 98px; background-image: url(/images/icon/paragraph.png); }
._icon._bg.payout, ._icon.payout:not(._bg):before, ._icon._span.payout:not(._bg) > span { width: 76px; height: 98px; background-image: url(/images/icon/payout.png); }
._icon._bg.punto-banco, ._icon.punto-banco:not(._bg):before, ._icon._span.punto-banco:not(._bg) > span { width: 76px; height: 98px; background-image: url(/images/icon/punto-banco.png); }
._icon._bg.risk-ladder, ._icon.risk-ladder:not(._bg):before, ._icon._span.risk-ladder:not(._bg) > span { width: 76px; height: 98px; background-image: url(/images/icon/risk-ladder.png); }
._icon._bg.rtp, ._icon.rtp:not(._bg):before, ._icon._span.rtp:not(._bg) > span { width: 76px; height: 98px; background-image: url(/images/icon/rtp.png); }
._icon._bg.smoke, ._icon.smoke:not(._bg):before, ._icon._span.smoke:not(._bg) > span { width: 76px; height: 98px; background-image: url(/images/icon/smoke.png); }
._icon._bg.software, ._icon.software:not(._bg):before, ._icon._span.software:not(._bg) > span { width: 76px; height: 98px; background-image: url(/images/icon/software.png); }
._icon._bg.steps, ._icon.steps:not(._bg):before, ._icon._span.steps:not(._bg) > span { width: 76px; height: 98px; background-image: url(/images/icon/steps.png); }
._icon._bg.stop, ._icon.stop:not(._bg):before, ._icon._span.stop:not(._bg) > span { width: 76px; height: 98px; background-image: url(/images/icon/stop.png); }
._icon._bg.tax, ._icon.tax:not(._bg):before, ._icon._span.tax:not(._bg) > span { width: 76px; height: 98px; background-image: url(/images/icon/tax.png); }
._icon._bg.teams, ._icon.teams:not(._bg):before, ._icon._span.teams:not(._bg) > span { width: 76px; height: 98px; background-image: url(/images/icon/teams.png); }
._icon._bg.tournament, ._icon.tournament:not(._bg):before, ._icon._span.tournament:not(._bg) > span { width: 77px; height: 98px; background-image: url(/images/icon/tournament.png); }
._icon._bg.vip, ._icon.vip:not(._bg):before, ._icon._span.vip:not(._bg) > span { width: 76px; height: 76px; background-image: url(/images/icon/vip.png); }
._icon._bg.vr, ._icon.vr:not(._bg):before, ._icon._span.vr:not(._bg) > span { width: 76px; height: 98px; background-image: url(/images/icon/vr.png); }
._icon._bg.wallet, ._icon.wallet:not(._bg):before, ._icon._span.wallet:not(._bg) > span { width: 76px; height: 98px; background-image: url(/images/icon/wallet.png); }
._icon._bg.welcome, ._icon.welcome:not(._bg):before, ._icon._span.welcome:not(._bg) > span { width: 76px; height: 98px; background-image: url(/images/icon/welcome.png); }
._icon._bg.winner, ._icon.winner:not(._bg):before, ._icon._span.winner:not(._bg) > span { width: 76px; height: 98px; background-image: url(/images/icon/winner.png); }
._icon._bg.germany, ._icon.germany:not(._bg):before, ._icon._span.germany:not(._bg) > span { width: 76px; height: 98px; background-image: url(/images/icon/germany.png); }
._icon._bg.registration, ._icon.registration:not(._bg):before, ._icon._span.registration:not(._bg) > span { width: 76px; height: 98px; background-image: url(/images/icon/registrierung.png); }
._icon._bg.registration-v2, ._icon.registration-v2:not(._bg):before, ._icon._span.registration-v2:not(._bg) > span { width: 56px; height: 64px; background-image: url(/images/icon/registration-v2.png); }
._icon._bg.popular, ._icon.popular:not(._bg):before, ._icon._span.popular:not(._bg) > span { width: 76px; height: 98px; background-image: url(/images/icon/popular.png); }
._icon._bg.cinema, ._icon.cinema:not(._bg):before, ._icon._span.cinema:not(._bg) > span { width: 76px; height: 98px; background-image: url(/images/icon/cinema.png); }
._icon._bg.sportwettten, ._icon.sportwettten:not(._bg):before, ._icon._span.sportwettten:not(._bg) > span { width: 80px; height: 80px; background-image: url(/images/icon/sportwettten.png); }
._icon._bg.lotto, ._icon.lotto:not(._bg):before, ._icon._span.lotto:not(._bg) > span { width: 80px; height: 80px; background-image: url(/images/icon/lotto.png); }
._icon._bg.rubbellose, ._icon.rubbellose:not(._bg):before, ._icon._span.rubbellose:not(._bg) > span { width: 80px; height: 80px; background-image: url(/images/icon/rubbellose.png); }
._icon._bg.con, ._icon.con:not(._bg):before, ._icon._span.con:not(._bg) > span { width: 80px; height: 80px; background-image: url(/images/icon/cons.png); }
._icon._bg.only-slot-available, ._icon.only-slot-available:not(._bg):before, ._icon._span.only-slot-available:not(._bg) > span { width: 80px; height: 80px; background-image: url(/images/icon/only-slot-available.png); }
._icon._bg.euro-per-spin, ._icon.euro-per-spin:not(._bg):before, ._icon._span.euro-per-spin:not(._bg) > span { width: 80px; height: 80px; background-image: url(/images/icon/1euro-per-spin.png); }
._icon._bg.sec-per-spin-5, ._icon.sec-per-spin-5:not(._bg):before, ._icon._span.sec-per-spin-5:not(._bg) > span { width: 80px; height: 80px; background-image: url(/images/icon/5-sec-per-spin.png); }
._icon._bg.loss-limit-active, ._icon.loss-limit-active:not(._bg):before, ._icon._span.loss-limit-active:not(._bg) > span { width: 80px; height: 80px; background-image: url(/images/icon/loss-limit-active.png); }
._icon._bg.lock-function, ._icon.lock-function:not(._bg):before, ._icon._span.lock-function:not(._bg) > span { width: 80px; height: 80px; background-image: url(/images/icon/lock-function.png); }
._icon._bg.player-register, ._icon.player-register:not(._bg):before, ._icon._span.player-register:not(._bg) > span { width: 80px; height: 80px; background-image: url(/images/icon/player-register.png); }
._icon._bg.nomenclature, ._icon.nomenclature:not(._bg):before, ._icon._span.nomenclature:not(._bg) > span { width: 80px; height: 80px; background-image: url(/images/icon/nomenclature.png); }
._icon._bg.casino-zahlungmethode, ._icon.casino-zahlungmethode:not(._bg):before, ._icon._span.casino-zahlungmethode:not(._bg) > span { width: 77px; height: 77px; background-image: url(/images/icon/casino-zahlungmethode.png); }
._icon._bg.casino-lizenz, ._icon.casino-lizenz:not(._bg):before, ._icon._span.casino-lizenz:not(._bg) > span { width: 77px; height: 77px; background-image: url(/images/icon/casino-lizenz.png); }
._icon._bg.staggered-bonus, ._icon.staggered-bonus:not(._bg):before{width: 35px; height: 34px; background-image: url(/images/icon/staggered-bonus.svg);}
._icon._bg.sloyalty-bonus-vip, ._icon.loyalty-bonus-vip:not(._bg):before{width: 35px; height: 34px; background-image: url(/images/icon/loyalty-bonus-vip.svg);}
._icon._bg.money-back-bonus, ._icon.money-back-bonus:not(._bg):before{width: 35px; height: 34px; background-image: url(/images/icon/money-back-bonus.svg);}
._icon._bg.refer-friend-bonus, ._icon.refer-friend-bonus:not(._bg):before{width: 35px; height: 34px; background-image: url(/images/icon/refer-friend-bonus.svg);}
._icon._bg.bonus-200, ._icon.bonus-200:not(._bg):before{width: 35px; height: 34px; background-image: url(/images/icon/bonus-200.svg);}
._icon._bg.bonus-500, ._icon.bonus-500:not(._bg):before{width: 35px; height: 34px; background-image: url(/images/icon/bonus-500.svg);}
._icon._bg.welcome-bonus, ._icon.welcome-bonus:not(._bg):before{width: 35px; height: 34px; background-image: url(/images/icon/welcome-bonus.svg);}
._icon._bg.no-deposit-bonus, ._icon.no-deposit-bonus:not(._bg):before{width: 35px; height: 34px; background-image: url(/images/icon/no-deposit-bonus.svg);}
._icon._bg.one-time-casino-bonus, ._icon.one-time-casino-bonus:not(._bg):before{width: 35px; height: 34px; background-image: url(/images/icon/one-time-casino-bonus.svg);}
._icon._bg.high-roller-bonus, ._icon.high-roller-bonus:not(._bg):before{width: 35px; height: 34px; background-image: url(/images/icon/high-roller-bonus.svg);}
._icon._bg.free-spins, ._icon.free-spins:not(._bg):before{width: 35px; height: 34px; background-image: url(/images/icon/free-spins.svg);}
._icon._bg.casino-bonus-codes, ._icon.casino-bonus-codes:not(._bg):before{width: 35px; height: 34px; background-image: url(/images/icon/casino-bonus-codes.svg);}
._icon._bg.football, ._icon.football:not(._bg):before{width: 35px; height: 34px; background-image: url(/images/icon/sport.svg); width: 77px; height: 74px;}
._icon._bg.roulette-strategie-3, ._icon.roulette-strategie-3:not(._bg):before, ._icon._span.roulette-strategie-3:not(._bg) > span { width: 76px; height: 98px; background-image: url(/images/icon/roulette-strategie-3.png); }
._icon._bg.roulette-strategie-2, ._icon.roulette-strategie-2:not(._bg):before, ._icon._span.roulette-strategie-2:not(._bg) > span { width: 76px; height: 98px; background-image: url(/images/icon/roulette-strategie-2.png); }
._icon._bg.roulette-strategie-1, ._icon.roulette-strategie-1:not(._bg):before, ._icon._span.roulette-strategie-1:not(._bg) > span { width: 76px; height: 98px; background-image: url(/images/icon/roulette-strategie-1.png); }
._icon._bg.roulette-step-1, ._icon.roulette-step-1:not(._bg):before, ._icon._span.roulette-step-1:not(._bg) > span { width: 76px; height: 98px; background-image: url(/images/icon/roulette-step-1.png); }
._icon._bg.roulette-step-2, ._icon.roulette-step-2:not(._bg):before, ._icon._span.roulette-step-2:not(._bg) > span { width: 76px; height: 98px; background-image: url(/images/icon/roulette-step-2.png); }
._icon._bg.roulette-step-3, ._icon.roulette-step-3:not(._bg):before, ._icon._span.roulette-step-3:not(._bg) > span { width: 76px; height: 98px; background-image: url(/images/icon/roulette-step-3.png); }
._icon._bg.roulette-step-4, ._icon.roulette-step-4:not(._bg):before, ._icon._span.roulette-step-4:not(._bg) > span { width: 76px; height: 98px; background-image: url(/images/icon/roulette-step-4.png); }
._icon._bg.french-roulette, ._icon.french-roulette:not(._bg):before, ._icon._span.french-roulette:not(._bg) > span { width: 76px; height: 98px; background-image: url(/images/icon/french-roulette.png); }
._icon._bg.immersive-roulette, ._icon.immersive-roulette:not(._bg):before, ._icon._span.immersive-roulette:not(._bg) > span { width: 76px; height: 98px; background-image: url(/images/icon/immersive-roulette.png); }
._icon._bg.speed-roulette, ._icon.speed-roulette:not(._bg):before, ._icon._span.speed-roulette:not(._bg) > span { width: 76px; height: 98px; background-image: url(/images/icon/speed-roulette.png); }
._icon._bg.dreamcatcher, ._icon.dreamcatcher:not(._bg):before, ._icon._span.dreamcatcher:not(._bg) > span { width: 76px; height: 98px; background-image: url(/images/icon/dreamcatcher.png); }
._icon._bg.football-studio-pro, ._icon.football-studio-pro:not(._bg):before, ._icon._span.football-studio-pro:not(._bg) > span { width: 76px; height: 98px; background-image: url(/images/icon/football-studio-pro.png); }
._icon._bg.google-maps, ._icon.google-maps:not(._bg):before, ._icon._span.google-maps:not(._bg) > span { width: 100px; height: 19px; background-image: url(/images/icon/google-maps-icon.png); }
._icon._bg.waze-maps, ._icon.waze-maps:not(._bg):before, ._icon._span.waze-maps:not(._bg) > span { width: 66px; height: 19px; background-image: url(/images/icon/waze-maps-icon.png); }
._icon._bg.swords-icon, ._icon.swords-icon:not(._bg):before, ._icon._span.swords-icon:not(._bg) > span { width: 40px; height: 36px; background-image: url(/images/icon/swords-icon.png); }
._icon._bg.suit-icon, ._icon.suit-icon:not(._bg):before, ._icon._span.suit-icon:not(._bg) > span { width: 76px; height: 98px; background-image: url(/images/icon/suit.png); }
._icon._bg.smoke-icon, ._icon.smoke-icon:not(._bg):before, ._icon._span.smoke-icon:not(._bg) > span { width: 76px; height: 98px; background-image: url(/images/icon/smoke.png); }
._icon._bg.bonus-icon, ._icon.bonus-icon:not(._bg):before, ._icon._span.bonus-icon:not(._bg) > span { width: 44px; height: 51px; background-image: url(/images/icon/bonus.png); }
._icon._bg.bonus-icon-v2, ._icon.bonus-icon-v2:not(._bg):before, ._icon._span.bonus-icon-v2:not(._bg) > span { width: 50px; height: 51px; background-image: url(/images/icon/bonus-2.png); }
._icon._bg.mobile-v2, ._icon.mobile-v2:not(._bg):before, ._icon._span.mobile-v2:not(._bg) > span { width: 61px; height: 58px; background-image: url(/images/icon/mobile-v2.png); }
._icon._bg.mobile-v3, ._icon.mobile-v3:not(._bg):before, ._icon._span.mobile-v3:not(._bg) > span { width: 72px; height: 64px; background-image: url(/images/icon/mobile-v3.png); }
._icon._bg.payments, ._icon.payments:not(._bg):before, ._icon._span.payments:not(._bg) > span { width: 53px; height: 48px; background-image: url(/images/icon/payments.png); }
._icon._bg.payments-v2, ._icon.payments-v2:not(._bg):before, ._icon._span.payments-v2:not(._bg) > span { width: 51px; height: 64px; background-image: url(/images/icon/payments-v2.png); }
._icon._bg.payments-v3, ._icon.payments-v3:not(._bg):before, ._icon._span.payments-v3:not(._bg) > span { width: 61px; height: 64px; background-image: url(/images/icon/payments-v3.png); }
._icon._bg.award, ._icon.award:not(._bg):before, ._icon._span.award:not(._bg) > span { width: 33px; height: 58px; background-image: url(/images/icon/award.png); }
._icon._bg.markus-belz, ._icon.markus-belz:not(._bg):before, ._icon._span.markus-belz:not(._bg) > span { width: 90px; height: 120px; background-image: url(/images/author/markus-belz.png); }
._icon._bg.markus-belz-check, ._icon.markus-belz-check:not(._bg):before, ._icon._span.markus-belz-check:not(._bg) > span { width: 114px; height: 123px; background-image: url(/images/author/markus-belz-check.png); }
._icon._bg.avi-fitchner, ._icon.avi-fitchner:not(._bg):before, ._icon._span.avi-fitchner:not(._bg) > span { width: 90px; height: 120px; background-image: url(/images/author/avi-fitchner.png); }
._icon._bg.avi-fitchner-check, ._icon.avi-fitchner-check:not(._bg):before, ._icon._span.avi-fitchner-check:not(._bg) > span { width: 114px; height: 123px; background-image: url(/images/author/avi-fitchner-check.png); }
._icon._bg.facebook-icon, ._icon.facebook-icon:not(._bg):before, ._icon._span.facebook-icon:not(._bg) > span { width: 8px; height: 16px; background-image: url(/images/icon/facebook-icon.svg); }
._icon._bg.linkedin-icon, ._icon.linkedin-icon:not(._bg):before, ._icon._span.linkedin-icon:not(._bg) > span { width: 12px; height: 13px; background-image: url(/images/icon/linkedin-icon.svg); }
._icon._bg.mail-icon, ._icon.mail-icon:not(._bg):before, ._icon._span.mail-icon:not(._bg) > span { width: 12px; height: 9px; background-image: url(/images/icon/mail-icon.svg); }
._icon._bg.twitter-icon, ._icon.twitter-icon:not(._bg):before, ._icon._span.twitter-icon:not(._bg) > span { width: 12px; height: 11px; background-image: url(/images/icon/twitter-icon.svg); }
._icon._bg.demo, ._icon.demo:not(._bg):before, ._icon._span.demo:not(._bg) > span { width: 55px; height: 64px; background-image: url(/images/icon/demo.png); }
._icon._bg.game-selection, ._icon.game-selection:not(._bg):before, ._icon._span.game-selection:not(._bg) > span { width: 43px; height: 64px; background-image: url(/images/icon/game-selection.png); }
._icon._bg.magnifier, ._icon.magnifier:not(._bg):before, ._icon._span.magnifier:not(._bg) > span { width: 41px; height: 64px; background-image: url(/images/icon/magnifier.png); }
._icon._bg.mails-chats, ._icon.mails-chats:not(._bg):before, ._icon._span.mails-chats:not(._bg) > span { width: 43px; height: 64px; background-image: url(/images/icon/mails-chats.png); }
._icon._bg.navigation, ._icon.navigation:not(._bg):before, ._icon._span.navigation:not(._bg) > span { width: 31px; height: 64px; background-image: url(/images/icon/navigation.png); }
._icon._bg.service, ._icon.service:not(._bg):before, ._icon._span.service:not(._bg) > span { width: 23px; height: 64px; background-image: url(/images/icon/service.png); }
._icon._bg.trustly, ._icon.trustly:not(._bg):before, ._icon._span.trustly:not(._bg) > span { width: 55px; height: 64px; background-image: url(/images/icon/trustly.png); }
._icon._bg.user, ._icon.user:not(._bg):before, ._icon._span.user:not(._bg) > span { width: 41px; height: 64px; background-image: url(/images/icon/user.png); }
._icon._bg.klarna, ._icon.klarna:not(._bg):before, ._icon._span.klarna:not(._bg) > span { width: 100px; height: 50px; background-image: url(/wp-content/uploads/zahlungsmittel/100x50/klarna-100x50.png); }
._icon._bg.trustly, ._icon.trustly:not(._bg):before, ._icon._span.trustly:not(._bg) > span { width: 100px; height: 50px; background-image: url(/wp-content/uploads/zahlungsmittel/100x50/trustly-100x50.png); }
._icon._bg.skrill, ._icon.skrill:not(._bg):before, ._icon._span.skrill:not(._bg) > span { width: 100px; height: 50px; background-image: url(/wp-content/uploads/zahlungsmittel/100x50/skrill-100x50.png); }
._icon._bg.boku, ._icon.boku:not(._bg):before, ._icon._span.boku:not(._bg) > span { width: 100px; height: 50px; background-image: url(/wp-content/uploads/zahlungsmittel/100x50/boku-100x50.png); }
._icon._bg.applepay, ._icon.applepay:not(._bg):before, ._icon._span.applepay:not(._bg) > span { width: 100px; height: 50px; background-image: url(/wp-content/uploads/zahlungsmittel/100x50/applepay-100x50.jpg); }
._icon._bg.paysafecard, ._icon.paysafecard:not(._bg):before, ._icon._span.paysafecard:not(._bg) > span { width: 100px; height: 50px; background-image: url(/wp-content/uploads/zahlungsmittel/100x50/paysafecard-100x50.png); }
._icon._bg.neteller, ._icon.neteller:not(._bg):before, ._icon._span.neteller:not(._bg) > span { width: 100px; height: 50px; background-image: url(/wp-content/uploads/zahlungsmittel/100x50/neteller-100x50.png); }
._icon._bg.zimpler, ._icon.zimpler:not(._bg):before, ._icon._span.zimpler:not(._bg) > span { width: 100px; height: 50px; background-image: url(/wp-content/uploads/zahlungsmittel/100x50/zimpler-100x50.png); }
._icon._bg.bitcoin, ._icon.bitcoin:not(._bg):before, ._icon._span.bitcoin:not(._bg) > span { width: 100px; height: 50px; background-image: url(/wp-content/uploads/zahlungsmittel/100x50/bitcoin-100x50.png); }

._icon._bg.age18-v2, ._icon.age18-v2:not(._bg):before, ._icon._span.age18-v2:not(._bg) > span { width: 33px; height: 33px; background-image: url(/images/icon/18-v2.png); }
._icon._bg.ssl-v2, ._icon.ssl-v2:not(._bg):before, ._icon._span.ssl-v2:not(._bg) > span { width: 87px; height: 33px; background-image: url(/images/icon/ssl-v2.png); }
._icon._bg.e-cogra, ._icon.e-cogra:not(._bg):before, ._icon._span.e-cogra:not(._bg) > span { width: 93px; height: 27px; background-image: url(/images/icon/e-cogra.png); }
._icon._bg.i-tech, ._icon.i-tech:not(._bg):before, ._icon._span.i-tech:not(._bg) > span { width: 34px; height: 35px; background-image: url(/images/icon/i-tech.png); }
._icon._bg.co2neutral, ._icon.co2neutral:not(._bg):before, ._icon._span.co2neutral:not(._bg) > span { width: 69px; height: 24px; background-image: url(/images/icon/co2neutral.png); }
._icon._bg.begambleaware, ._icon.begambleaware:not(._bg):before, ._icon._span.begambleaware:not(._bg) > span { width: 112px; height: 14px; background-image: url(/images/icon/begambleaware.png); }
._icon._bg.connex-ontario, ._icon.connex-ontario:not(._bg):before, ._icon._span.connex-ontario:not(._bg) > span { width: 110px; height: 22px; background-image: url(/images/icon/connexontario-footer.png); }
.two-images { display: flex; justify-content: space-around; align-items: center; flex-direction: column; }
.two-images img { margin: 10px 0; }

@media only screen and (min-width:768px) {
	.two-images { flex-direction: row; margin: 25px 0; }
	.two-images img {max-width: 320px; }    
}

@media only screen and (min-width:1200px) {
	.two-images img {max-width: 420px; }
}.rtp-table table { border-collapse: separate; border-spacing: 2px; width: 100%; margin: 25px 0; }
.rtp-table tr { background: #f4f6f9; display: flex; border-bottom: 2px solid #fff; }
.rtp-table td { background: #e0e4e7; padding: 0; height: auto; }
.rtp-table td:first-child { color: #00104b; padding: 10px; flex-basis: 50%; }
.rtp-table td:first-child span { display: flex; align-items: center; }
.rtp-table td:first-child span:before { margin-right: 10px; }
.rtp-table .progress { flex-basis: 50%; }
.rtp-table .progress-bar { text-align: left; padding: 0 20px;  font-weight: bold; color: #00104b; }

.playing-cards-suit:before { content: ""; background: url(/images/playing-cards-suit.svg) no-repeat center; width: 25px; height: 25px; }
.roulette:before { content: ""; background: url(/images/roulette.svg) no-repeat center; width: 25px; height: 25px; }
.cards-1:before { content: ""; background: url(/images/cards-1.svg) no-repeat center; width: 25px; height: 25px; }
.cards-2:before { content: ""; background: url(/images/cards-2.svg) no-repeat center; width: 25px; height: 25px; }
.desktop-game:before { content: ""; background: url(/images/desktop-game.svg) no-repeat center; width: 25px; height: 25px; }
.dices:before { content: ""; background: url(/images/dices.svg) no-repeat center; width: 25px; height: 25px; }
.cherry:before { content: ""; background: url(/images/cherry.svg) no-repeat center; width: 25px; height: 25px; }
.diamond:before { content: ""; background: url(/images/diamond.svg) no-repeat center; width: 25px; height: 25px; }


@media only screen and (min-width: 768px) {
	.rtp-table td:first-child { flex-basis: 25%; }
	.rtp-table .progress { flex-basis: 75%; }
}
@-webkit-keyframes progress-bar-stripes {
	from { background-position: 1rem 0 }
	to { background-position: 0 0 }
}
@keyframes progress-bar-stripes {
	from { background-position: 1rem 0 }
	to { background-position: 0 0 }
}
.progress { display: -ms-flexbox; display: flex; height: 1rem; overflow: hidden; font-size: .75rem; background-color: #e9ecef; border-radius: .25rem }
.progress-bar { display: -ms-flexbox; display: flex; -ms-flex-direction: column; flex-direction: column; -ms-flex-pack: center; justify-content: center; color: #fff; text-align: center; white-space: nowrap; background-color: #007bff; transition: width .6s ease }
@media (prefers-reduced-motion:reduce) {
	.progress-bar { transition: none }
}
.progress-bar-striped { background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); background-size: 1rem 1rem }
.progress-bar-animated { -webkit-animation: progress-bar-stripes 1s linear infinite; animation: progress-bar-stripes 1s linear infinite }
@media (prefers-reduced-motion:reduce) {
	.progress-bar-animated { -webkit-animation: none; animation: none }
}
.media { display: -ms-flexbox; display: flex; -ms-flex-align: start; align-items: flex-start }
.media-body { -ms-flex: 1; flex: 1 }
.bg-primary { background-color: #007bff !important }
a.bg-primary:focus, a.bg-primary:hover, button.bg-primary:focus, button.bg-primary:hover { background-color: #0062cc !important }
.bg-secondary { background-color: #6c757d !important }
a.bg-secondary:focus, a.bg-secondary:hover, button.bg-secondary:focus, button.bg-secondary:hover { background-color: #545b62 !important }
.bg-success { background-color: #28a745 !important }
a.bg-success:focus, a.bg-success:hover, button.bg-success:focus, button.bg-success:hover { background-color: #1e7e34 !important }
.bg-info { background-color: #17a2b8 !important }
a.bg-info:focus, a.bg-info:hover, button.bg-info:focus, button.bg-info:hover { background-color: #117a8b !important }
.bg-warning { background-color: #ffc107 !important }
a.bg-warning:focus, a.bg-warning:hover, button.bg-warning:focus, button.bg-warning:hover { background-color: #d39e00 !important }
.bg-danger { background-color: #dc3545 !important }
a.bg-danger:focus, a.bg-danger:hover, button.bg-danger:focus, button.bg-danger:hover { background-color: #bd2130 !important }
.bg-light { background-color: #f8f9fa !important }
a.bg-light:focus, a.bg-light:hover, button.bg-light:focus, button.bg-light:hover { background-color: #dae0e5 !important }
.bg-dark { background-color: #343a40 !important }
a.bg-dark:focus, a.bg-dark:hover, button.bg-dark:focus, button.bg-dark:hover { background-color: #1d2124 !important }
.bg-white { background-color: #fff !important }
.bg-transparent { background-color: transparent !important }

.bg-ocdhead3 { background-image: url(/wp-content/uploads/abovehead/background/header-bg-ocd-flag.png); background-size: cover; background-position: center; background-repeat: no-repeat; border-radius: .25em; padding-top: 18px }

.bg-info{background-color:#179de2!important}

@media(min-width:320px) and (max-width:575px) {
	.bg-ocdhead3 { padding-top: 12px }
}

.bg-abheadsl{background-color:#e4e4e4!important}

.bg-ocdhead{background-image:url(/wp-content/uploads/abovehead/background/header-bg-ocd.png);background-size:cover;background-position:center;background-repeat:no-repeat}
.bg-ocdbordtop{border-top:3px solid #179de2}
.bg-ocdbordbottom{border-bottom:3px solid #179de2}

.bg-ocdhead2{background-image:url(/wp-content/uploads/abovehead/background/header-bg-ocd-flag.png);background-size:cover;background-position:center;background-repeat:no-repeat;border-radius:.25em}

.bg-progocd{background-color:#179de2}
.rds-bonustable { position: relative; margin: 0 -18px; padding: 10px; background: #fff; }
.rds-bonustable.margin-fix-x2 { margin-top: -35px; }
.rds-bonustable p:empty { display: none; }
.rds-bonustable .bonustable-inner {  background-color: rgb(242, 243, 246); border-radius: 15px; display: flex; justify-content: space-between; flex-direction: column; padding: 20px; max-width: 480px; margin: 0 auto; box-sizing: border-box; }

.rds-bonustable .table-holder { position: relative; display: block; width: 100%; }
.rds-bonustable .table-holder table,
.rds-bonustable .table-holder tbody { display: block; }
.rds-bonustable .table-holder tr { display: block; }
.rds-bonustable .table-holder tr + tr { margin-top: 13px; }
.rds-bonustable .table-holder th { display: none; }
.rds-bonustable .table-holder td { display: block; font-size: 11px; line-height: 15px; color: #a4a8b5; text-align: center; }
.rds-bonustable .table-holder td strong { font-size: 32px; line-height: 36px; color: #090a38; font-weight: 900; display: block; }
.rds-bonustable .table-holder td span { font-size: 15px; line-height: 19px; color: #00104b; display: block; }
.rds-bonustable .table-holder td .rds-btn { display: block; }
.rds-bonustable .table-holder td ._casino { height: 90px; display: flex; justify-content: center; align-items: center; background: #ffffff; border-radius: 12px; }
.rds-bonustable .table-holder td ._casino span { font-size: 0; line-height: 0; text-indent: -100%; }
.rds-bonustable .table-holder .rating { position: absolute; top: 0; left: 0; z-index: 5; height: 30px; padding: 0 12px 0 36px; display: block; background: #090a38; border-radius: 12px 0 12px 0; font-size: 16px; line-height: 30px; color: #ffffff; }
.rds-bonustable .table-holder .rating:before { content: ''; position: absolute; left: 12px; top: 50%; transform: translateY(-50%); width: 16px; height: 16px; background: url(/images/rating-star-tops.png) center no-repeat; background-size: contain; }

.rds-bonustable .image-holder { border-radius: 12px; -webkit-filter: drop-shadow(0px 5px 23px rgba(76,74,74,0.16));filter: drop-shadow(0px 5px 23px rgba(76,74,74,0.16)); display: block; width: 100%; box-sizing: border-box; margin-top: 25px; padding: 0 10px; background: radial-gradient(ellipse at right top, #f2f3f6, transparent 0%), radial-gradient(ellipse at bottom left, #ffffff, transparent 100%); }
.rds-bonustable .image-holder img { max-width: 125%; height: auto; position: relative; margin: -10px -7% 0 -18%; }

@media only screen and (min-width: 480px) {
    .rds-bonustable .image-holder img { max-width: 100%; margin: -10px 0 0 0; }
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
    .rds-bonustable { margin: 0 -30px; }
}
    
@media only screen and (min-width: 768px) {
    .rds-bonustable { padding: 20px; border-radius: 12px; }
    .rds-bonustable.margin-fix-x2 { margin-top: -200px; }
    p.margin-fix-x2 { margin-bottom: 170px; }

    .rds-bonustable .bonustable-inner { flex-direction: row; max-width: 100%; }

    .rds-bonustable .table-holder { width: 280px; }

    .rds-bonustable .image-holder { width: calc(100% - 300px); padding: 0 20px 20px 20px; margin: 0; }
}

@media only screen and (min-width: 1024px) {
    .rds-bonustable { margin: 0; }

    .rds-bonustable .image-holder img { margin-top: -40px; }
}
  .rds-flex-boxes { margin: 20px -18px 0; overflow: hidden; }
.rds-flex-boxes.v2 { background: #cce5ff; padding: 22px 30px; border-radius: 15px; }
.rds-flex-boxes.v4 { background: #cce5ff; padding: 2px 5% 5%; border-radius: 15px; }
.rds div.rds-flex-boxes h2,
.rds div.rds-flex-boxes h3,
.rds div.rds-flex-boxes .h2,
.rds div.rds-flex-boxes .h3 { text-align: center; margin-bottom: 25px; }
.rds div.rds-flex-boxes.v4 h2,
.rds div.rds-flex-boxes.v4 h3 { margin: 2%; }
.rds-flex-boxes .wrap { padding: 20px 30px 32px; position: relative; }
.rds-flex-boxes.v2 .wrap { padding-left: 15px; padding-right: 15px; margin: 0 -30px; }
.rds-flex-boxes.v4 .wrap { padding: 0; margin: 0; }
.rds-flex-boxes.v4:not([data-visible]) .wrap .box:nth-child(n+5) { display: none; }
.rds-flex-boxes.v4.opened:not([data-visible]) .wrap .box:nth-child(n+5) { display: block; }
.rds-flex-boxes.v4[data-visible="6"] .wrap .box:nth-child(6) ~ .box:not(.visible) { display: none; }
.rds-flex-boxes.v4[data-visible="12"] .wrap .box:nth-child(12) ~ .box:not(.visible) { display: none; }
.rds-flex-boxes.v4[data-visible="18"] .wrap .box:nth-child(18) ~ .box:not(.visible) { display: none; }
.rds-flex-boxes.v4.completed #boxes-exp-trig { display: none; }
.rds-flex-boxes .box { display: flex; flex-flow: column nowrap; align-items: stretch; }
.rds-flex-boxes .box .text { flex-grow: 1; }
.rds-flex-boxes .box table,
.rds-flex-boxes .box tbody,
.rds-flex-boxes .box tr,
.rds-flex-boxes .box th,
.rds-flex-boxes .box td { display: block }
.rds-flex-boxes .box table { width: 100%; }
.rds-flex-boxes .box .logo th,
.rds-flex-boxes .box .bonus th,
.rds-flex-boxes .box .link th,
.rds-flex-boxes .box .tnc th { display: none; }
.rds-flex-boxes .box .logo { float: left; width: 50%; margin-bottom: 15px; background: #f5f7f8; border-radius: 20px; box-shadow: 0 0 0 10px white inset; }
.rds-flex-boxes .box .logo td { margin: 15px auto; width: auto; max-width: 164px; height: 48px; }
.rds-flex-boxes .box .bonus { overflow: hidden; padding: 10px; text-align: center; line-height: 54px; }
.rds-flex-boxes .box .bonus td { display: inline-block; vertical-align: middle; font-size: 15px; line-height: 1.2; color: #00104b; }
.rds-flex-boxes .box .bonus td strong { display: block; font-size: 32px; font-weight: 800; }
.rds-flex-boxes .box .data { float: left; width: 50%; clear: left; line-height: 1.2; padding: 0 12px 14px; text-align: right; }
.rds-flex-boxes .box .data th { float: left; font-size: 12px; font-weight: normal; }
.rds-flex-boxes .box .data th:after { content: ":" }
.rds-flex-boxes .box .data td { overflow: hidden; font-size: 13px; font-weight: bold; color: #615c79; }
.rds-flex-boxes.v4 .box .link { position: absolute; right: 0; width: 50%; top: 65px; padding: 0 10px; }
.rds-flex-boxes .box .link.outer a { font-size: 17px; padding: 7px 10px; margin: 0 5px; }
.rds-flex-boxes .box .link.outer a.normal { padding: 4px; margin-top: 3px; font-size: 14px; border: 1px solid #b5bcc1; border-radius: 5px; color: #585867; }
.rds-flex-boxes .box .link.outer a.normal:hover { color: #3d98ff; border-color: #3d98ff; text-decoration: none; }
.rds-flex-boxes .box .link.outer+.link.inner { top: 110px; line-height: 38px; text-align: center; }
.rds-flex-boxes .box .link.inner a { font-size: 14px; line-height: 1; padding: 0 10px; vertical-align: middle; display: inline-block; }
.rds-flex-boxes .box .tnc { position: relative; clear: both; padding: 10px 20px 15px; font-size: 11px; line-height: 1.2; color: #a4a8b5; background: #f5f7f8; box-shadow: 0 -10px 0 white, 0 50px 0 #f5f7f8; }
.rds-flex-boxes .wrap:not(.js-scroll) { display: flex; flex-flow: row wrap; }
.rds-flex-boxes .js-scroll-inner { display: flex; flex-flow: row nowrap; overflow-x: auto; overflow-y: hidden; padding: 20px 30px 60px; position: relative; margin: -20px -30px -60px; max-width: 100vw; }
.rds-flex-boxes.v2 .js-scroll-inner { padding-left: 15px; padding-right: 15px; margin-left: -15px; margin-right: -15px; }
.rds-flex-boxes .js-dots-nav { position: absolute; bottom: -3px; left: 0; right: 0; height: 18px; }
.rds-flex-boxes .js-dot:before { width: 10px; height: 10px; margin: -5px 0 0 -5px; }
.rds-flex-boxes .box { min-width: 270px; padding: 20px 30px 30px; border-radius: 15px; box-shadow: 0 0 20px -8px #666; background: white; }
.rds-flex-boxes.v4 .box { position: relative; min-width: 0; padding: 0; overflow: hidden; }
.rds-flex-boxes.v4 .box:before { content: ""; display: block; position: absolute; left: 50%; top: 15px; bottom: 15px; width: 1px; background: #e4e8eb; }
.rds-flex-boxes .box table { }
.rds-flex-boxes .box+.box { margin-left: 15px; }
.rds-flex-boxes .box.logo:before { content: ""; display: block; height: 84px; margin-bottom: 15px; background-color: #f5f7f8; border-radius: 15px; }
.rds-flex-boxes .box.logo._icon:before { width: auto; height: 90px; min-height: 90px; background-size: unset; background-color: transparent; filter: drop-shadow(0 0 25px rgba(0, 0, 0, .3)); }
.rds-flex-boxes .box.logo._software:before,
.rds-flex-boxes .box.logo._payment:before { width: auto; height: 84px; background-size: unset; }
.rds-flex-boxes .box .text.v2 { font-style: italic; }
.rds-flex-boxes .box .text.v2 a { text-decoration: underline; }
.rds-flex-boxes .box .text.v3 { margin-bottom: 10px; font-size: 15px; line-height: 1.2; }
.rds-flex-boxes:not(.x2) .box .text { font-size: 14px; }
.rds-flex-boxes .box .list { list-style: none; padding: 25px; }
.rds-flex-boxes .box .list li { }
.rds-flex-boxes .box .list li span { float: right; width: 15px; height: 15px; margin: 7px 0 0 5px; background: #84cc94 url(/images/tick.png) no-repeat center; border-radius: 50%; text-indent: -9999px; }
.rds-flex-boxes .box .list li span.no { background: #e76961 url(/images/no-cross.png) no-repeat center; }
.rds-flex-boxes .box .link { margin-top: 20px; }
.rds-flex-boxes .box .link a { display: block; font-size: 17px; text-align: center; padding: 11px; border-radius: 20px; }
.rds-flex-boxes .box .link span { display: block; font-size: 17px; text-align: center; padding: 11px; border-radius: 20px; }
/*.rds-flex-boxes .box:nth-child(2) .link a { text-transform: uppercase; }*/
.rds-flex-boxes .box:nth-child(2) .link a.lower,
.rds-flex-boxes .box:nth-child(2) .link .rds-btn { text-transform: none; }
.rds-flex-boxes>.rds-btn { display: table; margin: 18px auto 5px; padding: 15px 40px; cursor: pointer; font-weight: 600; }
.rds-flex-boxes>.rds-btn .close,
.rds-flex-boxes.opened>.rds-btn .open { display: none; }
.rds-flex-boxes .centered { margin: 18px 0 0; flex-basis: 100%; }
.rds-flex-boxes.opened>.rds-btn .close { display: inline; }

.rds-flex-boxes .rds-boxes-toggle { width: 100%; font-size: 16px; line-height: 20px; color: #0077ff; display: flex; justify-content: center; align-items: center; cursor: pointer; border: 0; font-weight: bold; margin-top: 18px; }
.rds-flex-boxes .rds-boxes-toggle:after { content: ''; width: 10px; height: 10px; border-left: solid 3px #0077ff; border-bottom: solid 3px #0077ff; transform: rotate(-45deg); display: block; margin-left: 15px; margin-bottom: 3px; }
.rds-flex-boxes .rds-boxes-toggle.no-down-arrow:after { content: ''; display: none; }

.rds-flex-boxes.rds-flex-blog .box { padding: 26px 24px; border-radius: 12px; display: flex; flex-flow: column nowrap; align-items: stretch; align-content: stretch; position: relative; }
.rds-flex-boxes.rds-flex-blog .box a { position: relative; }

.rds-flex-boxes.rds-flex-blog .box .rds-flex-blog-thumb { margin: -26px -24px 26px; order: 1; position: static; }
.rds-flex-boxes.rds-flex-blog .rds-flex-blog-thumb:before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; }
.rds-flex-boxes.rds-flex-blog .rds-flex-blog-thumb span { border-radius: 12px 12px 0 0; display: block; overflow: hidden; -webkit-backface-visibility: hidden; transform: translate3d(0,0,0); padding: 0 0 66.66%; position: relative; }
.rds-flex-boxes.rds-flex-blog .rds-flex-blog-thumb img { transition: transform .25s; width: 100%; position: absolute; top: 0; left: 0; }
.rds-flex-boxes.rds-flex-blog .box:hover .rds-flex-blog-thumb img { transform: scale(1.2); }

.rds-flex-boxes.rds-flex-blog .box .text { order: 3; font-size: 16px; line-height: 21px; color: #4a4560; margin: 0 0 20px; word-wrap: break-word; }
.rds-flex-boxes.rds-flex-blog .box .text a { font-weight: inherit; }
.rds-flex-boxes.rds-flex-blog .box .text.v3 { order: 2; font-family: 'Merriweather', serif; font-size: 17px; line-height: 24px; font-weight: 700; margin-bottom: 16px; }
.rds-flex-boxes.rds-flex-blog .box .text.v2 { order: 4; font-size: 13px; line-height: 15px; font-style: normal; color: #4a4560; margin-bottom: 0; }
.rds-flex-boxes.rds-flex-blog .box .text.v2 a { color: inherit; text-decoration: underline; font-weight: 700; }
.rds-flex-boxes.rds-flex-blog .box .text.v2 a:hover { text-decoration: none; }

.rds-flex-boxes.rds-flex-blog .js-dot { opacity: .15; }
.rds-flex-boxes.rds-flex-blog .js-dot:hover { opacity: .3; }
.rds-flex-boxes.rds-flex-blog .js-dot.js-active,
.rds-flex-boxes.rds-flex-blog .js-dot.js-active:hover { opacity: .5; }
.rds-flex-boxes.rds-flex-blog .js-dot:before { border-radius: 3px; }

.rds-flex-boxes.v5{display: flex; flex-flow: row wrap; justify-content: space-between; margin: 0 auto; border-radius: 15px; padding: 2rem; background: #e5f2ff;}
.rds-flex-boxes.v5 .box{flex: 0 0 100%; max-width: 340px; margin-left: auto; margin-right: auto; min-width: auto; display: block;}
.rds-flex-boxes.v5 .box + .box{margin-left: auto; margin-top: 15px;}
.rds-flex-boxes.v5 ._icon{position: relative; margin-bottom: 20px; padding-left: 45px; font-size: 18px; line-height: 1.1;}
.rds-flex-boxes.v5 ._icon:before{content: ''; position: absolute; top: 50%; left: 0; transform: translateY(-50%); background-size: contain;}
.rds-flex-boxes.v5:not(.expanded-slots) .box:nth-child(n+4){display: none;}
.rds-flex-boxes.v5 .text{color: #615c79; font-style: italic;}
.rds-flex-boxes.v5 .text.more-less-text{position: relative;	max-height: 4.15rem; overflow: hidden; pointer-events: none;}
.rds-flex-boxes.v5 .text.more-less-text:after{position: absolute; content: " ..." attr(data-text-more);	right: 0; bottom: 0; padding-left: 3px;	font: inherit; color: #0077ff; cursor: pointer;	pointer-events: all; background: #fff;}
.rds-flex-boxes.v5 .text.more-less-text.expanded{max-height: initial;}
.rds-flex-boxes.v5 .text.more-less-text.expanded:after{content: " ..." attr(data-text-less); position: relative; display: inline-block; padding-left: 0;}
.rds-flex-boxes.v5 .text.more-less-text:hover:after{color: #000;}
.rds-flex-boxes.v5 .text a {font: inherit; color: #0077ff; pointer-events: all;}
.rds-flex-boxes.v5 .text a:hover {color: #000;}
.rds-flex-boxes.v5 .show-more-slots{ flex: 0 0 100%; max-width: 100%; margin-top: 15px; text-align: center;}
.rds-flex-boxes.v5 .show-more-slots button{position: relative; display: inline-block; vertical-align: middle; border: none; padding-right: 18px; background: none; font-weight: 700; font-size: 16px; line-height: 1; outline: none; cursor: pointer;}
.rds-flex-boxes.v5 .show-more-slots button:before{content: attr(data-more-slots); display: inline-block; vertical-align: middle; color: #0077ff; font: inherit;}
.rds-flex-boxes.v5.expanded-slots .show-more-slots button:before{content: attr(data-less-slots);}
.rds-flex-boxes.v5 .show-more-slots button:after{content: ''; position: absolute; top: 1px; right: 0; border: 2px solid #0077ff; border-color: transparent #0077ff #0077ff transparent; width: 10px; height: 10px;transform: rotate(45deg);}
.rds-flex-boxes.v5.expanded-slots .show-more-slots button:after{transform: rotate(225deg);top: 7px;}

@media only screen and (max-width:767px) {
	.rds-flex-boxes .wrap:not(.js-scroll) .box + .box { margin-left: 0; margin-top: 15px; }
	.rds-flex-boxes .box { min-width: calc(100vw - 60px); }
	.rds-flex-boxes.v2 .box { min-width: calc(100vw - 30px); }
	.rds-flex-boxes .box:last-child { margin-right: 15px; }
	.rds-flex-boxes.v4 .box:last-child { margin-right: 0; }
	.rds-flex-boxes.v2.x2 .box { position: relative; }
	.rds-flex-boxes.v2.x2 .box:after { content: ''; background: #bfe5c7; background: -moz-linear-gradient(top, #bfe5c7 0%, #ffffff 100%); background: -webkit-linear-gradient(top, #bfe5c7 0%, #ffffff 100%); background: linear-gradient(to bottom, #bfe5c7 0%, #ffffff 100%); border-radius: 8px 8px 0 0; position: absolute; top: 9px; left: 9px; right: 9px; height: 105px; z-index: 1; pointer-events: none; }
	.rds-flex-boxes.v2.x2 .box:before { position: relative; z-index: 3; }
	.rds-flex-boxes.v2.x2 .box .text:before { content: ''; background: #fff; position: absolute; top: 12px; left: 12px; right: 12px; z-index: 2; height: 103px; border-radius: 6px 6px 0 0; }
	.rds-flex-boxes .js-mobile-pad { min-width: 15px; max-width: 15px; height: 100%; font-size: 0; color: transparent; }	
	.rds-flex-boxes.v3.with-bottom-btn .wrap { padding-bottom: 120px; }
	.rds-flex-boxes.v3.with-bottom-btn .js-scroll-inner { padding-bottom: 90px; margin-bottom: -90px; }
	.rds-flex-boxes.v3.with-bottom-btn .js-scroll-inner > .centered { position: sticky; bottom: 60px; left: 0; right: 0; min-width: calc(100vw - 60px); pointer-events: none; display: flex; flex-flow: column nowrap; justify-content: flex-end; margin-top: 0; margin-bottom: -90px; }
	.rds-flex-boxes.v3.with-bottom-btn .js-scroll-inner > .centered * { pointer-events: auto; }
	.rds-flex-boxes.v3.with-bottom-btn .js-dots-nav { bottom: 0; }

	.rds-flex-boxes.rds-flex-blog .box { min-width: 236px; }
}
@media only screen and (min-width:600px) and (max-width:767px) {
	.rds-flex-boxes .box { min-width: calc(50vw - 48px); }
	.rds-flex-boxes.v2 .box { min-width: calc(50vw - 33px); }
	.rds-flex-boxes .wrap:not(.js-scroll) .box { min-width: calc(50vw - 35px); }
	.rds-flex-boxes .wrap:not(.js-scroll) .box + .box { margin-top: 0; }
	.rds-flex-boxes .wrap:not(.js-scroll) .box + .box + .box { margin-top: 15px; }
	.rds-flex-boxes .wrap:not(.js-scroll) .box:nth-child(even) { margin-left: 15px; }
	.rds-flex-boxes .js-scroll-inner { max-width: calc(100vw - 24px); }
	.rds-flex-boxes.v4 .wrap:not(.js-scroll) .box + .box { margin: 15px 0 0 }

	.rds-flex-boxes.rds-flex-blog .box { min-width: 236px; }
}
@media only screen and (min-width:768px) {
	.rds-flex-boxes { margin: 30px 0 0; overflow: visible; }
	.rds-flex-boxes.v2 { padding: 38px 45px; }
	.rds-flex-boxes.x2 { padding: 4% 6.5% 5%; }
	.rds-flex-boxes.v4 { padding: 2px 3% 2.5%; }
	.rds-flex-boxes .wrap { padding: 0; overflow: visible; }
	.rds-flex-boxes .wrap:not(.js-scroll),.rds-flex-boxes .js-scroll-inner { flex-wrap: wrap; justify-content: space-between; align-items: stretch; overflow: visible; padding-left: 45px; padding-right: 45px; }
	.rds-flex-boxes.v3 .js-scroll-inner { padding: 0; margin: 0; }
	.rds-flex-boxes.v4 .wrap { padding: 0; }
	.rds-flex-boxes .box { flex-basis: 31%; min-width: 0; margin: 8px 0; }
	.rds-flex-boxes.v3 .box { flex-basis: 31.5%; font-style: italic; }
	.rds-flex-boxes.v1 .box { flex-basis: 32%; }
	.rds-flex-boxes.x2 .box { flex-basis: 48%; margin: 10px 0; padding: 20px 5% 4%; }
	.rds-flex-boxes.v4 .box { flex-basis: 49%; }
	.rds-flex-boxes .box+.box { margin-left: 0; }
	.rds-flex-boxes .box .list { background: #fafbfb; border-radius: 15px; }
	.rds-flex-boxes .box .link { margin-left: -10px; margin-right: -10px; }
	.rds-flex-boxes.v4 .box .link { margin: 20px 0 0; }
	.rds-flex-boxes .js-prev,
	.rds-flex-boxes .js-next,
	.rds-flex-boxes .js-dots-nav,
	.rds-flex-boxes .js-mobile-pad { display: none; }

	.rds-flex-boxes.rds-flex-blog .js-scroll-inner { justify-content: center; }
	.rds-flex-boxes.rds-flex-blog .box { max-width: 236px; }
	.rds-flex-boxes.rds-flex-blog .box + .box { margin-left: 20px; }

	.rds-flex-boxes.v5 .box{flex: 0 0 31%; margin: 10px 0 !important;}
	.rds-flex-boxes.v5 .text.more-less-text{max-height: 5.1rem;}
}
@media only screen and (min-width:768px) and (max-width: 1199px) {
	.rds-flex-boxes.v2 { padding: 38px 25px; }
	.rds-flex-boxes.v2 .box { padding: 20px; }
	.rds-flex-boxes.v2 .box .list { padding: 20px 15px; }

	.rds-flex-boxes.rds-flex-blog .box { padding: 26px 24px; }
	.rds-flex-boxes.rds-flex-blog .box + .box { margin-left: 2%; }

	.rds-flex-boxes.v5 .box {padding: 20px 15px; flex-basis: 32%; }
	.rds-flex-boxes.v5 ._icon{font-size: 16px;}
}
@media only screen and (min-width: 1024px) and (max-width: 1199px) {
	.rds-flex-boxes.rds-flex-blog .box { min-width: 30%; max-width: 30%; }
}
@media only screen and (min-width:1200px) {
	.rds-flex-boxes.v4 { padding: 2px 2.5% 1.7%; max-width: 1140px; margin-left: auto; margin-right: auto; }
	.rds-flex-boxes.v4:not([data-visible]) .wrap .box:nth-child(n+5),
	.rds-flex-boxes.v4.opened:not([data-visible]) .wrap .box:nth-child(n+7) { display: block; }
	.rds-flex-boxes.v4:not([data-visible]) .wrap .box:nth-child(n+7) { display: none; }
	.rds-section:not(.with-sidebar) .rds-flex-boxes.v4 .box { flex-basis: 32.5%; }
}
._software._bg, ._software:not(._bg):before{ display: inline-block; vertical-align: middle; width: 120px; height: 40px; background-position: center; background-size: contain; background-repeat: no-repeat; }
._software._bg { font-size: 0; color: transparent; }
._software._bg.ballywulff, ._software.ballywulff:not(._bg):before{ width: 143px; height: 45px; background-image: url(/images/software/ballywulff.png); }
._software._bg.btg, ._software.btg:not(._bg):before{ width: 113px; height: 45px; background-image: url(/images/software/bigtime.png); }
._software._bg.evolution-gaming, ._software.evolution-gaming:not(._bg):before,
._software._bg.evolution, ._software.evolution:not(._bg):before{ width: 156px; height: 30px; background-image: url(/images/software/evolution.png); }
._software._bg.microgaming, ._software.microgaming:not(._bg):before{ width: 161px; height: 41px; background-image: url(/images/software/microgaming.png); }
._software._bg.netent, ._software.netent:not(._bg):before{ width: 121px; height: 42px; background-image: url(/images/software/netent.png); }
._software._bg.playngo, ._software.playngo:not(._bg):before{ width: 132px; height: 36px; background-image: url(/images/software/playngo.png); }
._software._bg.playtech, ._software.playtech:not(._bg):before{ width: 154px; height: 32px; background-image: url(/images/software/playtech.png); }
._software._bg.rtg, ._software.rtg:not(._bg):before{ width: 77px; height: 63px; background-image: url(/images/software/reeltime.png); }
._software._bg.merkur, ._software.merkur:not(._bg):before{ width: 77px; height: 63px; background-image: url(/images/software/merkur.png); }
._software._bg.novoline, ._software.novoline:not(._bg):before{ width: 77px; height: 63px; background-image: url(/images/software/novoline.png); }
._software._bg.pragmatic-play, ._software.pragmatic-play:not(._bg):before{ width: 117px; height: 53px; background-image: url(/images/software/pragmatic-play.png); }
._software._bg.push-gaming, ._software.push-gaming:not(._bg):before{ width: 150px; height: 38px; background-image: url(/images/software/pushgaming.png); }
._software._bg.thunderkick, ._software.thunderkick:not(._bg):before{ width: 149px; height: 27px; background-image: url(/images/software/thunderkick.png); }
._software._bg.wazdan, ._software.wazdan:not(._bg):before{ width: 149px; height: 16px; background-image: url(/images/software/wazdan.png); }
._software._bg.red-tiger, ._software.red-tiger:not(._bg):before{ width: 150px; height: 38px; background-image: url(/images/software/red-tiger.png); }
._software._bg.netent, ._software.netent:not(._bg):before{ width: 140px; height: 50px; background-image: url(/images/software/netent.png); }
._software._bg.yggdrasil, ._software.yggdrasil:not(._bg):before{ width: 140px; height: 50px; background-image: url(/images/software/yggdrasil.png); }
._software._bg.betsoft, ._software.betsoft:not(._bg):before{ width: 140px; height: 50px; background-image: url(/images/software/betsoft.png); }
._software._bg.nextgen, ._software.nextgen:not(._bg):before{ width: 140px; height: 50px; background-image: url(/images/software/nextgen.png); }
._software._bg.isoftbet, ._software.isoftbet:not(._bg):before{ width: 116px; height: 39px; background-image: url(/images/software/isoftbet.png); }
._software._bg.kalamba, ._software.kalamba:not(._bg):before{ width: 96px; height: 60px; background-image: url(/images/software/kalamba.png); }
._software._bg.amatic, ._software.amatic:not(._bg):before{ width: 160px; height: 37px; background-image: url(/images/software/amatic.png); }
._software._bg.elk-studios, ._software.elk-studios:not(._bg):before{ width: 140px; height: 50px; background-image: url(/images/software/elk-studios.png); }
._software._bg.quickspin, ._software.quickspin:not(._bg):before{ width: 150px; height: 60px; background-image: url(/images/software/quickspin.png); }
._software._bg.novomatic, ._software.novomatic:not(._bg):before{ width: 140px; height: 50px; background-image: url(/images/software/novomatic.png); }
._software._bg.greentube, ._software.greentube:not(._bg):before{ width: 140px; height: 50px; background-image: url(/images/software/greentube.png); }
._software._bg.bf-games, ._software.bf-games:not(._bg):before{ width: 75px; height: 57px; background-image: url(/images/software/bf-games.png); }
._software._bg.lightning-box, ._software.lightning-box:not(._bg):before{ width: 126px; height: 56px; background-image: url(/images/software/lightning-box.png); }
._software._bg.triple-edge-studios, ._software.triple-edge-studios:not(._bg):before{ width: 126px; height: 56px; background-image: url(/images/software/triple-edge-studios.png); }
._software._bg.spinomenal, ._software.spinomenal:not(._bg):before{ width: 150px; height: 26px; background-image: url(/images/software/spinomenal.png); }
._software._bg.tom-horn-gaming, ._software.tom-horn-gaming:not(._bg):before{ width: 139px; height: 44px; background-image: url(/images/software/tom-horn-gaming.png); }
._software._bg.vivo-gaming, ._software.vivo-gaming:not(._bg):before{ width: 111px; height: 48px; background-image: url(/images/software/vivo-gaming.png); }
._software._bg.igt, ._software.igt:not(._bg):before{ width: 135px; height: 49px; background-image: url(/images/software/igt.png); }
._software._bg.nolimit-city, ._software.nolimit-city:not(._bg):before{ width: 138px; height: 37px; background-image: url(/images/software/nolimit-city.png); }
._software._bg.ainsworth, ._software.ainsworth:not(._bg):before{ width: 135px; height: 49px; background-image: url(/images/software/ainsworth.png); }
._software._bg.realistic-games, ._software.realistic-games:not(._bg):before{ width: 135px; height: 49px; background-image: url(/images/software/realistic-games.png); }
._software._bg.gaming1x2, ._software.gaming1x2:not(._bg):before{ width: 135px; height: 49px; background-image: url(/images/software/1x2gaming.png); }
._software._bg.nyx, ._software.nyx:not(._bg):before{ width: 135px; height: 49px; background-image: url(/images/software/nyx.png); }
._software._bg.iron-dog, ._software.iron-dog:not(._bg):before{ width: 135px; height: 49px; background-image: url(/images/software/iron-dog.png); }
._software._bg.relax-gaming, ._software.relax-gaming:not(._bg):before{ width: 140px; height: 50px; background-image: url(/images/software/relax-gaming.png); }
._software._bg.foxium, ._software.foxium:not(._bg):before{ width: 140px; height: 50px; background-image: url(/images/software/foxium.png); }
._software._bg.snowborn-games, ._software.snowborn-games:not(._bg):before{ width: 140px; height: 50px; background-image: url(/images/software/snowborn-games.png); }
._software._bg.northernlights-gaming, ._software.northernlights-gaming:not(._bg):before{ width: 140px; height: 50px; background-image: url(/images/software/northern-lights-gaming.png); }
._software._bg.fortune-factory, ._software.fortune-factory:not(._bg):before{ width: 140px; height: 50px; background-image: url(/images/software/fortune-factory.png); }
._software._bg.hacksaw-gaming, ._software.hacksaw-gaming:not(._bg):before{ width: 140px; height: 50px; background-image: url(/images/software/hacksaw-gaming.png); }
._software._bg.spinplay-games, ._software.spinplay-games:not(._bg):before{ width: 140px; height: 50px; background-image: url(/images/software/spinplay-games.png); }
._software._bg.all41-studios, ._software.all41-studios:not(._bg):before{ width: 140px; height: 50px; background-image: url(/images/software/all41-studios.png); }
._software._bg.blueprint, ._software.blueprint:not(._bg):before{ width: 140px; height: 50px; background-image: url(/images/software/blueprint-gaming.png); }
._software._bg.playson, ._software.playson:not(._bg):before{ width: 147px; height: 29px; background-image: url(/images/software/playson.png); }
._software._bg.booming-games, ._software.booming-games:not(._bg):before{ width: 140px; height: 50px; background-image: url(/images/software/booming-games.png); }
._software._bg.quickfire, ._software.quickfire:not(._bg):before{ width: 140px; height: 50px; background-image: url(/images/software/quickfire.png); }
._software._bg.bgaming, ._software.bgaming:not(._bg):before{ width: 140px; height: 50px; background-image: url(/images/software/bgaming.png); }
._software._bg.spinomenal, ._software.spinomenal:not(._bg):before{ width: 140px; height: 50px; background-image: url(/images/software/spinomenal.png); }
._software._bg.booongo, ._software.booongo:not(._bg):before{ width: 140px; height: 50px; background-image: url(/images/software/booongo.png); }
._software._bg.thunderbolt, ._software.thunderbolt:not(._bg):before{ width: 140px; height: 50px; background-image: url(/images/software/thunderbolt.png); }
._software._bg.win-studios, ._software.win-studios:not(._bg):before{ width: 140px; height: 50px; background-image: url(/images/software/winstudios.png); }
._software._bg.ezugi, ._software.ezugi:not(._bg):before{ width: 102px; height: 41px; background-image: url(/images/software/ezugi.png); }
._software._bg.gamevy, ._software.gamevy:not(._bg):before{ width: 143px; height: 31px; background-image: url(/images/software/gamevy.png); }
._software._bg.inspired, ._software.inspired:not(._bg):before{ width: 139px; height: 26px; background-image: url(/images/software/inspired.png); }
._software._bg.stakelogic, ._software.stakelogic:not(._bg):before{ width: 141px; height: 24px; background-image: url(/images/software/stakelogic.png); }
._software._bg.tvbet, ._software.tvbet:not(._bg):before{ width: 122px; height: 38px; background-image: url(/images/software/tvbet.png); }
._software._bg.pariplay, ._software.pariplay:not(._bg):before{ width: 128px; height: 42px; background-image: url(/images/software/pariplay.png); }
._software._bg.habanero, ._software.habanero:not(._bg):before{ width: 128px; height: 42px; background-image: url(/images/software/habanero.png); }
._software._bg.games-global, ._software.games-global:not(._bg):before{ width: 140px; height: 50px; background-image: url(/images/software/games-global.png); }.rds-scrollable-table { overflow-x: auto; overflow-y: hidden; max-width: 960px; margin: 20px auto 0; position: relative; border-radius: 8px; backface-visibility: hidden; }
.rds-scrollable-table.full-width { max-width: 100%; }
.rds-scrollable-table .revaicon { font-size: 0; line-height: 0; text-indent: -4000px; }
.rds-scrollable-table::-webkit-scrollbar { width: 5px; height: 5px; border-radius: 3px; }
.rds-scrollable-table::-webkit-scrollbar-button { width: 0; height: 0; }
.rds-scrollable-table::-webkit-scrollbar-thumb { background: #505050; border-radius: 3px; }
.rds-scrollable-table::-webkit-scrollbar-track { background: #c9ced2; border-radius: 3px; }
.rds-scrollable-table table { width: 100%; min-width: 320px; border-collapse: separate; border-spacing: 0; border-radius: 8px; }
.rds-scrollable-table:not(.can-scroll):not(.has-caption),
.rds-scrollable-table.has-caption .shadow2,
.rds-scrollable-table.can-scroll table { box-shadow: 0 2px 9px rgba(0,0,0,.1); }
.rds-scrollable-table caption { font-family: 'Merriweather', 'Georgia', serif; font-weight: 700; color: #090a38; font-size: 20px; line-height: 29px; caption-side: top; text-align: center; }
.rds-scrollable-table caption,
.rds-scrollable-table h2 { padding-bottom: 15px; }
.rds-scrollable-table.can-scroll caption,
.rds-scrollable-table.can-scroll h2 { position: sticky; left: 0; }
.rds-scrollable-table th,
.rds-scrollable-table td { border: none; }
.rds-scrollable-table th { background: #090a38; font-weight: 400; color: #fff; text-align: center; }
.rds-scrollable-table th:first-child { border-radius: 8px 0 0 0; text-align: left; position: sticky; left: 0; }
.rds-scrollable-table th:last-child { border-radius: 0 8px 0 0 }
.rds-scrollable-table tbody td { background: #fff; color: #575757; }
.rds-scrollable-table tbody td:first-child { position: sticky; left: 0; }
.rds-scrollable-table tbody td + td { text-align: center; }
.rds-scrollable-table tbody td.usp { font-size:84%; line-height: 1.2 }
.rds-scrollable-table tbody td.usp span { display: block; }
.rds-scrollable-table tbody tr:nth-child(even) td ~ td { background: #f6f7f9; box-shadow: 0 1px 0 #ebeff2 inset, 0 -1px 0 #ebeff2 inset; }
.rds-scrollable-table tbody td:first-child a { font-weight: 600; }
.rds-scrollable-table tbody:last-child tr:last-child td:first-child { border-radius: 0 0 0 8px; }
.rds-scrollable-table tbody:last-child tr:last-child td:last-child { border-radius: 0 0 8px 0; }
.rds-scrollable-table tfoot td { background: #fff; text-align: right; border-radius: 0 0 8px 8px; color: #b1b5c7; }
.rds-scrollable-table.intro-fix tfoot td a { font-size: inherit; }

.rds-scrollable-table.mini table { min-width: 0; }
.rds-scrollable-table.mini tbody td { width: 50%; }

.rds-scrollable-table.btn-blocks .rds-btn { display: block; }

/*.rds-scrollable-table.rds-best-casinos a,
.rds-scrollable-table.rds-best-casinos a[target="_blank"] { color: inherit; }
.rds-scrollable-table.rds-best-casinos a:hover { text-decoration: none; }*/

.rds-scrollable-table .shadow { position: absolute; top: 0; bottom: 0; right: 0; width: 20px; background: -moz-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%); background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%); background: linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%); opacity: 0; transition: opacity .25s; }
.rds-scrollable-table.can-scroll { position: relative; margin-right: -18px; padding-right: 18px; padding-bottom: 26px; }
.rds-scrollable-table.can-scroll .shadow { bottom: 26px; }
.rds-scrollable-table.can-scroll:not(.at-end) .shadow { opacity: .8; }

.rds-scrollable-table.has-caption:not(.can-scroll) { overflow: visible; }
.rds-scrollable-table.has-caption table { box-shadow: none; }
.rds-scrollable-table.has-caption .shadow2 { position: absolute; bottom: 0; left: 0; right: 0; top: 0; pointer-events: none; border-radius: 8px; }

.rds-scrollable-table-with-image { display: flex; flex-flow: column nowrap; justify-content: center; align-items: center; margin: 25px 0 0; }
.rds-scrollable-table-image img { display: block; max-width: 100%; width: auto; height: auto; border-radius: 8px; }

.rds-scrollable-table.long-table table { font-size: 14px; line-height: 18px; }
.rds-scrollable-table.long-table tbody tr:first-child td ~ td { background: #e2f4ed; font-weight: bold; }
.rds-scrollable-table.long-table tbody tr:first-child td:first-child { background: #e2f4ed; }
.rds-scrollable-table.long-table.no-color tbody tr:first-child td:first-child { background: #fff;}
.rds-scrollable-table.long-table.no-color tbody tr:first-child td ~ td { background: #fff;}
.rds-scrollable-table.long-table tbody td:first-child { text-align: center; }
.rds-scrollable-table.long-table .rds-btn { font-size: 14px; white-space: nowrap; }
.rds-scrollable-table.long-table ._casino { margin: 0 auto; background-size: 80%; max-width: 120px; }

.rds-scrollable-table.logo-size-fix ._slot._bg.s,
.rds-scrollable-table.logo-size-fix ._casino._bg.s { max-width: none; max-height: none; width: 164px; height: 72px; }


@media only screen and (max-width: 767px) {
	.rds-scrollable-table th { padding: 14px 10px; }
	.rds-scrollable-table tbody td { padding: 10px; }
	.rds-scrollable-table th:first-child,
	.rds-scrollable-table tbody td:first-child { padding-left: 16px; padding-right: 16px; }
	.rds-scrollable-table tbody td:first-child a { white-space: nowrap; }
	.rds-scrollable-table tfoot td { font-size: 12px; line-height: 15px; padding: 8px 10px; }

	.rds-scrollable-table.left,
	.rds-scrollable-table.right { float: none; }

	.rds-scrollable-table.has-caption .shadow2 { bottom: 0px; }

	.rds-scrollable-table.mini { width: 100%; }
	.rds-scrollable-table.mini th { background: #00496e; }

	.rds-scrollable-table.can-scroll caption { max-width: calc(100vw - 20px); }



}

@media only screen and (min-width: 768px) {
	.rds-scrollable-table table { font-size: 18px; }
	.rds-scrollable-table caption { font-size: 26px; line-height: 36px; }
	.rds-scrollable-table caption,
	.rds-scrollable-table h2 { padding-bottom: 25px; }
	.rds-scrollable-table th { padding: 10px; }
	.rds-scrollable-table th.center { text-align-last:center; }
	.rds-scrollable-table tbody td { padding: 8px 15px; }
	.rds-scrollable-table th:first-child,
	.rds-scrollable-table tbody td:first-child { padding-left: 55px; text-align: left; width: 30%; }
	.rds-scrollable-table tfoot td { font-size: 14px; padding: 9px 20px; }

	.rds-scrollable-table:not(.first-cell-auto) th:first-child,
	.rds-scrollable-table:not(.first-cell-auto) tbody td:first-child

	.rds-scrollable-table.mini table { font-size: 15px; width: 320px; min-width: 0; }
	.rds-scrollable-table.mini th { font-size: 18px; padding: 10px; text-align: center; }
	.rds-scrollable-table.mini tbody td { padding: 7px 10px; }
	.rds-scrollable-table.mini th:first-child,
	.rds-scrollable-table.mini tbody td:first-child { padding-left: 16px; padding-right: 16px; }
	.rds-scrollable-table.mini tbody td:first-child a { white-space: nowrap; }
	.rds-scrollable-table.mini tfoot td { font-size: 12px; line-height: 15px; padding: 8px 10px; }

	.rds-scrollable-table.left { margin-right: 30px; }
	.rds-scrollable-table.right { margin-left: 30px; }

	.rds-scrollable-table.rds-best-casinos a { font-size: 17px; }

	.rds-scrollable-table-with-image { flex-direction: row; align-items: flex-start; }
	.rds-scrollable-table-with-image .rds-scrollable-table { overflow-x: hidden; min-width: 320px; width: 320px; margin-left: 25px; margin-top: 0; }
	.rds-scrollable-table-with-image .rds-scrollable-table th { font-size: 17px; line-height: 19px; padding: 5px 10px; height: 42px; }

	.rds-scrollable-table.long-table tbody td:first-child { padding-left: 10px; padding-right: 10px; }
	.rds-scrollable-table.long-table ._casino { background-size: 100%; max-width: unset; }
}

@media only screen and (min-width: 1024px) {
	.rds-scrollable-table.intro-fix { padding-right: 0; margin-right: auto; max-width: none; }
	.rds-scrollable-table.left { margin-right: 50px; }
	.rds-scrollable-table.right { margin-left: 50px; }

	.rds-scrollable-table-with-image .rds-scrollable-table { margin-left: 35px; }
}
._payment._bg, ._payment:not(._bg):before{ display: inline-block; vertical-align: middle; width: 120px; height: 40px; background-position: center; background-size: contain; background-repeat: no-repeat; }
._payment._bg { font-size: 0; color: transparent; }
._payment._bg.s { max-width: 44px; max-height: 18px; }
._payment._bg.applepay, ._payment.applepay:not(._bg):before{ width: 92px; height: 38px; background-image: url(/images/payment/applepay.png); }
._payment._bg.bitcoin, ._payment.bitcoin:not(._bg):before{ width: 141px; height: 34px; background-image: url(/images/payment/bitcoin.png); }
._payment._bg.cc, ._payment.cc:not(._bg):before{ width: 131px; height: 33px; background-image: url(/images/payment/cc.png); }
._payment._bg.klarna, ._payment.klarna:not(._bg):before{ width: 122px; height: 27px; background-image: url(/images/payment/klarna.png); }
._payment._bg.muchbetter, ._payment.muchbetter:not(._bg):before{ width: 152px; height: 33px; background-image: url(/images/payment/muchbetter.png); }
._payment._bg.neosurf, ._payment.neosurf:not(._bg):before{ width: 125px; height: 29px; background-image: url(/images/payment/neosurf.png); }
._payment._bg.neteller, ._payment.neteller:not(._bg):before{ width: 129px; height: 23px; background-image: url(/images/payment/neteller.png); }
._payment._bg.paynplay, ._payment.paynplay:not(._bg):before{ width: 142px; height: 40px; background-image: url(/images/payment/paynplay.png); }
._payment._bg.paypal, ._payment.paypal:not(._bg):before{ width: 99px; height: 26px; background-image: url(/images/payment/paypal.png); }
._payment._bg.paysafecard, ._payment.paysafecard:not(._bg):before{ width: 147px; height: 25px; background-image: url(/images/payment/paysafecard.png); }
._payment._bg.skrill, ._payment.skrill:not(._bg):before{ width: 82px; height: 29px; background-image: url(/images/payment/skrill.png); }
._payment._bg.sofort, ._payment.sofort:not(._bg):before{ width: 82px; height: 29px; background-image: url(/images/payment/sofort.png); }
._payment._bg.trustly, ._payment.trustly:not(._bg):before{ width: 136px; height: 28px; background-image: url(/images/payment/trustly.png); }
._payment._bg.zimpler, ._payment.zimpler:not(._bg):before{ width: 139px; height: 37px; background-image: url(/images/payment/zimpler.png); }
._payment._bg.visa, ._payment.visa:not(._bg):before{ width: 139px; height: 37px; background-image: url(/images/payment/visa.png); }
._payment._bg.wire-transfer, ._payment.wire-transfer:not(._bg):before{ width: 150px; height: 60px; background-image: url(/images/payment/wire-transfer.png); }
._payment._bg.bank-transfer, ._payment.bank-transfer:not(._bg):before,
._payment._bg.bankuberweisung, ._payment.bankuberweisung:not(._bg):before{ width: 139px; height: 37px; background-image: url(/images/payment/bankuberweisung.png); }
._payment._bg.ecopayz, ._payment.ecopayz:not(._bg):before{ width: 150px; height: 60px; background-image: url(/images/payment/ecopayz.png);}
._payment._bg.payz, ._payment.payz:not(._bg):before{ width: 150px; height: 60px; background-image: url(/images/payment/payz.png);}
._payment._bg.cashtocode, ._payment.cashtocode:not(._bg):before{ width: 146px; height: 23px; background-image: url(/images/payment/cashtocode.png); }
._payment._bg.ethereum, ._payment.ethereum:not(._bg):before{ width: 146px; height: 29px; background-image: url(/images/payment/etherium.png); }
._payment._bg.litecoin, ._payment.litecoin:not(._bg):before{ width: 115px; height: 30px; background-image: url(/images/payment/litecoin.png); }
._payment._bg.ubtc, ._payment.ubtc:not(._bg):before{ width: 102px; height: 29px; background-image: url(/images/payment/ubtc.png); }
._payment._bg.giropay, ._payment.giropay:not(._bg):before{ width: 150px; height: 60px; background-image: url(/images/payment/giropay.png); }
._payment._bg.mastercard, ._payment.mastercard:not(._bg):before{ width: 150px; height: 60px; background-image: url(/images/payment/mastercard.png); }
._payment._bg.rapid-transfer, ._payment.rapid-transfer:not(._bg):before{ width: 150px; height: 60px; background-image: url(/images/payment/rapid-transfer.png); }
._payment._bg.jeton, ._payment.jeton:not(._bg):before{ width: 150px; height: 60px; background-image: url(/images/payment/jeton.png); }
._payment._bg.bank-direct, ._payment.bank-direct:not(._bg):before{ width: 150px; height: 60px; background-image: url(/images/payment/bankdirect.png); }
._payment._bg.astropay, ._payment.astropay:not(._bg):before{ width: 150px; height: 60px; background-image: url(/images/payment/astropay.png); }
._payment._bg.sticpay, ._payment.sticpay:not(._bg):before{ width: 150px; height: 60px; background-image: url(/images/payment/sticplay.png); }
._payment._bg.mifinity, ._payment.mifinity:not(._bg):before{ width: 150px; height: 60px; background-image: url(/images/payment/mifinity.png); }
._payment._bg.ezeewallet, ._payment.ezeewallet:not(._bg):before{ width: 150px; height: 60px; background-image: url(/images/payment/ezeewallet.png); }
._payment._bg.tether, ._payment.tether:not(._bg):before{ width: 150px; height: 60px; background-image: url(/images/payment/tether.png); }
._payment._bg.dogecoin, ._payment.dogecoin:not(._bg):before{ width: 137px; height: 29px; background-image: url(/images/payment/dogecoin.png); }
._payment._bg.revolut, ._payment.revolut:not(._bg):before{ width: 113px; height: 26px; background-image: url(/images/payment/revolut.png); }
._payment._bg.coinspaid, ._payment.coinspaid:not(._bg):before{ width: 150px; height: 60px; background-image: url(/images/payment/coinspaid.png); }
._payment._bg.cashlib, ._payment.cashlib:not(._bg):before{ width: 150px; height: 60px; background-image: url(/images/payment/cashlib.png); }
._payment._bg.interac, ._payment.interac:not(._bg):before{ width: 150px; height: 60px; background-image: url(/images/payment/interac.png); }
._payment._bg.idebit, ._payment.idebit:not(._bg):before{ width: 150px; height: 60px; background-image: url(/images/payment/idebit.png); }
._payment._bg.citadel, ._payment.citadel:not(._bg):before{ width: 150px; height: 60px; background-image: url(/images/payment/citadel.png); }
._payment._bg.inpay, ._payment.inpay:not(._bg):before{ width: 150px; height: 60px; background-image: url(/images/payment/inpay.png); }
._payment._bg.instant-banking, ._payment.instant-banking:not(._bg):before{ width: 150px; height: 60px; background-image: url(/images/payment/instantbanking.png); }
._payment._bg.scardu, ._payment.scardu:not(._bg):before{ width: 150px; height: 60px; background-image: url(/images/payment/scardu.png); }
._payment._bg.instadebit, ._payment.instadebit:not(._bg):before{ width: 150px; height: 60px; background-image: url(/images/payment/instadebit.png); }.rds-support-icon { position: relative; }
.rds-support-icon:before { content: ''; float: left; width: 130px; height: 150px; margin: 15px 10px 10px 0; background: url(/images/icon/support-redesign.png) no-repeat center; background-size: contain; }

@media (min-width: 768px){
	.rds-support-icon { padding-left: 220px; }
	.rds-support-icon:before { position: absolute; top: 15px; left: 0; float: none; width: 220px; height: calc(100% - 30px); margin: 0; }
}.rds-listbox { position: relative; background: #cce5ff; border-radius: 15px; padding: 30px 0 60px 0; overflow: hidden; margin: 0 -8px; }
.rds-listbox h2 { margin: 0 0 20px 0; font-size: 20px; line-height: 24px; color: #090a38; text-align: center; font-weight: bold; }
.rds .with-sidebar ~ section .rds-listbox h2 { text-align: center; }
.rds-listbox ul.front { list-style: none outside none; padding: 0 30px 35px 30px; }
.rds-listbox ul.front li + li { margin-top: 20px; }
.rds-listbox ul.front li ._casino { display: block; border-radius: 15px; background-color: #ffffff; box-shadow: 0px 2px 12px 0px rgba(82, 91, 102, 0.14); padding: 20px 20px 15px 20px; font-size: 16px; line-height: 20px; color: #0077ff; text-align: center; font-weight: bold; }
.rds-listbox ul.front li ._casino:before { content: ''; display: block; background-color: rgba(232,232,232,0.6); border-radius: 12px; margin: 0 auto 12px auto; width: 100%; height: 75px; background-size: auto 58px; }
.rds-listbox ul.front li ._casino[data-suffix]:after { content: attr(data-suffix); background: none; width: 100%; height: auto; display: inline; vertical-align: top; margin-left: 5px; }
.rds-listbox ul.front li ._casino:hover { text-decoration: none; }

.rds-listbox ul.rest { list-style: none outside none; display: flex; justify-content: space-between; flex-wrap: wrap; padding: 0 50px; max-height: 0; opacity: 0; visibility: hidden; transition: all .2s; background-color: rgb(247, 247, 247, 0.5); position: relative; overflow: hidden; }
.rds-listbox ul.rest li { width: 100%; display: block; font-size: 15px; line-height: 19px; color: #00104b; font-weight: bold; padding: 0 0 0 15px; margin-top: 25px; box-sizing: border-box; position: relative; }
.rds-listbox ul.rest li:before { content: ''; position: absolute; top: 7px; left: 0; width: 5px; height: 5px; background: #9dd5b5; border-radius: 50%; }
.rds-listbox ul.rest li:after { display: none; }
.rds-listbox ul.rest li a { color: #00104b; transition: all .2s; }
.rds-listbox ul.rest li a:hover { color: #0077ff; }

.rds-listbox.part-opened { padding-bottom: 70px; }
.rds-listbox.part-opened ul.rest { padding-top: 5px; padding-bottom: 30px; max-height: 560px; opacity: 1; visibility: visible; }
.rds-listbox.full-opened ul.rest { max-height: 100%; }
.rds-listbox.full-opened { padding-bottom: 0; }
.rds-listbox.full-opened .actions { opacity: 0; visibility: hidden; }

.rds-listbox .actions { position: absolute; bottom: 5px; left: 0; width: 100%; }
.rds-listbox.part-opened .actions { bottom: 0; }
.rds-listbox .actions .rds-listbox-toggle { background: #cce5ff; width: 100%; height: 70px; font-size: 16px; line-height: 70px; color: #0077ff; display: flex; justify-content: center; align-items: center; cursor: pointer; border: 0; font-weight: bold; }
.rds-listbox .actions .rds-listbox-toggle:after { content: ''; width: 10px; height: 10px; border-left: solid 3px #0077ff; border-bottom: solid 3px #0077ff; transform: rotate(-45deg); display: block; margin-left: 15px; margin-bottom: 3px; }

@media only screen and (min-width: 480px) {
    .rds-listbox ul.rest { padding: 0 30px; }
    .rds-listbox ul.rest li { width: 49%; }
}

@media only screen and (min-width: 768px) {
    .rds-listbox { padding-bottom: 50px; margin: 0; }
    .rds-listbox ul.front { display: flex; justify-content: space-between; }
    .rds-listbox ul.front li { width: 31.65%; }
    .rds-listbox ul.front li + li { margin: 0; }
    .rds-listbox ul.rest { margin: 0 30px; border-radius: 15px; }
    
    .rds-listbox.part-opened { padding-bottom: 50px; }
    .rds-listbox.part-opened ul.rest { padding-bottom: 30px; max-height: 540px; }
    .rds-listbox.part-opened ul.rest:after { content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 100px; display: block; z-index: 3;  background: rgb(230,242,255); background: linear-gradient(180deg, rgba(230,242,255,0) 0%, rgba(230,242,255,1) 50%, rgba(230,242,255,1) 100%); }
    .rds-listbox.part-opened .actions { bottom: 35px; z-index: 5; background: transparent; }
    .rds-listbox.part-opened .actions .rds-listbox-toggle { width: 250px; height: 40px; line-height: 40px; box-shadow: 0px 12px 18.69px 2.31px rgba(165, 192, 221, 0.4); border-radius: 20px; background: #cce5ff; margin: 0 auto; }
    .rds-listbox.full-opened { padding-bottom: 30px; }
    .rds-listbox.full-opened ul.rest { max-height: 100%; }
    .rds-listbox.full-opened ul.rest:after { display: none; }
}

@media only screen and (min-width: 900px) {
    .rds-listbox ul.rest li { width: 32%; }
}

@media only screen and (min-width: 1024px) {
    .rds-listbox h2 { font-size: 26px; line-height: 30px; }
}
.rds-procon{margin:20px auto 0;}
.rds-procon .title{font-size:18px;line-height: 1.3;font-weight:bold;font-family: 'Merriweather', 'Georgia', serif;color:#615c79;}
.rds-procon ul{list-style:none;}
.rds-procon > div{border-radius: 12px;}
.rds-procon .pros{position:relative;padding:40px 25px;color:#333;background:#e2f4ed;border:1px solid #c1e3d6;box-shadow:0 0 21px -8px #aaa;}
.rds-procon .pros .title{position:relative;padding-left:66px;padding-bottom: 15px;height: 60px;line-height: 45px;color:#54b96b;}
.rds-procon .pros .title span{display:inline-block;line-height: 1.3;vertical-align: middle;}
.rds-procon .pros .title:before{content:"";position:absolute;top:0;left:0;display:block;width:45px;height:45px;background-color:#54b96b;border-radius:7px;}
.rds-procon .pros .title._icon:before{width:45px;height:45px;border:8px solid #54b96b;}
.rds-procon .pros ul{position:relative;padding-left:50px;font-weight:600;}
.rds-procon .pros ul:before{content:"";display:block;width: 1px;position: absolute;left: 22px;bottom: 10px;top: -40px;background: #c1e3d6;}
.rds-procon .pros ul li{position:relative;margin-top:25px;}
.rds-procon .pros ul li:before{content:"";display:block;width:13px;height:13px;position:absolute;top:5px;left:-34px;background:#54b96b;border-radius:50%;}
.rds-procon .pros ul li:last-child:after{content: '';background: #e2f4ed;width: 5px;position: absolute;bottom: 0;top: 18px;left: -30px;}
.rds-procon .cons{margin-top:-20px;padding:60px 40px 40px;background:#f7f7f7;}
.rds-procon .cons ul li{margin-top:30px;}
.rds-procon .cons ul li:before{content:"- ";}

.rds-procon.author-version { margin: 30px 0 0; }
.rds-procon.author-version ul:before,
.rds-procon.author-version ul li:last-child:after { content: none; }
.rds-procon.author-version .pros { padding: 30px 30px 45px; border: none; border-radius: 15px; }
.rds-procon.author-version .pros ul { padding: 0; }
.rds-procon.author-version .pros ul li { padding-left: 25px; line-height: 1.7; }
.rds-procon.author-version .pros ul li:first-child { margin-top: 0; }
.rds-procon.author-version .pros ul li:before { top: 6px; left: 0; }
.rds-procon.author-version .pros .operator-details { text-align: center; }
.rds-procon.author-version .pros ._casino, .rds-procon.author-version .pros ._software{ margin: 14px 0; }
.rds-procon.author-version .pros .rds-btn { width: 100%; font-size: 15px; padding: 9px; border-radius: 24px; }
.rds-procon.author-version .cons { position: relative; padding: 30px 30px 0 30px; margin: 0; background: #f7f7f7; border-radius: 15px 15px 0 0; }
.rds-procon.author-version .cons:after { content: ''; position: absolute; left: 0; bottom: -20px; width: 100%; height: 20px; background: #f7f7f7; }
.rds-procon.author-version .cons .author-wrapper { padding: 45px 30px 50px; background: #ffffff; border-radius: 15px 15px 0 0; box-shadow: 0px 2px 24px 0px rgba(55, 55, 55, 0.15); }
.rds-procon.author-version .cons .author-wrapper .flex-wrapper { display: flex; }
.rds-procon.author-version .cons .author-wrapper img { filter: grayscale(1); margin-right: 20px; border-radius: 50%; opacity: 0.85; }
.rds-procon.author-version .cons .rating-wrapper { display: flex; flex-direction: column; justify-content: center; }
.rds-procon.author-version .cons .rating-text { font-size: 13px; color: #a4a8b5; }
.rds-procon.author-version .cons .rating-score { display: block; font-size: 12px; color: #667093; }
.rds-procon.author-version .cons .rating-score:before { content: ''; display: inline-block; width: 20px; height: 20px; background: url(/images/rating-star-tops.png) no-repeat center; vertical-align: top; margin: 0 5px; }
.rds-procon.author-version .cons .rating-score strong { font-size: 18px; color: #00104b; }
.rds-procon.author-version .cons .text-wrapper { position: relative; }
.rds-procon.author-version .cons .text-wrapper:after { content: ''; position: absolute; width: 72px; height: 80px; top: 50%; margin-top: -40px; right: -30px; background: url(/images/icon/quote-redesign.png) no-repeat 0 0; z-index: 0; }
.rds-procon.author-version .cons .author-name,
.rds-procon.author-version .cons .author-quote { position: relative; z-index: 1; }
.rds-procon.author-version .cons .author-name { display: block; font-size: 18px; font-weight: bold; color: #4c545a; margin: 25px 0; }
.rds-procon.author-version .cons .author-quote { font-style: italic; font-size: 15px; }

.rds-procon.v3 .pros{position: relative; border-radius: 12px 12px 0 0; padding: 30px 10px 40px; border: none; box-shadow: none;}
.rds-procon.v3 .pros:before,
.rds-procon.v3 .pros:after{position: absolute; content: ''; bottom: -5px; right: 50%; transform: translateX(50%) translateY(50%);}
.rds-procon.v3 .pros:before{z-index: 1;}
.rds-procon.v3 .pros:after{z-index: 0; width: 74px; height: 74px; border-radius: 15px; border: 8px solid #fff; background-image: -moz-linear-gradient( 180deg, rgb(79,143,213) 0%, rgb(84,185,107) 100%); background-image: -webkit-linear-gradient( 180deg, rgb(79,143,213) 0%, rgb(84,185,107) 100%); background-image: -ms-linear-gradient( 180deg, rgb(79,143,213) 0%, rgb(84,185,107) 100%);}
.rds-procon.v3 .pros .title{padding: 0 25px; margin: 0 auto; height: auto; line-height: 1.2; text-align: center;}
.rds-procon.v3 .pros .title:before{display: none;}
.rds-procon.v3 .pros ul:before{display: none;}
.rds-procon.v3 .pros ul li:last-child:after{display: none;}
.rds-procon.v3 .cons{margin: 10px 0 0; border-radius: 0 0 12px 12px; padding: 45px 10px 30px; background: #e0efff;}
.rds-procon.v3 .cons .title{padding: 0 25px; text-align: center; color: #4f8fd5;}
.rds-procon.v3 .cons ul{font-weight: 600; padding-left: 58px;}
.rds-procon.v3 .cons ul li{position: relative; margin-top: 25px;}
.rds-procon.v3 .cons ul li:before{content: ""; display: block; width: 13px; height: 13px; position: absolute; top: 5px; left: -34px; background: #4f8fd5; border-radius: 50%;}

@media only screen and (min-width: 375px){
.rds-procon.author-version .cons .author-wrapper { padding: 50px 35px; }
.rds-procon.author-version .cons .text-wrapper:after { right: -35px; }
}
@media only screen and (max-width: 599px){
.rds-procon .cons{background:#e9edef;}
.rds-procon.v2 .cons{background:#fff;}
}
@media only screen and (min-width: 600px){
.rds-procon{margin-top: 30px;display:flex;flex-flow:row nowrap;}
.rds-procon > div{flex-basis: 50%;flex-shrink: 1;flex-grow: 1;}
.rds-procon .pros{padding: 30px 20px;border:none;}
.rds-procon:not(.v2) .pros{box-shadow:none;}
.rds-procon .cons{margin: 50px 0 50px -20px;padding: 35px 25px 35px 60px;}
.rds-procon.v2 .cons{box-shadow: 0 0 21px -8px #aaa;}

.rds-procon.author-version { align-items: center; }
.rds-procon.author-version .pros { padding: 40px 30px 35px; }
.rds-procon.author-version .cons { height: 100%; padding: 30px; border-radius: 15px 0 0 15px; }
.rds-procon.author-version .cons:after { content: none; }
.rds-procon.author-version .cons .author-wrapper { border-radius: 15px; }

.rds-procon.v3 .pros{border-radius: 12px 0 0 12px; padding: 38px 15px 30px 15px;}
.rds-procon.v3 .cons{border-radius: 0 12px 12px 0; padding: 38px 10px 30px 15px; margin: 0 0 0 10px;}
.rds-procon.v3 .pros:before, 
.rds-procon.v3 .pros:after{bottom: auto; right: -5px; transform: translateX(50%);}
.rds-procon.v3 .pros:before{top: 55px;} 
.rds-procon.v3 .pros:after{top: 35px;}
}
@media only screen and (min-width: 768px){
.rds-procon{margin-left: 3%;margin-right: 3%;}
.rds-procon.closer{margin-left: 0;margin-right: 6%;}
.rds-procon .title{font-size:23px;}
.rds-procon .pros .title{padding-left:80px;height:75px;line-height:55px;}
.rds-procon .pros .title:before{width:58px;height:58px;}
.rds-procon .pros .title._icon:before{width:58px;height:58px;border: none;background-size: unset;}
.rds-procon .pros ul{padding-left:58px;}
.rds-procon .pros ul:before{left: 29px;bottom: 10px;top: -37px;}
.rds-procon .pros ul li:before{left:-35px}
.rds-procon .pros ul li{margin-top:20px;}
.rds-procon .cons ul li{margin-top:25px;}

.rds-procon.author-version { justify-content: center; }
.rds-procon.author-version > div { flex-basis: initial; flex-shrink: initial; flex-grow: initial; }
.rds-procon.author-version .pros { width: 420px; padding: 70px 40px 40px; }
.rds-procon.author-version .pros ul li { padding-left: 35px; }
.rds-procon.author-version .pros ul li:before { top: 8px; }
.rds-procon.author-version .pros .operator-details { display: flex; align-items: center; padding-top: 40px; }
.rds-procon.author-version .pros ._casino, .rds-procon.author-version .pros ._software { margin: 0 10px 0 0; }
.rds-procon.author-version .pros .rds-btn { flex: 1 0 0; height: 42px; }
.rds-procon.author-version .cons { width: 380px; padding: 40px; }
.rds-procon.author-version .cons .rating-score:before { margin: 3px 5px 0; }

.rds-procon.v3 .pros .title,
.rds-procon.v3 .cons .title{padding: 0; width: 90%;}

}
@media only screen and (min-width: 1024px){
.rds-procon.author-version { justify-content: flex-start; }
.rds-procon .pros ul li { margin-top: 35px; }
.rds-procon.v3 .pros{padding: 38px 25px 45px 30px;}
.rds-procon.v3 .cons{padding: 38px 20px 45px 30px;}
.rds-procon.v3 .cons ul li{margin-top: 35px;}
}.rds-qna{margin: 25px auto 0;padding: 18px 24px;font-size: 17px;border-radius: 10px;background: white;box-shadow: 0 0 10px -3px #555;}
.rds-qna+.rds-qna{margin-top: 9px}
.rds-qna h3{position: relative;padding-right:30px;font-size: 17px;line-height: 1.7;cursor: pointer;margin-bottom: 0;}
.rds-qna h3 span{vertical-align:middle;padding-right:3px;margin-top:-2px;}
.rds-qna h3:after{content: "";position:absolute;top:0;bottom:0;right:0;display: block;width: 16px;height: 10px;margin:auto;background: url(/images/arrs.png) no-repeat center bottom;transition:.2s linear}
.rds-qna.opened h3:after{background-position: center top;}
.rds-qna .text{overflow:hidden;max-height:0;transition: max-height .25s;}
.rds-qna.opened .text{max-height: 500px}
.rds-qna .text p{}
@media only screen and (min-width: 768px){
.rds-qna{margin-top:30px;padding: 18px 30px;}
.rds-qna h3{font-size:20px;}
}
.rds-footer { padding: 17px 0 30px; font-size: 11px; line-height: 1.73; color: #a5a3c1; background: #030429 url(/images/footer-map.png) no-repeat right top; }

.rds-footer .footer-row:after { content: ''; position: relative; overflow: hidden; display: block; width: 100%; clear: both; font-size: 0; }

.rds-footer .footer-website { padding: 0 12px 11px; }
.rds-footer .footer-website:before { content: ''; display: block; width: 166px; height: 37px; margin-bottom: 18px; background: url(/images/logo-desktop.png) no-repeat center center; background-size: contain; }

.rds-footer .footer-author { position: relative; overflow: hidden; }
.rds-footer .footer-author:before { content: ''; float: left; display: block; width: 45px; height: 45px; margin: 3px 17px 5px 7px; border-radius: 50%; background: #797aa0 url(/images/author/ethan-frazer-small.jpg) 0 0 no-repeat; background-size: cover; opacity: .6; }
.rds-footer .footer-author:after { font-size: 12px; line-height: 1.5; font-style: italic; content: 'bestcanadianonlinecasinos is a leading online gaming authority carrying out field testing and user research. We provide objective and honest casino reviews, guides and news to help players and not online casinos.';  }

.rds-footer .footer-legal { padding: 0 12px 40px; }
.rds-footer .footer-legal:before { display: block; margin-bottom: 10px; font-size: 15px; color: #fff; content: ' Legal References:'; }
.rds-footer .footer-legal:after { display: block;  content: "All listed offers are subject to the terms and conditions of the respective provider. The bonus offers show the maximum bonus amount. the actual amount depends on the individual deposit. Please check the full terms and conditions and bonus conditions on the provider's website. We do not provide customer support for any offers or promotions shown on our website. Play responsibly and follow the regulatory requirements in your country."; }

.rds-footer .footer-nav { padding: 0 12px 40px; }
.rds-footer .footer-nav-title { display: block; margin-bottom: 19px; font-size: 16px; text-transform: uppercase; color: #0077ff; }
.rds-footer .footer-nav-list { list-style: none; columns: 2; column-gap: 38px; padding: 0; margin: 0; font-size: 15px; line-height: 1.2; }
.rds-footer .footer-nav-list li { display: inline-block; width: 100%; padding-bottom: 12px; }
.rds-footer .footer-nav-list a { color: #c0c0c0; }
.rds-footer .footer-nav-list a:before { content: '> '; color: #0077ff; }

.rds-footer .footer-stats { padding: 30px 35px 7px; margin-bottom: 30px; background-color: #0c0d41; }

.rds-footer .footer-stats .stat { position: relative; display: inline-block; width: 100%; min-height: 42px; padding-left: 65px; margin-bottom: 23px; line-height: 1.2; }
.rds-footer .footer-stats .stat .ico { position: absolute; top: 50%; left: 0; width: 56px; height: 56px; margin-top: -28px; background-image: url(/images/footer-stats.png); transform: scale(.8); }
.rds-footer .footer-stats .stat:before { display: block; margin-bottom: 3px; font-size: 20px; font-weight: bold; color: #fff; }
.rds-footer .footer-stats .stat:after { display: block; font-size: 14px; color: #9a92c1; }

.rds-footer .footer-stats .stat-1 .ico { background-position: 0 0; }
.rds-footer .footer-stats .stat-1:before { content: '15.000+'; }
.rds-footer .footer-stats .stat-1:after { content: 'Hours of Research'; }

.rds-footer .footer-stats .stat-2 .ico { background-position: -56px 0; }
.rds-footer .footer-stats .stat-2:before { content: '37.000+'; }
.rds-footer .footer-stats .stat-2:after { content: 'Visitors per month' }

.rds-footer .footer-stats .stat-3 .ico { background-position: -112px 0; }
.rds-footer .footer-stats .stat-3:before { content: '2.100+'; }
.rds-footer .footer-stats .stat-3:after { content: 'Casino sign ups per month'; }

.rds-footer .footer-stats .stat-4 .ico { background-position: -168px 0; }
.rds-footer .footer-stats .stat-4:before { content: '8.600.000 €'; }
.rds-footer .footer-stats .stat-4:after { content: 'winnings since 2018'; }

.rds-footer .footer-compliance { padding-bottom: 30px; text-align: center; }
.rds-footer .footer-compliance:before { display: block; margin-bottom: 6px; font-size: 15px; content: 'We only recommend tested casinos:'; }
.rds-footer .footer-compliance span, .rds-footer .footer-compliance a{margin: 5px;}
.rds-footer .footer-compliance a:hover{opacity: 0.7;}

.rds-footer .footer-lang { min-height: 50px; margin-bottom: 30px; }

.rds-footer .footer-links { list-style: none; padding: 0 10px 28px; border-bottom: 1px solid #191a40; margin-bottom: 14px; columns: 2; column-gap: 120px; font-size: 13px; line-height: 1.2; }
.rds-footer .footer-links li { position: relative; display: inline-block; width: 100%; padding: 0 0 3px 8px; }
.rds-footer .footer-links li:before { content: '\2022'; position: absolute; top: 0; left: 0; }
.rds-footer .footer-links a { white-space: nowrap; color: #7d7d99; }

.rds-footer .footer-copyright { float: left; width: 80%; margin: 0; font-size: 11px; font-style: italic; color: #636484; }

.rds-footer .footer-socials { float: right; font-size: 0;}
.rds-footer .footer-socials a { position: relative; display: inline-block; width: 25px; height: 25px; margin-left: 6px; font-size: 0; color: transparent; }
.rds-footer .footer-socials a:first-child { margin-left: 0; }
.rds-footer .footer-socials a:before { content: ''; position: absolute; top: 50%; left: 50%; width: 16px; height: 16px; margin: -8px; background: url(/images/footer-socials.png) no-repeat 0 0; opacity: .5; }
.rds-footer .footer-socials a:after { content: ''; pointer-events: none; position: absolute; top: 50%; left: -4px; width: 1px; height: 10px; margin: -5px 0; background-color: #fff; opacity: .5; }
.rds-footer .footer-socials a:first-child:after { content: none; }
.rds-footer .footer-socials a.social-twitter:before { background-position: 0 0; }
.rds-footer .footer-socials a.social-rss:before { background-position: -16px 0; }

.rds-footer .footer-country-picker { position: relative; z-index: 1; user-select: none; -webkit-user-select: none }
.rds-footer .footer-country-picker:before { content: ''; position: absolute; z-index: 3; width: 34px; height: 22px; top: 12px; left: 12px }
.rds-footer .footer-country-picker:not(._flag2):before { background: url(/images/footer-globe.png) center no-repeat; width: 23px; height: 23px; top: 13px; left: 16px }
.rds-footer .footer-country-toggle { display: block; background: #070835; padding: 2px 48px 2px 54px; border-radius: 24px; font-size: 18px; font-weight: 300; line-height: 44px; color: #a3a0db; box-shadow: 0 2px 7px rgba(0, 0, 0, .15); position: relative; z-index: 2; box-shadow: inset 0 -1px 0 #25276e, inset 0 0 1px #25276e; }
.rds-footer .footer-country-toggle:before,
.rds-footer .footer-country-toggle:after { content: ''; cursor: pointer }
.rds-footer .footer-country-toggle:before { content: ''; width: 46px; height: 46px; border-radius: 23px; position: absolute; top: 1px; right: 1px }
.rds-footer .footer-country-toggle:before { background: #070835; }
.rds-footer .footer-country-toggle:after { width: 10px; height: 10px; border-width: 0 0 2px 2px; border-style: solid; border-color: transparent transparent #0077ff #0077ff; position: absolute; top: 17px; right: 28px; pointer-events: none; transform: rotate(-45deg) }
.rds-footer .footer-country-search { display: block; background: #070835; border: 0 none; font-size: 14px; line-height: 24px; padding: 10px 0; width: 100%; color: #a3a0db; box-shadow: none; border-radius: 0 }
.rds-footer .footer-country-search::placeholder { opacity: .4; }
.rds-footer .footer-country-search:focus { outline: none; }
.rds-footer .footer-country-dropdown { background: #070835; position: absolute; top: 24px; left: 0; right: 0; border-radius: 0 0 5px 5px; padding: 40px 23px 20px 17px; display: none; box-shadow: 0 0 1px #25276e inset; }
.rds-footer .footer-country-picker.open .footer-country-dropdown { display: block; }
.rds-footer .footer-country-picker.open .footer-country-toggle:after { transform: translateY(2px) rotate(135deg); }
.rds-footer .footer-country-dropdown ul { list-style: none; margin: 0; padding: 0; max-height: 112px; overflow-x: hidden; overflow-y: auto; scrollbar-width: thin; scrollbar-color: #e1e1e1 #b7b7b7; display: flex; flex-flow: row wrap }
.rds-footer .footer-country-dropdown ul::-webkit-scrollbar { width: 3px }
.rds-footer .footer-country-dropdown ul::-webkit-scrollbar-track { background: #070835; border-radius: 2px }
.rds-footer .footer-country-dropdown ul::-webkit-scrollbar-thumb { background: #0077ff; border-radius: 2px }
.rds-footer .footer-country-dropdown ul li { flex-basis: 25%; max-width: 25%; margin-bottom: 22px; display: none }
.rds-footer .footer-country-dropdown ul li.visible { display: list-item }
.rds-footer .footer-country-dropdown a { font-size: 0; color: transparent; }
.rds-footer .footer-country-dropdown a:before { content: ''; width: 52px; height: 34px }

@media only screen and (min-width: 400px) and (max-width: 549px), only screen and (min-width: 820px) and (max-width: 949px), only screen and (min-width: 1200px) {
	.rds-footer .footer-country-dropdown ul li { flex-basis: 20%; max-width: 20% }
}

@media only screen and (min-width: 550px) and (max-width: 659px), only screen and (min-width: 950px) and (max-width: 1023px) {
	.rds-footer .footer-country-dropdown ul li { flex-basis: 16.66%; max-width: 16.66% }
}

@media only screen and (min-width: 660px) and (max-width: 767px) {
	.rds-footer .footer-country-dropdown ul li { flex-basis: 12.5%; max-width: 12.5% }
}


@media(min-width: 768px){
	.rds-footer .footer-row { display: flex; flex-flow: row wrap; justify-content: space-between; }

	.rds-footer .footer-stats { columns: 2; column-gap: 40px; }

	.rds-footer .footer-website { width: 42%; }
	.rds-footer .footer-legal { width: 55%; }

	.rds-footer .footer-compliance { padding: 0 12px 20px; width: 50%; text-align: left; }
	.rds-footer .footer-lang { width: 45%; }

	.rds-footer .badge-small { margin: 10px auto 30px; }
}

@media(min-width: 1024px){
	.rds-footer { position: relative; overflow: hidden; padding: 38px 0 0; background-position: 32% 0; background-repeat: no-repeat; }
	.rds-footer .footer-row { justify-content: flex-start;  }

	.rds-footer .footer-website { width: 26%; margin-right: 3%; }
	.rds-footer .footer-website:before { width: 192px; height: 43px; margin-bottom: 25px; }

	.rds-footer .footer-legal { width: 38%; padding-bottom: 28px; margin-right: 5.7%; }
	.rds-footer .footer-legal:before { margin-bottom: 14px; font-size: 17px; }

	.rds-footer .footer-nav { width: calc(27.3% + 35px); padding-bottom: 22px; margin-right: -35px; }
	.rds-footer .footer-nav-title { margin-bottom: 23px; font-size: 17px; line-height: 1.3; }
	.rds-footer .footer-nav-list a:before { content: none; }
	.rds-footer .footer-nav-list a:hover { text-decoration: none; color: #54b96b; }

	.rds-footer .footer-stats { position: relative; display: flex; padding: 64px 0 38px; margin: 0 -50px 26px 8px; }
	.rds-footer .footer-stats:before { content: ''; position: absolute; top: 0; bottom: 0; left: 50%; width: 200vw; margin-left: -100vw; background-color: #0c0d41; }
	.rds-footer .footer-stats .stat { display: block; width: 25%; padding-left: 68px; }
	.rds-footer .footer-stats .stat:before { font-size: 24px; margin-bottom: 1px; }
	.rds-footer .footer-stats .stat:after { font-size: 16px; }
	.rds-footer .footer-stats .stat .ico { left: 0; margin-top: -28px; transform: none; }

	.rds-footer .footer-compliance { position: relative; overflow: hidden; width: 58%; padding-left: 170px;}
	.rds-footer .footer-compliance:before { position: absolute; top: 5px; left: 7px; width: 165px; font-size: 14px; line-height: 1.21; text-transform: uppercase; }

	.rds-footer .footer-lang { width: calc(32% + 35px ); margin-right: -35px; }

	.rds-footer .footer-country-dropdown { top: auto; bottom: 24px; padding-top: 20px; border-radius: 24px 24px 0 0; }

	.rds-footer .footer-links { width: 58%; padding: 19px 22px 0; columns: auto; border-bottom: none; }
	.rds-footer .footer-links li { display: inline-block; width: auto; padding: 0 21px 0 0; }
	.rds-footer .footer-links li a:hover { color: #fff; text-decoration: none; }
	.rds-footer .footer-links li:after { content: ''; position: absolute; top: 4px; right: 8px; display: block; width: 1px; height: 10px; background-color: currentColor; }
	.rds-footer .footer-links li:last-child:after { content: none; }
	.rds-footer .footer-links li:before { content: none; }

	.rds-footer .footer-copyright { width: 38%; padding: 14px 1px 0; font-size: 13px; text-align: right; }

	.rds-footer .footer-socials { float: none; width: calc(3% + 50px); padding: 13px 5px 0 0; margin-right: -50px; text-align: right; }
	.rds-footer .footer-socials a:hover:before { opacity: 1; }

	.rds-footer .badge-small { margin: 30px auto 0; }
}


@media(min-width: 1078px){
	.rds-footer .badge-small { margin: 0px auto; }
}
._flag2:before,
._flag2:after,
._flag2 > span,
._flag2._bg { display: inline-block; vertical-align: middle; font-size: 0; color: transparent; width: 24px; height: 16px; background-image: url(/images/footer-globe.png); background-position: center; background-repeat: no-repeat; background-size: contain }
._flag2.s:before,
._flag2.s:after,
._flag2.s > span,
._flag2._bg.s { width: 16px; height: 11px }
._flag2.abkhazia:before,
._flag2.abkhazia:after,
._flag2.abkhazia > span,
._flag2._bg.abkhazia { background-image: url(/images/flag2/abkhazia.svg) }
._flag2.lithuania:before,
._flag2.lithuania:after,
._flag2.lithuania > span,
._flag2._bg.lithuania { background-image: url(/images/flag2/lithuania.svg) }
._flag2.afghanistan:before,
._flag2.afghanistan:after,
._flag2.afghanistan > span,
._flag2._bg.afghanistan { background-image: url(/images/flag2/afghanistan.svg) }
._flag2.luxembourg:before,
._flag2.luxembourg:after,
._flag2.luxembourg > span,
._flag2._bg.luxembourg { background-image: url(/images/flag2/luxembourg.svg) }
._flag2.aland-islands:before,
._flag2.aland-islands:after,
._flag2.aland-islands > span,
._flag2._bg.aland-islands { background-image: url(/images/flag2/aland-islands.svg) }
._flag2.macao:before,
._flag2.macao:after,
._flag2.macao > span,
._flag2._bg.macao { background-image: url(/images/flag2/macao.svg) }
._flag2.albania:before,
._flag2.albania:after,
._flag2.albania > span,
._flag2._bg.albania { background-image: url(/images/flag2/albania.svg) }
._flag2.madagascar:before,
._flag2.madagascar:after,
._flag2.madagascar > span,
._flag2._bg.madagascar { background-image: url(/images/flag2/madagascar.svg) }
._flag2.algeria:before,
._flag2.algeria:after,
._flag2.algeria > span,
._flag2._bg.algeria { background-image: url(/images/flag2/algeria.svg) }
._flag2.madeira:before,
._flag2.madeira:after,
._flag2.madeira > span,
._flag2._bg.madeira { background-image: url(/images/flag2/madeira.svg) }
._flag2.american-samoa:before,
._flag2.american-samoa:after,
._flag2.american-samoa > span,
._flag2._bg.american-samoa { background-image: url(/images/flag2/american-samoa.svg) }
._flag2.malasya:before,
._flag2.malasya:after,
._flag2.malasya > span,
._flag2._bg.malasya { background-image: url(/images/flag2/malasya.svg) }
._flag2.andorra:before,
._flag2.andorra:after,
._flag2.andorra > span,
._flag2._bg.andorra { background-image: url(/images/flag2/andorra.svg) }
._flag2.malawi:before,
._flag2.malawi:after,
._flag2.malawi > span,
._flag2._bg.malawi { background-image: url(/images/flag2/malawi.svg) }
._flag2.angola:before,
._flag2.angola:after,
._flag2.angola > span,
._flag2._bg.angola { background-image: url(/images/flag2/angola.svg) }
._flag2.maldives:before,
._flag2.maldives:after,
._flag2.maldives > span,
._flag2._bg.maldives { background-image: url(/images/flag2/maldives.svg) }
._flag2.anguilla:before,
._flag2.anguilla:after,
._flag2.anguilla > span,
._flag2._bg.anguilla { background-image: url(/images/flag2/anguilla.svg) }
._flag2.mali:before,
._flag2.mali:after,
._flag2.mali > span,
._flag2._bg.mali { background-image: url(/images/flag2/mali.svg) }
._flag2.antigua-and-barbuda:before,
._flag2.antigua-and-barbuda:after,
._flag2.antigua-and-barbuda > span,
._flag2._bg.antigua-and-barbuda { background-image: url(/images/flag2/antigua-and-barbuda.svg) }
._flag2.malta:before,
._flag2.malta:after,
._flag2.malta > span,
._flag2._bg.malta { background-image: url(/images/flag2/malta.svg) }
._flag2.argentina:before,
._flag2.argentina:after,
._flag2.argentina > span,
._flag2._bg.argentina { background-image: url(/images/flag2/argentina.svg) }
._flag2.marshall-island:before,
._flag2.marshall-island:after,
._flag2.marshall-island > span,
._flag2._bg.marshall-island { background-image: url(/images/flag2/marshall-island.svg) }
._flag2.armenia:before,
._flag2.armenia:after,
._flag2.armenia > span,
._flag2._bg.armenia { background-image: url(/images/flag2/armenia.svg) }
._flag2.martinique:before,
._flag2.martinique:after,
._flag2.martinique > span,
._flag2._bg.martinique { background-image: url(/images/flag2/martinique.svg) }
._flag2.aruba:before,
._flag2.aruba:after,
._flag2.aruba > span,
._flag2._bg.aruba { background-image: url(/images/flag2/aruba.svg) }
._flag2.mauritania:before,
._flag2.mauritania:after,
._flag2.mauritania > span,
._flag2._bg.mauritania { background-image: url(/images/flag2/mauritania.svg) }
._flag2.australia:before,
._flag2.australia:after,
._flag2.australia > span,
._flag2._bg.australia { background-image: url(/images/flag2/australia.svg) }
._flag2.mauritius:before,
._flag2.mauritius:after,
._flag2.mauritius > span,
._flag2._bg.mauritius { background-image: url(/images/flag2/mauritius.svg) }
._flag2.austria:before,
._flag2.austria:after,
._flag2.austria > span,
._flag2._bg.austria { background-image: url(/images/flag2/austria.svg) }
._flag2.melilla:before,
._flag2.melilla:after,
._flag2.melilla > span,
._flag2._bg.melilla { background-image: url(/images/flag2/melilla.svg) }
._flag2.azerbaijan:before,
._flag2.azerbaijan:after,
._flag2.azerbaijan > span,
._flag2._bg.azerbaijan { background-image: url(/images/flag2/azerbaijan.svg) }
._flag2.mexico:before,
._flag2.mexico:after,
._flag2.mexico > span,
._flag2._bg.mexico { background-image: url(/images/flag2/mexico.svg) }
._flag2.azores-islands:before,
._flag2.azores-islands:after,
._flag2.azores-islands > span,
._flag2._bg.azores-islands { background-image: url(/images/flag2/azores-islands.svg) }
._flag2.micronesia:before,
._flag2.micronesia:after,
._flag2.micronesia > span,
._flag2._bg.micronesia { background-image: url(/images/flag2/micronesia.svg) }
._flag2.bahamas:before,
._flag2.bahamas:after,
._flag2.bahamas > span,
._flag2._bg.bahamas { background-image: url(/images/flag2/bahamas.svg) }
._flag2.moldova:before,
._flag2.moldova:after,
._flag2.moldova > span,
._flag2._bg.moldova { background-image: url(/images/flag2/moldova.svg) }
._flag2.bahrain:before,
._flag2.bahrain:after,
._flag2.bahrain > span,
._flag2._bg.bahrain { background-image: url(/images/flag2/bahrain.svg) }
._flag2.monaco:before,
._flag2.monaco:after,
._flag2.monaco > span,
._flag2._bg.monaco { background-image: url(/images/flag2/monaco.svg) }
._flag2.balearic-islands:before,
._flag2.balearic-islands:after,
._flag2.balearic-islands > span,
._flag2._bg.balearic-islands { background-image: url(/images/flag2/balearic-islands.svg) }
._flag2.mongolia:before,
._flag2.mongolia:after,
._flag2.mongolia > span,
._flag2._bg.mongolia { background-image: url(/images/flag2/mongolia.svg) }
._flag2.bangladesh:before,
._flag2.bangladesh:after,
._flag2.bangladesh > span,
._flag2._bg.bangladesh { background-image: url(/images/flag2/bangladesh.svg) }
._flag2.montenegro:before,
._flag2.montenegro:after,
._flag2.montenegro > span,
._flag2._bg.montenegro { background-image: url(/images/flag2/montenegro.svg) }
._flag2.barbados:before,
._flag2.barbados:after,
._flag2.barbados > span,
._flag2._bg.barbados { background-image: url(/images/flag2/barbados.svg) }
._flag2.montserrat:before,
._flag2.montserrat:after,
._flag2.montserrat > span,
._flag2._bg.montserrat { background-image: url(/images/flag2/montserrat.svg) }
._flag2.basque-country:before,
._flag2.basque-country:after,
._flag2.basque-country > span,
._flag2._bg.basque-country { background-image: url(/images/flag2/basque-country.svg) }
._flag2.morocco:before,
._flag2.morocco:after,
._flag2.morocco > span,
._flag2._bg.morocco { background-image: url(/images/flag2/morocco.svg) }
._flag2.belarus:before,
._flag2.belarus:after,
._flag2.belarus > span,
._flag2._bg.belarus { background-image: url(/images/flag2/belarus.svg) }
._flag2.mozambique:before,
._flag2.mozambique:after,
._flag2.mozambique > span,
._flag2._bg.mozambique { background-image: url(/images/flag2/mozambique.svg) }
._flag2.belgium:before,
._flag2.belgium:after,
._flag2.belgium > span,
._flag2._bg.belgium { background-image: url(/images/flag2/belgium.svg) }
._flag2.myanmar:before,
._flag2.myanmar:after,
._flag2.myanmar > span,
._flag2._bg.myanmar { background-image: url(/images/flag2/myanmar.svg) }
._flag2.belize:before,
._flag2.belize:after,
._flag2.belize > span,
._flag2._bg.belize { background-image: url(/images/flag2/belize.svg) }
._flag2.namibia:before,
._flag2.namibia:after,
._flag2.namibia > span,
._flag2._bg.namibia { background-image: url(/images/flag2/namibia.svg) }
._flag2.benin:before,
._flag2.benin:after,
._flag2.benin > span,
._flag2._bg.benin { background-image: url(/images/flag2/benin.svg) }
._flag2.nato:before,
._flag2.nato:after,
._flag2.nato > span,
._flag2._bg.nato { background-image: url(/images/flag2/nato.svg) }
._flag2.bermuda:before,
._flag2.bermuda:after,
._flag2.bermuda > span,
._flag2._bg.bermuda { background-image: url(/images/flag2/bermuda.svg) }
._flag2.nauru:before,
._flag2.nauru:after,
._flag2.nauru > span,
._flag2._bg.nauru { background-image: url(/images/flag2/nauru.svg) }
._flag2.bhutan:before,
._flag2.bhutan:after,
._flag2.bhutan > span,
._flag2._bg.bhutan { background-image: url(/images/flag2/bhutan.svg) }
._flag2.nepal:before,
._flag2.nepal:after,
._flag2.nepal > span,
._flag2._bg.nepal { background-image: url(/images/flag2/nepal.svg) }
._flag2.bolivia:before,
._flag2.bolivia:after,
._flag2.bolivia > span,
._flag2._bg.bolivia { background-image: url(/images/flag2/bolivia.svg) }
._flag2.netherlands:before,
._flag2.netherlands:after,
._flag2.netherlands > span,
._flag2._bg.netherlands { background-image: url(/images/flag2/netherlands.svg) }
._flag2.bonaire:before,
._flag2.bonaire:after,
._flag2.bonaire > span,
._flag2._bg.bonaire { background-image: url(/images/flag2/bonaire.svg) }
._flag2.new-zealand:before,
._flag2.new-zealand:after,
._flag2.new-zealand > span,
._flag2._bg.new-zealand { background-image: url(/images/flag2/new-zealand.svg) }
._flag2.bosnia-and-herzegovina:before,
._flag2.bosnia-and-herzegovina:after,
._flag2.bosnia-and-herzegovina > span,
._flag2._bg.bosnia-and-herzegovina { background-image: url(/images/flag2/bosnia-and-herzegovina.svg) }
._flag2.nicaragua:before,
._flag2.nicaragua:after,
._flag2.nicaragua > span,
._flag2._bg.nicaragua { background-image: url(/images/flag2/nicaragua.svg) }
._flag2.botswana:before,
._flag2.botswana:after,
._flag2.botswana > span,
._flag2._bg.botswana { background-image: url(/images/flag2/botswana.svg) }
._flag2.niger:before,
._flag2.niger:after,
._flag2.niger > span,
._flag2._bg.niger { background-image: url(/images/flag2/niger.svg) }
._flag2.brazil:before,
._flag2.brazil:after,
._flag2.brazil > span,
._flag2._bg.brazil { background-image: url(/images/flag2/brazil.svg) }
._flag2.nigeria:before,
._flag2.nigeria:after,
._flag2.nigeria > span,
._flag2._bg.nigeria { background-image: url(/images/flag2/nigeria.svg) }
._flag2.british-columbia:before,
._flag2.british-columbia:after,
._flag2.british-columbia > span,
._flag2._bg.british-columbia { background-image: url(/images/flag2/british-columbia.svg) }
._flag2.niue:before,
._flag2.niue:after,
._flag2.niue > span,
._flag2._bg.niue { background-image: url(/images/flag2/niue.svg) }
._flag2.british-indian-ocean-territory:before,
._flag2.british-indian-ocean-territory:after,
._flag2.british-indian-ocean-territory > span,
._flag2._bg.british-indian-ocean-territory { background-image: url(/images/flag2/british-indian-ocean-territory.svg) }
._flag2.norfolk-island:before,
._flag2.norfolk-island:after,
._flag2.norfolk-island > span,
._flag2._bg.norfolk-island { background-image: url(/images/flag2/norfolk-island.svg) }
._flag2.british-virgin-islands:before,
._flag2.british-virgin-islands:after,
._flag2.british-virgin-islands > span,
._flag2._bg.british-virgin-islands { background-image: url(/images/flag2/british-virgin-islands.svg) }
._flag2.north-korea:before,
._flag2.north-korea:after,
._flag2.north-korea > span,
._flag2._bg.north-korea { background-image: url(/images/flag2/north-korea.svg) }
._flag2.brunei:before,
._flag2.brunei:after,
._flag2.brunei > span,
._flag2._bg.brunei { background-image: url(/images/flag2/brunei.svg) }
._flag2.cyprus:before,
._flag2.cyprus:after,
._flag2.cyprus > span,
._flag2._bg.cyprus { background-image: url(/images/flag2/northern-cyprus.svg) }
._flag2.bulgaria:before,
._flag2.bulgaria:after,
._flag2.bulgaria > span,
._flag2._bg.bulgaria { background-image: url(/images/flag2/bulgaria.svg) }
._flag2.northern-marianas-islands:before,
._flag2.northern-marianas-islands:after,
._flag2.northern-marianas-islands > span,
._flag2._bg.northern-marianas-islands { background-image: url(/images/flag2/northern-marianas-islands.svg) }
._flag2.burkina-faso:before,
._flag2.burkina-faso:after,
._flag2.burkina-faso > span,
._flag2._bg.burkina-faso { background-image: url(/images/flag2/burkina-faso.svg) }
._flag2.norway:before,
._flag2.norway:after,
._flag2.norway > span,
._flag2._bg.norway { background-image: url(/images/flag2/norway.svg) }
._flag2.burundi:before,
._flag2.burundi:after,
._flag2.burundi > span,
._flag2._bg.burundi { background-image: url(/images/flag2/burundi.svg) }
._flag2.oman:before,
._flag2.oman:after,
._flag2.oman > span,
._flag2._bg.oman { background-image: url(/images/flag2/oman.svg) }
._flag2.cambodia:before,
._flag2.cambodia:after,
._flag2.cambodia > span,
._flag2._bg.cambodia { background-image: url(/images/flag2/cambodia.svg) }
._flag2.ossetia:before,
._flag2.ossetia:after,
._flag2.ossetia > span,
._flag2._bg.ossetia { background-image: url(/images/flag2/ossetia.svg) }
._flag2.cameroon:before,
._flag2.cameroon:after,
._flag2.cameroon > span,
._flag2._bg.cameroon { background-image: url(/images/flag2/cameroon.svg) }
._flag2.pakistan:before,
._flag2.pakistan:after,
._flag2.pakistan > span,
._flag2._bg.pakistan { background-image: url(/images/flag2/pakistan.svg) }
._flag2.canada:before,
._flag2.canada:after,
._flag2.canada > span,
._flag2._bg.canada { background-image: url(/images/flag2/canada.svg) }
._flag2.palau:before,
._flag2.palau:after,
._flag2.palau > span,
._flag2._bg.palau { background-image: url(/images/flag2/palau.svg) }
._flag2.canary-islands:before,
._flag2.canary-islands:after,
._flag2.canary-islands > span,
._flag2._bg.canary-islands { background-image: url(/images/flag2/canary-islands.svg) }
._flag2.palestine:before,
._flag2.palestine:after,
._flag2.palestine > span,
._flag2._bg.palestine { background-image: url(/images/flag2/palestine.svg) }
._flag2.cape-verde:before,
._flag2.cape-verde:after,
._flag2.cape-verde > span,
._flag2._bg.cape-verde { background-image: url(/images/flag2/cape-verde.svg) }
._flag2.panama:before,
._flag2.panama:after,
._flag2.panama > span,
._flag2._bg.panama { background-image: url(/images/flag2/panama.svg) }
._flag2.cayman-islands:before,
._flag2.cayman-islands:after,
._flag2.cayman-islands > span,
._flag2._bg.cayman-islands { background-image: url(/images/flag2/cayman-islands.svg) }
._flag2.papua-new-guinea:before,
._flag2.papua-new-guinea:after,
._flag2.papua-new-guinea > span,
._flag2._bg.papua-new-guinea { background-image: url(/images/flag2/papua-new-guinea.svg) }
._flag2.central-african-republic:before,
._flag2.central-african-republic:after,
._flag2.central-african-republic > span,
._flag2._bg.central-african-republic { background-image: url(/images/flag2/central-african-republic.svg) }
._flag2.paraguay:before,
._flag2.paraguay:after,
._flag2.paraguay > span,
._flag2._bg.paraguay { background-image: url(/images/flag2/paraguay.svg) }
._flag2.ceuta:before,
._flag2.ceuta:after,
._flag2.ceuta > span,
._flag2._bg.ceuta { background-image: url(/images/flag2/ceuta.svg) }
._flag2.peru:before,
._flag2.peru:after,
._flag2.peru > span,
._flag2._bg.peru { background-image: url(/images/flag2/peru.svg) }
._flag2.chad:before,
._flag2.chad:after,
._flag2.chad > span,
._flag2._bg.chad { background-image: url(/images/flag2/chad.svg) }
._flag2.philippines:before,
._flag2.philippines:after,
._flag2.philippines > span,
._flag2._bg.philippines { background-image: url(/images/flag2/philippines.svg) }
._flag2.chile:before,
._flag2.chile:after,
._flag2.chile > span,
._flag2._bg.chile { background-image: url(/images/flag2/chile.svg) }
._flag2.pitcairn-islands:before,
._flag2.pitcairn-islands:after,
._flag2.pitcairn-islands > span,
._flag2._bg.pitcairn-islands { background-image: url(/images/flag2/pitcairn-islands.svg) }
._flag2.china:before,
._flag2.china:after,
._flag2.china > span,
._flag2._bg.china { background-image: url(/images/flag2/china.svg) }
._flag2.poland:before,
._flag2.poland:after,
._flag2.poland > span,
._flag2._bg.poland { background-image: url(/images/flag2/poland.svg) }
._flag2.christmas-island:before,
._flag2.christmas-island:after,
._flag2.christmas-island > span,
._flag2._bg.christmas-island { background-image: url(/images/flag2/christmas-island.svg) }
._flag2.portugal:before,
._flag2.portugal:after,
._flag2.portugal > span,
._flag2._bg.portugal { background-image: url(/images/flag2/portugal.svg) }
._flag2.cocos-island:before,
._flag2.cocos-island:after,
._flag2.cocos-island > span,
._flag2._bg.cocos-island { background-image: url(/images/flag2/cocos-island.svg) }
._flag2.puerto-rico:before,
._flag2.puerto-rico:after,
._flag2.puerto-rico > span,
._flag2._bg.puerto-rico { background-image: url(/images/flag2/puerto-rico.svg) }
._flag2.colombia:before,
._flag2.colombia:after,
._flag2.colombia > span,
._flag2._bg.colombia { background-image: url(/images/flag2/colombia.svg) }
._flag2.qatar:before,
._flag2.qatar:after,
._flag2.qatar > span,
._flag2._bg.qatar { background-image: url(/images/flag2/qatar.svg) }
._flag2.comoros:before,
._flag2.comoros:after,
._flag2.comoros > span,
._flag2._bg.comoros { background-image: url(/images/flag2/comoros.svg) }
._flag2.rapa-nui:before,
._flag2.rapa-nui:after,
._flag2.rapa-nui > span,
._flag2._bg.rapa-nui { background-image: url(/images/flag2/rapa-nui.svg) }
._flag2.cook-islands:before,
._flag2.cook-islands:after,
._flag2.cook-islands > span,
._flag2._bg.cook-islands { background-image: url(/images/flag2/cook-islands.svg) }
._flag2.republic-of-macedonia:before,
._flag2.republic-of-macedonia:after,
._flag2.republic-of-macedonia > span,
._flag2._bg.republic-of-macedonia { background-image: url(/images/flag2/republic-of-macedonia.svg) }
._flag2.corsica:before,
._flag2.corsica:after,
._flag2.corsica > span,
._flag2._bg.corsica { background-image: url(/images/flag2/corsica.svg) }
._flag2.republic-of-the-congo:before,
._flag2.republic-of-the-congo:after,
._flag2.republic-of-the-congo > span,
._flag2._bg.republic-of-the-congo { background-image: url(/images/flag2/republic-of-the-congo.svg) }
._flag2.costa-rica:before,
._flag2.costa-rica:after,
._flag2.costa-rica > span,
._flag2._bg.costa-rica { background-image: url(/images/flag2/costa-rica.svg) }
._flag2.romania:before,
._flag2.romania:after,
._flag2.romania > span,
._flag2._bg.romania { background-image: url(/images/flag2/romania.svg) }
._flag2.croatia:before,
._flag2.croatia:after,
._flag2.croatia > span,
._flag2._bg.croatia { background-image: url(/images/flag2/croatia.svg) }
._flag2.russia:before,
._flag2.russia:after,
._flag2.russia > span,
._flag2._bg.russia { background-image: url(/images/flag2/russia.svg) }
._flag2.cuba:before,
._flag2.cuba:after,
._flag2.cuba > span,
._flag2._bg.cuba { background-image: url(/images/flag2/cuba.svg) }
._flag2.rwanda:before,
._flag2.rwanda:after,
._flag2.rwanda > span,
._flag2._bg.rwanda { background-image: url(/images/flag2/rwanda.svg) }
._flag2.curacao:before,
._flag2.curacao:after,
._flag2.curacao > span,
._flag2._bg.curacao { background-image: url(/images/flag2/curacao.svg) }
._flag2.saba-island:before,
._flag2.saba-island:after,
._flag2.saba-island > span,
._flag2._bg.saba-island { background-image: url(/images/flag2/saba-island.svg) }
._flag2.czechia:before,
._flag2.czechia:after,
._flag2.czechia > span,
._flag2._bg.czechia,
._flag2.czech-republic:before,
._flag2.czech-republic:after,
._flag2.czech-republic > span,
._flag2._bg.czech-republic { background-image: url(/images/flag2/czech-republic.svg) }
._flag2.sahrawi-arab-democratic-republic:before,
._flag2.sahrawi-arab-democratic-republic:after,
._flag2.sahrawi-arab-democratic-republic > span,
._flag2._bg.sahrawi-arab-democratic-republic { background-image: url(/images/flag2/sahrawi-arab-democratic-republic.svg) }
._flag2.democratic-republic-of-congo:before,
._flag2.democratic-republic-of-congo:after,
._flag2.democratic-republic-of-congo > span,
._flag2._bg.democratic-republic-of-congo { background-image: url(/images/flag2/democratic-republic-of-congo.svg) }
._flag2.saint-kitts-and-nevis:before,
._flag2.saint-kitts-and-nevis:after,
._flag2.saint-kitts-and-nevis > span,
._flag2._bg.saint-kitts-and-nevis { background-image: url(/images/flag2/saint-kitts-and-nevis.svg) }
._flag2.denmark:before,
._flag2.denmark:after,
._flag2.denmark > span,
._flag2._bg.denmark { background-image: url(/images/flag2/denmark.svg) }
._flag2.samoa:before,
._flag2.samoa:after,
._flag2.samoa > span,
._flag2._bg.samoa { background-image: url(/images/flag2/samoa.svg) }
._flag2.djibouti:before,
._flag2.djibouti:after,
._flag2.djibouti > span,
._flag2._bg.djibouti { background-image: url(/images/flag2/djibouti.svg) }
._flag2.san-marino:before,
._flag2.san-marino:after,
._flag2.san-marino > span,
._flag2._bg.san-marino { background-image: url(/images/flag2/san-marino.svg) }
._flag2.dominica:before,
._flag2.dominica:after,
._flag2.dominica > span,
._flag2._bg.dominica { background-image: url(/images/flag2/dominica.svg) }
._flag2.sao-tome-and-prince:before,
._flag2.sao-tome-and-prince:after,
._flag2.sao-tome-and-prince > span,
._flag2._bg.sao-tome-and-prince { background-image: url(/images/flag2/sao-tome-and-prince.svg) }
._flag2.dominican-republic:before,
._flag2.dominican-republic:after,
._flag2.dominican-republic > span,
._flag2._bg.dominican-republic { background-image: url(/images/flag2/dominican-republic.svg) }
._flag2.sardinia:before,
._flag2.sardinia:after,
._flag2.sardinia > span,
._flag2._bg.sardinia { background-image: url(/images/flag2/sardinia.svg) }
._flag2.east-timor:before,
._flag2.east-timor:after,
._flag2.east-timor > span,
._flag2._bg.east-timor { background-image: url(/images/flag2/east-timor.svg) }
._flag2.saudi-arabia:before,
._flag2.saudi-arabia:after,
._flag2.saudi-arabia > span,
._flag2._bg.saudi-arabia { background-image: url(/images/flag2/saudi-arabia.svg) }
._flag2.ecuador:before,
._flag2.ecuador:after,
._flag2.ecuador > span,
._flag2._bg.ecuador { background-image: url(/images/flag2/ecuador.svg) }
._flag2.scotland:before,
._flag2.scotland:after,
._flag2.scotland > span,
._flag2._bg.scotland { background-image: url(/images/flag2/scotland.svg) }
._flag2.egypt:before,
._flag2.egypt:after,
._flag2.egypt > span,
._flag2._bg.egypt { background-image: url(/images/flag2/egypt.svg) }
._flag2.senegal:before,
._flag2.senegal:after,
._flag2.senegal > span,
._flag2._bg.senegal { background-image: url(/images/flag2/senegal.svg) }
._flag2.el-salvador:before,
._flag2.el-salvador:after,
._flag2.el-salvador > span,
._flag2._bg.el-salvador { background-image: url(/images/flag2/el-salvador.svg) }
._flag2.serbia:before,
._flag2.serbia:after,
._flag2.serbia > span,
._flag2._bg.serbia { background-image: url(/images/flag2/serbia.svg) }
._flag2.england:before,
._flag2.england:after,
._flag2.england > span,
._flag2._bg.england { background-image: url(/images/flag2/england.svg) }
._flag2.seychelles:before,
._flag2.seychelles:after,
._flag2.seychelles > span,
._flag2._bg.seychelles { background-image: url(/images/flag2/seychelles.svg) }
._flag2.equatorial-guinea:before,
._flag2.equatorial-guinea:after,
._flag2.equatorial-guinea > span,
._flag2._bg.equatorial-guinea { background-image: url(/images/flag2/equatorial-guinea.svg) }
._flag2.sicily:before,
._flag2.sicily:after,
._flag2.sicily > span,
._flag2._bg.sicily { background-image: url(/images/flag2/sicily.svg) }
._flag2.eritrea:before,
._flag2.eritrea:after,
._flag2.eritrea > span,
._flag2._bg.eritrea { background-image: url(/images/flag2/eritrea.svg) }
._flag2.sierra-leone:before,
._flag2.sierra-leone:after,
._flag2.sierra-leone > span,
._flag2._bg.sierra-leone { background-image: url(/images/flag2/sierra-leone.svg) }
._flag2.estonia:before,
._flag2.estonia:after,
._flag2.estonia > span,
._flag2._bg.estonia { background-image: url(/images/flag2/estonia.svg) }
._flag2.singapore:before,
._flag2.singapore:after,
._flag2.singapore > span,
._flag2._bg.singapore { background-image: url(/images/flag2/singapore.svg) }
._flag2.ethiopia:before,
._flag2.ethiopia:after,
._flag2.ethiopia > span,
._flag2._bg.ethiopia { background-image: url(/images/flag2/ethiopia.svg) }
._flag2.sint-eustatius:before,
._flag2.sint-eustatius:after,
._flag2.sint-eustatius > span,
._flag2._bg.sint-eustatius { background-image: url(/images/flag2/sint-eustatius.svg) }
._flag2.european-union:before,
._flag2.european-union:after,
._flag2.european-union > span,
._flag2._bg.european-union { background-image: url(/images/flag2/european-union.svg) }
._flag2.sint-maarten:before,
._flag2.sint-maarten:after,
._flag2.sint-maarten > span,
._flag2._bg.sint-maarten { background-image: url(/images/flag2/sint-maarten.svg) }
._flag2.falkland-islands:before,
._flag2.falkland-islands:after,
._flag2.falkland-islands > span,
._flag2._bg.falkland-islands { background-image: url(/images/flag2/falkland-islands.svg) }
._flag2.slovakia:before,
._flag2.slovakia:after,
._flag2.slovakia > span,
._flag2._bg.slovakia { background-image: url(/images/flag2/slovakia.svg) }
._flag2.fiji:before,
._flag2.fiji:after,
._flag2.fiji > span,
._flag2._bg.fiji { background-image: url(/images/flag2/fiji.svg) }
._flag2.slovenia:before,
._flag2.slovenia:after,
._flag2.slovenia > span,
._flag2._bg.slovenia { background-image: url(/images/flag2/slovenia.svg) }
._flag2.finland:before,
._flag2.finland:after,
._flag2.finland > span,
._flag2._bg.finland { background-image: url(/images/flag2/finland.svg) }
._flag2.solomon-islands:before,
._flag2.solomon-islands:after,
._flag2.solomon-islands > span,
._flag2._bg.solomon-islands { background-image: url(/images/flag2/solomon-islands.svg) }
._flag2.france:before,
._flag2.france:after,
._flag2.france > span,
._flag2._bg.france { background-image: url(/images/flag2/france.svg) }
._flag2.somalia:before,
._flag2.somalia:after,
._flag2.somalia > span,
._flag2._bg.somalia { background-image: url(/images/flag2/somalia.svg) }
._flag2.french-polynesia:before,
._flag2.french-polynesia:after,
._flag2.french-polynesia > span,
._flag2._bg.french-polynesia { background-image: url(/images/flag2/french-polynesia.svg) }
._flag2.somaliland:before,
._flag2.somaliland:after,
._flag2.somaliland > span,
._flag2._bg.somaliland { background-image: url(/images/flag2/somaliland.svg) }
._flag2.gabon:before,
._flag2.gabon:after,
._flag2.gabon > span,
._flag2._bg.gabon { background-image: url(/images/flag2/gabon.svg) }
._flag2.south-africa:before,
._flag2.south-africa:after,
._flag2.south-africa > span,
._flag2._bg.south-africa { background-image: url(/images/flag2/south-africa.svg) }
._flag2.galapagos-islands:before,
._flag2.galapagos-islands:after,
._flag2.galapagos-islands > span,
._flag2._bg.galapagos-islands { background-image: url(/images/flag2/galapagos-islands.svg) }
._flag2.south-korea:before,
._flag2.south-korea:after,
._flag2.south-korea > span,
._flag2._bg.south-korea { background-image: url(/images/flag2/south-korea.svg) }
._flag2.gambia:before,
._flag2.gambia:after,
._flag2.gambia > span,
._flag2._bg.gambia { background-image: url(/images/flag2/gambia.svg) }
._flag2.south-sudan:before,
._flag2.south-sudan:after,
._flag2.south-sudan > span,
._flag2._bg.south-sudan { background-image: url(/images/flag2/south-sudan.svg) }
._flag2.georgia:before,
._flag2.georgia:after,
._flag2.georgia > span,
._flag2._bg.georgia { background-image: url(/images/flag2/georgia.svg) }
._flag2.spain:before,
._flag2.spain:after,
._flag2.spain > span,
._flag2._bg.spain { background-image: url(/images/flag2/spain.svg) }
._flag2.germany:before,
._flag2.germany:after,
._flag2.germany > span,
._flag2._bg.germany { background-image: url(/images/flag2/germany.svg) }
._flag2.sri-lanka:before,
._flag2.sri-lanka:after,
._flag2.sri-lanka > span,
._flag2._bg.sri-lanka { background-image: url(/images/flag2/sri-lanka.svg) }
._flag2.ghana:before,
._flag2.ghana:after,
._flag2.ghana > span,
._flag2._bg.ghana { background-image: url(/images/flag2/ghana.svg) }
._flag2.st-barts:before,
._flag2.st-barts:after,
._flag2.st-barts > span,
._flag2._bg.st-barts { background-image: url(/images/flag2/st-barts.svg) }
._flag2.gibraltar:before,
._flag2.gibraltar:after,
._flag2.gibraltar > span,
._flag2._bg.gibraltar { background-image: url(/images/flag2/gibraltar.svg) }
._flag2.st-lucia:before,
._flag2.st-lucia:after,
._flag2.st-lucia > span,
._flag2._bg.st-lucia { background-image: url(/images/flag2/st-lucia.svg) }
._flag2.greece:before,
._flag2.greece:after,
._flag2.greece > span,
._flag2._bg.greece { background-image: url(/images/flag2/greece.svg) }
._flag2.st-vincent-and-the-grenadines:before,
._flag2.st-vincent-and-the-grenadines:after,
._flag2.st-vincent-and-the-grenadines > span,
._flag2._bg.st-vincent-and-the-grenadines { background-image: url(/images/flag2/st-vincent-and-the-grenadines.svg) }
._flag2.greenland:before,
._flag2.greenland:after,
._flag2.greenland > span,
._flag2._bg.greenland { background-image: url(/images/flag2/greenland.svg) }
._flag2.sudan:before,
._flag2.sudan:after,
._flag2.sudan > span,
._flag2._bg.sudan { background-image: url(/images/flag2/sudan.svg) }
._flag2.grenada:before,
._flag2.grenada:after,
._flag2.grenada > span,
._flag2._bg.grenada { background-image: url(/images/flag2/grenada.svg) }
._flag2.suriname:before,
._flag2.suriname:after,
._flag2.suriname > span,
._flag2._bg.suriname { background-image: url(/images/flag2/suriname.svg) }
._flag2.guam:before,
._flag2.guam:after,
._flag2.guam > span,
._flag2._bg.guam { background-image: url(/images/flag2/guam.svg) }
._flag2.swaziland:before,
._flag2.swaziland:after,
._flag2.swaziland > span,
._flag2._bg.swaziland { background-image: url(/images/flag2/swaziland.svg) }
._flag2.guatemala:before,
._flag2.guatemala:after,
._flag2.guatemala > span,
._flag2._bg.guatemala { background-image: url(/images/flag2/guatemala.svg) }
._flag2.sweden:before,
._flag2.sweden:after,
._flag2.sweden > span,
._flag2._bg.sweden { background-image: url(/images/flag2/sweden.svg) }
._flag2.guernsey:before,
._flag2.guernsey:after,
._flag2.guernsey > span,
._flag2._bg.guernsey { background-image: url(/images/flag2/guernsey.svg) }
._flag2.switzerland:before,
._flag2.switzerland:after,
._flag2.switzerland > span,
._flag2._bg.switzerland { background-image: url(/images/flag2/switzerland.svg) }
._flag2.guinea-bissau:before,
._flag2.guinea-bissau:after,
._flag2.guinea-bissau > span,
._flag2._bg.guinea-bissau { background-image: url(/images/flag2/guinea-bissau.svg) }
._flag2.syria:before,
._flag2.syria:after,
._flag2.syria > span,
._flag2._bg.syria { background-image: url(/images/flag2/syria.svg) }
._flag2.guinea:before,
._flag2.guinea:after,
._flag2.guinea > span,
._flag2._bg.guinea { background-image: url(/images/flag2/guinea.svg) }
._flag2.taiwan:before,
._flag2.taiwan:after,
._flag2.taiwan > span,
._flag2._bg.taiwan { background-image: url(/images/flag2/taiwan.svg) }
._flag2.haiti:before,
._flag2.haiti:after,
._flag2.haiti > span,
._flag2._bg.haiti { background-image: url(/images/flag2/haiti.svg) }
._flag2.tajikistan:before,
._flag2.tajikistan:after,
._flag2.tajikistan > span,
._flag2._bg.tajikistan { background-image: url(/images/flag2/tajikistan.svg) }
._flag2.hawaii:before,
._flag2.hawaii:after,
._flag2.hawaii > span,
._flag2._bg.hawaii { background-image: url(/images/flag2/hawaii.svg) }
._flag2.tanzania:before,
._flag2.tanzania:after,
._flag2.tanzania > span,
._flag2._bg.tanzania { background-image: url(/images/flag2/tanzania.svg) }
._flag2.honduras:before,
._flag2.honduras:after,
._flag2.honduras > span,
._flag2._bg.honduras { background-image: url(/images/flag2/honduras.svg) }
._flag2.thailand:before,
._flag2.thailand:after,
._flag2.thailand > span,
._flag2._bg.thailand { background-image: url(/images/flag2/thailand.svg) }
._flag2.hong-kong:before,
._flag2.hong-kong:after,
._flag2.hong-kong > span,
._flag2._bg.hong-kong { background-image: url(/images/flag2/hong-kong.svg) }
._flag2.tibet:before,
._flag2.tibet:after,
._flag2.tibet > span,
._flag2._bg.tibet { background-image: url(/images/flag2/tibet.svg) }
._flag2.hungary:before,
._flag2.hungary:after,
._flag2.hungary > span,
._flag2._bg.hungary { background-image: url(/images/flag2/hungary.svg) }
._flag2.togo:before,
._flag2.togo:after,
._flag2.togo > span,
._flag2._bg.togo { background-image: url(/images/flag2/togo.svg) }
._flag2.iceland:before,
._flag2.iceland:after,
._flag2.iceland > span,
._flag2._bg.iceland { background-image: url(/images/flag2/iceland.svg) }
._flag2.tokelau:before,
._flag2.tokelau:after,
._flag2.tokelau > span,
._flag2._bg.tokelau { background-image: url(/images/flag2/tokelau.svg) }
._flag2.india:before,
._flag2.india:after,
._flag2.india > span,
._flag2._bg.india { background-image: url(/images/flag2/india.svg) }
._flag2.tonga:before,
._flag2.tonga:after,
._flag2.tonga > span,
._flag2._bg.tonga { background-image: url(/images/flag2/tonga.svg) }
._flag2.indonesia:before,
._flag2.indonesia:after,
._flag2.indonesia > span,
._flag2._bg.indonesia { background-image: url(/images/flag2/indonesia.svg) }
._flag2.transnistria:before,
._flag2.transnistria:after,
._flag2.transnistria > span,
._flag2._bg.transnistria { background-image: url(/images/flag2/transnistria.svg) }
._flag2.iran:before,
._flag2.iran:after,
._flag2.iran > span,
._flag2._bg.iran { background-image: url(/images/flag2/iran.svg) }
._flag2.trinidad-and-tobago:before,
._flag2.trinidad-and-tobago:after,
._flag2.trinidad-and-tobago > span,
._flag2._bg.trinidad-and-tobago { background-image: url(/images/flag2/trinidad-and-tobago.svg) }
._flag2.iraq:before,
._flag2.iraq:after,
._flag2.iraq > span,
._flag2._bg.iraq { background-image: url(/images/flag2/iraq.svg) }
._flag2.tunisia:before,
._flag2.tunisia:after,
._flag2.tunisia > span,
._flag2._bg.tunisia { background-image: url(/images/flag2/tunisia.svg) }
._flag2.ireland:before,
._flag2.ireland:after,
._flag2.ireland > span,
._flag2._bg.ireland { background-image: url(/images/flag2/ireland.svg) }
._flag2.turkey:before,
._flag2.turkey:after,
._flag2.turkey > span,
._flag2._bg.turkey { background-image: url(/images/flag2/turkey.svg) }
._flag2.isle-of-man:before,
._flag2.isle-of-man:after,
._flag2.isle-of-man > span,
._flag2._bg.isle-of-man { background-image: url(/images/flag2/isle-of-man.svg) }
._flag2.turkmenistan:before,
._flag2.turkmenistan:after,
._flag2.turkmenistan > span,
._flag2._bg.turkmenistan { background-image: url(/images/flag2/turkmenistan.svg) }
._flag2.israel:before,
._flag2.israel:after,
._flag2.israel > span,
._flag2._bg.israel { background-image: url(/images/flag2/israel.svg) }
._flag2.turks-and-caicos:before,
._flag2.turks-and-caicos:after,
._flag2.turks-and-caicos > span,
._flag2._bg.turks-and-caicos { background-image: url(/images/flag2/turks-and-caicos.svg) }
._flag2.italy:before,
._flag2.italy:after,
._flag2.italy > span,
._flag2._bg.italy { background-image: url(/images/flag2/italy.svg) }
._flag2.tuvalu-1:before,
._flag2.tuvalu-1:after,
._flag2.tuvalu-1 > span,
._flag2._bg.tuvalu-1 { background-image: url(/images/flag2/tuvalu-1.svg) }
._flag2.ivory-coast:before,
._flag2.ivory-coast:after,
._flag2.ivory-coast > span,
._flag2._bg.ivory-coast { background-image: url(/images/flag2/ivory-coast.svg) }
._flag2.tuvalu:before,
._flag2.tuvalu:after,
._flag2.tuvalu > span,
._flag2._bg.tuvalu { background-image: url(/images/flag2/tuvalu.svg) }
._flag2.jamaica:before,
._flag2.jamaica:after,
._flag2.jamaica > span,
._flag2._bg.jamaica { background-image: url(/images/flag2/jamaica.svg) }
._flag2.uganda:before,
._flag2.uganda:after,
._flag2.uganda > span,
._flag2._bg.uganda { background-image: url(/images/flag2/uganda.svg) }
._flag2.japan:before,
._flag2.japan:after,
._flag2.japan > span,
._flag2._bg.japan { background-image: url(/images/flag2/japan.svg) }
._flag2.ukraine:before,
._flag2.ukraine:after,
._flag2.ukraine > span,
._flag2._bg.ukraine { background-image: url(/images/flag2/ukraine.svg) }
._flag2.in:before,
._flag2.in:after,
._flag2.in > span,
._flag2._bg.in { background-image: url(/images/flag2/india.svg) }
._flag2.jersey:before,
._flag2.jersey:after,
._flag2.jersey > span,
._flag2._bg.jersey { background-image: url(/images/flag2/jersey.svg) }
._flag2.united-arab-emirates:before,
._flag2.united-arab-emirates:after,
._flag2.united-arab-emirates > span,
._flag2._bg.united-arab-emirates { background-image: url(/images/flag2/united-arab-emirates.svg) }
._flag2.jordan:before,
._flag2.jordan:after,
._flag2.jordan > span,
._flag2._bg.jordan { background-image: url(/images/flag2/jordan.svg) }
._flag2.uk:before,
._flag2.uk:after,
._flag2.uk > span,
._flag2.bg.uk,
._flag2.united-kingdom:before,
._flag2.united-kingdom:after,
._flag2.united-kingdom > span,
._flag2._bg.united-kingdom { background-image: url(/images/flag2/united-kingdom.svg) }
._flag2.kazakhstan:before,
._flag2.kazakhstan:after,
._flag2.kazakhstan > span,
._flag2._bg.kazakhstan { background-image: url(/images/flag2/kazakhstan.svg) }
._flag2.united-nations:before,
._flag2.united-nations:after,
._flag2.united-nations > span,
._flag2._bg.united-nations { background-image: url(/images/flag2/united-nations.svg) }
._flag2.kenya:before,
._flag2.kenya:after,
._flag2.kenya > span,
._flag2._bg.kenya { background-image: url(/images/flag2/kenya.svg) }
._flag2.united-states:before,
._flag2.united-states:after,
._flag2.united-states > span,
._flag2._bg.united-states { background-image: url(/images/flag2/united-states.svg) }
._flag2.kiribati:before,
._flag2.kiribati:after,
._flag2.kiribati > span,
._flag2._bg.kiribati { background-image: url(/images/flag2/kiribati.svg) }
._flag2.uruguay:before,
._flag2.uruguay:after,
._flag2.uruguay > span,
._flag2._bg.uruguay { background-image: url(/images/flag2/uruguay.svg) }
._flag2.kosovo:before,
._flag2.kosovo:after,
._flag2.kosovo > span,
._flag2._bg.kosovo { background-image: url(/images/flag2/kosovo.svg) }
._flag2.uzbekistn:before,
._flag2.uzbekistn:after,
._flag2.uzbekistn > span,
._flag2._bg.uzbekistn { background-image: url(/images/flag2/uzbekistn.svg) }
._flag2.kwait:before,
._flag2.kwait:after,
._flag2.kwait > span,
._flag2._bg.kwait { background-image: url(/images/flag2/kwait.svg) }
._flag2.vanuatu:before,
._flag2.vanuatu:after,
._flag2.vanuatu > span,
._flag2._bg.vanuatu { background-image: url(/images/flag2/vanuatu.svg) }
._flag2.kyrgyzstan:before,
._flag2.kyrgyzstan:after,
._flag2.kyrgyzstan > span,
._flag2._bg.kyrgyzstan { background-image: url(/images/flag2/kyrgyzstan.svg) }
._flag2.vatican-city:before,
._flag2.vatican-city:after,
._flag2.vatican-city > span,
._flag2._bg.vatican-city { background-image: url(/images/flag2/vatican-city.svg) }
._flag2.laos:before,
._flag2.laos:after,
._flag2.laos > span,
._flag2._bg.laos { background-image: url(/images/flag2/laos.svg) }
._flag2.venezuela:before,
._flag2.venezuela:after,
._flag2.venezuela > span,
._flag2._bg.venezuela { background-image: url(/images/flag2/venezuela.svg) }
._flag2.latvia:before,
._flag2.latvia:after,
._flag2.latvia > span,
._flag2._bg.latvia { background-image: url(/images/flag2/latvia.svg) }
._flag2.vietnam:before,
._flag2.vietnam:after,
._flag2.vietnam > span,
._flag2._bg.vietnam { background-image: url(/images/flag2/vietnam.svg) }
._flag2.lebanon:before,
._flag2.lebanon:after,
._flag2.lebanon > span,
._flag2._bg.lebanon { background-image: url(/images/flag2/lebanon.svg) }
._flag2.virgin-islands:before,
._flag2.virgin-islands:after,
._flag2.virgin-islands > span,
._flag2._bg.virgin-islands { background-image: url(/images/flag2/virgin-islands.svg) }
._flag2.lesotho:before,
._flag2.lesotho:after,
._flag2.lesotho > span,
._flag2._bg.lesotho { background-image: url(/images/flag2/lesotho.svg) }
._flag2.wales:before,
._flag2.wales:after,
._flag2.wales > span,
._flag2._bg.wales { background-image: url(/images/flag2/wales.svg) }
._flag2.liberia:before,
._flag2.liberia:after,
._flag2.liberia > span,
._flag2._bg.liberia { background-image: url(/images/flag2/liberia.svg) }
._flag2.yemen:before,
._flag2.yemen:after,
._flag2.yemen > span,
._flag2._bg.yemen { background-image: url(/images/flag2/yemen.svg) }
._flag2.libya:before,
._flag2.libya:after,
._flag2.libya > span,
._flag2._bg.libya { background-image: url(/images/flag2/libya.svg) }
._flag2.zambia:before,
._flag2.zambia:after,
._flag2.zambia > span,
._flag2._bg.zambia { background-image: url(/images/flag2/zambia.svg) }
._flag2.affiliates:before,
._flag2.affiliates:after,
._flag2.affiliates > span,
._flag2._bg.affiliates { background-image: url(/images/flag2/affiliates.png) }
._flag2.liechtenstein:before,
._flag2.liechtenstein:after,
._flag2.liechtenstein > span,
._flag2._bg.liechtenstein { background-image: url(/images/flag2/liechtenstein.svg) }
._flag2.zimbabwe:before,
._flag2.zimbabwe:after,
._flag2.zimbabwe > span,
._flag2._bg.zimbabwe { background-image: url(/images/flag2/zimbabwe.svg) }
._flag2.delaware:before,
._flag2.delaware:after,
._flag2.delaware > span,
._flag2._bg.delaware { background-image: url(/images/flag2/delaware.svg) }
._flag2.michigan :before,
._flag2.michigan:after,
._flag2.michigan > span,
._flag2._bg.michigan { background-image: url(/images/flag2/michigan.svg) }
._flag2.new-jersey:before,
._flag2.new-jersey:after,
._flag2.new-jersey > span,
._flag2._bg.new-jersey { background-image: url(/images/flag2/new-jersey.svg) }
._flag2.pennsylvania:before,
._flag2.pennsylvania:after,
._flag2.pennsylvania > span,
._flag2._bg.pennsylvania { background-image: url(/images/flag2/pennsylvania.svg) }
._flag2.west-virginia:before,
._flag2.west-virginia:after,
._flag2.west-virginia > span,
._flag2._bg.west-virginia { background-image: url(/images/flag2/west-virginia.svg) }
