@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap'); 

body {
    background: #484452;
    background-position: bottom;
    color: #000;
}

a, a:visited, a:active {
    color: #1451ef;
    text-decoration: underline;
    -webkit-transition: all 0.15s linear;
    transition: all 0.15s linear;
}

a:hover {
    color: #000;
}

:hover {
    text-decoration: none !important;
}

:focus {
    outline: none !important;
}

.navbar {
    border: none;
}

.navbar-default {
    margin-bottom: 0;
    background: #C7AFBD;
}

.menu-bar {
    /* Permalink - use to edit and share this gradient: /gradient-editor/#254b77+0,7db9e8+100&1+0,0+100 */
    background: -moz-linear-gradient(top, rgba(37,75,119,1) 0%, rgba(125,185,232,0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(37,75,119,1) 0%,rgba(125,185,232,0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(37,75,119,1) 0%,rgba(125,185,232,0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#254b77', endColorstr='#007db9e8',GradientType=0 );
    /* IE6-9 */
    min-height: 95px;
    border-bottom: 1px solid #fff;
}

.menu-bar .navbar-brand {
    max-height: 95px;
    padding: 32px 15px;
}

.menu-bar {
    position: relative;
}

.menu-dice-img {
    position: absolute;
    max-width: 80px;
    top: 37px;
    left: 20%;
    z-index: -1;
}

.blue-star-img {
    position: absolute;
    top: 39px;
    left: 37%;
    z-index: -1;
    max-height: 60px;
}

.menu-right-img {
    position: absolute;
    right: 20%;
    max-height: 95px;
    top: 4px;
    z-index: -1;
}

.navbar-brand>img {
    max-width: 200px;
}

.menu-bar .nav>li>a {
    padding: 20px 25px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    color: #579CB8;
    text-transform: uppercase;
    text-decoration: none;
}

.menu-bar .nav>li>a:hover {
    color: #6ABFDF;
}

.mycustomnavbar .navbar-nav>.active>a, .mycustomnavbar .navbar-nav>.active>a:focus, .mycustomnavbar .navbar-nav>.active>a:hover {
    color: #B0DCE2;
    background-color: rgba(0,0,0,0);
}

.content-section {
    padding-top: 30px;
    padding-bottom: 30px;
}

.inner-content-section {
    font-family: "Roboto",sans-serif;
    border: 1px solid #213766;
    padding: 40px;
    background: #fff;
    background-position: left top;
    background-origin: border-box;
    min-height: 1100px;
    position: relative;
    background-size: 50%;
}

.review-bg-img {
    position: absolute;
    top: 0;
    z-index: -1;
    max-width: 100%;
    right: 0;
    left: 0;
    top: 13%;
    opacity: 0.3;
}

.image-border-section {
}

.mg-top {
    margin-top: 145px;
}

.inner-content-section h1, .inner-content-section h2, .inner-content-section h3, .inner-content-section h4, .inner-content-section h5, .inner-content-section h6 {
    color: #484452;
    font-family: "Roboto",sans-serif;
    font-weight: 600;
    position: relative;
    margin-bottom: 20px;
}

.inner-content-section h1 {
    font-size: 30px;
    margin-top: 0;
    vertical-align: middle;
}

.inner-content-section h1:before,.inner-content-section h2:before, .inner-content-section h3:before {
    content: '';
    width: 57px;
    height: 57px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    background: url("images/coin-icon.png") no-repeat center;
    background-size: 100%;
    margin-left: -13px;
}

.inner-content-section h2 {
}

.inner-content-section h3, .inner-content-section h4 {
    margin-top: 30px;
}

.heading-img {
    display: inline;
    margin-right: 3px;
}

.list-img {
    display: inline;
    margin-right: 5px;
    max-height: 20px;
}

/*.inner-content-section h1:before{
	font-family: 'fontAwesome';
	content:url("images/coin-icon.png");
	margin-top: 3px;
	max-height: 10px;
	max-width:10px;
	margin-right:14px;
	display:inline-block;
	float:left;
}*/
.inner-content-section p {
    font-size: 14px;
    text-align: justify;
}

.footer-bg {
    position: absolute;
    bottom: 0;
}

.sidebar-widget h3 {
    margin-top: 0;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    font-family: "Roboto",sans-serif;
}

.sidebar-widget h3:before {
    content: '';
    width: 20px;
    height: 20px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    background: url("images/coin-icon.png") no-repeat center;
    background-size: 100%;
}

.sidebar {
    border: 1px solid #213766;
    padding: 20px 20px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    background: #C7AFBD;
}

.sidebar-widget {
    margin-bottom: 30px;
    position: relative;
}

.sidebar-widget ul {
    padding: 0;
    margin: 0;
}

.sidebar-widget ul li {
    margin-bottom: 14px;
    list-style: none;
    color: #fff;
    font-family: "Roboto",sans-serif;
}

.sidebar-widget ul li a {
    color: #579CB8;
    font-family: "Roboto",sans-serif;
    font-weight: 500;
    line-height: 20px;
    cursor: pointer;
    text-decoration: none;
    display: block;
}

.sidebar-widget ul li a:hover,.sidebar-widget ul li.active a {
    color: #B0DCE2;
}

.sidebar-widget ul li a:before {
    font-family: 'fontAwesome';
    content: url("images/list-arrow.png");
    margin-top: 3px;
    height: 30px;
    color: #fff;
    margin-right: 14px;
    font-size: 8px;
    display: inline-block;
    float: left;
}

.sidebar-widget ul li.active a:after {
    max-width: 10px;
    height: 10px;
    position: absolute;
    font-size: 20px;
    top: 43px;
    right: 40px;
    opacity: 0.7;
}

.footer {
    position: static;
    bottom: 0;
    padding-top: 20px;
    padding-bottom: 90px;
}

.footer-links ul {
    display: table;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    border-bottom: 1px solid #1D2C46;
}

.footer-links ul li {
    float: left;
    list-style: none;
}

.footer-links ul li a {
    padding: 7px 15px;
    color: #1D2C46;
    font-family: "Roboto",sans-serif;
    font-weight: 600;
    display: inline-flex;
}

.footer-links ul li:after {
    content: '|';
    color: #1D2C46;
}

.footer-links ul li:last-child:after {
    display: none;
}

.copyright {
    text-align: center;
    color: #fff;
}

.copyright p {
    font-family: "Roboto",sans-serif;
    font-size: 13px;
    font-weight: 500;
}

.navbar-toggle {
    margin-right: 0;
    margin-top: 24px;
    margin-bottom: 10px;
    border: none;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fefefe;
}

.review-section {
    margin: 40px 0;
}

.review-section-row {
    margin-bottom: 20px;
    display: block;
    border-bottom: 1px solid #fff;
    float: left;
    margin-left: 15px;
    margin-right: 15px;
    background: #484452;
    padding: 10px;
}

.review-section-row .col-md-5 {
    padding-left: 0;
}

.review-section-row .col-md-4 {
    padding-right: 0;
}

.review-logo {
    max-height: 120px;
}

.review-logo-box .media-heading {
    color: #F8F2DA;
    text-align: center;
    font-family: "Roboto",sans-serif;
    font-size: 14px;
}

.review-logo-box .rating {
    margin-left: auto;
    margin-right: auto;
    display: table;
}

.bonus-details {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

.bonus-details h4 {
    color: #C7AFBD;
    font-family: "Roboto",sans-serif;
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 0;
    margin-top: 0;
}

.bonus-details h4 span {
    font-size: 14px;
    color: #F8F2DA;
}

.play-now-section {
    padding-top: 25px;
}

.play-button {
    background: #CE424F;
    float: right;
    font-size: 24px;
    padding: 15px 30px;
    border: none;
    color: #fff;
    font-family: "Roboto",sans-serif;
    font-weight: 500;
    -webkit-transition: all 0.15s linear;
    transition: all 0.15s linear;
}

.play-button:hover {
    background-color: #CE2332;
    color: #fff;
}

.play-button img {
    display: inline;
    margin-right: 3px;
    margin-top: -2px;
}

.rating img {
    display: inline;
}

.review_table {
    margin-top: 30px;
    border: 2px solid rgba(255,255,255,0.6);
}

.review_table tr:first-child {
    background: #FFFFFF;
    border-top: none;
    border-left: none;
}

.review_table tr:first-child th {
    font-family: "Raleway",sans-serif;
    font-weight: 700;
    padding: 15px 10px;
    border-top: none;
    font-size: 15px;
    color: #0E4752;
}

.review_table tr {
}

.review_table tr td {
    padding: 10px !important;
    font-family: "Roboto",sans-serif;
    font-weight: 500;
    color: #fff;
}

.review-table {
    margin: 20px 0 50px;
    border: 1px solid #fff;
    width: 100%;
    background: #000;
}

.review-table th, .review-table td {
    font-size: 14px;
    padding: 12px 20px;
}

.review-table td {
    color: #fff;
    border: 1px solid #fff;
}

.review-table td .icon-img {
    display: inline;
    margin-right: 10px;
}

.review-table td:first-child {
    font-weight: 500;
}

.review-table th, .review-table td {
    border-bottom: 1px solid #fff;
    padding: 15px;
}

.spade-unordered-list, .diamond-unordered-list {
    margin: 30px 0;
}

.spade-unordered-list ul,.diamond-unordered-list ul {
    padding-left: 0;
}

.spade-unordered-list ul li, .diamond-unordered-list ul li {
    list-style: none;
    font-family: "Roboto",sans-serif;
    color: #5FA9C8;
    line-height: 20px;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 20px;
}

.spade-unordered-list ul li strong, .diamond-unordered-list ul li strong {
    color: #fff !important;
}

.spade-unordered-list ul li:before {
    margin-right: 10px;
    /*height: 50px;*/
    display: inline-block;
    float: left;
    content: url("images/spade-icon.png");
    font-size: 10px;
}

.diamond-unordered-list ul li:before {
    margin-right: 10px;
    /*height: 50px;*/
    display: inline-block;
    float: left;
    content: url("images/diamond-icon.png");
    font-size: 10px;
}

.footer-links ul li.active a {
    color: #B0DCE2;
}

.sidebar-border-div {
    height: 1px;
    background: #fff;
    display: block;
    margin: 30px 0;
}

.play-now-button, .review-button {
    display: block;
    width: 100%;
    padding: 12px 30px;
    border: none;
    color: #000;
    font-family: "Roboto",sans-serif;
    letter-spacing: 1px;
    font-size: 15px;
    font-weight: 500;
    -webkit-transition: all 0.15s linear;
    transition: all 0.15s linear;
}

.play-now-button {
    background: #C7AFBD;
}

.play-now-button:hover {
    background-color: #CE2332;
    color: #fff;
}

.review-button {
    margin-top: 10px;
    background: #DDECEF;
}

.play-now-button img, .review-button img {
    display: inline;
}

.review-button:hover {
    background: #0F6AA6;
    color: #fff;
}

.review-section {
    margin: 30px 0;
    background: #000;
    padding: 0 20px;
}

.font-oeb {
    font-weight: 700;
}

.ratings .full-star-color {
    color: #F8F2DA;
    font-size: 18px;
}

.ratings .star-color-white {
    color: #F8F2DA;
    font-size: 18px;
}

.payment:not(:empty):not(:last-child):after {
    content: ", ";
}

@media(min-width: 1920px) {
    .blue-star-img {
        left: 40%;
    }

    .menu-dice-img {
        left: 30%;
    }

    .menu-right-img {
        right: 26%;
    }
}

@media(min-width: 768px) and (max-width:1024px) {
    .review-table {
        width:100%;
    }

    .menu-right-img {
        right: 0;
    }

    .play-now-button, .review-button {
        font-size: 14px;
        padding: 10px 8px;
    }
}

/* Table Responsive Design */
@media screen and (max-width: 991px) {
}

@media (min-width: 768px) {
    .menu-bar .navbar-nav>li>a {
        padding-top: 35px;
        padding-bottom: 34px;
    }

    .menu-bar .navbar-nav {
        display: table;
        margin-left: auto;
        margin-right: auto;
        float: none;
    }
}

@media(max-width: 767px) {
    .inner-content-section {
        padding:20px;
    }

    body {
        background-attachment: fixed;
    }

    .spade-unordered-list ul li, .diamond-unordered-list ul li {
        text-align: justify;
    }

    .inner-content-section h1 {
        font-size: 26px;
    }

    .inner-content-section h2 {
        font-size: 24px;
    }

    .inner-content-section h3 {
        font-size: 20px;
    }

    .sidebar {
        margin-top: 30px;
    }

    .review-section-row .col-md-5 {
        padding-left: 15px;
    }

    .review-section-row .col-md-4 {
        padding-right: 15px;
    }

    .review-section-row {
        margin-bottom: 20px;
        border: 1px solid #fff;
        margin-left: 15px;
        margin-right: 15px;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .footer-links ul li a {
        padding: 0px 10px;
    }

    .r-header h2 {
        font-size: 20px;
    }

    .content-section {
        padding-bottom: 20px;
    }

    #slide-navbar-collapse {
        position: fixed;
        top: 0;
        left: 15px;
        z-index: 99;
        width: 250px;
        height: 100%;
        background-color: #0C0A1F;
        overflow: auto;
    }

    .menu-overlay {
        display: none;
        background-color: #000;
        bottom: 0;
        left: 0;
        opacity: 0.5;
        filter: alpha(opacity=50);
        /* IE7 & 8 */
        position: fixed;
        right: 0;
        top: 0;
        z-index: 49;
    }

    .play-now-button, .review-button {
        padding: 12px 15px !important;
        font-size: 14px;
    }

    .play-now-button img, .review-button img {
        max-width: 15px;
    }

    .sidebar-widget ul li.active a:after {
        top: 95px;
    }

    .play-button {
        float: none;
        margin-left: auto;
        margin-right: auto;
    }

    .play-now-section {
        text-align: center;
    }

    .inner-content-section h1:before, .inner-content-section h2:before, .inner-content-section h3:before {
        width: 40px;
    }
}

@media(min-width: 320px) and(max-width:480px) {
    .play-now-button, .review-button {
        padding: 12px 15px !important;
        font-size: 14px;
    }

    .play-now-button img, .review-button img {
        max-width: 14px;
    }
}

.padd-left-0 {
    padding-left: 0;
}

.padd-right-0 {
    padding-right: 0;
}
/* --- injected clearfix (WaybackScraper) --- */
.clearfix::after{content:"";display:table;clear:both}
