body {
    font-family: Tahoma, Geneva, Verdana, sans-serif;
    font-size: 13px;
    font-weight: bold;
    background-color: #D2D2D2;
    margin: 0 0 0 0;
}
::selection {
  background: #40973E; /* WebKit/Blink Browsers */
}
::-moz-selection {
  background: #40973E; /* Gecko Browsers */
}
.header {
    height: 100%;
    width: 100%;
    background-color: #060609;
    position: center;
    margin-left:0;
    margin-right:0;
}

.header_top {
    height: 21px;
    width:100%;
    background-color: #0F2109;
    vertical-align: top;
    margin-left:0;
    margin-right:0;
}


.header_middle {
    width: 100%;
    min-height:110px;
    color:#F6F6F6;
    background-image: url("../images/header_bg.png");
    background-repeat: repeat-x;
}

.header_nav {
    height: 32px;
    vertical-align: top;
    margin-left:0;
    margin-right:0;
}

.logo_brand {
    padding-top: 25px;
    padding-left: 25px;
    padding-bottom: 20px;
    text-align: center;
    margin-left:0;
    margin-right:0;
}

.container_carousel {
    text-align: center;
    margin-left:0;
    margin-right:0;
    width: 100%;
    background-color: #060609;
}

#navbar {
    text-align: center;
    margin-left:0;
    margin-right:0;
    width: 100%;
}

#navbar2 {
    text-align: center;
    margin-left:0;
    margin-right:0;
    width: 100%;
}

.download {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #111F0D;
    width: 100%;
    margin-left:0;
    margin-right:0;
}

.btn_container {
    text-align: center;
}

.inside_container {
    width:100%;
    padding-top: 22px;
    padding-bottom: 22px;
    text-align: center;
    margin-left:0;
    margin-right:0;
    background-color: #D2D2D2;
}
@media (max-width:758px) {
    .inside_container {
    width:100%;
    padding-top: 22px;
    padding-bottom: 22px;
    text-align: center;
    margin-left:0;
    margin-right:0;
    background-color: #D2D2D2;
    }
}

.contentcontainerinside {
    width:100%;
    margin-top: 126px;
    margin-bottom: auto;
    margin-left:0;
    margin-right:0;
    padding-top: 0px;
    background-color: #ffffff;
}

@media (max-width:358px) {
    .contentcontainerinside{
    width:100%;
    margin-top: 126px;
    margin-bottom: auto;
    margin-left:0;
    margin-right:0;
    padding-top: 0px;
    background-color: #ffffff;
    }
}

@media (min-width:768px) {
    .contentcontainerinside{
    width:100%;
    margin-top: 126px;
    margin-bottom: auto;
    margin-left:0;
    margin-right:0;
    padding-top: 0px;
    background-color: #ffffff;
    }
}

.header_box {
    width: 100%;
    vertical-align: top;
    background-repeat: no-repeat;
    background-image: url('../images/inside_header_bg.png');
    height: 100px;
    background-color: #1C3B10;
    margin-left:0;
    margin-right:0;
    padding-top: 0px;
    
}

@media (max-width:758px) {
    .header_box{
     width: 100%;
    vertical-align: top;
    background-repeat: no-repeat;
    background-image: url('../images/inside_header_bg.png');
    height: 100px;
    background-color: #1C3B10;
    margin-left:0;
    margin-right:0;
    padding-top: 0px;
    }
}

.inside_text_box {
    width:100%;
    padding-left:93px;
    padding-right:24px;
    padding-bottom:52px;
    padding-top:24px;
    text-align:left;
    font-size:20px;
    color:#ffffff;
}

.inside_text_con {
    width:100%;
    white-space:normal;
    margin-left:0;
    margin-right:0;
    padding-left:0px;
    padding-right:10px;
    padding-bottom:0px;
    padding-top:0px;
    text-align:left; 
    font-size:13px;
    font-weight:normal;
    color:#111F0C;
    background-color:#fff;
    display:flex;
}
@media (max-width:361px) {
    .inside_text_con {
        width: 100%;
        min-height:100%;
        white-space: normal;
        margin-left: 0;
        margin-right: 0;
        padding-left: 0px;
        padding-right: 10px;
        padding-bottom: 0px;
        padding-top: 0px;
        text-align: left;
        font-size: 11px;
        font-weight: normal;
        color: #111F0C;
        background-color: #fff;
        display:flex;
    }
}

