html, body{
margin: 0;
font-family: 'Noto Sans', sans-serif;
    background-color: #e8eeee;

}

@import url(https://fonts.googleapis.com/css?family=Noto+Sans:400,700,400italic,700italic);

h1,h2,h3,h4,h5{
font-family: 'Noto Sans', sans-serif;

}

.wrap{
	width: 1320px;
	margin: 0 auto;
    font-size: 12px;
}

.whitetxt{
        color: #fff;
}

.blacktxt{
    color: #000;
}

P {
	font-family: 'Noto Sans', sans-serif;
}

header {
	background-image: url(../imgs/headerbg.jpg);
	font-family: 'Noto Sans', sans-serif;
}

.header-inner{
width: 998px;
height: 100px;
/*
background: #fff999;
*/
margin: 0 auto;
}


.mysocial {
    width: 170px;
    padding-left: 19px;
    padding-top: 20px;
    float: left;
}


.username img, .forgot-pass img {
    vertical-align: bottom;
}

.loginbox2{
    width:480px;
     padding-top: 20px;
    float: right;
    font-size: 13px;
}

.loginbox{
    width:420px;
     padding-top: 20px;
    float: right;
}

.loginbox a, .loginbox2 a{
    text-decoration: none;
}


.user-css {
  display: inline-block;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  float: left;
  padding: 2px 10px 2px 36px;
  border: 1px solid #636363;
  font: normal 13px/15px 'Noto Sans', sans-serif;
  color: #636363;
  -o-text-overflow: clip;
  text-overflow: clip;
  background: url("../imgs/login.png");
  background-repeat: no-repeat;
  background-position: 6% 49%;
  -webkit-background-origin: padding-box;
  background-origin: padding-box;
  -webkit-background-clip: border-box;
  background-clip: border-box;
  -webkit-background-size: auto auto;
  background-size: auto auto;
  text-shadow: 1px 1px 0 rgba(255,255,255,0.66) ;
  -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
}


.pass-css {
  display: inline-block;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  float: left;
  padding: 2px 10px 2px 36px;
  border: 1px solid #636363;
  font: normal 13px/15px 'Noto Sans', sans-serif;
  color: #636363;
  -o-text-overflow: clip;
  text-overflow: clip;
  background: url("../imgs/password.png");
  background-repeat: no-repeat;
  background-position: 6% 49%;
  -webkit-background-origin: padding-box;
  background-origin: padding-box;
  -webkit-background-clip: border-box;
  background-clip: border-box;
  -webkit-background-size: auto auto;
  background-size: auto auto;
  text-shadow: 1px 1px 0 rgba(255,255,255,0.66) ;
  -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
}

.user-css, .pass-css{
    width: 90px;
    margin-right: 10px;
}

.reset {
    font-size: 10px;
}

.reset:link{
    color: #6a6a6a;
}
.userbox {
    width: 145px;
    margin-right: 10px;
    float: left;
}

.loginbox2 .forgot-pass{
   width: 140px;
     float: left;
    margin-right: -10px;
}

.loginbox2 .username{
   width: 220px;
     float: left;
}

.left-bar .username{
    height: 25px;
    line-height: 25px;
    margin-left: 10px;
        color:#000;
    
}

.userbtn{
    width: 110px;
    float: right;
    margin-top:-3px;
}

.clear{
    clear: both;
}

.main-inner{
    width: 998px;
	height: 52px;
    margin: 0 auto;
	position: relative;

}

.main-navi{
    float: right;
    margin-top: -8px;
    margin-right:120px;
}

.main-navi ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.main-navi li {
    float: left;
    font-size: 13px;
        position: relative;

}

.main-navi a {
    display: block;
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
    margin-top:20px;
    height: 40px;
    color: #fff;
    text-decoration: none;
}


.main-navi a:hover{
    color:crimson;
}


.bubble {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  width: auto;
  padding: 2px 4px 2px 4px;
  overflow: hidden;
  border: none;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  font: normal 10px;
  color: rgba(255,255,255,1);
  text-align: center;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  background: #ee292e;
  -webkit-box-shadow: 1px 1px 1px 0 rgba(0,0,0,0.3) ;
  box-shadow: 1px 1px 1px 0 rgba(0,0,0,0.3) ;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.2) ;
z-index: 10;  
position: absolute;  
right: 10px;  
top: 0px;
}

