#casinoscode_profile img.full_width {
    width: 360px;
    max-width: 100%;
}

#casinoscode_profile .casinoscode_inner p, #casinoscode_profile .casinoscode_inner li {
    margin-left: 0;
    padding: 0;
}

#casinoscode_profile .casinoscode_inner p.title, .info_item h4 {
    text-transform: uppercase;
}

#casinoscode_profile .casinoscode_inner .container {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

@media (min-width: 1200px) {
    #casinoscode_profile .col-lg-4 {
        width: 28.3%;
    }
}


#casinoscode_profile .top_review .rTableCell.logo_area {
    float: none;
    padding-left: 10px;
}

#casinoscode_profile .top_review .rTableCell p, #casinoscode_profile .top_review .rTableCell li {
    font-size: 15px;
}

#casinoscode_profile .top_review .rTableCell.logo_area img {
    width: 100%;
    margin-bottom: 10px;
}

#casinoscode_profile .top_review .rTableCell.logo_area .glyphicon {
    font-size: 18px;
    margin: 2px;
    background: #01e7b066;
}

#casinoscode_profile .glyphicon-star, #casinoscode_profile .glyphicon-star-empty {
    color: transparent;
}

#casinoscode_profile .rating-symbol-foreground .glyphicon {
    background: #01e7b0 !important;
}

#casinoscode_profile .cstm_btn {
    background: #01e7b0 !important;
}

.fa-language:before {
    content: "\f1ab";
}


#casinoscode_profile .des_area {
    width: 250px;
}

#casinoscode_profile .casinoscode_inner {
    padding: 30px 0;
}

#casinoscode_profile .cstm_btn {
    margin-bottom: 6px;
}

#casinoscode_profile .review_info {
    font-size: 12px;
    padding: 5px;
}

#casinoscode_profile .rTableCell {
    padding: 15px 0;
}

#casinoscode_profile .top_review .rTableCell.button_area {
    padding-right: 10px;
}

@media (max-width: 767px) {
    #casinoscode_profile .top_review .rTableCell.logo_area {
        max-width: 100%;
        text-align: center;
        margin-bottom: 20px;
        width: -webkit-fill-available;
    }

    #casinoscode_profile .top_review .rTableCell.logo_area img {
        width: auto !important;
        max-height: 100px;
        float: none;
        margin-left: auto;
        margin-right: auto;
    }

    #casinoscode_profile .rTableCell {
        width: -webkit-fill-available;
    }

    #casinoscode_profile .casinoscode_inner {
        padding: 10px 0;
    }
}


/*sticky footer*/
.footer_sticky_bar {
    position: fixed;
    bottom: 0;
    height: 70px;
    z-index: 99;
    background-color: #f0f0f0;
    padding-top: 10px;
    width: 100%;
    left: 15px;

    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -ms-transform-origin: bottom center;
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
    -ms-transform: rotateX(-90deg);
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    transition-delay: .1s;
    will-change: transform;
    -webkit-transition: transform .3s linear;
    -moz-transition: transform .3s linear;
    -ms-transition: transform .3s linear;
    -o-transition: transform .3s linear;
    transition: transform .3s linear;
}

.footer_sticky_bar.fixed {
    -ms-transform: rotateX(0);
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
}

.footer_sticky_bar .col_logo img {
    max-height: 60px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
}

.footer_sticky_bar .col_detail {
    text-align: center;
    display: block;
    color: #FE4A49;
    font-weight: bold;
    margin-top: 20px;
}

#casinoscode_profile .value {
    color: #FE4A49;
}

.footer_sticky_bar .col_button a {
    background: #01e7b0;
    display: block;
    border-radius: 8px;
    font-size: 16px;
    padding: 10px 0;
    color: white;
    border: none;
    cursor: pointer;
    text-align: center;
    max-width: 400px;
    margin-left: auto;
    margin-top: 10px;
}

.footer_sticky_bar .col_button a:hover {
    background: #00cc9b;
}

#casinoscode_profile .info_item p {
    color: #293c42;
}

@media (max-width: 767px) {
    .footer_sticky_bar .col_detail {
        display: none;
        margin-top: 5px;
    }
}
/*sticky footer*/