.Submenutop {
    
}

@media (min-width:358px) {
    .Submenutop {
    display:normal;
    }
}

@media (min-width:768px) {
    .Submenutop {
    display:none;
    }
}

@media (min-width:1000px) {
    .Submenutop {
    display:none;
    }
}


.inside_sub_text {
    width:25%;
    min-height:160px;
    margin-left:0;
    margin-right:0;
    padding-left:5px;
    padding-right:5px;
    padding-bottom:5px;
    padding-top:0px;
    text-align:left; 
    font-size:13px;
    font-weight:normal;
    color:#FFF;
    background-color:#1C3B10;
    list-style-type: none;
}

@media (max-width:758px) {
    .inside_sub_text {
    width:75%;
    min-height:160px;
    margin-left:0;
    margin-right:0;
    padding-left:5px;
    padding-right:5px;
    padding-bottom:0px;
    padding-top:0px;
    text-align:left; 
    font-size:10px;
    font-weight:normal;
    color:#FFF;
    background-color:#1C3B10;
    list-style-type: none;
    display:none;
    }
}

.submenu_text {
    background-color:#111F0D;
    width:100%;
    padding-left:10px;
    padding-top:10px;
    padding-bottom:10px;
}

/* unvisited link */
#submenu_text a:link {
    color: #fff;
    text-decoration: none;
}

/* visited link */
#submenu_text a:visited {
    color: #fff;
    text-decoration: none;
}

/* mouse over link */
#submenu_text a:hover {
    color: #4BAF49;
    text-decoration: none;
}

/* selected link */
#submenu_text a:active {
    color: #4BAF49;
    text-decoration: none;
}

.maintext_container {
    padding-top:10px;
    padding-left:6px;
    width:100%;


}


.promo-item {
    padding: 5px;
    display: inline-block;
    margin-bottom: 5px;
}

@media (max-width:400px) {
    .promo-item {
        width: 90px;
        margin-left: 0;
        margin-right: 0;
        display: inline-block;
    }

    h2 {
        font-size: 13px;
        font-weight: bold;
    }
}

.container_download_btm {
    padding-top: 23px;
    padding-bottom: 23px;
    padding-left: 23px;
    padding-right: 23px;
    background-color: #111F0D;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
}

@media (max-width:758px) {
    .container_download_item {
        width: 200px;
        font-size: 9px;
        margin-left: 0;
        margin-right: 0;
        display: inline-block;
    }
}

.container_download_item {
    padding-right: 45px;
    padding-left: 45px;
    display: inline-block;
}

.btm_container {
    padding-top: 43px;
    padding-bottom: 10px;
    text-align: center;
    background-color: #FFFFFF;
    margin-left: 0;
    margin-right: 0;
    background-image: url('../images/btm_bg.png');
    background-repeat: repeat-x;
}

@media (max-width:768px) {
    .btm_container {
    padding-top:initial;
    padding-bottom: 10px;
    text-align: center;
    background-color: #FFFFFF;
    margin-left: 0;
    margin-right: 0;
    margin:0;
    background-image: url('../images/btm_bg.png');
    background-repeat: repeat-x;
    }
}

h1 {
    font-size: 22px;
    color:#ffffff;
    font-weight: bold;
    margin:auto;
    text-align:left;
    padding-top:15px;
}

@media (max-width:768px) {
    h1 {
    font-size: 17px;
    color:#ffffff;
    font-weight: bold;
    margin:auto;
    text-align:left;
    padding-top:15px;
    }
}

h3 {
    font-size: 20px;
    color:#245012;
    font-weight: bold;
    margin:0;
    text-align:left;
    padding-bottom:10px;
}

@media (max-width:768px) {
    h3 {
    font-size: 15px;
    color:#245012;
    font-weight: bold;
    margin:0;
    text-align:left;
    padding-bottom:10px;
    }
}

h4 {
    font-size: 20px;
    color:#245012;
    font-weight: bold;
    margin:0;
    text-align:left;
    padding-top:5px;
    padding-bottom:5px;
}