/*dropdown*/
.wrapper-dropdown-2 {
    /* Size and position */
    position: relative; /* Enable absolute positionning for children and pseudo elements */
    width: 80px;
    margin: 0 auto;
    padding: 5px 15px;

    /* Styles */
    background: #ee292e;
    cursor: pointer;
    outline: none;
    right: 0;
    position: absolute;
    font-size: 12px;
    margin-top:5px;
    color: #fff;
}
/*Arrow*/
.wrapper-dropdown-2:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    right: 16px;
    top: 50%;
    margin-top: -3px;
    border-width: 6px 6px 0 6px;
    border-style: solid;
    border-color: #fff transparent;
}

.wrapper-dropdown-2 .dropdown {
  /* Size & position */
    position: absolute;
    top: 15px;
    left: 0px;
    right: 0px;

    /* Styles */
        background: #ee292e;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    list-style: none;

    /* Hiding */
    opacity: 0;
    pointer-events: none;

}

.wrapper-dropdown-2 .dropdown li:hover {
  background: #b7171a;
}

.wrapper-dropdown-2 li {
    width: 100px;
    margin-left: -40px;
    padding-left: 10px;
    padding-top:1px;
    padding-bottom: 1px;
}


.wrapper-dropdown-2 .dropdown li a {
    display: block;
    text-decoration: none;
    color: #fff;
        margin: 5px;

    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}




/* Hover state */

.wrapper-dropdown-2 .dropdown li:hover a {
    color: #fff;
}



/* Active state */

.wrapper-dropdown-2.active:after {
    border-width: 0 6px 6px 6px;
}

.wrapper-dropdown-2.active .dropdown {
    opacity: 1;
    pointer-events: auto;
}

/* No CSS3 support */

.no-opacity       .wrapper-dropdown-2 .dropdown,
.no-pointerevents .wrapper-dropdown-2 .dropdown {
    display: none;
    opacity: 1; /* If opacity support but no pointer-events support */
    pointer-events: auto; /* If pointer-events support but no pointer-events support */
}

.no-opacity       .wrapper-dropdown-2.active .dropdown,
.no-pointerevents .wrapper-dropdown-2.active .dropdown {
    display: block;
}


.fluid_container {
	bottom: 0;			
	left: 0;
	right: 0;
	z-index: 0;
	height: 600px;
}
		/*#camera_wrap_4 {
			bottom: 0;
			height: 600px;
			left: 0;
			margin-bottom: 0!important;
			position: absolute;
			right: 0;
			top: 0px;

		}*/
		.camera_bar {
			z-index: 2;
		}
		.camera_thumbs {
			margin-top: -100px;
			position: relative;
			z-index: 1;
		}
		.camera_thumbs_cont {
			border-radius: 0;
			-moz-border-radius: 0;
			-webkit-border-radius: 0;
		}
		.camera_overlayer {
			opacity: .1;
		}

.highlight {    
    z-index: 3;    
    margin: 0 auto;
    width: 100%;    
    position: relative;
}
.hlinner {
    width: 998px;
    margin: 0 auto;
        height: 150px;
margin-top:-22px;

}


.hlline{
    border-left: 1px solid #fff;
        border-right: 1px solid #fff;

}


.hlicon {
    width: 312px;
	height: 110px;
    margin-top: -130px;
	color:#fff;
    float: left;
    padding-left:10px;
    padding-right:10px;
    padding-top: 21px;
    line-height: 15px;
}

.hlicon img{
    margin-left: 10px;
    margin-right: 30px;
    margin-bottom: 20px;
}

