#lcv2Stub {
    left: auto !important;
    right: 0;
}

#lcv2Stub a{
    color:#fff;
}

.blog .blog-item-wrapper {
    height: 490px;
}
.bg-newimg-1 { 
    background: #010101  url(../images/home/tiv-s1-100percentplus999.jpg) no-repeat scroll;
    background-position:top center;
}

.bg-newimg-2 {
    background: #010101  url(../images/home/tiv-s2-999fisrtdepo.jpg) no-repeat scroll;
    background-position:top center;
}

.bg-newimg-3 { 
    background: #010101  url(../images/home/tiv-s3-anywhere.jpg) no-repeat scroll;
    background-position:top center;
}
.bg-newimg-4 { 
    background: #010101  url(../images/home/tiv-s4-bitcoin.jpg) no-repeat scroll;
    background-position:top center;
}
.bg-newimg-5 {
    background: #010101  url(../images/home/5-free-spins_sliders_vegas.jpg) no-repeat scroll;
    background-position:top center;
}

.height300px { 
    height: 300px;
}

@media (max-width: 1920px) and (min-width: 1280px) {
  .caption {
    padding-top: 7%;
  }
}

@media only screen and (max-width: 1200px) { 
    .banner-main-image { 
        background-size: cover;
    }
}

@media only screen and (max-width: 919px) { 
    .height300px { 
        height: 255px;
    }
}

@media only screen and (max-width: 770px) { 
    .height300px { 
        height: 225px;
    }
    .carousel-indicators {
        bottom: -10px !important;
    }
    .caption {
        padding-bottom: 6% !important;
    }
}

@media only screen and (max-width: 600px) { 
    .height300px { 
        height: 195px;
    }
    .caption {
        padding-bottom: 9% !important;
        
    }
    .caption a { 
        display: flex;
        justify-content: center;
        text-align: center;
        margin:0 auto;
    }

    .bg-newimg-1,
    .bg-newimg-2,
    .bg-newimg-3,
    .bg-newimg-4,
    .bg-newimg-5{
        background-size: 140%;
    }
}
@media only screen and (max-width: 550px) { 
    .bg-newimg-1,
    .bg-newimg-2,
    .bg-newimg-3,
    .bg-newimg-4,
    .bg-newimg-5{
        background-size: 150%;
    }
}
@media only screen and (max-width: 450px) { 
    .height300px { 
        height: 145px;
    }
    .bg-newimg-1,
    .bg-newimg-2,
    .bg-newimg-3,
    .bg-newimg-4,
    .bg-newimg-5{
        background-size: 140%;
    }

    
}
@media only screen and (max-width: 400px) { 
    .height300px { 
        height: 125px;
    }
    .caption {
        padding-bottom: 12% !important;
    }
}

.new-table tr td::after {
    background: none !important;
    border: none !important;
    outline: none !important;
}

.table > tbody .new-table tr td {
    border: none !important;
}
.table > tbody tr:not(:first-child) td:nth-child(2) { 
        border-right: dotted 2px #f0f0f0 ;
        
}
.td-dotted { 
    border-left: dotted 2px #f0f0f0  !important;
    width: 200px;
}
.new-table { 
    width: 100%;
}
.new-table thead {
    
    background: none !important;
}

.table td { 
    vertical-align: middle !important;
    
}

.td-left { 
    text-align: justify;
}
.td-left:first-child { 
    padding-left: 30px;
}

.td-left:last-child { 
    padding-left: 50px;
}

.td-dotted p:first-child { 
    padding-bottom: 80px;
}

.td-dotted p:nth-child(2) { 
    font-weight: 700;
    font-size: 20px;
}
.td-dotted p:last-child { 
    padding-top: 70px;
}

.mb-display { 
    display: none;
}

.span-hiden { 
    display: none;
}



