/* CSS Document */

body
{
background-image:url(../images/bg.jpg);
background-size:cover;
}
.navbar-default {
    background-color: #1b5a8f80;
    border-color: #1b5a8f;
}

.navbar-default .navbar-nav>li>a 
{
color:#ffffff;
}

.navbar-default .navbar-nav>li>a:hover
{
color:#ffffff;
}

.navbar-default .navbar-nav>li>a 
{
padding:15px 10px;
transition:1s;
font-size:15px;

}

.navbar-default .navbar-nav>li>a:hover
{
background-image: linear-gradient(to right, #020202 0%, #d7d2cc 55%, #020202 100%);
}
.navbar-default .navbar-nav>li>a:hover
{
background-position: right center;
}

.logo {
    padding-top: 14px;
}

.logo img {
    width: 100%;
}

.top_banner_sec img {
    width: 100%;
}

.casino_table_brands {
    background-color: #5a5858d4;
    color: #f3eb00;
    margin-top: 20px;
}


.top_sec {
    background-color: #7d7d7da8;
    margin-top: 20px;
}

.top_content_sec h2 {
    color: #fbd907;
    font-size: 30px;
}
.top_content_sec p {
    text-align: justify;
    color: white;
}

table.table.table-hover thead th {
    font-size: 18px;
}

.table.table-hover tr td {
    vertical-align: middle;
}

table.table.table-hover tr td b {
    font-size: 22px;
}

table.table.table-hover tr td b:hover {
    color: blue;
}

.table tbody button.btn.btn-warning {
    background-color: #52512f9e;
    border: 2px solid #f7ef00;
	padding: 6px 16px;
	border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
}

.table tbody button.btn.btn-success {
    background-color: #5cb85c94;
    border: 2px solid #f6ee00;
    border-radius: 5px;
    padding: 6px 16px;
    font-size: 16px;
    font-weight: bold;
  }
  
  
.mid_img {
  
    margin: 20px 0 0 0;
	text-align: center;
}


.mid_img img {
    border-radius: 40px;
	transition: transform 2s, filter 1.5s ease-in-out;
    transform-origin: center center;
}

.mid_img img:hover {
    border-radius: 0px;
	filter: brightness(100%);
    transform: scale(1.1);
}

.mid_img button.btn.btn-default {
    background-color: #f57e08;
    color: #fdfdfd;
    border-radius: 23px;
    font-size: 19px;
    text-align: center;
    padding: 11px 28px;
    margin: 16px 0 5px 0;
    font-weight: bold;
	transition: transform 2s, filter 1.5s ease-in-out;
    transform-origin: center center;
}

.mid_img button.btn.btn-default:hover
{
filter: brightness(100%);
transform: scale(1.1);
}

.inner_pages h5 {
    padding: 15px;
    background-color: #e0c600bf;
    color: #ffffff;
    border-radius: 10px;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
}


.inner_pages {
    margin-bottom: 20px;
}

.inner_pages a {
    display: block;
    text-decoration: none;
    padding: 9px 10px;
    font-weight: bold;
    color: #ffffff;
    border-bottom: 1px dotted;
}

.inner_pages a:hover
{
color:#fbd907;
}


.footer {
    background-color: #123e65f5;
    margin: 15px 0 0 0;
}

.footer_img {
    text-align: center;
    margin: 19px 0 0 0;
}  

.footer_text
{
margin-top:10px;
margin-bottom:10px;
text-align:center;
}

.footer_text b {
    font-size: 18px;
    color: white;
} 


/*-------media query------------*/

@media only screen and (max-width:1192px){

.navbar-default .navbar-nav>li>a {
    height: 44px;
  
}

.navbar-default .navbar-nav>li>a {
    padding-top: 12px;
}

.nav>li>a {
    font-size: 13px;
    padding: 9px 6px;
}

table.table.table-hover tr td b {
    font-size: 20px;
}

.mid_img img {
 
     width: 100%;
}

.mid_img button.btn.btn-default {

    padding: 8px 28px;
   
}

.top_content_sec h2 {
    font-size: 27px;
}

.footer_text b {
    font-size: 16px;
  
}

}

@media only screen and (max-width:991px){

.navbar-default .navbar-nav>li>a {
    padding-top: 6px;
}

.navbar-default .navbar-nav>li>a {
    height: 33px;
}

.nav>li>a {
    font-size: 10px;
    padding: 9px 5px;
}

.navbar {
   
    min-height: 36px;
    margin-bottom: 13px;
}

table.table.table-hover thead th {
    font-size: 15px;
}

table.table.table-hover tr td img {
    width: 96%;
}

table.table.table-hover tr td b {
    font-size: 14px;
}

.table tbody button.btn.btn-warning {
 
    padding: 6px 11px;
    font-size: 14px;

}

.table tbody button.btn.btn-success {
 
    padding: 6px 8px;
    font-size: 14px;

}

.mid_img img {
    width: 90%;
}

.top_content_sec h2 {
    font-size: 24px;
}  

.mid_img button.btn.btn-default {
    padding: 10px 44px;
}


.inner_pages h5 {
    padding: 10px;
    font-size: 13px;
}

.top_content_sec h2 {
    font-size: 23px;
}

.top_content_sec p {
    
    font-size: 14px;
}


.inner_pages a {

    padding: 8px 0px;
    font-size: 13px;
}


.footer_text b {
    font-size: 14px;
}


}


@media only screen and (max-width:767px){

.navbar-default .navbar-toggle {
    border-color: #fff;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.logo {
     text-align: center;
	 padding-top:0px;
}

.logo img {
    width: 85%;
    margin-bottom: 5px;
}

.top_banner_sec img {
    width: 100%;
}

table.table.table-hover thead th {
    font-size: 13px;
}

table.table.table-hover tr td img {
    width: 85%;
}

table.table.table-hover tr td b {
    font-size: 13px;
}

.table tbody button.btn.btn-warning {
    padding: 5px 5px;
    font-size: 12px;
}

.table tbody button.btn.btn-success {
    padding: 6px 7px;
    font-size: 12px;
}

.mid_img img {
    width: 73%;
}

.inner_pages h5 {
   font-size: 21px;
}

.inner_pages {
    text-align: center;
}

.inner_pages a {
    
    font-size: 15px;
}

.footer_img img {
    width: 100%;
}

.footer_text b {
    font-size: 13px;
}


}

@media only screen and (max-width:639px){

table.table.table-hover thead th {
    font-size: 12px;
}

table.table.table-hover tr td img {
    width: 75%;
}

table.table.table-hover tr td b {
    font-size: 10px;
}

.table tbody button.btn.btn-warning {
    padding: 4px 2px;
    font-size: 11px;
}

.table tbody button.btn.btn-success {
    padding: 4px 3px;
    font-size: 11px;
}

.mid_img {
    margin: 15px 0 0 0;
  }

.mid_img img {
    width: 62%;
}

.mid_img button.btn.btn-default {
    padding: 6px 42px;
}

.top_content_sec h2 {
    font-size: 20px;
	margin-top: 7px;
    margin-bottom: 0px;
}

.inner_pages h5 {
    font-size: 18px;
}

.inner_pages a {
    font-size: 14px;
}

.footer_text b {
    font-size: 9px;
}


}

@media only screen and (max-width:479px){

.navbar-toggle .icon-bar {
    width: 17px;
    height: 1px;

}

table.table.table-hover thead th {
    font-size: 10px;
}

table.table.table-hover tr td b {
    font-size: 8px;
}

.table tbody button.btn.btn-warning {
    padding: 2px 1px;
    font-size: 9px;
}

.table tbody button.btn.btn-success {
    padding: 2px 1px;
    font-size: 9px;
}

.mid_img img {
    width: 90%;
}

.top_content_sec h2 {
    font-size: 14px;
  
}

.top_content_sec p {
    font-size: 13px;
}

.inner_pages h5 {
    font-size: 16px;
}

.inner_pages a {
    font-size: 13px;
}

.footer_text b {
    font-size: 11px;
}


}