.hlicon h1{
font-size: 15px;
    margin-top: 0;
}

.hlicon span{
   font-size: 14px;
}
.lyd {
    width: 100%;
    background-image: url(../imgs/luckyday.jpg);
    height: 760px;
    clear: both;    
}

.lyd-inner {
    width: 937px;
    margin: 0 auto;
    margin-top: 0px;
    padding-top:30px;
}


.lyd-box{
    width: 295px;
    height: 245px;
    padding:5px;
    background-color: #fff;
    float: left;
    margin-left: 0px;
    margin-bottom: 10px;
    text-align: center;
}

.lyd-space{
     margin-right: 10px;
}

.tittle{
    text-align: center;
}
.tittle h1{
    font-size: 32px;
    font-weight: 100;
}

.smalltt{
    font-size: 14px;
    margin-top: 8px;
    width: 295px;
}

.smalltt a{
    display: block;
    text-decoration: none;
    color: #000;
}


.grey {
    width: 100%;
    clear: both;
    background-color: #e8eded;
}

.grey-inner {
      margin-top: -21px;
    padding-top:30px;
    width: 937px;
    margin: 0 auto;
}

.choice{
    height: 450px;
}

.choice-box{
    width: 160px;
    float:  left;
}

.imgc{
        width: 120px;
text-align: center
}


.choice-box:nth-child(1){ 
margin-right: 34px;}

.choice-box:nth-child(2) {
margin-right: 34px;}

.choice-box:nth-child(3){
margin-right: 34px;
}

.choice-box:nth-child(4){
margin-right: 34px;
}


.choice-box h3{
    font-size: 15px;
    text-decoration: underline;
    font-weight: bold;
    text-transform: uppercase;
}

.choice-box ul{
    font-size: 12px;
    list-style: none;
     padding :0px;
        text-transform: uppercase;

}

.choice-box li a{
       color: #000;
    text-decoration: none;
}



.blackbg {
    width: 100%;
    clear: both;
    background-color: #000;
}

.black-inner {
      margin-top: -21px;
    padding-top:30px;
    width: 998px;
    margin: 0 auto;
}

.bluebg{
    clear: both;
     width: 100%;
    height: 30px;
     background: #00adef !important;

}


.bluebg-inner {
    width: 998px;
    margin: 0 auto;
}

.footer-navi{
    width: 800px;
   clear: both;
    margin: 0 auto;
    padding-top:20px;
}

.footer-navi ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
        margin-top: 10px;

    overflow: hidden;
}

.socialf li, .useful li {
    float: left;
    font-size: 13px;
        position: relative;
        margin-bottom:20px;

}


.socialf li{
    margin-right: 0px;
    margin-left: 10px;
}

.useful ul{
}

.useful a {
    display: block;
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
    height: 20px;
    color: #fff;
    text-decoration: none;
}


.useful a:hover{
    color:crimson;
}


.useful li:nth-child(1){ 
border-right: 1px solid #fff;
}

.useful li:nth-child(2) {
border-right: 1px solid #fff;


}

.useful li:nth-child(3){
border-right: 1px solid #fff;

}

.useful li:nth-child(4){
border-right: 1px solid #fff;

}
.useful li:nth-child(5){
border-right: 1px solid #fff;

}

.useful li:nth-child(6){
border-right: 1px solid #fff;

}

.useful li:nth-child(7){
border-right: 0px solid #fff;

}

.footer-navi h1{
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size:16px;
    padding: 0;
    margin-bottom: 0;
    margin-left: 10px;
}

.copyright{
    color: #fff;
    font-size:10px;
    margin-top: 12px;
    padding-bottom:2px;
}




.action{
    width: 100px;
/*
    margin-left: 226px;
*/
    float: left;
    
}


.action ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.action li{
    float: left;
    font-size: 13px;
        position: relative;
    padding-top: 6px;

}