@media only screen and (max-width: 768px) { 
    .table--wrapper .table > tbody > tr > td[data-content]:before:last-child {
        content: attr(+ data-content);
        display: block;
        padding: 3px 18px 0 7px;
        width: 50%;
        float: left;
        font-size: 11px;
        font-family: 'HelveticaNeueBold';
        color: #b5191b;
        text-transform: uppercase;
    }
    .table tbody tr:not(:first-child) td:last-child::after { 
        content: ;
    }
    .mb-display { 
        display: table-cell;
    }
    .td-dotted {
        display: none;
    }
    .td-dotted p,
    .mb-display p { 
        
        margin: 0 !important;
        padding: 0 !important;
        clear: both;
        font-weight: 400 !important;
        font-size: 15px !important;
        padding-left: 10px !important;
    }
    .span-hiden { 
        display: inline;
    }
    
    .span-daily::before { 
        content: 'Weekly Cashback' !important;
    }
}

.loader-bg {
    background: 
    rgba(0,0,0,0.8) url(../images/preloader.svg) no-repeat center center;
    position: absolute;
    left: 0;
    top: 90px;
    width: 100%;
    height: calc(100% - 80px);
    min-height:400px;
    z-index: 99;
    display:none;
}

@media only screen and (max-width: 992px) {
.loader-bg {
  min-height:600px;
}
}
.mod_gamesfp_container {
position:relative;
}
h2.logo-fixed {
   background-image: url("../images/thisisvegas-logo.png?v=1") !important;
}

.valentines-special {
	position: fixed;
	left: 5px;
	bottom: 5px;
	padding: 10px;
	border-radius: 4px;
	background: #fff;
	transition: all 0.3s ease-in-out;
	z-index: 9;
}

.valentines-special .valentines-special-open {
	position: absolute;
	left: -100px;
	bottom: 0;
	transition: all 0.3s ease-in-out;
	cursor: pointer;
}

