/*
Free Html5 Responsive Templates
Author: Kimmy
Author URI: http://www.zerotheme.com/
*/
/* -------------------------------------------- */
/* ------------------Reset--------------------- */
a,abbr,acronym,address,applet,article,aside,audio,b,blockquote,big,body,center,canvas,caption,cite,code,command,datalist,dd,del,details,dfn,dl,div,dt,em,embed,fieldset,figcaption,figure,font,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,keygen,label,legend,li,meter,nav,object,ol,output,p,pre,progress,q,s,samp,section,small,span,source,strike,strong,sub,sup,table,tbody,tfoot,thead,th,tr,tdvideo,tt,u,ul,var{background:transparent;border:0 none;font-size:100%;margin:0;padding:0;border:0;outline:0;vertical-align:top;}ol, ul {list-style:none;}blockquote, q {quotes:none;}table, table td {padding:0;border:none;border-collapse:collapse;}img {vertical-align:top;}embed {vertical-align:top;}
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video {display:block;}
mark, rp, rt, ruby, summary, time {display:inline;}
input, textarea {border:0; padding:0; margin:0; outline: 0;}
iframe {border:0; margin:0; padding:0;}
input, textarea, select {margin:0; padding:0px;}

/* -------------------------------------------- */
/* ------------------Font---------------------- */

/*Add your font at here*/