.action li{
    margin-right: 5px;
    margin-left: 5px;
}

.my-navi ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}


.my-navi li{
    background-color: #0194da;
    height: 16px;
    width: 65px;
    font-size: 13px;
    float: left;
    text-align: center;
 font-size: 10px;
    margin-left: 10px;
    margin-top: 6px;
    padding-top: 2px;
}


.my-navi{
width: 450px;
    float: right;


}
.my-navi a {
    display: block;
  
    color: #fff;
    text-decoration: none;
}

.left-bar{
    width: 212px;
    float: left;
    clear: left;
    
}

.right-bar{
     width: 294px;
    float: left;
    position: relative;
    margin-left: 10px;
/*
    margin-right:-300px;
*/
    }
.main-content{
    width: 774px;
    float: left;
    margin-left: 10px;
}



.myscore{
    width:188px;
    border-left: 1px solid #757f81;
    border-right: 1px solid #757f81;
}

/**/

.live-chat{
    height: 26px;
    width: 286px;
    background-color: #eb1c22;
    padding-left: 8px;
    font-weight: bold;
        clear: both;
}


.live-chat, .live-centre {
    margin-bottom: 5px;
}

.live-centre{
        height: 26px;
    width: 286px;
    background-color: #c1c1c1;
    padding-left: 8px;
    font-weight: bold;
    clear: both;

}

.vsvs{
        height: 26px;
    width: 286px;
    background-color: #00aef4;
    padding-left: 8px;
    font-weight: bold;
    clear: both;

}

.livteupdate{
    clear: both;
        width: 294px;

}


.tticons{
    float: left;
    width: 20px;
    margin-right: 5px;
    margin-top: 4px;
}
.mytttt{
    float: left;
    width: 100px;
    padding-top: 4px;
     font-size:11px !important;
}

.vstxt{
   padding-top: 4px; 
    font-size:11px !important;
}

.live-chat a, .live-centre a, .vsvs a{
    display: block;
     width: auto;
    height: 20px;
    color: #fff;
    text-decoration: none;
}
.tvbox {
    border: 1px solid #aeb2b3;
    clear:both;
    margin-bottom: 20px;
    margin-top: -5px;
}

#tv-list{
    height: 221px;
}


#tv-list table{
    
}


#tv-list td{
    padding-top: 10px;
padding-bottom: 10px;
    border-bottom: 1px #fabfb7 solid;
}
.nbb{
    border-bottom: 0!important;
       padding-top: 5px!important;
padding-bottom: 5px!important;
}
.ssicon{
    margin-left: 8px;
}
.tvicon{
    
    margin-right: 5px;
}
.tvarrow{
    width: 33px;
}

.tvname{
    width:185px;
    font-weight: bold;
}

.tvtime{
   width: 70px;
}

.tvlive{
    width: 294px;
    height: 284px;
}

.msg {
    float: left;
    margin-left:20px;
    margin-right: 10px;
    margin-top: 2px;
}


.subnavi {
    height:40px;
    background-color: #e9edee;
}

.tve {
    padding-top: 14px;
    margin-left: 14px;
    font-weight: bold;
    width: 100px;
    float: left;
}

.othersmenu {
    width: 600px;
    float: right;
    height: 40px;
    position: relative;
}






.datedropdown {
    /* Size and position */
    position: absolute; /* Enable absolute positionning for children and pseudo elements */
    width: 80px;
    margin: 0 auto;
    padding: 3px 3px 3px 10px;

    /* Styles */
    background: #ebebeb;
    cursor: pointer;
    outline: none;
    right: 0;
    font-size: 10px;
    margin-top: 10px;
    margin-right: 10px;
    color: #7c7c7c;
    border: 1px solid #7c7c7c;
}
/*Arrow*/
.datedropdown:after {
    content: url(../imgs/multi.jpg);
    width: 0;
    height: 0;
    position: absolute;
    right: 16px;
    top: 50%;
    margin-top: -6px;
}


