/* CSS Document 
Theme Name: Royal-th.com (version responsive)
version: responsive v.1
Author: Jazz
*/


#navfixright2{
	background-image:url('../img/bg-tab.png');
	background-position:center;
	  height: 318px;
	width:173px;
	position:fixed;
	top:150px;
	left:0px;
	z-index:999;
	margin-left:0px;
	padding-top: 210px;
    padding-left: 9px;
}

div#navfixright2 .nav-btn2{
	color:#fff;
	background-image:url('../img/t-c.png ');
	position:absolute;
top: 166px;
      right: -41px;
    width: 44px;
    height: 37px;
	display:block;
	cursor:pointer;
	
}

div#navfixright2 .nav-btn3{
	color:#fff;
	background-image:url('../img/t-o.png ');
	position:absolute;
top: 166px;
       right: -41px;
    width: 44px;
    height: 37px;
	display:block;
	cursor:pointer;
	
}


body {
	padding-top: 0px !important;
	background-image: none;
}
.mainbg {
	background-image: url(../img/bodybg_02.jpg);
	background-repeat: round;
	height: auto;
	padding-right: 0px !important;
	padding-left: 0px !important;
}
.menu-mar {
	margin: 0px !important;
}
.ms-info {
	text-align: center;
}
.h-logo {
	width: 100%;
	background-image: url(../img/headerbg.jpg);
}
.h-logo img {
	margin: 0 auto;
	paddind-bottom: 10px;
	display: flex;
	justify-content: center;
}
 .topic-green{
    color: #bbff38;
    font-size: 20px;
    text-align: center;
    margin-bottom: 5px;
    margin-top: 10px;
    font-weight: bold;
}
a.nav-link.menu-pad {
	font-size: 18px !important;
	color: #fff !important;
	padding: 0 18px 0 18px !important;
}
.con-top, .casino {
	margin: 0px !important;
	padding: 0px !important;
	color: #fff;
}
.box-news {
	border-bottom: 1px solid #ccc;
	margin-bottom: 5px;
}
.pk {
	background-color: #05123c;
	height: auto;
	border: 2px solid #002dad;
	margin-top: 3px;
	color: #fff;
}
.bg-menu {
	color: #fff;
	background: linear-gradient(to bottom, rgb(20, 91, 222) 0%, rgb(8, 21, 111) 26%, rgb(0, 39, 119) 51%, rgb(0, 37, 114) 72%, rgb(17, 74, 195) 100%);
	width: 100% !important;
}
.navbar-dark .navbar-toggler {
	color: rgb(255, 255, 255);
	border-color: rgb(255, 255, 255);
	width: 100%;
}
h1 {
	text-align: center;
	padding-top: 5px;
	font-size: 22px;
	color: #ececec;
	text-shadow: 1px 1px #0033a7;
	margin-top: 12px;
	margin-bottom: 12px;
}
.intro {
	padding: 0 25px 0 25px;
}
.intro p {
	color: #fff;
	font-size: 14px;
}