@media (max-width:768px) {
    h4 {
    font-size: 15px;
    color:#245012;
    font-weight: bold;
    margin:0;
    text-align:left;
    padding-bottom:5px;
    padding-top:5px;
    }
}

h5 {
    font-size: 15px;
    color:#40973E;
    font-weight: bold;
    margin:0;
    text-align:left;
    padding-bottom:5px;
    padding-top:5px;
}

@media (max-width:768px) {
    h5 {
    font-size: 15px;
    color:#40973E;
    font-weight: bold;
    margin:0;
    text-align:left;
    padding-bottom:5px;
    padding-top:5px;
}
    }
}

@media (max-width:358px) {
    h5 {
    font-size: 15px;
    color:#40973E;
    font-weight: bold;
    margin:0;
    text-align:left;
    padding-bottom:5px;
    padding-top:5px;
}
    }



h2 {
    font-size: 12px;
    color:#ffffff;
    padding-top:10px;
    font-weight:100;
    text-align:left;
    margin:auto;
}

h9 {
    font-size: 11px;
    color: #F6F6F6;
    font-weight: normal;
    padding-top: 50px;
}

.accordtext {
    margin:0px;
    text-align:left;
    padding:5px;
}

@media (max-width:768px) {
    .accordtext {
    margin:0px;
    text-align:left;
    padding:-5px;
    }
}

/* unvisited link */
#accordtext a:link {
    color: #fff;
    text-decoration: none;
}

/* visited link */
#accordtext a:visited {
    color: #fff;
    text-decoration: none;
}

/* mouse over link */
#accordtext a:hover {
    color: #fff;
    text-decoration: none;
}

/* selected link */
#accordtext a:active {
    color: #fff;
    text-decoration: none;
}

.btm_nav {
    font-size: 14px;
    font-weight: bolder;
    color: #111F0D;
}

.nav_li {
    font-size: 13px;
    font-weight: normal;
    margin-left:auto;
    margin-right:auto;
    clear:both;
}
.clear {
    clear:both;
}

.logo_poker {
    width:100%;
    padding-top: 20px;
    padding-bottom: 50px;
}

.text_btm {
    padding-top: 20px;
}

.text_btm_container {
    padding-top: 10px;
}
@media (max-width:758px) {
    .text_btm_container {
       padding-top: 5px;
    }
}


.spacer {
    padding-bottom: 10px;
}

/* unvisited link */
a:link {
    color: #337631;
    text-decoration: none;
}

/* visited link */
a:visited {
    color: #337631;
    text-decoration: none;
}

/* mouse over link */
a:hover {
    color: #4BAF49;
    text-decoration: none;
}

/* selected link */
a:active {
    color: #337631;
    text-decoration: none;
}

/* unvisited link */
a.btmlink:link {
    color: #111F0D;
    text-decoration: none;
}

/* visited link */
a.btmlink:visited {
    color: #1C3F18;
    text-decoration: none;
}

/* mouse over link */
a.btmlink:hover {
    color: #337631;
    text-decoration: none;
}

/* selected link */
a.btmlink:active {
    color: #111F0D;
    text-decoration: none;
}



.btn-inside {
    color:transparent;
    height:52px;
    width:212px;
    border:0px;
    background-color:transparent;
    border-color:none;
    background-image:url(/images/inside_dl.png);
}

.btn-inside_padding {
    padding-top:10px;
}


    .currencydropdown {
    width:100%;
    color:#ffffff;
    font-size:12px;
    font-weight:100;
    text-align:right;
    min-height:20px;
    padding-right:25px;
    padding-top:50px;
    cursor:pointer;
    
}

.currency_container {
    font-size:13px;
    width:100%;
    z-index:1;
    min-height:20px;
    text-align:right;
}



.logo_text {
    width:100%;
    vertical-align:top;
    float:none;
    z-index:0;
    padding-top:50px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.logo_box {
    width:100%;
    vertical-align: top;
    float:none;
    z-index:0;
    max-height:60px;

}


.logo_brand {
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 40px;
    padding-bottom: 10px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    float:left;
}

/*this is the side tournament menu*/

#tourneynav a {
    position:fixed;
    left: -270px;
    transition: 0.3s;
    padding: 0px;
    width: 300px;
    text-decoration: none;
    cursor:default;
    font-size: 12px;
    color: white;
    border-radius: 0 5px 5px 0;
    z-index:2;
    top: 270px;
    border:1px solid #0D160C;
}

