@font-face{
    font-family:'hinted-TrasandinaBold';
    src:url(../fonts/hinted-TrasandinaBold.ttf);
}
@font-face{
    font-family:'hinted-TrasandinaRegular';
    src:url(../fonts/hinted-TrasandinaRegular.ttf);
}
@font-face{
    font-family:'GothamPro';
    src:url(../fonts/GothamPro.ttf);
}
@font-face{
    font-family:'Roboto-Bold';
    src:url(../fonts/Roboto-Bold.ttf);
}
@font-face{
    font-family:'GothamPro-Bold';
    src:url(../fonts/GothamPro-Bold.ttf);
}

body{
    font-family:'hinted-TrasandinaRegular';
    background-color: #111111;
}
.noleft{
    padding-left: 0;
}
.noright{
    padding-right: 0;
}
.nopadding{
    padding: 0 !important;
}
button, a {
    transition: all 0.35s ease 0s;
}
a {
    outline: medium none !important;
    text-decoration:none;
}
a:hover{
    text-decoration:none;
}
.width1{
    width:100%;
}
.container{
    padding: 0px 0px;
}
.header{
    position: absolute;
    width: 100%;
    z-index: 999;
    top:0;
    left:0;
    //box-shadow:1px 1px 2px #E6E6E7;
    padding: 10px 0px;
    border-bottom: 2px solid #d9a65f;
}

.header .container-fluid{
    padding:0;
}
.header .navbar-brand{
    height: auto;
    padding: 0;
    padding-left: 15px;
}
.header .navbar{
    background: rgba(0,0,0,0);
    border: none;
    margin-bottom: 0;
    min-height: auto;
}
.header .navbar-default .navbar-nav > li > a{
    color: #8e867c;
    font-size: 18px;
    text-transform: uppercase;
    padding: 10px 30px;
}
.header .navbar-default .navbar-nav > li:last-child a{
    padding-right: 0px;
}
.header .navbar-default .navbar-nav > li > .active{
    color: #fbf5ec;
}
.header .navbar-default .navbar-nav > li > a:hover{
    color:#d9a65f;
}
.header .nav{
    margin-top: 5px;
}
.header .navbar-default .navbar-nav > li .btn{
    background:#000;
    color:#fff !important;
    border-radius:100px;
}	
.header .navbar-default .navbar-nav > li .btn:hover{
    background:#da3838;
}