.acc-bank {
	border: 6px groove #0447e0;
	color: #fff;
	padding: 2px;
	color: #e3e3e3;
	font-size: 14px;
	margin: 5px 10px 5px 10px;
}
.bank1 {
	text-decoration: none;
	padding-top: 10px;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 0px;
}
.bank2 b {
	color: #00d8ff;
	text-decoration: none;
	font-size: 14px;
	text-align: left;
	padding-left: 10px;
}
.casino h3 {
	text-align: center;
	font-size: 18px;
}
.imgholder {
	position: relative;
	width: 200px;
	height: 200px;
	border-radius: 80px;
	float: left;
	margin: 22px;
}
.imgholder img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 90%;
	z-index: 5;
	border-radius: 100px;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	opacity: 1;
	filter: alpha(opacity = 30);
	box-shadow: 0 0 0px #000;
	-moz-box-shadow: 0 0 0px #000;
	-webkit-box-shadow: 0 0 0px #000;
	transform: scale(0.5, 0.5);
	-ms-transform: scale(0.7, 0.7);
	-moz-transform: scale(0.7, 0.7);
	-webkit-transform: scale(0.7, 0.7);
	transition: opacity 1s, transform 1s ease-in-out 0.3s;
	-moz-transition: opacity 1s, -moz-transform 1s ease-in-out 0.3s;
	-webkit-transition: opacity 1s, -webkit-transform 1s ease-in-out 0.3s;
}
.imgholder:hover img {
	opacity: 1;
	filter: alpha(opacity = 100);
	transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
}
.imgholder figcaption {
	position: absolute;
	left: 20px;
	top: 75%;
	width: 80px;
	color: #00b4ff;
	font-weight: bold;
	z-index: 4;
	transition: top 0.8s ease-out;
	-moz-transition: top 0.8s ease-out;
	-webkit-transition: top 0.8s ease-out;
}
.imgholder:hover figcaption {
	top: 85%;
}
.imgholder .circle {
	position: absolute;
	border-radius: 100px;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
}
.imgholder .outer1 {
	top: -8px;
	left: 0px;
	width: 200px;
	height: 200px;
	z-index: 2;
	border: 8px solid;
	border-color: #002d9f;
	box-shadow: 0 0 3px #00478a;
	-moz-ox-shadow: 0 0 3px #00478a;
	-webkit-box-shadow: 0 0 3px #00478a;
	background: #001244;
	background: -moz-radial-gradient(center, ellipse cover, #001244 0%, #001755 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #001244), color-stop(100%, #001755));
	background: -webkit-radial-gradient(center, ellipse cover, #001244 0%, #001755 100%);
	background: -o-radial-gradient(center, ellipse cover, #001244 0%, #001755 100%);
	background: -ms-radial-gradient(center, ellipse cover, #001244 0%, #001755 100%);
	background: radial-gradient(center, ellipse cover, #001244 0%, #001755 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#001244', endColorstr='#001755', GradientType=1);
	transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transition: transform 1.8s ease-in-out, box-shadow 1s ease-out, border-color 1.5s;
	-moz-transition: -moz-transform 1.8s ease-in-out, -moz-box-shadow 1s ease-out, border-color 1.5s;
	-webkit-transition: -webkit-transform 1.8s ease-in-out, -webkit-box-shadow 1s ease-out, border-color 1.5s;
}
.imgholder:hover .outer1 {
	border-color: #00328d #0027b7 #00104c #002176;
	box-shadow: 0 0 10px #0285E2;
	-moz-box-shadow: 0 0 10px #0285E2;
	-webkit-box-shadow: 0 0 10px #0285E2;
	transform: rotate(-10deg);
	-ms-transform: rotate(-10deg);
	-moz-transform: rotate(-10deg);
	-webkit-transform: rotate(-10deg);
}
.imgholder .outer2 {
	top: -15px;
	left: -10px;
	width: 216px;
	height: 216px;
	z-index: 1;
	border: 10px solid;
	border-color: #002176 #00104c #0027b7 #00328d;
	box-shadow: 0 0 20px #00328d;
	-moz-box-shadow: 0 0 20px #00328d;
	-webkit-box-shadow: 0 0 20px #00328d;
	opacity: 0;
	filter: alpha(opacity = 0);
	transform: scale(1.3, 1.3) rotate(180deg);
	-ms-transform: scale(1.3, 1.3) rotate(180deg);
	-moz-transform: scale(1.3, 1.3) rotate(180deg);
	-webkit-transform: scale(1.3, 1.3) rotate(180deg);
	transition: opacity 0.5s, transform 0.7s ease-out;
	-moz-transition: opacity 0.5s, -moz-transform 0.7s ease-out;
	-webkit-transition: opacity 0.5s, -webkit-transform 0.7s ease-out;
}
.imgholder:hover .outer2 {
	opacity: 0.9;
	filter: alpha(opacity = 90);
	transform: scale(1, 1) rotate(-10deg);
	-ms-transform: scale(1, 1) rotate(-10deg);
	-moz-transform: scale(1, 1) rotate(-10deg);
	-webkit-transform: scale(1, 1) rotate(-10deg);
}
#wrap {
	width: 980px;
	left: -490px;
	margin-left: 50%;
	position: relative;
}
#depositbox {
	width: 90%;
}
#withdrawbox {
	width: 85%;
}
.news {
	padding: 20px;
	text-align: left !important;
	font-size: 13px;
	color: #FFFFFF;
}
.srp-post-title-link {
	color: #6ffaff;
	text-decoration: none;
	font-size: 16px;
}
.webfooter {
	background-color: #181819;
	padding: 10px;
}
.webfooter h6 {
	color: #fff;
	font-size: 12px;
}
.foot-menu {
	padding: 5px 15px 5px 15px;
	color: #fff;
	background-color: #10203e;
	border-top: 4px solid #f71010;
}
.topic-f {
	text-align: center;
    border-radius: 15px;
    background-color: #081429;
    border: 1px solid #2a354a;
    padding: 5px;
    margin-bottom: 10px;
    margin-top: 5px;
    color: #d49420;
}
.detail {
	padding: 10px 20px 10px 20px;
	color:#fff !important;
}
.detail p { ont-family: Tahoma;
    font-size: 14px;
    color: #fcfcfc;}
#rulebox {
	color: #e3e3e3;
	text-decoration: none;
	margin-left: 20px;
	margin-right: 20px;
	font-size: 14px;
}
.hrall {
    color: #006;
    border-color: #006;
	
}
.topic-pro{color: #ffde00;
    font-size: 20px;
    text-align: center;
    margin-bottom: 5px;
    margin-top: 10px;
    font-weight: bold;}
	.box-pro{ border:3px outset #1728E8;     padding-bottom: 10px;
    border: 3px outset #1728E8;
    padding-top: 10px;}
	.box-pro img { display: block;
    margin: auto;
    width: 100%;
}
.box-pro li{ list-style:none; } 
#titleindex h2 {
	color: #FFF;
	font-size: 21px;
	height: 35px !important;
	background: url(../img/hindex.png) 0px 0px no-repeat;
	margin-top: 10px;
	padding: 2px 1px 4px 90px;
	margin-left: 0px;
}
.topic-txt {
	padding-top: 5px;
	font-size: 16px;
	font-weight: bold;
	color: #ececec;
	text-shadow: 1px 1px #0033a7;
}
.listetcbody li {
    list-style: none;
    color: #FFF;
    font-size: 14px;
}
a:link {
    color: #00deff;
    text-decoration: none;
}
a:visited {
    color: #00deff;
    text-decoration: none;
}

.navbar-dark .navbar-toggler {
    background-image: none !important;
    border-color: rgb(255, 255, 255)!important;
}

.h-logo img {
    margin: 0 auto;
    paddind-bottom: 10px;
    display: flex;
    justify-content: center;
    width: 60%;
}
.navbar{ z-index:999;}
.topic {

    border-radius: 10px 10px 0 0;
    padding: 10px;
    color: #FFF;
    font-size: 20px;
    width: 100%;
    margin-top: 0px;
 
   background: linear-gradient(to bottom, rgb(20, 91, 222) 0%, rgb(8, 21, 111) 26%, rgb(0, 39, 119) 51%, rgb(0, 37, 114) 72%, rgb(17, 74, 195) 100%);
}
.topic img{ height:22px;}
.divtopic{ padding:5px;  width:100%;}
.line-f-mb{     border-bottom: 1px dotted #556279;}
.foot-menu a,.foot-menu a:hover { color:#fff; }

@media (min-width:576px) {
body {
	padding-top: 0px !important;
	background-image: url(../img/bg_wallpaper.jpg);
	height: auto;
	background-color: #fff !important;
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
}
}
@media (min-width:767px) {
	.line-f{     border-right: 1px dotted #556279;}
	.line-f-mb{     border-bottom: 0px;}
	}
	
@media (min-width:992px) {
	
	a.nav-link.menu-pad {
    font-size: 17px !important;
    padding: 0 19px 0 14px !important;
}
	.line-f-mb{     border-bottom: 0px;}
	.topic img{ display:none;}
	.h-logo img{
 
    width: auto;
}
.bg-menu {
	background-image: url(../img/menu-bg2.png);
	background-position: center;
	background-color: #000e29 !important;
	background-repeat: no-repeat;
}
.topic {
	color: #FFF;
	font-size: 20px;
	height: 35px ;
	width: 100%;
	background: url(../img/hall.png) 0px 0px no-repeat;
	margin-top: 0px;
	padding: 6px 1px 4px 165px;
	margin-left: 0px;
}
}
@media (min-width: 1200px){
a.nav-link.menu-pad {
    font-size: 18px !important;
    padding: 0 17px 0 19px !important;
}
}