.datedropdown .dropdown {
  /* Size & position */
    position: absolute;
    top: 11px;
    left: 0px;
    right: 0px;
height: 16;
    /* Styles */
        background: #b0b1b3;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    list-style: none;

    /* Hiding */
    opacity: 0;
    pointer-events: none;

}

.datedropdown .dropdown li:hover {
  background: #505153;
}

.datedropdown li {
    margin-left: -40px;
    padding-left: 13px;
    padding-top:1px;
    padding-bottom: 1px;
    height: 16px;

}


.datedropdown .dropdown li a {
    display: block;
    text-decoration: none;
    color: #fff;
        margin: 2px 5px 5px 0px;

    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}




/* Hover state */

.datedropdown .dropdown li:hover a {
    color: #fff;
}



/* Active state */

.datedropdown.active:after {
    border-width: 0 6px 6px 6px;
}

.datedropdown.active .dropdown {
    opacity: 1;
    pointer-events: auto;
}

/* No CSS3 support */

.no-opacity       .datedropdown .dropdown,
.no-pointerevents .datedropdown .dropdown {
    display: none;
    opacity: 1; /* If opacity support but no pointer-events support */
    pointer-events: auto; /* If pointer-events support but no pointer-events support */
}

.no-opacity       .datedropdown.active .dropdown,
.no-pointerevents .datedropdown.active .dropdown {
    display: block;
}
/**/
.slang {
    /* Size and position */
    position: absolute; /* Enable absolute positionning for children and pseudo elements */
    width: 50px;
    margin: 0 auto;
    padding: 3px 3px 3px 10px;

    /* Styles */
    background: #ebebeb;
    cursor: pointer;
    outline: none;
    right: 0;
    font-size: 10px;
    margin-top: 10px;
    margin-right: 190px;
    color: #7c7c7c;
    border: 1px solid #7c7c7c;
}
/*Arrow*/
.slang:after {
    content: url(../imgs/multi.jpg);
    width: 0;
    height: 0;
    position: absolute;
    right: 16px;
    top: 50%;
    margin-top: -6px;
}


.slang .dropdown {
  /* Size & position */
    position: absolute;
    top: 11px;
    left: 0px;
    right: 0px;
height: 16;
    /* Styles */
        background: #b0b1b3;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    list-style: none;

    /* Hiding */
    opacity: 0;
    pointer-events: none;

}

.slang .dropdown li:hover {
  background: #505153;
}

.slang li {
    margin-left: -40px;
    padding-left: 13px;
    padding-top:1px;
    padding-bottom: 1px;
    height: 16px;

}


.slang .dropdown li a {
    display: block;
    text-decoration: none;
    color: #fff;
        margin: 2px 5px 5px 0px;

    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}




/* Hover state */

.slang .dropdown li:hover a {
    color: #fff;
}



/* Active state */

.slang.active:after {
    border-width: 0 6px 6px 6px;
}

.slang.active .dropdown {
    opacity: 1;
    pointer-events: auto;
}

/* No CSS3 support */

.no-opacity       .slang .dropdown,
.no-pointerevents .slang .dropdown {
    display: none;
    opacity: 1; /* If opacity support but no pointer-events support */
    pointer-events: auto; /* If pointer-events support but no pointer-events support */
}

.no-opacity       .slang.active .dropdown,
.no-pointerevents .slang.active .dropdown {
    display: block;
}
/**/
.refresh01 {
    /* Size and position */
    position: absolute; /* Enable absolute positionning for children and pseudo elements */
    width: 28px;
    margin: 0 auto;
    padding: 3px 3px 1.5px 3px;

    /* Styles */
    background: #ebebeb;
    cursor: pointer;
    outline: none;
    right: 0;
    font-size: 10px;
    margin-top: 10px;
    margin-right: 110px;
    color: #7c7c7c;
    border: 1px solid #7c7c7c;
}

