body {
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #8e8e8e;
    background: #000000;
}

p {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #8e8e8e;
}

a {
    text-decoration: none;
    color: #b4e25b;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin: 15px 0 5px;
    font-weight: 700;
    font-size: 18px;
    color: #ffffff;
}

h1 {
    font-family: 'Roboto', sans-serif;
    font-size: 25px;
    font-weight: 700;
    color: #ffffff;
}

h2 {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
}


ul {
}

li {
}

img {
    display: inline-block !important;
    max-width: 100%;
}

.wrapper {
    padding: 15px;
}

.content .left-pannel .menu-list ul li a {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #3c3c3c;
    padding: 0 0 0 12px;
}

.content .left-pannel .menu-list ul {
    padding-left: 0;
    margin-left: 0;
}

ul#ftrnvi {
    list-style: none;
    margin-top: 30px;
}

ul#ftrnvi li {
    display: inline-block;
}

ul#ftrnvi li a {
    text-decoration: none;
    margin: 0 5px;
    background: #28a745;
    color: #fff;
    padding: 5px 15px;
    border-radius: 5px;
}

ul#ftrnvi li a:hover {
    opacity: .7;
}

@media (max-width: 768px) {
    .menu-list h2 {
        margin-top:10px;
    }
}

@media (min-width: 769px) {
    *, ::after, ::before {
        box-sizing:unset;
    }

    * {
        margin: 0;
        padding: 0;
    }

    .wrapper {
        width: 998px;
        margin: 0 auto;
        padding: 0 !important;
    }

    .header {
        width: 100%;
        float: left;
    }

    .header .header-top {
        width: 100%;
        float: left;
        background: url("images/header-topbg.png") center 0 no-repeat;
        padding: 0 0 12px 0;
    }

    .header .header-top .logo {
        width: 100%;
        float: left;
        text-align: center;
        position: relative;
        top: 0;
        padding: 20px 0 42px;
        z-index: 1;
        background: url("images/logo-bg.png") center 0 no-repeat;
    }

    .header .header-top .logo h1 {
        font-family: 'armor_piercingregular';
        font-size: 38px;
        font-weight: normal;
    }

    .header .header-top .logo h1 span {
        font-family: 'Open Sans', sans-serif;
        display: block;
        font-size: 21px;
        color: #bbbbbb;
        font-weight: 300;
        line-height: 15px;
    }

    .header .header-top .logo h1 a img {
        display: inline-block;
        color: #ffffff;
        border: none;
    }

    .header .header-bottom {
        width: 100%;
        float: left;
        background: url("images/nav-bg.png") center 0 no-repeat;
        height: 40px;
    }

    .header .header-bottom .header-nav {
        width: 100%;
        float: left;
        position: relative;
    }

    .header .header-bottom .header-nav .nav-menu {
        width: 100%;
        float: left;
        background: url("images/nav-menu.png") repeat-x ;
        position: absolute;
        top: -33px;
        text-align: center;
    }

    .header .header-bottom .header-nav .nav-menu ul {
        margin: 0;
        padding: 0;
        list-style: none;
        display: inline-block;
    }

    .header .header-bottom .header-nav .nav-menu ul li {
        float: left;
        padding: 22px 3px 23px;
        background: url("images/li-border.png") left no-repeat ;
    }

    .header .header-bottom .header-nav .nav-menu ul li:first-child {
        background: none;
        padding: 22px 3px 23px !important;
    }

    .header .header-bottom .header-nav .nav-menu ul li a {
        font-family: 'Roboto', sans-serif;
        font-size: 13px;
        font-weight: normal;
        color: #feefb7;
        display: block;
        text-transform: uppercase;
    }

    .header .header-bottom .header-nav .nav-menu ul li a:hover {
        color: #ffffff;
    }

    .banner {
        width: 100%;
        float: left;
    }

    .content {
        width: 100%;
        float: left;
    }

    .content .left-pannel {
        width: 251px;
        float: left;
        padding: 30px 0 0 0;
    }

    .content .left-pannel .menu-list {
        width: 88%;
        float: left;
        padding: 17px 16px 10px 16px;
        background-color: #ffffff;
        border-radius: 8px 8px 8px 8px;
        margin-bottom: 10px;
    }

    .content .left-pannel .menu-list h2 {
        font-family: 'Roboto', sans-serif;
        font-size: 15px;
        font-weight: 700;
        color: #240f05;
        padding: 11px 0 14px 16px ;
        text-transform: uppercase;
        background: url("images/heading-bg.png") no-repeat ;
    }

    .content .left-pannel .menu-list ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .content .left-pannel .menu-list ul li {
        border-top: 1px dotted #b3b2b2;
        background: url("images/li-arrow.png")0px 17px no-repeat;
        padding: 9px 0 9px 0;
    }

    .content .left-pannel .menu-list ul li.first-item {
        border: 0px;
    }

    .content .left-pannel .menu-list ul li:hover a {
        color: #f71501;
    }

    .content .right-pannel {
        width: 716px;
        float: right;
        padding: 53px 0 0 30px;
    }

    .content .right-pannel .img-cnt {
        width: 94%;
        float: left;
        background: url("images/img-cnt.png") center bottom no-repeat;
        padding: 0 25px 30px 22px;
    }

    .content .right-pannel .img-cnt h1 {
        margin-bottom: 5px;
        margin-top: 4px;
    }

    .content .right-pannel .img-cnt h2 {
        margin: 2px 0 2px ;
    }

    .content .right-pannel .img-cnt h3 {
        margin: 2px 0 2px;
    }

    .content .right-pannel .img-cnt img {
        float: right;
        margin-left: 30px;
    }

    .content .right-pannel .img-cnt span {
        color: #ffda3f;
    }

    .content .right-pannel .img-cnt p {
        font-family: 'Roboto', sans-serif;
        font-size: 14px;
        font-weight: normal;
        color: #8e8e8e;
        line-height: 22px;
    }

    .content .right-pannel .casino-featured {
        width: 100%;
        float: left;
        margin-top: 7px;
        padding: 0 0 25px 0;
    }

    .content .right-pannel .casino-featured h2 {
        font-family: 'Roboto', sans-serif;
        font-size: 18px;
        font-weight: 700;
        color: #240f05;
        background: url("images/fetureheading-casino1.png") center 0 no-repeat;
        padding: 8px 0 8px 0px;
    }

    .content .right-pannel .casino-featured h2 span {
        background: url("images/dots-feturecasino.png") 17px 5px no-repeat ;
        padding: 0 0 0 38px;
    }

    .content .right-pannel .casino-featured .casino-room {
        width: 94%;
        float: left;
        background: url("images/feture-shadowbg.png") center 2px no-repeat;
        padding: 19px 22px 0px 22px;
    }

    .content .right-pannel .casino-featured .casino-room img {
    }

    .content .right-pannel .casino-featured .casino-room .star-ranking {
        width: 525px;
        float: right;
        padding: 10px 0 20px 15px;
    }

    .content .right-pannel .casino-featured .casino-room .star-ranking img {
        float: left;
    }

    .content .right-pannel .casino-featured .casino-room .star-ranking ul {
        margin: 41px 0 0 0;
        padding: 0;
        list-style: none;
        clear: both;
        display: block;
    }

    .content .right-pannel .casino-featured .casino-room .star-ranking ul li {
        font-family: 'Roboto', sans-serif;
        font-size: 15px;
        font-weight: 700;
        color: #ffffff;
        line-height: 14px;
        height: 45px;
        float: left;
        border-left: 1px solid #333333;
        padding: 0 23px 0 20px;
    }

    .content .right-pannel .casino-featured .casino-room .star-ranking ul li.first-col {
        border-left: 0px;
        padding: 0 23px 0 0px!important;
    }

    .content .right-pannel .casino-featured .casino-room .star-ranking ul li span {
        font-family: 'Roboto', sans-serif;
        font-size: 25px;
        font-weight: 700;
        line-height: 34px;
        color: #ffda3f;
        display: block;
    }

    .content .right-pannel .casino-featured .casino-room .star-ranking .reviu {
        font-family: 'Roboto', sans-serif;
        font-size: 22px;
        font-weight: 700;
        float: left;
        clear: both;
        text-align: center;
        background: url("images/reviu-btn.png") 0 0 no-repeat ;
        margin-right: 17px;
        margin-top: 21px;
        padding: 8px 45px;
        color: #240f05;
    }

    .content .right-pannel .casino-featured .casino-room .star-ranking .reviu:hover {
        background: url("images/reviu-btn.png") 0 -155px no-repeat ;
    }

    .content .right-pannel .casino-featured .casino-room .star-ranking .visit {
        float: left;
        font-family: 'Roboto', sans-serif;
        font-size: 22px;
        color: #ffffff;
        font-weight: 700;
        text-align: center;
        padding: 8px 45px;
        margin-top: 21px;
        background: url("images/visit-btn.png") no-repeat;
    }

    .content .right-pannel .casino-featured .casino-room .star-ranking .visit:hover {
        background: url("images/visit-btn.png") 0 -155px no-repeat;
    }

    .content .right-pannel .casino-featured.table-list {
        width: 100%;
        float: left;
        margin: 0 0 30px 0;
        padding: 0 0 0px 0;
    }

    .content .right-pannel .casino-featured.table-list h2 {
        font-family: 'Roboto', sans-serif;
        font-size: 18px;
        font-weight: 700;
        color: #240f05;
        background: url("images/fetureheading-casino2.png") center 0 no-repeat ;
        padding: 8px 0 8px 0px;
    }

    .content .right-pannel .casino-featured.table-list table.table-pannel {
        font-family: 'Roboto', sans-serif;
        font-size: 14px;
        font-weight: normal;
        color: #ffffff;
        width: 100%;
        border: 1px solid #2c2c2c;
        border-spacing: 1px;
        background-color: #000000;
    }

    .content .right-pannel .casino-featured.table-list table.table-pannel tr.heading-chart th {
        padding: 5px 0 6px 0;
        background: url("images/table-heading.png") repeat-x;
    }

    .content .right-pannel .casino-featured.table-list table.table-pannel td {
        vertical-align: middle;
        background: url("images/td-bg.png") repeat-x;
        text-align: center;
        padding: 5px 0 6px 0;
    }

    .content .right-pannel .casino-featured.table-list table.table-pannel th {
        padding-bottom: 14px!important;
        text-align: center;
    }

    .content .right-pannel .casino-featured.table-list table.table-pannel th.headcol-1 {
        width: 218px;
        text-align: left;
        vertical-align: top;
        padding: 5px 0 6px 10px!important;
    }

    .content .right-pannel .casino-featured.table-list table.table-pannel td.col-1 {
        text-align: left;
        vertical-align: top;
        padding: 5px 0 6px 10px!important;
    }

    .content .right-pannel .casino-featured.table-list table.table-pannel td.col-2 img {
        text-align: center;
        float: none;
    }

    .content .right-pannel .casino-featured.table-list table.table-pannel td.col-2 {
        width: 109px;
    }

    .content .right-pannel .casino-featured.table-list table.table-pannel td.col-3 {
        width: 113px;
    }

    .content .right-pannel .casino-featured.table-list table.table-pannel .textvis-btn {
        text-decoration: underline;
        color: #8cd500;
    }

    .content .right-pannel .casino-featured.table-list table.table-pannel .textvis-btn:hover {
        color: #ffffff;
        text-decoration: none;
    }

    .content .right-pannel .casino-featured.table-list table.table-pannel .textriv-btn {
        text-decoration: underline;
        color: #6ad5ff;
    }

    .content .right-pannel .casino-featured.table-list table.table-pannel .textriv-btn:hover {
        color: #ffffff;
        text-decoration: none;
    }

    .footer {
        width: 100%;
        float: left;
    }

    .footer .copy-right {
        width: 100%;
        float: left;
        padding: 20px 0 20px 0;
        text-align: center;
    }

    .footer .copy-right span {
        font-family: 'Roboto', sans-serif;
        font-size: 14px;
        font-weight: normal;
        color: #ffffff;
        display: inline-block;
    }

    .footer .copy-right span.guid {
        color: #b4e25b;
    }

    .content .right-pannel .casino-featured .casino-room .star-ranking p {
        font-family: 'Roboto', sans-serif;
        font-size: 18px;
        font-weight: 700;
        color: #ffffff;
    }

    .content .right-pannel .casino-featured .casino-room .star-ranking span {
        font-family: 'Roboto', sans-serif;
        font-size: 25px;
        font-weight: normal;
        display: block;
        padding: 15px 0 2px;
        color: #ffda3f;
    }

    .content .right-pannel .casino-featured .casino-room .star-ranking .visit-btn {
        font-family: 'Roboto', sans-serif;
        font-size: 22px;
        font-weight: 700;
        float: left;
        clear: both;
        text-align: center;
        padding: 6px 16px 10px;
        color: #240f05;
        margin-top: 30px;
        margin-right: 12px;
        background: url("images/visit-sitebtn.png") 0 0 no-repeat ;
    }

    .content .right-pannel .casino-featured .casino-room .star-ranking .visit-btn:hover {
        background: url("images/visit-sitebtn.png") 0 -155px no-repeat ;
    }

    .content .right-pannel .casino-featured .casino-room .star-ranking .revue-btn {
        float: left;
        font-family: 'Roboto', sans-serif;
        font-size: 22px;
        color: #ffffff;
        font-weight: 700;
        text-align: center;
        padding: 6px 41px 10px;
        margin-top: 30px;
        background: url("images/revue-casinobtn.png") 0 0 no-repeat ;
    }

    .content .right-pannel .casino-featured .casino-room .star-ranking .revue-btn:hover {
        background: url("images/revue-casinobtn.png") 0 -155px no-repeat ;
    }

    .content .right-pannel .casino-featured.table-list .casino-room.item {
        text-align: center!important;
    }

    .content .right-pannel .casino-featured.table-list .casino-room.item img {
        float: none;
    }

    .navbar-main {
    }

    .navbar-main ul {
    }

    .navbar-main ul li {
        float: none;
    }

    .navbar-main ul li a {
        padding-top: 0;
        padding-left: 0;
        padding-bottom: 0;
    }
}
