/*------   vutha4@gmail.com, tell : +855 87 57 64 00 / +855 68 83 11 20 -------------------------------*/

p {
	color:white !important;
}
.wrapper{
	/*width:1100px;*/
	margin:0 auto;
	height:auto;
	padding:0;
	font-family: "Roboto",bebas,arial;
	display:block;
	background: #000000 url(../images2/bg2.gif)/* no-repeat center center fixed*/;
   /* background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;*/
	color:#ffffff;
	}
.row-1200{
	width:100%;
	height:auto;
	max-width:1200px;
	margin:0 auto;
	display:block;
	}
.top-header{
	width:100%;
	height:auto;
	background: #000000 url(../images2/bg_header.png);
	display:block;
	border-radius:0 0 0 0;
	padding: 0 18px;
	min-height: 108px;
	}
.language{
	position: absolute;
    right: 15px;
    top: 0;
    margin: 6px 0px 0 0;
	}
.logo img{
	padding:5px 0;
	}
.lang{
	float:left;
	}
.lang ul li{
	display:inline-block;
	margin:2px 5px;
	}
.flage{
	width: 31px;
    height: 39px;
    float: right;
    background: url(../images2/flags.png);
	}
.cn{
	background-position: 0 -39px;
	}
.en{
	background-position: -39px -39px;
	}
.id{
	background-position: -77 -39px;
	}
.login-form, .forgot {
    position: absolute;
    right: 25px;
    top: 45px;
}
.but_login {
    text-transform: uppercase;
    float: right;
    line-height: 28px;
    margin: 0;
    padding: 0 15px;
    font-weight: bold;
    color: #ddd;
    background: #333;
    border-radius: 3px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.8);
}
.btn_gen {
    color: #000;
    border-radius: 3px;
    text-decoration: none;
    text-shadow: 0 1px 1px #FFDD9F;
    background-color: #FBC416;
    background: #FBC416 url(../images2/bgBtn.png);
    background-size: 100% 100%;
    -webkit-transition: all .15s ease-out;
    -moz-transition: all .15s ease-out;
    -ms-transition: all .15s ease-out;
    -o-transition: all .15s ease-out;
    transition: all .15s ease-out;
}
.login-input ul li{
	display:inline-block;
	padding:0 0px;
	}
.input{
	width:100%;
	max-width:150px;
	height:30px;
	background:#FFF;
}
.log{
	float:left}
.login{
	margin:0 2px;
	}
.forgot a{
	text-transform: capitalize;
    color: #ffd800;
    font-style: italic;
    font-size: 12px;
	}
.forgot:hover>a{
	color:#ffffff;
	}
.sblack ul li{
	display:inline-block;
	padding:0 10px;
	}
.sblack ul li a{
	color:#ffffff;
	font-weight:500px;
	}
.bg-01{
	background:url(../images2/bg_line_menu.png) no-repeat right;
	}
.sblack {
    position: absolute;
    z-index: 90;
    right: 25px;
    top: 112px;
    text-transform: capitalize;
}
.middl{
	width:100%;
	height:auto;
	margin:0 auto;
	background:url(../images2/bg_time.jpg);
	}
.time, .marq{
	padding:0;
	margin: 10px 20px 6px 20px;
	color: #ccc;
	}
.navbar .navbar-collapse {
  text-align: center;
}
.navbar .navbar-nav {
  display: inline-block;
  float: none;
  vertical-align: top;
}
/*-------------------------------------nav---------------------------------------------------------*/
.nav ul li{
	display:inline-block;
	}
.box-nav{
	width:100%;
	margin:0 auto;
	text-align:center;
	display:block;
	}
.title-nav{
	font-size:16px;
	font-weight:500;
	color:#e6d99b;
	line-height:22px;
	padding:4px 0;
	height: 28px;
    overflow: hidden;
	}
.menu{
	width:100%;
	margin:0 auto;
	background:url(../images2/bg_nav.jpg) top center;
	display:block;
	height:77px;
	padding: 0 0;
	}
.nav-p{
	margin-bottom:0 !important;
	}
.container{
	width:100%;
	max-width:1200px;
	margin:0 auto;
	text-align:center;
	display:block;
	}
/*--------------------------------------------------------------------*/
.body{
	padding:20px 0;
	color: #ccc;
	}