.fixed_header{
    position:fixed;
    background-color: #111;
}
.fixed_header .top{
    display:none;
    border:none;
}
.fixed_header .bottom{
    padding:10px 0;
}
.header .hamburger{

    display: none;
    float: right;
    height: 45px;
    padding: 15px 10px 10px 9px;
    width: 45px;
}
button:focus{
    outline:0px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after{
    background: #fff;
    border-radius: 0;
    width: 25px;
    height: 3px;
}
.hamburger-box{
    width: 25px;
}
.hamburger-inner::before {
    top: -8px;
}
.hamburger-inner::after {
    bottom: -8px;
}

.sidenav {
    background-color: #181818;
    height: 100%;
    left: -250px;
    overflow-x: hidden;
    padding-top: 10px;
    position: fixed;
    top: 0;
    transition: all 0.5s ease 0s;
    width: 250px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    z-index: 999;
}
.sidenav a {
    color: #8e867c;
    display: block;
    font-size: 17px;
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}

.sidenav a:hover{
    color:#d9a65f;
}
.sidenav .active{
    color:#fbf5ec;
}
.sidenav .logo {
    border-bottom: 1px solid rgb(111,117,133);
    margin-bottom: 15px;
    padding: 7px 0;
}
.sidenav .logo img{
    margin: 0 auto;
    width:210px;
}
.slick-initialized .slick-slide {
    outline: medium none !important;
}
.section1{
    float:left;
    width:100%;
    margin-top: 73px;
    padding: 25px 0px;
}
.section1left{
    float:left;
    width:100%;
}
.section1left h2,.tipsection h3,.section2 h2,.section3 h2,.section4 h2,.othersection h2,.reviewsection h2{
    color:#fbf5ec;
    font-size:22px;
    font-family:'hinted-TrasandinaBold';
    text-align: center;
    margin-top: 0px;
}
.tableleft{
    float:left;
    width:100%;
    border:1px solid #423e3a;
}
.tableleft table{
    width:100%;
}
.tableleft table tr:first-child{
    background-color: #423e3a;
}
.tableleft table tr th{
    color:#8e867c;
    font-family:'hinted-TrasandinaBold';
    font-size: 12px;
    text-align: center;
    background-color: #423e3a;
    padding: 5px 8px;
    text-transform: uppercase;
    border-bottom: 1px solid #423e3a;
}
.tableleft table tr th:last-child,.tableleft table tr td:last-child{
    // padding-right: 0px;
}
.tableleft table tr td{
    font-size: 14px;
    color:#fbf5ec;
    text-align: center;
    padding: 5px 8px;
    border-bottom: 1px solid #423e3a;
}
.tableleft table tr td a{
    color:#fbf5ec;
    background-color: #3b8c1f;
    display: inline-block;
    width:100%;
    //padding: 2px 0px;
}
.tableleft table tr td.loss a{
    background-color: #8e867c;
}

.tableleft table tr td:nth-child(1),.tableleft table tr td:nth-child(3),.tableleft table tr td:nth-child(6){
    font-family:'hinted-TrasandinaBold';
}
.vip-tr {
    background-color: #413524;
    color:#d9a65f;
    border-bottom-color: #655032;
    border-top-color:  #655032;
}

.tableleft table tr td .win1{
    color:#111111;
    background-color: #c89958;
}
.tableleft .more{
    width:100%;
    display: inline-block;
    color:#d9a65f;
    font-size: 13px;
    font-family:'hinted-TrasandinaBold';
    text-align: center;
    padding: 5px 0px;
    text-transform: uppercase;
    background-color: #232221;
}
.tableleft .more:hover{
    color:#ffffff
}
.rightsection{
    float:left;
    width:100%;
}
.rightsectiontop{
    float:left;
    width:100%;
}
.rightsection h1{
    margin-top: 3px;   
    font-family:'hinted-TrasandinaBold';
    color:#fbf5ec;
    font-size: 34px;
    text-align: center;
    margin-bottom: 25px;
}
.rightsectiontop .name{
    color:#fbf5ec;
    font-size: 20px;
    text-align: center;
    margin-bottom: 0px;
}
.rightsectiontop .country{
    color:#8e867c;
    font-size: 16px;
    text-align: center;
}
.stattable{
    float:left;
    width:100%;
    border:1px solid #423e3a;
}
.stattable .statdata{
    color:#d9a65f;
    font-size:22px;
    margin-bottom: 0px;
    margin: 15px;
    line-height: 25px;
}
.stattable p span,.othersection p{
    float:right;
    color:#fbf5ec;
    font-size:14px;
    margin-bottom: 10px;
}
.stattable p span select{
    background-color: #2e2c2a;
    border:none;
    padding: 5px;
}
.stattable p span select:hover{
    background-color: #423e3a;
}

.stattablesection{
    float:left;
    width:100%;
}
.stattablesection table{
    width:100%;
    border-top:1px solid #423e3a;

}
.stattablesection tr td{
    font-size: 15px;
    width:50%;
    padding: 3px 15px;
}
.stattablesection tr td:first-child{
    color:#8e867c;
    border-bottom:1px solid #423e3a;
    border-right:1px solid #423e3a;
    text-transform: uppercase;
    font-family:'hinted-TrasandinaBold';
}
.stattablesection tr td:last-child
{
    border-bottom:1px solid #423e3a;
    font-family:'hinted-TrasandinaBold';
    color:#fbf5ec;
}
.stattablesection tr:last-child td{
    border-bottom: none;
}
.tipserdata{
    float:left;
    width:100%;
    padding: 20px 0px;
}
.tipserdata p,.section2box p,.section3bottom p{
    color:#fbf5ec;
    font-size: 16px;
    margin-bottom: 0px;
}
.tipsection{
    float:left;
    width:100%;
    //padding-top: 20px;
}
.formargin{
    margin-bottom: 20px;
}
.tipbox{
    float:left;
    width:100%;
    // padding: 15px;
    margin: 10px 0px;
    border:1px solid #8e867c;
}
.tipboxtop{
    float:left;
    width:100%;
    background-color: #45423e;
    padding: 6px 15px 12px 20px;
}
.tipboxtop h6{
    color:#fbf5ec;
    font-size: 21px;
    font-family:'hinted-TrasandinaBold';
    margin: 0px;
    line-height: 36px;
}
.tipboxtop h6 i{
    color:#7c756c;
    margin-left: 10px;
}
.tipboxtop h6 i:hover{
    color:#fff;
}
.tipboxtop h6 span{
    font-size: 36px;
    float:right;
}
.tipboxbottom{
    float:left;
    width:100%;
    padding: 17px 20px;
}
.tipboxbottom p{
    margin-bottom: 0px;
    background-color: #2b2927;
    padding: 7px 0px;
    text-align: center;
    color:#8e867c;
    font-family:'GothamPro';
}
.tipboxbottom p span{

    margin-left: 15px;
}
.radio.radio-primary {
    float: left;
    width:100%;
    cursor:pointer;
    //padding: 10px;
    border-radius: 8px;
}
.radio {
    padding-left: 5px;
    //margin-top: 0px;
}
.radio input[type="radio"] {
    opacity: 0;
    outline: medium none !important;
}
.radio label {
    display: inline-block;
    padding-left: 5px;
    position: relative;

}
.radio-primary input[type="radio"]:checked + label::before {
    border-color: #3b8c1f;
    outline: medium none !important;
}
.yellow1 input[type="radio"]:checked + label::before {
    border-color: #e4a80b;
    outline: medium none !important;
}
.radio label::before {
    background-color: #fff;
    border: 2px solid #93999f;
    border-radius: 50%;
    content: "";
    display: inline-block;
    height: 15px;
    left: 0;
    margin-left: -6px;
    margin-top: 9px;
    position: absolute;
    transition: border 0.15s ease-in-out 0s;
    width: 15px;
}
.radio-primary input[type="radio"]:checked + label::after {
    background-color: #3b8c1f;
}
.yellow1 input[type="radio"]:checked + label::after {
    background-color: #e4a80b;
}
.radio input[type="radio"]:checked + label::after {
    transform: scale(1, 1);
}


.radio-primary input[type="radio"] + label::after {
    background-color: #00c35f;
}

.radio label::after {
    background-color: #555555;
    border-radius: 50%;
    content: " ";
    display: inline-block;
    height: 9px;
    left: 17px;
    margin-left: -20px;
    position: absolute;
    top: 12px;
    transform: scale(0, 0);
    transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33) 0s;
    width: 9px;
}
.forcenter{
    text-align: center;
}
.radio label span{
    margin:0px 10px;
    color:#fff;
    font-size: 20px;
}
.radio label img{
    //margin: 0 auto;
    float:right;
    margin-top: 3px;
}
.tipbox .buy{
    color:#fbf5ec;
    font-size: 21px;
    text-transform: uppercase;
    text-align: center;
    width:100%;
    display: inline-block;
    background-color: #3b8c1f;
    font-family:'hinted-TrasandinaBold';
    padding: 7px 0px;
}
.tipbox .buy:hover{
    background-color: #1b6f0d;
}
.tooltip-inner {
    max-width: 300px;
    padding:20px;
    text-align: left;
    border-radius: 0px;
    color:#fbf5ec;
    font-size:14px;
    font-family:'hinted-TrasandinaRegular';
}
.tooltip-inner p{
    font-family:'Roboto-Bold';
    margin-top: 0px!important;
    font-size: 16px;
}