.valentines-special .valentines-special-close {
	font-size: 18px;
	position: absolute;
	color: #fff;
	right: 0px;
	top: 0px;
	background: linear-gradient(to bottom, #cd0203 0%, #b30708 50%, #a40809 51%, #940709 100%);
	color: #fff;
	opacity: 0.8;
	transition: all 0.3s ease-in-out;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	cursor: pointer;
}

.valentines-special .valentines-special-close:hover {
	opacity: 1;
}

.valentines-special.active {
	left: -400px;
}

.valentines-special.active .valentines-special-open {
	left: 410px;
}

@media only screen and (max-width: 480px) {
	.valentines-special img {
		max-width: 220px
	}
}

.modal-terms {
	background: rgba(1,30,44,0.92);
	color: #fff;
	text-align: center;
}

.modal-terms h1 {
	font-size: 24px;
	text-align: center;
}

.modal-terms p {
	line-height: 1.8;
	font-size: 21px;
	text-align: center;
	margin-top: 25px;
}

.modal-terms .remodal-close {
	left: auto;
	right: 0px;
	top: 0px;
	background: linear-gradient(to bottom, #cd0203 0%, #b30708 50%, #a40809 51%, #940709 100%);
	color: #fff;
	opacity: 0.6;
	transition: all 0.3s ease-in-out;
}

.modal-terms .remodal-close:hover {
	color: #fff;
	opacity: 1;
	
}

.modal-terms .remodal-close:before {
	font-size: 40px;
}
.remodal-popup { 
    background: transparent;
    padding: 0;
    margin: 0;
}
.remodal-overlay,
.remodal-wrapper { 
    z-index: 99999999999999;
}

.div-deposit-win { 
position: absolute;
bottom: 80px;
    left: 48%;
    transform: translateX(-48%);
    
}

.deposit-win { 
    display: inline-block;
    text-align: center;
}
.deposit-win span { 
    white-space: nowrap;
}

.deposit-win { 
    padding: 15px 20px;
    background: linear-gradient(0deg, rgba(125,22,14,1) 25%, rgba(176,36,32,1) 75%);
    border-radius: 50px;
    color: #ffffff;
    text-decoration: none;
    font-size: 22px;
    text-transform: uppercase;
    transition: 0.3s ease-in-out all;
    font-weight: 800;
    font-family: ubuntu,sans-serif;
    position: relative;
    z-index:1;
}

.deposit-win:before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(0deg,rgba(176,36,32,1) 25%,  rgba(125,22,14,1) 75%);
    z-index: 2;
    transition: opacity 0.3s linear;
    opacity: 0;
    border-radius: 50px;
  }
  .deposit-win span { 
      position: relative;
      z-index: 3;
  }
  .deposit-win:hover { 
      color: #ffffff;
      text-decoration: none;
      
  }
  .deposit-win:hover::before {
    opacity: 1;
  }

  .div-tiv-btc-popup img { 
      width: 700px ;
  }
  
  .div-remodla-close-popup { 
      width: 600px;
      position: relative;
      margin: 0 auto;
      
  }

.remodla-close-popup { 
    left: unset;
    right: 55px;
    top: 17px;
    background: #000000;
    border-radius: 50%;
    position: absolute;
    width: 24px;
    height: 24px;
    margin: 0;
    padding: 0;
}

.remodal-close:before { 
    position: absolute;
    width: 24px;
    height: 24px;
    top: -1.5px;
    left: -0.5px;
    line-height: 1;
    font-size: 28px;
    color: #ffffff;
    font-weight: 300;
}



.div-tiv-btc-popup { 
    display: flex;
    justify-content: center;
}
@media only screen and (max-width: 950px) { 
    .remodal-popup img { 
        width: 600px;
        margin: 0 auto;
    }
    .div-remodla-close-popup { 
        width: 500px ;
    }
    .div-remodla-close-popup { 
        width: 600px;
        height: 10px;
        margin: 0 auto;
        position: relative;
    }
    .remodla-close-popup{ 
        right: 37px;
        top: 25px;
    }
    .div-deposit-win { 
        position: absolute;
        bottom: 70px;
            
        }
        .div-remodla-close-popup { 
            width: 500px ;
        }
    .deposit-win { 
        font-size: 20px;
        padding: 10px 20px;
    }
}

@media only screen and (max-width: 750px) { 
    
    
}

@media only screen and (max-width: 640px) { 
    .remodal-popup img { 
        width: 450px;
        margin: 0 auto;
    }
    .remodla-close-popup{ 
        width: 20px;
        height: 20px;
    }
    .remodla-close-popup{ 
        right: -10px;
        top: 22px;
    }
    .remodla-close-popup::before { 
        font-size: 22px;
        
        width: 20px;
        height: 20px;
    }
    .div-remodla-close-popup { 
        width: 300px;
        height: 10px;
        margin: 0 auto;
        position: relative;
    }
    .div-deposit-win {
        bottom: 25px; 
        
    }
    .div-deposit-win { 
        position: absolute;
        bottom: 55px;
            left: 49%;
            transform: translateX(-49%);
            
        }
    .deposit-win { 
        font-size: 14px;
        padding: 10px 20px;
    }
}

@media only screen and (max-width: 500px) { 
    .remodal-popup img { 
        width: 350px;
        margin: 0 auto;
        
        
        
    }
    .remodla-close-popup{ 
        right: 2px;
        top: 20px;
    }
    .div-remodla-close-popup { 
        width: 250px;
        height: 10px;
        margin: 0 auto;
        position: relative;
    }
    .div-deposit-win {
        bottom: 40px; 
        
    }

    .deposit-win { 
        font-size: 12px;
        padding: 10px 10px;
    }

    
}

.div-popup { 
  display: flex;
  justify-content: center;
}

.div-pop-up-img-luck { 
width: auto;
}
.div-remodla-close-popup-luck1 { 
  width: 350px !important;
  height: 5px;
  margin: 0 auto;
  position: relative;
}

.remodal-close-popup-luck { 
top: 10px;
right: 5px;
}

.remodla-close-popup { 
  z-index: 999999999999999999999999999;
}

@media only screen and (max-width: 950px) { 
  .div-pop-up-img-luck { 
    width: auto !important;
    }
    
}

@media only screen and (max-width: 550px) { 
  .div-pop-up-img-luck { 
    width: 300px !important;
    }
    .remodal-close-popup-luck { 
      top: 10px;
      right: 3px;
      }

      .div-remodla-close-popup-luck1 { 
        width: 300px !important;
    }
}