.box{
    text-align: center;
    overflow: hidden;
    position: relative;
}
.box:before{
    content: "";
    width: 100%;
    height: 100%;
    /*background-image: repeating-linear-gradient(45deg, transparent 10px, transparent 10px, rgba(0,0,0,0.4) 15px, rgba(0,0,0,0.4) 15px, transparent 20px, transparent 20px, rgba(0,0,0,0.7) 25px, rgba(0,0,0,0.7) 25px);*/
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 1;
    transform: scale(0.5);
    -webkit-clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
    clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
    transition: all 0.5s ease 0s;
}
.box:hover:before{
    opacity: 1;
    -webkit-clip-path: none;
    clip-path: none;
    transform: scale(1);
}
.box img{
    width: 100%;
    height: auto;
    transition: all 0.3s ease 0s;
}
.box:hover img{ filter: grayscale(80%) /*blur(2px);*/ }
.box .box-content{
       width: 100%;
    padding: 18px 0;
    background: url(../images2/btn-01.png) no-repeat;
    color: #000000;
    position: absolute;
    bottom: -100%;
    left: 0;
    opacity: 0;
    z-index: 1;
    transition: all 0.3s ease 0s;
}
.box:hover .box-content{
    bottom: 0;
    opacity: 1;
}
.box .title{
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: capitalize;
    margin: 5px 0 3px 0;
}
.box .post{
    display: block;
    font-size: 14px;
    font-style: italic;
    letter-spacing: 1px;
    text-transform: uppercase;
}
@media only screen and (max-width:990px){
    .box{ margin-bottom: 30px; }
}
.title-games{
	width:100%;
	margin:0 auto;
	font-size:18px;
	font-weight:600;
	color:#FFF;
	position:absolute;
	bottom:18px;
	left:0;
	padding:12px 0;
	text-align:center;
	display:block;
	}
/***************************************contact--------------------------------*/
.contact{
	width:100%;
	margin:0 auto;
	padding-bottom:20px;
	text-align:center;
	display:block;
	}
.contact ul li{
	width:100%;
	max-width:160px;
	height:42px;
	display:inline-block;
	padding:10px 0;
	background:url(../images2/arrow1.png) no-repeat;
	}
.conta{
	float:left;
	}
.text-conta{
	padding:0 10px;
	font-size:15px;
	font-weight:500;
	color:#e0de9e;
	}
.footer{
	width:100%;
	margin:0 auto;
	text-align:center;
	background:#000000 url(../images2/row.jpg) repeat-x top center;
	display:block;
	}
.nav-footer{
	width:100%;
	margin:0 auto;
	text-align:center;
	/*background:url(../images2/bg-nav-footer.jpg);*/
	background: #0A0A0A;
	padding-top:2px;
	display:block;
	margin-top:18px;
	}
.nav-footer ul li{
	display:inline-block;
	padding:10px 15px;
	}
.bg-nav-footer{
	background:url(../images2/bg-nav-footer.png) no-repeat right;
	}
.nav-footer ul li a{
	font-size:16px;
	font-weight:500;
	color:#e6d99b;
	}
.product{
    width:100%;
	padding-bottom:20px;
	border-bottom:1px dotted #e6d99b;
	}
.box-produ{
	width:100%;
	text-align:justify;
	padding:0;
	}
.title-produ{
	padding:10px;
	font-size:18px;
	background:url(../images2/bg_title-produ.jpg) no-repeat bottom center;
	display:block;
	}
.sub-title-produ{
	font-size:16px;
	padding:10px;
	color:#e6d99b;
	}
.detail-produ{
	padding-bottom:10px
	}
.details{
	font-size:14px;
	font-weight:normal;
	color:#CCC;
	line-height:16px;
	padding:0 10px;
	}
.details p {
	color: inherit !important;
	line-height: 100% !important;
	}
.details a {
	color: #fcd664;
	}
.title-bank{
	padding:5px;
	font-size:16px;
	text-align:justify;
	}
.provider{
	padding-top:25px;
	}
.copyright{
	width:100%;
	margin:0 auto;
	text-align:center;
	display:block;
	padding:20px;
	font-size:14px;
	color:#e6d99b;
	}
/*-----------------------------------------sport--------------------------------------*/
.sports{
	width: 100%;
	height:900px;
    background:url(../images2/sport/sportsbook-banner-bg.png) no-repeat top center;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	}
.box-soprt{
	width:100%;
	margin:0 auto;
	padding:0;
	text-align:center;
	display:block;
	/*background-image: linear-gradient(to right,#000008, #e6d99b , #000008);
	border:1px solid #ff9000;
	border-radius:10px;*/
	}
.name-sport{
	line-height: 49px;
    font-size: 25px;
    color: #ffb500;
    font-weight: 400;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    text-shadow: 1px 1px 1px #474335;
    letter-spacing: 0px;
	}