.tooltip.top .tooltip-inner {
    background-color:#282724;
}
.tooltip.top .tooltip-arrow {
    border-top-color: #282724;
    //height:50px;
}
.tooltip.top {
    //margin-top: -10px;
}
.tipbox .viptips{
    background-color: #57452c;
}
.viptips .starcolor{
    margin-left: 0px;
    margin-right: 10px;
    color:#d9a65f;
    font-size: 18px;
}
.vipbox{
    border-color:#d9a65f;
}
.yellow{
    background-color: #d9a65f!important;
    color:#111111!important;
}
.section2{
    float:left;
    width:100%;
    padding:0px 0px 30px 0px;
}
.section2bottom{
    float:left;
    width:100%;
    margin-top: 10px;
}
.section2box{
    float:left;
    width:100%;
    background-color: #282725;
    padding: 30px 25px 30px 25px;
    // text-align: center;
}
.section2box h1{
    margin: 0px;
    font-size: 100px;
    color:#d9a65f;
    font-family:'hinted-TrasandinaBold';
    // line-height: 90px;
}
.section2box h1 sub{
    font-size: 18px;
    font-family:'hinted-TrasandinaRegular';
    left:-35px;
}
.section2box p{
    //text-align: left;
}
.section2box1{
    padding: 30px 50px;
}
.section3{
    float:left;
    width:100%;
    background: url('../img/bg.png')no-repeat center center;
    background-size: cover;
    min-height:200px;
    padding: 25px 0px;
}
.section3bottom{
    float:left;
    width:100%;
    margin-top: 10px;
    text-align: center;
}
.section3bottom h6{
    color:#d9a65f;
    font-size: 20px;
    margin-top: 0px;
}
.footer{
    float:left;
    width:100%;
    background-color: #1d1c1b;
    padding: 20px 0px;
}
.footertop{
    float:left;
    width:100%;
}
.footerright{
    float:left;
    width:100%;
    margin-top: 5px;
    text-align: right;
}
.footerright a,.footerrightmobile a{ 
    color:#fbf5ec;
    font-size:15px;
    padding-left: 25px;
}
.footerright a .active,.footerrightmobile a .active{
    color: #8e867c;
}
.footerrightmobile a{
    padding-left: 0px;
}
.footerright a:first-child{
    padding-left: 0px;
}
.footerbottom{
    float:left;
    width:100%;
    margin-top: 15px;
}
.footerbottom p{
    color:#8e867c;
    font-size: 13px;
}
.footerbottom img{
    float:right;
}
.section4{
    float:left;
    width:100%;
    padding: 30px 0px;
}
.slidersection{
    float:left;
    width:100%;
    margin-top: 20px;
}
.sliderbox{
    float:left;
    width:100%;
    padding: 0px 15px;
}
.sliderboxtop{
    float:left;
    width:100%;
    background-color: #282725;
    padding: 20px 20px;
}
.sliderbox .sliderboxtop{
    min-height:100px; 
}
.sliderboxtop p,.faqsection p,.thankusection p,.textsections p{
    font-family:'GothamPro';
    font-size: 14px;
    color:#fbf5ec;
}
.sliderboxbottom{
    float:left;
    width:100%;
    background: url('../img/arrow.png') no-repeat top left;
    padding-top: 10px;
}
.sliderboxbottom h6,.faqsection h6{
    color:#d9a65f;
    font-size:18px;
    font-family:'hinted-TrasandinaBold';
    text-transform: uppercase;
    margin-bottom: 0px;

}
.sliderboxbottom p{
    color:#8e867c;
    font-size: 14px;
}
.slick-next:before {
    content: '\f178';
    font-family:'FontAwesome';
    color:#8e867c;
}
.slick-prev::before {
    content: '\f177';
    font-family:'FontAwesome';
    color:#8e867c;
}
.slick-prev, .slick-next{
    top:35%;
}
.slick-dots li button:before{
    content:" ";
}

