body {
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif !important;
    background-color: #161b1f !important;
    line-height: 1.5!important; 
}

ol{margin:0 0 15px 30px; padding: 0;}
ul li, ol li{margin:0 0 6px; padding: 0;}
ul li a, ol li a{color:#fff;}
ol{margin:0 0 15px 30px; padding: 0;}
a:focus{ outline:0 none;}
img{ border:none; outline:none;}
input::-moz-placeholder, textarea::-moz-placeholder {opacity: 0.89;}

p {
    color: #838c93;
    font-family: "Roboto",sans-serif;
    font-size: 12px;
    margin-bottom: 0;
    margin-top: 10px;
}

a {
   color: #a6cbe3;
  text-decoration: none;  
}

a:hover {
  color:#838c93;
}

ul {
    color: #838c93;
    font-family: "Roboto",sans-serif;
    font-size: 12px;
    margin: 5px 0 15px 30px;
    padding: 0;
}

h1 {
     background: url("images/button.png") no-repeat 0 5px;
    color: #7da5eb;
    font-family: "Roboto",sans-serif;
    font-size: 20px;
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 5px;
    padding-left: 35px;
    padding-top: 7px;
    text-transform: capitalize;
}

h2 {
     color: #7da5eb;
    font-family: "Roboto",sans-serif;
    font-size: 20px;
    margin-bottom: 0;
    margin-top: 0;
    text-transform: capitalize;
}

h3 {
    color: #7da5eb;
    font-family: "Roboto",sans-serif;
    font-size: 17px;
    margin-bottom: 0;
    margin-top: 0;
    text-transform: capitalize;
}

h4 {
    color: #7da5eb;
    font-family: "Roboto",sans-serif;
    font-size: 20px;
    margin-bottom: 0;
    margin-top: 0;
    text-transform: capitalize;
}


.container {
    width: 100%;
    float: left;
}

.wrapper {
    margin: 0 auto;
    width: 996px;
}

.header {
    background: url("images/toppic.jpg") no-repeat;
    float: left;
    height: 489px;
    margin-top: 10px;
    width: 996px;
}

.header .logo {
    float: left;
    padding-bottom: 17px;
    padding-left: 15px;
    padding-top: 20px;
    width: 400px;
}

.header-menu {
    background: url("images/menubg.jpg") repeat-x ;
    border-top: 1px solid #161b1f;
    float: left;
    width: 996px;
    border-bottom: 1px solid #161b1f;
    padding-bottom: 27px;
    padding-top: 25px;
    margin-top: -1px;
}

.header-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

.header-menu ul li {
    display: inline-block;
    text-transform:uppercase;
    margin: 0!important;
    padding: 0!important;
}

.header-menu ul li a {
     color: #fff;
    font-family: "Roboto",sans-serif;
    font-size: 11px;
    font-weight: bold;
    padding: 21px 10px 31px;
    text-decoration: none;
    text-transform: uppercase;
}

.header-menu ul li a:hover {
    background-color: #161b1f;
    border: 1px solid #3d4852;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    color:#fff;
    border-bottom:none;
}

.middle-section {
    border: 3px solid #2d3235;
    float: left;
    width: 991px;
    background-color:#22292f;
    padding-bottom: 25px;
}

.middle-section .table-section {
    width: 996px;
    float: left;
}

.table-section .table-heading {
    padding-bottom: 10px;
    padding-left: 15px;
    padding-top: 25px;
    width: 975px;
    float: left;
    background: url("images/dd.png") no-repeat 0px 0px;
}

.table-heading h2 {
    color: #fff;
    font-family: "Roboto",sans-serif;
    font-size: 20px;
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 5px;
    padding-left: 35px;
    padding-top: 7px;
    text-transform: capitalize;
    background: url("images/button.png") no-repeat 1px 3px;
}

.table-section .table-part {
    background-color: #c9ced8;
    float: left;
    margin-top: 0;
    width: 991px;
}

table {
    width: 100%;
    border-spacing: 0;
}

tr td {
    font-size:12px;
    color:#202020;
    font-family: 'Roboto', sans-serif; 
    text-transform: capitalize;
    font-weight: bold;
    text-align: center;
    padding-bottom: 5px;
    padding-top: 2px;
    background:url("images/tdbg.jpg") repeat-x;  
}

th {
    background:url("images/thbg.jpg") repeat-x;
    border-right: 1px solid #000;
    color: #a4f1fd;
    font-family: "Roboto",sans-serif;
    font-size: 12px;
    padding: 7px 15px;
    text-transform: capitalize;
    font-weight: bold; 
}

.row3 a {
    color:#202020;
    text-decoration:none;
    border-bottom: 2px solid #a8b1a6;
}

.row3 {
    padding-left: 20px;
    text-align: left;
}

.row3 a:hover {
    color:#009992;
    border-bottom: 2px solid #a0cfc3;
}

a.rev {
    background: url("images/rv.png") no-repeat;
    color: #c6281e;
    display: block;
    height: 25px;
    line-height: 26px;
    text-decoration: none;
    width: 68px;
    text-transform: uppercase;
    margin-left: 12px;
}

a.rev:hover{
    background-position: 0 -26px;
    color: #fff;
    line-height: 24px;
}

a.vst {
    background: url("images/vs.png") no-repeat;
    color: #c6281e;
    display: block;
    height: 25px;
    line-height: 26px;
    text-decoration: none;
    width: 108px;
    text-transform: uppercase;
    margin-left:25px;
}

a.vst:hover{
    background-position: 0 -26px;
    color: #fff;
    line-height: 24px;
}

.row5{
   font-size:12px;
    color:#202020;
    font-family: 'Roboto', sans-serif; 
    text-transform: capitalize;
    font-weight: bold;
    text-align: center;  
}

.row6{
   font-size:12px;
    color:#202020;
    font-family: 'Roboto', sans-serif; 
    text-transform: capitalize;
    font-weight: bold;
    text-align: center;
}

.th1 {
  width: 25px;
} 


.th2 {
    width: 175px;
}

.th3{
    border-right: none;
}

.middle-section .left-side {
    width: 680px;
    float: left; 
}

.left-side .heading {
    float: left;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-top: 25px;
    width: 500px;
}

.left-side .content-part {
    width: 625px;
    float: left;
    padding-left: 15px;
    color: #838c93;
    font-family: "Roboto",sans-serif;
    font-size: 12px;
}

.content-part .image {
    border: 5px solid #4b779a;
    float: left;
    margin-right: 15px;
}

.middle-section .right-part {
    background: url("images/rtbg.jpg") repeat-x scroll 0 0 #28333a;
    border-radius: 19px;
    float:left;
     margin-top: 40px;
    padding-bottom: 0;
    width: 291px;
}

.right-part .right-side {
    background: url("images/bh.png") no-repeat scroll center bottom;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    float: left;
    padding-bottom: 15px;
    width: 291px;
}

.right-side .heading-part {
    background:url("images/shd.png") no-repeat top center;
    float: left;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-top: 10px;
    width: 275px;
}

.heading-part h5 {
    background: url("images/ln.png") no-repeat scroll 0px 37px rgba(0, 0, 0, 0);
    color: #fff;
    font-family: "Roboto",sans-serif;
    font-size: 20px;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0 0 14px 3px;
    text-transform: uppercase;
}

.right-side .nav {
    float: left;
    padding-left: 15px;
    width: 240px;
}

.nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.nav ul li {
    background: url("images/line.jpg") no-repeat bottom center; 
    padding-bottom: 10px !important;
    padding-top: 3px !important;
    margin: 0!important;
}

.nav ul li a {
    text-decoration:none;
    color:#4ebccc;
    font-size:12px;
    font-family: 'Roboto', sans-serif; 
    text-transform: capitalize;
    font-weight: bold;
}

.nav ul li a:hover {
    color:#fff;
}

.nav ul li:last-child {
   background: none;
}

.footer-content {
    background-color: #22292f;
    border: 3px solid #2d3235;
    float: left;
    margin: 1px 0 10px;
    padding-bottom: 20px;
    padding-top: 20px;
    width: 991px;
}

.footer-content p {
    color:#7491a4;
    font-size:12px;
    font-family: 'Roboto', sans-serif; 
    text-transform: capitalize;
    text-align: center; 
}




/*****************************************************************************ITEM-PAGE-CSS**************************************************************************************/

.middle-section .full-bg {
    width:100%;
    float:left;
    background: url("images/dd.png") no-repeat
}

.screen {
    width: 100%;
    float: left;
}

.screen .box {
   text-align: center;
   padding-top: 30px; 
}

.middle-section .right-part2 {
    background: url("images/rtbg.jpg") repeat-x scroll 0 0 #28333a;
    border-radius: 19px;
    float: left;
     margin-top: 30px;
    padding-bottom: 0;
    width: 291px;
}

.right-part2 .right-side2 {
    background: url("images/bh.png") no-repeat scroll center bottom rgba(0, 0, 0, 0);
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    float: left;
    padding-bottom: 15px;
    width: 291px;
}

.right-side2 .heading-part2 {
    background: url("images/shd.png") no-repeat scroll center top rgba(0, 0, 0, 0);
    float: left;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-top: 10px;
    width: 275px;
}

.heading-part2 h5 {
    background: url("images/ln.png") no-repeat scroll 0 37px rgba(0, 0, 0, 0);
    color: #fff;
    font-family: "Roboto",sans-serif;
    font-size: 20px;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0 0 14px 3px;
    text-transform: uppercase;
}

.right-side2 .nav2 {
    float: left;
    padding-left: 15px;
    width: 240px;
}

.nav2 ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.nav2 ul li {
    background: url("images/line.jpg") no-repeat scroll center bottom rgba(0, 0, 0, 0);
    padding-bottom: 10px !important;
    padding-top: 3px !important;
    margin: 0!important;
}

.nav2 ul li a {
    color: #4ebccc;
    font-family: "Roboto",sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    text-transform: capitalize;
}

.nav2 ul li a:hover {
    color:#fff;
}

.nav2 ul li:last-child {
   background: none;
}

.poker {
    float: left;
    margin-bottom: 20px;
    width: 100%;
}

.poker .heading2 {
    float: left;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-top: 25px;
    width:100%;
}

.poker .shot {
    float: left;
    padding-left: 50px;
    width: 101px;
}

.shot .box2 {
    float: left;
    margin-top: -25px;
    width: 100%;
}

.shot .star {
   float: left;
    margin-top: -15px;
    width: 100%;
}

.poker .casino {
    width: 180px;
    float: left;
    margin-left: 25px;
}

.casino .para {
    color: #fff;
    font-family: "Roboto",sans-serif;
     font-size: 17px;
    margin-bottom: 0;
    margin-top: 0;
    text-transform: capitalize;
    font-weight: bold;
}

.casino .p1 {
    color: #838c93;
    font-family: "Roboto",sans-serif;
    font-size: 16px;
    margin-bottom: 0;
     margin-top: 7px;
    text-transform: capitalize;
    font-weight:normal;
}

.casino .p2 {
    color: #838c93;
    font-family: "Roboto",sans-serif;
    font-size: 16px;
    margin-bottom: 0;
    margin-top: 0;
    text-transform: capitalize;
    font-weight:normal;
    padding-left: 28px;
}

.casino .p3 {
    color: #838c93;
    font-family: "Roboto",sans-serif;
    font-size: 16px;
    margin-bottom: 0;
    margin-top: 0;
    text-transform: capitalize;
    font-weight:normal;
}

.casino .p4 {
    color: #838c93;
    font-family: "Roboto",sans-serif;
    font-size: 16px;
    margin-bottom: 0;
    margin-top: 0;
    text-transform: capitalize;
    font-weight:normal;
    padding-left: 70px;
}

.casino .p5 {
    color: #838c93;
    font-family: "Roboto",sans-serif;
    font-size: 16px;
    margin-bottom: 0;
    margin-top: 0;
    text-transform: capitalize;
    font-weight:normal;
}

.casino .p6 {
    color: #838c93;
    font-family: "Roboto",sans-serif;
    font-size: 16px;
    margin-bottom: 0;
    margin-top: 0;
    text-transform: capitalize;
    font-weight:normal;
    padding-left: 30px;
}

.casino .p7 {
    color: #838c93;
    font-family: "Roboto",sans-serif;
    font-size: 16px;
    margin-bottom: 0;
    margin-top: 0;
    text-transform: capitalize;
    font-weight:normal;
}

.casino .p8 {
    color: #838c93;
    font-family: "Roboto",sans-serif;
    font-size: 16px;
    margin-bottom: 0;
    margin-top: 0;
    text-transform: capitalize;
    font-weight:normal;
    padding-left: 15px;
}

.software {
   float: left;
    margin-left: 45px;
    margin-top: 25px;
    width: 270px;
}

.software .p9 {
    color: #838c93;
    font-family: "Roboto",sans-serif;
    font-size: 16px;
    margin-bottom: 0;
    margin-top: 0;
    text-transform: capitalize;
    font-weight:normal;
}

.software .p10 {
    color: #838c93;
    font-family: "Roboto",sans-serif;
    font-size: 16px;
    margin-bottom: 0;
    margin-top: 0;
    text-transform: capitalize;
    font-weight:normal;
    padding-left: 27px;
}

.software .p11 {
    color: #838c93;
    font-family: "Roboto",sans-serif;
    font-size: 16px;
    margin-bottom: 0;
    margin-top: 0;
    text-transform: capitalize;
    font-weight:normal;
}

.software .p12 {
    color: #838c93;
    font-family: "Roboto",sans-serif;
    font-size: 16px;
    margin-bottom: 0;
    margin-top: 0;
    text-transform: capitalize;
    font-weight:normal;
    padding-left: 30px;
}

.software .p13 {
    color: #838c93;
    font-family: "Roboto",sans-serif;
    font-size: 16px;
    margin-bottom: 0;
    margin-top: 0;
    text-transform: capitalize;
    font-weight:normal;
}

.software .p14 {
    color: #838c93;
    font-family: "Roboto",sans-serif;
    font-size: 16px;
    margin-bottom: 0;
    margin-top: 0;
    text-transform: capitalize;
    font-weight:normal;
    padding-left: 20px;
}

.poker .link {
    float:right;
    margin-left: 28px;
     margin-top: 20px;
    width: 500px;
}

.link .revue {
    width: 266px;
    float: left;
}

a.button1 {
    color: #fff;
    font-family: "Roboto",sans-serif;
    font-size: 16px;
    margin-bottom: 0;
    margin-top: 0;
    font-weight:bold;
    background: url("images/rve.png") no-repeat;
    display: block;
    width: 266px;
    height: 38px;
    text-align: center;
    text-decoration: none;
    line-height: 35px;
}

a.button1:hover {
    background-position: -2px -42px;
}

.link .visit {
    float: left;
    margin-left: 7px;
    width: 217px;
}

a.button2 {
    color: #fff;
    font-family: "Roboto",sans-serif;
    font-size: 16px;
    margin-bottom: 0;
    margin-top: 0;
    font-weight:bold;
    background: url("images/vst.png") no-repeat;
    display: block;
    width: 217px;
    height: 38px;
    text-align: center;
    text-decoration: none;
    line-height: 35px;
}

a.button2:hover {
    background-position: -2px -42px;
}