.refresh02 {
    /* Size and position */
    position: absolute; /* Enable absolute positionning for children and pseudo elements */
    width: 28px;
    margin: 0 auto;
    padding: 3px 3px 1.5px 3px;

    /* Styles */
    background: #ebebeb;
    cursor: pointer;
    outline: none;
    right: 0;
    font-size: 10px;
    margin-top: 10px;
    margin-right: 150px;
    color: #7c7c7c;
    border: 1px solid #7c7c7c;
}


.slang02 {
    /* Size and position */
    position: absolute; /* Enable absolute positionning for children and pseudo elements */
    width: 70px;
    margin: 0 auto;
    padding: 3px 3px 3px 3px;

    /* Styles */
    background: #ebebeb;
    cursor: pointer;
    outline: none;
    right: 0;
    font-size: 10px;
    margin-top: 10px;
    margin-right: 259px;
    color: #7c7c7c;
    border: 1px solid #7c7c7c;
    text-align: center;
}

.party {
    /* Size and position */
    position: absolute; /* Enable absolute positionning for children and pseudo elements */
    width: 70px;
    margin: 0 auto;
    padding: 3px 3px 3px 3px;

    /* Styles */
    background: #00aeeb;
    cursor: pointer;
    outline: none;
    right: 0;
    font-size: 10px;
    margin-top: 10px;
    margin-right:432px;
    color: #fff;
    border: 1px solid #00aeeb;
    text-align: center;
}

.party a{
   text-decoration: none;
    font-size: 10px;
    color:#fff;
}



.refresh01 a, .refresh02 a{
    text-decoration: none;
    font-size: 10px;
}

.rbtn{
    width: 15px;
    position: absolute;
    margin-left: 15px;
    margin-top:-15px;
}

.refresh01 img{
}



/**/

.cartspace{
        margin-right: 387px!important;

        padding: 3px 3px 3px 5px !important;

}

.minidrop {
    /* Size and position */
    position: absolute; /* Enable absolute positionning for children and pseudo elements */
    width: 30px;
    margin: 0 auto;
    padding: 3px 3px 3px 5px;

    /* Styles */
    background: #ebebeb;
    cursor: pointer;
    outline: none;
    right: 0;
    font-size: 10px;
    margin-top: 10px;
    margin-right: 342px;
    color: #7c7c7c;
    border: 1px solid #7c7c7c;
}
/*Arrow*/
.minidrop:after {
    content: url(../imgs/down3.jpg);
    width: 0;
    height: 0;
    position: absolute;
    right: 16px;
    top: 50%;
    margin-top: -6px;
}


.minidrop .dropdown {
  /* Size & position */
    position: absolute;
    top: 11px;
    left: 0px;
    right: 0px;
height: 16;
    /* Styles */
        background: #b0b1b3;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    list-style: none;

    /* Hiding */
    opacity: 0;
    pointer-events: none;

}

.minidrop .dropdown li:hover {
  background: #505153;
}

.minidrop li {
    margin-left: -40px;
    padding-left: 13px;
    padding-top:1px;
    padding-bottom: 1px;
    height: 16px;

}


.minidrop .dropdown li a {
    display: block;
    text-decoration: none;
    color: #fff;
        margin: 2px 5px 5px 0px;

    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}




/* Hover state */

.minidrop .dropdown li:hover a {
    color: #fff;
}



/* Active state */

.minidrop.active:after {
    border-width: 0 6px 6px 6px;
}

.minidrop.active .dropdown {
    opacity: 1;
    pointer-events: auto;
}

/* No CSS3 support */

.no-opacity       .minidrop .dropdown,
.no-pointerevents .minidrop .dropdown {
    display: none;
    opacity: 1; /* If opacity support but no pointer-events support */
    pointer-events: auto; /* If pointer-events support but no pointer-events support */
}

.no-opacity       .minidrop.active .dropdown,
.no-pointerevents .minidrop.active .dropdown {
    display: block;
}

/**/

.myff li.ui-state-default.ui-corner-top {
    background-color: #7f7f7f !important;
}



