/*!
 * Start Bootstrap - Modern Business HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

/* fonts */

@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,300italic,400italic,500,500italic,700,700italic);

@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Righteous&display=swap');


/*!
 * Start Bootstrap - Modern Business (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

/* Global Styles */

html,
body {
    height: 100%;
}

body {
	font-size: 14px; 
	font-family: "Roboto", "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	color: #111111;
}

.img-portfolio {
    margin-bottom: 30px;
}

.img-hover:hover {
    opacity: 0.8;
}

.text-light {color: #ffffff;}

section {
	padding-top: 50px; 
	padding-bottom: 50px;
}


/* hs */

h1, h2, h3, h4, h5, h6 { padding-top: 0.5em; padding-bottom: 0.5em}

h1, h2 {font-weight: bold;}
h3, h4, h5, h6 {font-weight: normal;}

div.media-body p {
	font-size: 14px;
	font-weight: lighter;
	letter-spacing: 0.1em;
}


.page-header {
    padding-bottom: 9px;
    margin: 20px 0 20px;
    border-bottom: 1px solid #526D88;
	text-align: left;
}


/* Home Page Carousel */

header.carousel {
    height: 50%;
}

header.carousel .item,
header.carousel .item.active,
header.carousel .carousel-inner {
    height: 100%;
}

header.carousel .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

/* 404 Page Styles */

.error-404 {
    font-size: 100px;
}

/* Pricing Page Styles */

.price {
    display: block;
    font-size: 50px;
    line-height: 50px;
}

.price sup {
    top: -20px;
    left: 2px;
    font-size: 20px;
}

.period {
    display: block;
    font-style: italic;
}


/* fadein animation */
.fadeonload {
  opacity: 1;
  animation: fadeIn 5s ease;
}

@keyframes fadeIn{
  0%{
    opacity: 0;
  }
  100%{
    opacity: 1;
  }
}

/* flikr animation */

@keyframes slide {
	0% {transform:translateX(-100%);}
	100% {transform:translateX(100%);}
}


/* panel for casino images */

.panel {
    border-radius: 0;
    background: #000;
    box-shadow: 0 5px 15px rgba(0,0,0,.5);
    transition: .5s;
	border: none;
}

.panel img {
    
}

.panel p {
    font-size: 16px;
	color: #ADADAD;
}

.panel h4 {
	font-size: 21px;
	color: #cf0404;
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
}


.well {
	background: #526D88;
	border: none;
	margin-bottom: 0;
}

hr { 
	display: block; 
	height: 1px;
    border: 0; 
	border-top: 1px solid #526D88;
    margin: 1em 0; padding: 0; 
}

/* display text on image hover */

.box
{
    position: relative;
    width: 100%;
    height: 230px;
    overflow: hidden;
    background: #000;
    box-shadow: 0 5px 15px rgba(0,0,0,.5);
    transition: .5s;
    margin-bottom: 35px;
}

.box:hover
{
    transform: translateY(-20px);
    box-shadow: 0 50px 50x rgba(0,0,0,.5);
}

.box .imgbox
{
    position: relative;
}

.box .imgbox img
{
    transition: .5s;
}

.box:hover .imgbox img
{
   opacity: .5;
   /*transform: translateY(-40px);*/
}

.box .content
{
    position: absolute;
    bottom: -40px;
    left: 0;
    padding: 20px;
    box-sizing: border-box;
    transition: .5s;
    opacity: 0;
    
}

.box:hover .content
{
    opacity: 1;
    bottom: 0;
}

.box .content h4
{
    font-size: 21px;
    color: #00ADFF;
	text-transform: uppercase;
	font-weight: 700;
}

.box .content p
{
    font-size: 14px;
    color: #E3E3E3;
    font-weight: 400;
}

.box .content .btnD
{
    border: none;
    background: #ff0000;
    color: #fff;
    font-size: 18px;
    padding: 10px 20px;
    font-weight: 700;
    transition: .5s;
}

.box .content .btnD:hover
{
    background: #ff3232;
    
}


@media(max-width:991px) {
    .box{
    height: 260px;
    }
}

@media(max-width:767px) {
    .box{
    height: 260px;
    }
}


/* sports carousel styles */

div#myCarousel2.carousel.slide a.right.carousel-control { 
	background: none;
	right: -25px;
	width: 15px;
}

div#myCarousel2.carousel.slide a.left.carousel-control { 
	background: none;
	left: -25px;
	width: 15px;
}

@media(max-width:991px) {
    div#myCarousel2.carousel.slide a.left.carousel-control{
    display: none;
    }
	div#myCarousel2.carousel.slide a.right.carousel-control{
    display: none;
    }
}

@media(max-width:767px) {
    div#myCarousel2.carousel.slide a.left.carousel-control{
    display: none;
    }
	div#myCarousel2.carousel.slide a.right.carousel-control{
    display: none;
    }
}


/* buttons custom colors */

.btn {
	letter-spacing: 0.1em;
	border-radius: 25px;
} 



.btn-default {
	background: #000000;
	border:1px solid #ffffff;
	color: #fff;
}

.btn-default:hover {
	background: #414141;
	border:1px solid #ffffff;
	color: #fff;
    transition-duration: 0.5s;
    opacity: 1;
}


.btn-primary {
	background: #02bd9c;
	border:1px solid #02bd9c;
	color: #fff;
}

.btn-primary:hover {
	background: #00CDC2;
	border:1px solid #00C7B3;
	color: #fff;
    transition-duration: 0.5s;
    opacity: 1;
}

.btn-success {
	background: #ffffff;
	border:1px solid #000000;
	color: #000000;
}