/* -------------------------------------------- */
/* ------------------Style--------------------- */
html, body {width:100%; padding:0; margin:0;}
body {background: #e3e1e2;color: #474747;font: 12px/25px Arial, Helvetica, sans-serif;}

a{color: #ffffff;text-decoration: none;}
a:hover {color: #DA251D; text-decoration: none;}

a.button{border-top: 1px solid #ffde03;

    background-color: #FFEEB5;
    /* For WebKit (Safari, Chrome, etc) */
    background: #FFEEB5 -webkit-gradient(linear, left top, left bottom, from(#AE8913), to(#FFEEB5)) no-repeat;
    /* Mozilla,Firefox/Gecko */
    background: #FFEEB5 -moz-linear-gradient(top, #AE8913, #FFEEB5) no-repeat;
    /* IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#AE8913, endColorstr=#FFEEB5) no-repeat;
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#AE8913, endColorstr=#AE8913)" no-repeat;


   padding: 5px 20px;
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   border-radius: 4px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 14px;
   font-family:Arial, Helvetica, sans-serif;
   text-transform:uppercase;
   text-decoration: none;
   vertical-align: middle;
   margin:10px;
   width:100%
}


a.button:hover{background-color: #D46037;
    /* For WebKit (Safari, Chrome, etc) */
    background: #D46037 -webkit-gradient(linear, left top, left bottom, from(#D4C937), to(#D46037)) no-repeat;
    /* Mozilla,Firefox/Gecko */
    background: #D46037 -moz-linear-gradient(top, #D4C937, #D46037) no-repeat;
    /* IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#D4C937, endColorstr=#D46037) no-repeat;
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#D4C937, endColorstr=#D4C937)" no-repeat;

}

.clear{content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }

/* -------------------------------------------- */
/* ------------------Header-------------------- */
header { margin: 0 auto;}
header .wrap-header{}




/* -------------------------------------------- */
/* ------------------Navigation---------------- */
li {
  font-family: 'helvetica neue', helvetica, arial, sans-serif;
  color: #222;
  margin: 0 0 1em;
}

section li {
  margin: 0 0 10px;
}


.wrapper {
  overflow: hidden;
}

section {
  padding: 30px 30px 30px 80px;
  -moz-transition: all 200ms ease-in;
  -webkit-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}

nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 250px;
  height: 100%;
  margin: 0 0 0 -250px;
  -moz-transition: all 200ms ease-in;
  -webkit-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
   z-index: 1;
}

nav ul {
  width: 250px;
  height: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  background: #8f0400;
  overflow: hidden;
  
}

nav li {
  margin: 0;
}

nav .tit {
  color: #614c00;
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    text-align: center;
    display: block;
    padding: 12px 0px;
    font-weight: 700;
    letter-spacing: 1px;
    border-bottom: 1px solid #e3e1e2;
    background: #ebb9b9;
    text-transform: uppercase;
}

nav a {
  color: #fff;
    font-size: 15px;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    display: block;
    padding: 12px 15px 12px 50px;
    font-weight: 300;
    letter-spacing: 1px;
    border-bottom: 1px solid #adaaac;
    background: #959494;
}

nav a:hover {
  background: #ffe588;
  color:#222222;
}

label {
  display: block;
  font-family: 'helvetica neue', helvetica, arial, sans-serif;
  font-weight: normal;
  width: 40px;
  height: 40px;
  line-height: 22px;
  color: #fff;
  text-align: center;
  font-size: 1em;
  line-height: 1.1em;
  position: relative;
  top: 10px;
  left: 10px;
  -moz-transition: all 200ms ease-in;
  -webkit-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
  z-index: 500;
}

input[type="checkbox"] {
  display: none;
}

input[type="checkbox"]:checked ~ nav {
  margin: 0;
}

input[type="checkbox"]:checked ~ label {
  left: 260px;
}

input[type="checkbox"]:checked ~ section {
  -webkit-transform: translate3d(260px, 0, 0);
  -moz-transform: translate3d(260px, 0, 0);
  -o-transform: translate3d(260px, 0, 0);
  transform: translate3d(260px, 0, 0);
}

nav .ho a{
	background-image:url(../images/icon-home.png);
	background-position:10px 5px;
	background-repeat:no-repeat;
}

nav  .ho a:hover{
	background-image:url(../images/icon-home-o.png);
	background-position:10px 5px;
	background-repeat:no-repeat;
}

nav .live a{
	background-image:url(../images/icon-live.png);
	background-position:10px 8px;
	background-repeat:no-repeat;
}

nav  .live a:hover{
	background-image:url(../images/icon-live-o.png);
	background-position:10px 8px;
	background-repeat:no-repeat;
}


nav .mobile a{
	background-image:url(../images/icon-mobile.png);
	background-position:10px 8px;
	background-repeat:no-repeat;
}

nav  .mobile a:hover{
	background-image:url(../images/icon-mobile-o.png);
	background-position:10px 8px;
	background-repeat:no-repeat;
}
nav .number a{
	background-image:url(../images/icon-number.png);
	background-position:10px 8px;
	background-repeat:no-repeat;
}

nav  .number a:hover{
	background-image:url(../images/icon-numbero.png);
	background-position:10px 8px;
	background-repeat:no-repeat;
}
nav .cockfight a{
	background-image:url(../images/icon-cockfight.png);
	background-position:10px 8px;
	background-repeat:no-repeat;
}

nav  .cockfight a:hover{
	background-image:url(../images/icon-cockfight-o.png);
	background-position:10px 8px;
	background-repeat:no-repeat;
}
nav .poker a{
	background-image:url(../images/icon-poker.png);
	background-position:10px 8px;
	background-repeat:no-repeat;
}

nav  .poker a:hover{
	background-image:url(../images/icon-poker-o.png);
	background-position:10px 8px;
	background-repeat:no-repeat;
}
nav .forex a{
	background-image:url(../images/icon-forex.png);
	background-position:10px 8px;
	background-repeat:no-repeat;
}

nav  .forex a:hover{
	background-image:url(../images/icon-forex-o.png);
	background-position:10px 8px;
	background-repeat:no-repeat;
}
nav .sports a{
	background-image:url(../images/icon-sports.png);
	background-position:10px 10px;
	background-repeat:no-repeat;
}

nav  .sports a:hover{
	background-image:url(../images/icon-sports-o.png);
	background-position:10px 10px;
	background-repeat:no-repeat;
}


nav .game a{
	background-image:url(../images/icon-game.png);
	background-position:10px 10px;
	background-repeat:no-repeat;
}

nav  .game a:hover{
	background-image:url(../images/icon-game-o.png);
	background-position:10px 10px;
	background-repeat:no-repeat;
}


nav .d a{
	background-image:url(../images/icon-d.png);
	background-position:10px 10px;
	background-repeat:no-repeat;
}

nav  .d a:hover{
	background-image:url(../images/icon-d-o.png);
	background-position:10px 10px;
	background-repeat:no-repeat;
}
nav .pr a{
	background-image:url(../images/icon-promotion.png);
	background-position:10px 5px;
	background-repeat:no-repeat;
}

nav  .pr a:hover{
	background-image:url(../images/icon-promotion-o.png);
	background-position:10px 8px;
	background-repeat:no-repeat;
}


nav .con a{
	background-image:url(../images/icon-con.png);
	background-position:10px 10px;
	background-repeat:no-repeat;
}

nav  .con a:hover{
	background-image:url(../images/icon-con-o.png);
	background-position:10px 10px;
	background-repeat:no-repeat;
}

nav .faq a{
	background-image:url(../images/icon-faq.png);
	background-position:10px 10px;
	background-repeat:no-repeat;
}

nav  .faq a:hover{
	background-image:url(../images/icon-faq-o.png);
	background-position:10px 10px;
	background-repeat:no-repeat;
}

nav .join a{
	background-image:url(../images/icon-join.png);
	background-position:10px 10px;
	background-repeat:no-repeat;
}

nav  .join a:hover{
	background-image:url(../images/icon-join-o.png);
	background-position:10px 10px;
	background-repeat:no-repeat;
}

nav .deposit a{
	background-image:url(../images/icon-deposit.png);
	background-position:10px 10px;
	background-repeat:no-repeat;
}

nav  .deposit a:hover{
	background-image:url(../images/icon-deposit-o.png);
	background-position:10px 10px;
	background-repeat:no-repeat;
}

nav .withdraw a{
	background-image:url(../images/icon-withdraw.png);
	background-position:10px 10px;
	background-repeat:no-repeat;
}

nav  .withdraw a:hover{
	background-image:url(../images/icon-withdraw-o.png);
	background-position:10px 10px;
	background-repeat:no-repeat;
}
nav .transfer a{
	background-image:url(../images/icon-transfer.png);
	background-position:10px 10px;
	background-repeat:no-repeat;
}

nav  .transfer a:hover{
	background-image:url(../images/icon-transfer-o.png);
	background-position:10px 10px;
	background-repeat:no-repeat;
}

nav .t&c a{
	background-image:url(../images/icon-t&c.png);
	background-position:10px 10px;
	background-repeat:no-repeat;
}

nav  .t&c a:hover{
	background-image:url(../images/icon-t&c-o.png);
	background-position:10px 10px;
	background-repeat:no-repeat;
}
/* -------------------------------------------- */
/* ------------------Content------------------- */
#content {}
#content .wrap-content{margin-top: 0px;}
gallery3{  padding: 0px;}
gallery2{  padding: 10px; 0 0 10px;}
gallery1{  padding: 10px; 0 0 10px;}
.gallery{ background: #7a0501; padding: 10px;}
.gallery h2{ font-family:Arial, Helvetica, sans-serif; font-size: 16px; color:#fff; text-align: center; margin-top: 10px;}
.b{ background: #7a0501; padding: 10px;}

.gallery-home{  padding: 5px 0 5px 0;}
.gallery-btn{  padding: 5px 0 5px 0;}
/* -------------------------------------------- */