/*.box-soprt:hover{
	background-image: linear-gradient(to right,#e6d99b, #000008 , #e6d99b);
	transition:0.1;
	}*/
.box-soprt:hover>.name-sport{
	line-height: 49px;
    font-size: 25px;
    color: #e6d99b;
    font-weight: 400;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    text-shadow: 1px 1px 1px #5c3203;
    letter-spacing: 0px;
	}
.btn-sport{
	margin:10px 0;
	}
/*-------------------------------------------------   chat   -----------------------------------------------*/
/* Button used to open the chat form - fixed at the bottom of the page */
.open-button {
  background-color: #555;
  color: white;
  padding: 16px 20px;
  border: none;
  cursor: pointer;
  opacity: 0.8;
  position: fixed;
  bottom: 23px;
  right: 28px;
  width: 280px;
}

/* The popup chat - hidden by default */
.chat-popup {
  display: none;
  position: fixed;
  bottom: 0;
  right: 15px;
  border: 3px solid #f1f1f1;
  z-index: 9;
}

/* Add styles to the form container */
.form-container {
  max-width: 300px;
  padding: 10px;
  background-color: white;
}

/* Full-width textarea */
.form-container textarea {
  width: 100%;
  padding: 15px;
  margin: 5px 0 22px 0;
  border: none;
  background: #f1f1f1;
  resize: none;
  min-height: 200px;
}

/* When the textarea gets focus, do something */
.form-container textarea:focus {
  background-color: #ddd;
  outline: none;
}

/* Set a style for the submit/send button */
.form-container .btn {
  background-color: #4CAF50;
  color: white;
  padding: 16px 20px;
  border: none;
  cursor: pointer;
  width: 100%;
  margin-bottom:10px;
  opacity: 0.8;
}

/* Add a red background color to the cancel button */
.form-container .cancel {
  background-color: red;
}

/* Add some hover effects to buttons */
.form-container .btn:hover, .open-button:hover {
  opacity: 1;
}
.box-casino-s{
	padding:10px 0;
	}
.hover15 figure {
	position: relative;
	width:100%;
	height:auto;
	display:block;
	overflow:hidden;
}
.hover15 figure::before {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	display: block;
	content: '';
	width: 0;
	height: 0;
	background: rgba(0,0,0,.2);
	border-radius: 100%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
}
.hover15 figure:hover::before {
	-webkit-animation: circle .75s;
	animation: circle .75s;
}
@-webkit-keyframes circle {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}
@keyframes circle {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}

/*-------------------------------  slot -----------------------------*/
.image-respornsiv-slot{
	width:100%;
	height:auto;
	border-radius:5px;
	}
/* Shine */
.hover14{
	margin:10px 0;
	}
.hover14 figure {
	position: relative;
	overflow:hidden;
	display:block;
}
.hover14 figure::before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.hover14 figure:hover::before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}
.border-slot{
	width:100%;
	position:absolute;
	top:0;
	left:0;
	}
/*--------------------------------------------lottery----------------------------------------------*/
.box-lottery {
  position: relative;
}

.lottery-img {
  display: block;
  height: auto;
}

.overlay-thai-lottery {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background:url(../images2/lottery/thai-lottery-over.png) no-repeat;
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: .5s ease;
}

.box-lottery:hover .overlay-thai-lottery {
  height: 100%;
}
.overlay-lottery {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background:url(../images2/lottery/lottery-hover.png) no-repeat;
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: .5s ease;
}

.box-lottery:hover .overlay-lottery {
  height: 100%;
}
.overlay-vn-lottery {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background:url(../images2/lottery/nv-lottery-over.png) no-repeat;
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: .5s ease;
}

.box-lottery:hover .overlay-vn-lottery {
  height: 100%;
}
/*--------------------------------number--------------------------------------------*/
.box-numbers{
	width:100%;
	max-width:370px;
	height:150px;
	margin:0 auto;
	position:relative;
	background:url(../images2/number/frame.png) no-repeat center center;
	display:block;
	margin:20px 0;
	}
.btn-num{
	margin:0 auto;
	position:absolute;
	bottom:-18px;
	left:50%;
	transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	font-weight:bold !important;
	}
.ball{
	position:absolute;
	top:50%;
	left:0;
	transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	}
.text_number-g{
	position:absolute;
	top:50%;
	left:182px;
	transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	}
/*----------------------------------------------------------------------------poker-------------------------------*/
.box-poker{
	position:relative;
	}