.myff .ui-tabs .ui-tabs-nav .ui-tabs-anchor{
    
      background-color: #7f7f7f !important;
  
}



.myff .ui-state-default, .myff .ui-widget-content .ui-state-default, .myff  .ui-widget-header .ui-state-default{
              background: none !important;
}
.contacttab{
    margin-right: 8px;
        vertical-align: middle;

}

.cctext {
    margin-right: 20px;
}

.mycc{
    
}
.mycc a:link, .mycc a:hover, .mycc a:visited{
    color:#00aeef !important;
    font-weight: bold;
    text-decoration: none;
}




.ui-widget-content {
    border: 0px !important;
    background: #ffffff !important;
    color: #222222;
    
  /*  
    margin-left: -5px;
    margin-right: -5px;*/
}


#tabs .ui-widget-content{
       padding-top: 50px;
}
#tabs.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: -1px !important;
    padding-bottom: 0px  !important;
}

#tabs.ui-tabs .ui-tabs-nav {
    margin: 0 !important;
    padding: .2em .3em 0;
}

#tabs.ui-tabs{
    padding: 0 !important;
}



#tabs.ui-tabs .ui-tabs-nav li {
    list-style: none;
    position: relative;
    width: 115px;
    top: 0;
    margin: 0 !important;
    border-bottom-width: 0;
    padding: 0;
    white-space: nowrap;
        height: 45px !important;
    text-align: center;
    vertical-align: middle;

}




.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: 0px 0px 0px 0px solid #fff !important;
    background: #959595;
    font-weight: normal;
    color: #fff;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{
    
        border: 0px 0px 0px 0px solid #fff !important;

}


.blueline{
        background: #00adef !important;
    height: 5px;
    width: 815px;
/*
    position: fixed;
*/
    margin-top: 44px;

}




.ui-widget-header {
    border: 0px !important;
    background: #959595 !important;
    color: #000;
               height: 31px !important;
    font-weight: bold;
}

#tabs.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    float: left;
    font-size: 12px !important;
    padding-top:8px !important;
    color: #fff !important;
    padding: .5em 1.21em !important ;
    width: 87px;
    height: 33px !important;
}

#tabs.ui-tabs .ui-tabs-nav{
   padding: 0 !important; 
        height: 30px !important;

}


.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    border-bottom-right-radius: 0 !important;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
    border-bottom-left-radius: 0 !important;
}


.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    border-top-right-radius: 0 !important;
}

.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
    border-top-left-radius: 0 !important;
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
    border: 0 !important;
    background: #00adef !important;
    font-weight: normal;
    color: #fff !important;
            height: 19px !important;
    width:87px;
    height: 35px;

}

.st2{
/*
    position: fixed;
*/
}


.betty{
    display: none;
}
.stakespace {
    margin-top: 5px;
}

.blue-bar {
    background-color: #00adef;
    height: 25px;
    text-align: center;
    color: #fff;
    width: 100%;
    line-height: 25px;
}

.popfooter {
width: 100%;
    height: 100px;
    background-color: #c1c1c1;
    text-align: center;
    bottom: 0;
    position: absolute;
}

.minicontent {
 width: 759px;
    height: 456px;
    overflow: scroll;
    padding:20px;
    font-size: 13px;
}


.tncbtn{
    background-color: #959595;
    text-align: center;
    height: 20px;
    float: left;
    line-height: 20px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
    padding:3px 10px 3px 10px;
    font-weight: normal !important;
    width: 134px;
}


 div.tncbtn a{
    
    display: block;
    height: 20px;
    color:#fff;
    text-decoration: none;

}

.popfinner {
    width: 350px;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 5px;
}


.agreeline{
line-height: 15px;    font-size: 12px;
    color:#fff;
    height: 20px;
    padding-top:5px;
    clear:both;
}



.line20{
    line-height: 19px;
}
#waitresult {
    display: none;
}