.btn-success:hover {
	background: #000000;
	border:1px solid #000000;
	color: #fff;
    transition-duration: 0.5s;
    opacity: 1;
}

.btn-info {
}

.btn-info:hover {
}

.btn-warning {
}

.btn-warning:hover {
}

.btn-danger {
}

.btn-danger:hover {
}

.navbar-btn {
	padding-left: 2em;
	padding-right: 2em;
	border-radius: 25px;
	font-size: 1.1em;
	letter-spacing: normal;
}

.navbar a {
	margin-right: 1em;
}

/* color de links en navbar-inverse */
.navbar-inverse .navbar-nav > li > a {
	color: #C3C3C3;
}


/* custom spacing styles for elements */
.add-padding-top {padding-top: 30px;}



/* starts navbar inverse */

/* navbar inverse bottom border bg color */

.navbar-inverse {
	border: none;
	border-radius: 0;
	background: #212121;
	margin-bottom: 0;
	min-height: auto;
}



/* starts navbar default*/

.navbar-default {
	background: #000000;
	border: none;
	border-radius: 0;
	margin-bottom: 0;
	min-height: auto;
}

/* color de links en navbar-default */
.navbar-default .navbar-nav > li > a {
	color: #C3C3C3;
}

.navbar-default .navbar-nav > li > a:hover {
	color: #ffffff;
}

/* Poker and Link menu */

a.link-important {
	font-size: 1.5em;
	line-height: 2em;
	font-family: 'Righteous', cursive;
	text-transform: uppercase;

}


a.link-important.navbar-link{
	color: #c3c3c3;
}

a:hover.link-important.navbar-link{
	color: #ffffff;
	text-decoration: none;
	border-bottom: 5PX solid #d70022;
}

/* rewards promotions and store links */

.navbar-default .navbar-link { color: #ffffff}

.navbar-default .navbar-link:hover{ color: #ffffff}


/* bottom border color only for POKER and CASINO links on navbar-default */
.navbar-default .navbar-left li a::after {
  background-color: #d70022;
}


/* borde arriba mobile nav */
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  border:none; 
  border-color: #000000;
}
.navbar-collapse {
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0);
}

/* Underline styles Fade in border from center navigation links */
 
.navbar-left li a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0.2em;
  width: 100%;
  background-color: #727272;
  opacity: 1;
  transition: opacity 300ms, transform 300ms;
}

.navbar-left li a:hover::after,
.navbar-left li a:focus::after {
  opacity: 1;
  transform: translate3d(0, 0.2em, 0);
}

/* Scale from center */
.navbar-left li a::after {
  opacity 1; 
  transform: scale(0);
  transform-origin: center;
}

.navbar-left li a:hover::after,
.navbar-left li a:focus::after{
  transform: scale(1);
}

/* bottom border color only for POKER and CASINO links on navbar-default */
.navbar-default .navbar-left li a::after {
  background-color: #d70022;
}


/* styles for 100% background sections container-fluid */

.bg-casino {
	background: url("../img/custom_site/bg-casino.jpg") no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-color: #000000;
}

.bg-money {
	background: url("../img/custom_site/how-to-play-dark-background.jpg") no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-color: #000000;
}

.bg-poker {
	background: url("../img/custom_site/bg-poker.jpg") no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-color: #000000;
}

.bg-dark {
	background-color: #2A2A2B
}

.bg-black {
	background-color: #020202
}




/*horizontal*/

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: transparent;
  border: none;
}


ul.list-group.list-group-horizontal li.list-group-item {
	float: left;
	margin: auto;
}

ul.list-group.list-group-horizontal li.list-group-item img.img-responsive { max-height: 30px;}

.menu-links-right {margin-top: 10px}

.margin-xs {margin-top: 10px}
.margin-md {margin-top: 50px}

/* flicker */

@keyframes flickerAnimation {
  0%   { opacity:1; }
  50%  { opacity:0; }
  100% { opacity:1; }
}
@-o-keyframes flickerAnimation{
  0%   { opacity:1; }
  50%  { opacity:0; }
  100% { opacity:1; }
}
@-moz-keyframes flickerAnimation{
  0%   { opacity:1; }
  50%  { opacity:0; }
  100% { opacity:1; }
}
@-webkit-keyframes flickerAnimation{
  0%   { opacity:1; }
  50%  { opacity:0; }
  100% { opacity:1; }
}
.animate-flicker {
   -webkit-animation: flickerAnimation 2s infinite;
   -moz-animation: flickerAnimation 2s infinite;
   -o-animation: flickerAnimation 2s infinite;
    animation: flickerAnimation 2s infinite;
}


/* zoom image on hover https://codepen.io/Tipue/pen/RQVzEp */

/*
<div class="outer-div">
	<div class="inner-div"> IMAGE HERE </div>
</div>
*/		

.outer-div
{
  height: 100vh;
  overflow: hidden; 
}
.inner-div
{
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  transition: all 0.5s ease;
  background-image: url('http://www.tipue.com/img/yes.jpg');
}
.inner-div:hover
{
  transform: scale(1.05);
}


.img-zoom
{
  transition: all 0.5s ease;
}
.img-zoom:hover
{
  transform: scale(1.05);
  transition: all 0.5s ease;
}


/* Footer Styles */

.footer {
    background: #2A2A2B;
	color: #777777;
}

footer {
    margin: 50px 0;
}

/* Responsive Styles */

@media(max-width:991px) {
    .customer-img,
    .img-related {
        margin-bottom: 30px;
    }
}

@media(max-width:767px) {
    .img-portfolio {
        margin-bottom: 15px;
    }

    header.carousel .carousel {
        height: 70%;
    }
}