.slick-dots li button {
    border-radius:100%;
    background-color: #8e867c;
    height:1px;
    width:1px;

}
.slick-dots .slick-active  button {
    background-color: #d9a65f!important;
    width:2px;
    height:2px;
}
.slick-dots button:hover{
    background-color: #fff;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: #fff;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
    color:#fff;
}
.footerrightmobile{
    float:left;
    width:100%;
    display: none;
    text-align: left;
    margin-top: 15px;
}
.footerrightmobile ul{
    margin: 0px;
    padding: 0px;
}
.footerrightmobile ul li{
    list-style: none;
}
.othersection{
    float:left;
    width:100%;
}
.othersection p{
    text-align: center;
    float:unset;
}
.othersection p .forblock{
    display: block;
}
.formsection{
    float:left;
    width:100%;
    margin-top: 10px;
}
.formsection input,.formsection textarea{
    background-color: #282725;
    border-radius: 0px;
    height:45px;
    border:none;
    font-size: 16px;
    color:#fbf5ec;
    margin-bottom: 20px;
}
.formsection textarea{
    height:160px;
}
.form-control:focus{
    border-color:#282725;
    outline:medium none;
    box-shadow: none;
    background-color: #43423f;
}
.sendreview{
    width:100%;
    background-color: #d9a65f;
    color:#111111;
    text-transform: uppercase;
    font-size: 21px;
    font-family:'hinted-TrasandinaBold';
    border-radius: 0px;
}
.success{
    float:left;
    width:100%;
    background-color:#3b8c1f;
    padding: 10px 15px;
}
.success p{
    color:#fff;
    font-size:16px;
    text-align: center;
    margin-bottom: 0px;
}
.success p span{
    font-family:'hinted-TrasandinaBold';
}
.error{
    background-color: #b42a2a;
    margin: 10px 0px;
}
.reviewsection{
    float:left;
    width:100%;
    margin-top: 25px;
}
.reviews{
    float:left;
    width:100%;
}
.reviewbox{
    float:left;
    width:100%;
    margin: 15px 0px 0px 0px;
}
.sliderboxbottom p,.sliderboxtop p{
    text-align: left;
}
.mgt15{
    margin-top: 15px;
}
.forreviewboxes{
    float:left;
    width:100%;
}
.addresssection{
    float:left;
    width:100%;
    background-color: #282725;
    padding: 15px 22px;
    margin: 15px 0px;
}
.addresssection p{
    color:#8e867c;
    font-size: 14px;
    text-align: left;
    font-family:'GothamPro';
}
.addresssection h6{
    font-family:'GothamPro-Bold';
    color:#d9a65f;
    font-size: 18px;
    margin-top: 0px;
    text-transform: uppercase;
}
.sendreview:hover{
    background-color: #be843f;
    color:#fff;
}
.faqsection{
    float:left;
    width:100%;
    text-align: left;
}
.rows{
    float:left;
    width:100%;
}
.faqsection h6{
    font-family:'GothamPro-Bold';
    margin-bottom: 10px;
}
.faqsection p{
    text-align: left;
}
.thankusection{
    float:left;
    width:100%;
    text-align: center;
    padding: 100px 100px 140px 100px;
}
.thankusection h6{
    color:#3b8c1f;
    font-size: 32px;
}
.textsections{
    float:left;
    width:100%;
    font-family:'GothamPro';
}
.textsections h5{
    color:#d9a65f;
    font-size: 16px;
    margin-top: 20px;
}
.textsections p{
    text-align: left;
}
.textsections i{
    font-size: 5px;
    margin-right: 10px;
    color:#d9a65f;
}
.ltips{
    display: none;
}
.tableleft1{
    float:left;
    width:100%;
}
.fortableresponsive{
    float:left;
    width:100%;
    display:none;
}
.tabletop{
    float:left;
    width:100%;
    border-bottom: 1px solid #423e3a;
    background-color: #423e3a;
}
.tabletop h6{
    color:#8e867c;
    font-family: 'hinted-TrasandinaBold';
    font-size: 14px;
    text-transform: uppercase;
}
.tabletop .col-xs-2.noright,.tablebottom .col-xs-2.noright,.tablebottom2 .col-xs-7.noright{
    text-align: left;
}
.tablebottom2 .col-xs-2.noleft{
    text-align: right;
}
.tablebottom {
    float:left;
    width:100%;
    border-bottom: 1px solid #423e3a;
}
.tablebottom1{
    float:left;
    width:100%;
    //border-bottom: 1px solid #f3e8bc;
}
.tablebottom1 p{
    //color:#fbf5ec;
    font-family: 'hinted-TrasandinaBold';
}
.tablebottom2{
    float:left;
    width:100%;
    border-bottom: 1px solid #423e3a;
}
.tablebottom:last-child .tablebottom2,.tablebottom:nth-child(3),.tablebottom:nth-child(3) .tablebottom2,.forbgcolor .tablebottom2{
    border-bottom: none;
}
.tablebottom p{
    font-size: 12px;
    color:#fbf5ec;
    margin: 5px 0px;
}
.winnew{
    color:#18d425!important;
    font-family:'GothamPro-Bold';
    font-size: 15px!important;
    //text-align: center;
}
.forcenter{
    //text-align: center!important;
}
.lossnew{
    color:#92989e!important;
}
.tablebottom1 p{
    margin-bottom: 0px;
}
.forbgcolor{
    background-color: #413524;
    border-bottom: none;
}
.forbgcolor p{
    color:#d9a65f;
}
.forbgcolor i{
    margin-right: 5px;
}
.forbgcolor .col-xs-3.noleft{
    padding-right: 5px;
}
.forbgcolor img{
    margin-left: 4px;
}
.winnew1{
    color:#d9a65f!important;
}
.restable{
    display: none;
}
.new-pm{
    clear: both;
}
.new-pm p{ 
    margin:10px 0;
}