.text-title-poker{
	position:absolute;
	bottom:2px;
	left:50%;
	transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
    text-align: center;
    font-family: 'Oswald', sans-serif;
    line-height: 30px;
    font-weight: 400;
    color: #4b3202;
    font-size: 18px;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px #fce599;
	}
.col-kg{
	padding-left:0 !important;
	padding-right:0 !important;}


.header_dropdown_menu { background:#111; border:2px solid #FBC416; position:absolute; top:38px; right:2px; width:200px; font-size:14px; z-index:99; text-align:left; padding:4px; width:368px; }
.header_dropdown_menu_item { color:#E0E0E0; padding:4px 8px; font-size:13px; width:100%;}

#account-box { top:30px}

#register-box:hover { box-shadow: 0px 0px 7px #FFF !important; transition-duration: 0.1s }

#register-box { text-decoration:none !important; text-transform: uppercase;padding-left: 12px; padding-right: 12px; font-size:11px; font-weight:500; text-decoration: none;  margin-bottom:2px; box-shadow: 0px 0px 3px #FFF; color:white; background:transparent; }

#re-lobby { padding:0 20px }

.nav-footer { margin-left: 20px !important; margin-right: 20px !important; width: calc(100% - 40px); }

.product { padding: 0 20px !important }

.img-hover-zoom {
    height: 100%;
    overflow: hidden;
}

/* Popup box BEGIN */
.trigger_popup_fricc {
    cursor:pointer;
}

.fricc_content {
	padding: 18px;
	max-height: 300px;
	text-align: left;
	overflow-y: scroll;
	line-height: 20px;
}

fieldset .page-content h4 {
    font-size: 15px;
}

.fricc_content h4 {
    border-bottom: 1px solid #ddd;
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 10px;
    color: black;
}

.fricc_content p {
    font-size: 12px;
    padding-top: 10px;
    padding-bottom: 5px;
    color: black !important;
}

.hover_bkgr_fricc{
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	left: 0;
  	background: rgba(0, 0, 0, 0.58);
    cursor:pointer;
    display:none;
    height:100%;
    position:fixed;
    text-align:center;
    top:0;
    width:100%;
    z-index:100000;
}
.hover_bkgr_fricc .helper{
    display:inline-block;
    height:100%;
    vertical-align:middle;
}
.hover_bkgr_fricc > div {
	color: black;
    background-color: #fff;
	box-shadow: 0 0 5px 0 rgba(0,0,0,.75);
-webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,.75);
-moz-box-shadow: 0 0 5px 0 rgba(0,0,0,.75);
    display: inline-block;
    height: auto;
    max-width: 551px;
    min-height: 100px;
    vertical-align: middle;
    width: 80%;
    position: relative;
    border-radius: 8px;
}
.popupCloseButton {
    background-color: #fff;
    border: 3px solid #999;
    border-radius: 50px;
    cursor: pointer;
    display: inline-block;
    font-family: arial;
    font-weight: bold;
    position: absolute;
    top: -20px;
    right: -20px;
    font-size: 25px;
    line-height: 25px;
    width: 30px;
    height: 30px;
    text-align: center;
}
.popupCloseButton:hover {
    background-color: #ccc;
}

.promo_content {
    color: #000;
    background: linear-gradient(360deg, rgba(195,121,10,1) 0%, rgba(203,132,24,1) 9%, rgba(65,44,8,1) 18%, rgba(184,106,24,1) 28%, rgba(190,118,43,1) 33%, rgba(254,231,130,1) 38%, rgba(254,243,224,1) 43%, rgba(254,231,130,1) 47%, rgba(249,195,69,1) 70%, rgba(226,171,27,1) 100%) padding-box, linear-gradient(225deg, rgba(195,121,10,1) 9%, rgba(107,59,3,1) 20%, rgba(198,114,15,1) 38%, rgba(253,221,103,1) 56%, rgba(235,171,63,1) 78%, rgba(107,59,3,1) 100%) border-box;
    border-radius: 6px;
    border: 3px solid transparent;
}

.header_dropdown_menu_body {
    height: 268px;
    overflow-y: scroll;
}

fieldset .page-content {
	color:#ddd;
	font-size: 13px;
}

fieldset .page-content ul {
	margin-bottom: 0;
}

fieldset .page-content li {
	list-style-type: disc;
	margin-left: 18px;
}

fieldset .page-content h4 {
	font-size: 15px;
}

.header_dropdown_menu button[disabled], html input[disabled] {
	opacity: 0.3 !important;
}

.the_account_section .control-label {
	margin-right: 18px !important;
}