@media (max-width:758px) {
        .tourneynav a {
            visibility:hidden;
        }
    }

#tourneynav a:hover {
    left: 0;
    margin:0px;
    min-height:300px;
    top: 270px;
    cursor:default;
}

#tourney {
    background-color: #347932;
    text-align:right;
    margin:0px;
    
}

.tourney_title {
    width:28px;
    padding-top:5px;
    text-align:right;
    float:right;
}

.tourney_inner {
    max-width:34px;
    max-height:34px;
    text-align:left;
    float:left;
    padding-left:8px;
    padding-top:15px;
    padding-bottom:15px;

}

.tourney_container {
    max-width:305px;
}

.tourney_content {
    width: 261px;
    min-height: 300px;
    padding-right: 0px;
    display:compact;
    padding-bottom:200px;
}

/*this is the side tournament menu*/

/*this is the bottom tournament menu*/

.tourneynavbottom a {
    display: none;
}

@media (max-width:414px) {
    #tourneynavbottom a {
        display: block;
        position: fixed;
        bottom: -280px;
        transition: 0.3s;
        width: 345px;
        text-decoration: none;
        cursor: default;
        font-size: 12px;
        color: white;
        border-radius: 5px 5px 0px 0px;
        z-index: 2;
        border: 1px solid #0D160C;
    }
}

@media (max-width:360px) {
    #tourneynavbottom a {
        display: block;
        position: fixed;
        bottom: -280px;
        transition: 0.3s;
        max-width: 330px;
        text-decoration: none;
        cursor: default;
        font-size: 12px;
        color: white;
        border-radius: 5px 5px 0px 0px;
        z-index: 2;
        border: 1px solid #0D160C;
    }
}

@media (max-width:320px) {
    #tourneynavbottom a {
        display: block;
        position: fixed;
        bottom: -280px;
        transition: 0.3s;
        width: 290px;
        text-decoration: none;
        cursor: default;
        font-size: 12px;
        color: white;
        border-radius: 5px 5px 0px 0px;
        z-index: 2;
        border: 1px solid #0D160C;
    }
}

#tourneynavbottom a:hover {
    bottom: 0px;
    cursor: default;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

#tourneybottom {
    min-height: 320px;
    background-color: #347932;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.tourney_titlebottom {
    width: 300px;
    padding-top: 5px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.tourney_innerbottom {
    max-width: 34px;
    max-height: 34px;
    text-align: center;
    padding-top: 0px;
    padding-bottom: 15px;
}

.tourney_containerbottom {
    max-width: 305px;
}

.tourney_contentbottom {
    width: 300px;
    min-height: 350px;
    display: compact;
    padding-bottom: 200px;
}

/*this is the bottom tournament menu*/


/*this is the winner tournament menu*/

#winnernav a {
    position:fixed;
    left: -270px;
    transition: 0.3s;
    padding: 0px;
    width: 300px;
    text-decoration: none;
    cursor:default;
    font-size: 12px;
    color: white;
    border-radius: 0 5px 5px 0;
    z-index:1;
    top: 410px;
    border:1px solid #0D160C;
}

@media (max-width:768px) {
        .winnernav a {
            visibility:hidden;
        }
    }

#winnernav a:hover {
    left: 0;
    margin:0px;
    min-height:300px;
    top: 410px;
    cursor:default;
}

#winner {
    background-color: #1C3F18;
    text-align:right;
    margin:0px;
    
}

.winner_title {
    width:28px;
    padding-top:0px;
    text-align:right;
    float:right;
}

.winner_inner {
    max-width:34px;
    max-height:34px;
    text-align:left;
    float:left;
    padding-left:8px;
    padding-top:15px;
    padding-bottom:15px;

}

.winner_container {
    max-width:305px;
}

.winner_content {
    width: 261px;
    min-height: 300px;
    padding-right: 0px;
    display:compact;
    padding-bottom:200px;
}

inside_page_style {
    width:100%;
    background-color:#F5F5F5;
    border: 1px solid #DDDDDD;
    color:#000;

}

