/*Add a black background color to the top navigation*/
.topnav {
    background-color: #3f3d40;
    height: 100px;
    padding-top: 20px;
    width: 100%;
}


/*Style the links inside the navigation bar*/
.topnav a {
    float: right;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 14px;
}


/*Change the color of links on hover*/
.topnav a:hover {
    color: #db262d;
}

.topnav a:focus {
    color: #db262d;
}


/* Add a color to the active/current link*/
.topnav a.active {
    background-color:#4CAF50 ;
    color: white;
}

.navbar-default {
    background-color: #3f3d40 !important;
    border-color:transparent !important; 
}


/*Body*/
.fsg-container {
    position: relative;
    max-width: 1265px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 0;
}

body { 
    font-size: 16px !important;
    padding-top: 51px;
}

body.background-lightgrey {
    background-color: #f6f6f6;
    color: #444;
    line-height: 1.5;
}

body.background-darkgrey {
    background-color: #3f3d40;
}

#content-height {
    min-height: calc(100vh - 100px);
}

/*Center navbar logo*/
.center-logo {
    padding-top: 12px !important;
}

/*Carousel*/
.carousel-control {
    background-image: none !important;
}

textarea.message-height {
    height: 181px !important;
}

.backgroundWhite {
    background-color: #fff;
    position: relative;
    left: 0;
    bottom: 0;
    width: 100%;
    box-shadow: 0px -1px #e7e7e7;
}

/*Footer*/
ul.footerMenu {
    list-style: none;
    padding-left: 0px;
}

ul.footerMenu>li {
    margin: 0px;
    padding: 0px;
}

.footerMargin {
    padding-top: 20px;
    color: #333;
    font-size: 13px;
}

.footerImage {
    margin-right: 20px;
    margin-bottom: 20px;
}

.headerRed {
    color: #db262d;
}

.containerFull-width {
    width: 100% !important;
}
    
.imagePaddingRight {
    padding-right: 0px !important;
}

.textPaddingLeft {
    padding-left: 60px !important;
}

.headerHeight {
    height: 100px;
}

.io-container {
    position: relative;
    width: 50%;
}

.io-image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.io-middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.io-desc {
    color: #fff;
    text-align: center;
}

.io-container:hover .io-image {
  opacity: 0.3;
}

.io-container:hover .io-middle {
  opacity: 1;
}

.alignSocialText {
    margin-top: 20px;
}

.alignSocialText a:hover, .alignSocialText a:focus{
    text-decoration: none;
}

.space {
    padding-bottom: 60px;
}

.changeIconColor {
    color: #464646;
}

.changeIconColor:focus, .changeIconColor:hover {
    color: #db262d;
    opacity: 1;
}

/*Style 3 column banners*/
.banner-section {
    padding-top: 20px;
    margin-right: 0px;
    margin-left: 0px;
    padding-bottom: 30px;
    color:black;
}

.center-banner {
    margin-left: 15px !important;
    margin-right: 15px !important;
}

/*Video Size*/
#myVideo {
    position: relative;
    right: 0;
    bottom: 0;
    width: 100%; 
    height: 100%;
}


* {box-sizing: border-box;}

.banner-container {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}

.banner-image {
  display: block;
  width: 100%;
  height: auto;
}

.banner-overlay {
  position: absolute; 
  bottom: 0; 
  background: rgb(0, 0, 0);
  background: rgba(219, 38, 45, 0.5); /* Black see-through */
  color: #f1f1f1; 
  width: 100%;
  transition: .5s ease;
  opacity:0;
  color: white;
  font-size: 12px;
  padding: 20px;
  text-align: left;
}

.banner-container:hover .banner-overlay {
  opacity: 1;
}

.link-grey {
    color: #fff;
    text-decoration:underline;
}

.link-grey:hover {
    color: #4CAF50;
}

/*Dropdown menu background color*/
ul .dropdown-menu {
    background-color: #777777 !important;
}

.img-margin{
    margin:0 0 20px;
}    

button a{
    color: #ffffff;
}

button a:hover, button a:focus{
    color: #ffffff;
    text-decoration: none;
}

.card{
    position: relative;
    word-wrap: break-word;
    background-color: #f6f6f6;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 4px;
}

.mb-4 {
    margin-bottom: 1.5rem!important;
}

.box-shadow{
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, .05);
}

.card-body{
    flex: 1 1 auto;
    padding: 1.25rem;
}

/*Table background*/
.table-style {
    color: #333;
    background-color: #fff;
}

/*About*/
.move-container {
    padding-top: 20px;
}

/*Our Games Style*/
.game-overlay:hover {
    opacity: 0.6;
}

.games-category p {
    margin: 0px 0px 0px;
}

.games-category > a {
    color: #363636;
    font-weight: 600;
}

.games-category > a:hover {
    color: #db262d;
    font-weight: 600;
    text-decoration: none;
}

.align-right {
    float: right;
}

.games-title-games {
    background-color: rgba(0, 0, 0, 0); 
    background-image: url("../images/our-games1920.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    color:#ffffff;
    width: 100%;
    height: 200px;
    text-align: center;
    padding-top: 50px;
}

.games-title-roulette {
    background: #43A047;
    color:#ffffff;
    height: 200px;
    text-align: center;
    padding-top: 40px;
}

.games-title-baccarat {
    background: #C62828;
    color:#ffffff;
    height: 200px;
    text-align: center;
    padding-top: 40px;
}

.games-title-sicbo {
    background: #7E57C2;
    color:#ffffff;
    height: 200px;
    text-align: center;
    padding-top: 40px;
}

.games-title-blackjack {
    background: #455A64;
    color:#ffffff;
    height: 200px;
    text-align: center;
    padding-top: 40px;
}

.games-title-keno {
    background: #009688;
    color:#ffffff;
    height: 200px;
    text-align: center;
    padding-top: 40px;
}

.breadcrumb-style {
    background: transparent !important;
}

.breadcrumb-style > li, .breadcrumb-style > li > a{
    color: #ffffff !important;
}

.breadcrumb-style > li > a:hover {
    color: #363636 !important;
    text-decoration: none !important;
}

.slider-1 {
    background-color: rgba(0, 0, 0, 0);
    background-image: url("../images/slider-1.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 360px;
}

.slider-2 {
    background-color: rgba(0, 0, 0, 0);
    background-image: url("../images/slider-2.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 360px;
}

.slider-3 {
    background-color: rgba(0, 0, 0, 0);
    background-image: url("../images/slider-3.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 360px;
}

.aboutus-img {
    background-color: rgba(0, 0, 0, 0);
    background-image: url("../images/about-us1920.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 350px;
}

.center-fullwidth-img {
    background-position: center center !important;
}

@media only screen and (min-width:1600px){
    .slider-1 {
        background-color: rgba(0, 0, 0, 0);
        background-image: url("../images/slider-1.jpg");
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
        height: 460px;
    }
    
    .slider-2 {
        background-color: rgba(0, 0, 0, 0);
        background-image: url("../images/slider-2.jpg");
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
        height: 460px;
    }
    
    .slider-3 {
        background-color: rgba(0, 0, 0, 0);
        background-image: url("../images/slider-3.jpg");
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
        height: 460px;
    }
}

@media only screen and (min-width:320px){

    .smalldevice-space {
        padding-bottom: 30px;
    }

    div.mobile-carousel-caption {
        position: absolute;
        right: 15%;
        bottom: 20px;
        left: 15%;
        z-index: 10;
        padding-top: 20px;
        padding-bottom: 20px;
        color: #fff;
        text-align: center;
        text-shadow: 0 1px 2px rgba(0,0,0,.6);
    }

}