/*!
 * 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/css2?family=Montserrat:wght@400;600;700;800&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: Montserrat !important;
    background: #eeeeee;
}

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

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

.text-light {
}

section {
}


/* hs */

h1, h2, h3, h4, h5, h6 {
    line-height: 1.5em;
    font-weight: 700
}



.page-header {
    border-bottom: 1px solid #526D88;
    text-align: left;
    background: #000000;
    text-align: center;
    color: #ffffff;
    padding-top: 20px;
    font-style: italic;
}

#header-bg-casino {
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    background-image: url("../img/custom_site/header-casino.jpg");
    background-position: right;

}

#header-bg-generic {
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    background-image: url("../img/custom_site/header-generic.jpg");
    background-position: right;

}

.page-container {
    /*background: #ffffff;
    margin-bottom: 40px;
    padding-bottom: 40px;
    padding-top: 40px;*/
}

.copy-container {

    background: #ffffff;
    padding-top: 40px;
    padding-bottom: 40px;
}

/*****************************************************************************
**************** Home Page Carousel from modern-business bootstrap ***********
******************************************************************************/


.carousel-control {
    width: 5%;
    opacity: 1;
}

.carousel-indicators li {
    border: 1px solid #555;
}
.carousel-indicators .active {
    background-color: #555;
}

header.carousel {
    height: 50%;
    margin-bottom: 20px;
}

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;
}

header.carousel .item:nth-child(1) .fill{
    background-image: url('../img/custom_site/slider-index-01.jpg');
}

header.carousel .item:nth-child(2) .fill{
    background-image: url('../img/custom_site/slider-index-02.jpg');
}

header.carousel .item:nth-child(3) .fill{
    background-image: url('../img/custom_site/slider-index-03.jpg');
}

header.carousel .item:nth-child(4) .fill{
    background-image: url('../img/custom_site/slider-index-04.jpg');
}

/**************************
caption vertically centered on bootstrap slider
http://jsfiddle.net/n86hLyLu/1/
**************************/
.carousel-caption {
    position: absolute;
    top: 0;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 20px;
    text-align:center;
    letter-spacing: 0.3em;
}


/* this style makes homepage carousell vertically taller 70% or whatever you want */
header.carousel.tallercarousel {
    height:70%;
    min-height: 350px;
}



/***************

carousel-promo

***************/

#carousel-promo.carousel.slide div.carousel-inner {
    border-radius: 4px;
}



/* small carousel style for index */

.tab-content {
    background: #fff;
    border: 1px solid #dddddd;
    border-top: 0px;
    padding: 20px;
}

ul#myTab li a  {
    color: #555;
}

/* hacer img de carousell 100% en mobile */
div#myCarousel1s.carousel.slide div.carousel-inner div.item div.row div.col-md-4 img.img-responsive  {
    display: block;
    height: auto;
    width: 100%;
}
div#myCarousel2s.carousel.slide div.carousel-inner div.item div.row div.col-md-4 img.img-responsive  {
    display: block;
    height: auto;
    width: 100%;
}
div#myCarousel3s.carousel.slide div.carousel-inner div.item div.row div.col-md-4 img.img-responsive  {
    display: block;
    height: auto;
    width: 100%;
}
div#myCarousel4s.carousel.slide div.carousel-inner div.item div.row div.col-md-4 img.img-responsive  {
    display: block;
    height: auto;
    width: 100%;
}

/* 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;
    box-shadow: none;
    transition: .5s;
    border: none;
}

.panel span.code {
    background-color: #ffc709;
    padding: 2px;
}

.panel h3 {
    font-size: 18px;
    font-weight: 600;
}

.panel h5 {
    font-size: 11px;
}

.panel a.btn.btn-primary {
    background: #ffffff;
    color: #2e81d3;
    transition: 0.5s;
}

.panel a.btn.btn-primary:hover {
    color: #ffc709;
}


/* faqs */
.panel-group {

}

.panel-heading {
    margin-top: 10px;
}

.panel-body {
    border: 1px solid #dddddd;
}


/* link faqs */
a.accordion-toggle {
    color: #2e81d3;
    transition: 0.5s;
}

a.accordion-toggle:hover {
    color: #ffc709;
}

a.accordion-toggle::before {
    content: "\203A"; /* Unicode https://www.toptal.com/designers/htmlarrows */
    margin-right: 10px;
    text-decoration: none;
}


/* modal */
.modal-header {
    background: #04182e;
    color: #ffffff;
}

h4#myModalLabel.modal-title {
    padding-bottom: 0em;
    padding-left: 10px;
    margin-left: 0px;
    border-left: 12px solid #FFB000;
    color: #fff;
}

.close {
    color: #ffffff;
    opacity: 0.5;
}


.well {

}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    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 {
    border: 0px;
    border-radius: 0;
    text-transform: uppercase;
}

/*.navbar-btn {
        padding-top: 15px; 
        padding-bottom: 15px;
        margin-top: 0;
        margin-bottom: 0;
        font-weight: bold;
}*/

.btn-default {

}

.btn-default:hover {

}


.btn-primary {

}

.btn-primary:hover {

}

/* toggle hamburger menu */
.navbar-toggle {
    float: left;
}

.navbar-inverse .navbar-toggle  {
    background-color: transparent !important;
    border: none;
    padding-top: 15px;
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #FFCA00 !important;
}

ul.nav.navbar-nav.navbar-right li a.btn.btn-success {
    background: linear-gradient(#155391, #3083d5);
    color: #ffffff !important;
    font-weight: bold;
    padding: 20px 20px;
}

ul.nav.navbar-nav.navbar-right li a.btn.btn-success:hover {
    background: linear-gradient(#3083d5, #155391);
    transition-duration: 0.5s;
    color: #ffffff !important;
    font-weight: bold;
}


ul.nav.navbar-nav.navbar-right li a.btn.btn-info {
    background: linear-gradient(#62a41c, #a8de62);
    color: #050a10 !important;
    font-weight: bold;
    padding: 20px 20px;
}

ul.nav.navbar-nav.navbar-right li a.btn.btn-info:hover {
    background: linear-gradient(#a8de62, #62a41c);
    transition-duration: 0.5s;
    color: #050a10 !important;
    font-weight: bold;
}


/* display hamburger code breakpoint md - lo comento porque da un extra margen feo a la izq 
@media (max-width: 1350px) {
  .navbar-header {
      float: none;
  }
  .navbar-left,.navbar-right {
      float: none !important;
  }
  .navbar-toggle {
      display: block;
  }
  .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .navbar-fixed-top {
      top: 0;
      border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
      display: none!important;
  }
  .navbar-nav {
      float: none!important;
      margin-top: 7.5px;
          padding-left: 0;
  }
  .navbar-nav>li {
      float: none;
  }
  .navbar-nav>li>a {
      padding-top: 10px;
      padding-bottom: 10px;
  }
  .collapse.in{
      display:block !important;
  }
}
*/


/* 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: linear-gradient(to right, #001532, #0e2d4d);
    margin-bottom: 0;
    min-height: auto;
}

/* lista de links en navbar-inverse */
.navbar-inverse .navbar-nav > li > a {
    color: #ffffff;
    font-weight: 400;
    text-transform: uppercase;
    transition-duration: 0.5s;
    padding-top: 20px;
}

ul.main-menu {
    padding-right: 15px;
    /*padding-leftt: 20px;*/
}

/* border bottom distance on nav links */
ul#border-animation.nav.navbar-right li a {
    padding-bottom: 8px;
}

/* color de links en navbar-inverse */
.navbar-inverse .navbar-nav > li > a:hover {
    color: #2f83d4;
    font-weight: 400;
}


/* navbar telephone */

.need-assistance h6 {
    line-height: 0px;
    margin-top: 0;
    margin-bottom: 5px;
    color: #2e81d3;

}

.need-assistance {
    margin: 0px 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    /*background-color: #051b32;*/
}

.need-assistance-li {
    margin: 0px 0px;
    padding-top: 20px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

.need-assistance-li a {
    color: #2e81d3;
    text-decoration: none;
    text-transform: uppercase;
}

.need-assistance-li a:hover {
    color: #ffc709;
    transition: 0.5s;
}

/* left navigation links */

/* footer list */

a.list-group-item {
    border-bottom: 1px solid #dddddd;
    margin-bottom: 2px;
}

.list-group a.list-group-item::before {
    content: "\203A"; /* Unicode https://www.toptal.com/designers/htmlarrows */
    margin-right: 5px;
    border-bottom: 1px solid #dddddd;
}


/* Underline styles Fade in border from center navigation links */

li.border-bottom-animation::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 0.2em;
    width: 100%;
    background-color: #2f83d4;
    opacity: 1;
    transition: opacity 300ms, transform 300ms;
}

li.border-bottom-animation:hover::after,
li.border-bottom-animation:focus::after {
    opacity: 1;
    transform: translate3d(0, 0.2em, 0);
}

/* Scale from center */
li.border-bottom-animation::after {
    opacity: 1;
    transform: scale(0);
    transform-origin: center;
}

li.border-bottom-animation:hover::after,
li.border-bottom-animation:focus::after{
    transform: scale(1);
}



/* menu izq pagina rules */

a.list-group-item.active {
    color: #ffc709;
    background: #eeeeee;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 4px;

}

a.list-group-item.active:hover {
    color: #ffc709;
    background: #eeeeee;
    border-bottom: 1px solid #dddddd;
}

a.list-group-item:hover {
    color: #ffc709;
    background: #eeeeee;
    border-bottom: 1px solid #dddddd;
}



/*horizontal group images or list*/

.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-repeat: no-repeat;
    background-position: center center;

    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 40px;

    background-color: #04182e;
    border-top-width: 0px;
    border-color: #e9eaee;
    background-size: initial;
    background-position: center center;
    color: #8492a0;
}

.footer-terms {
    background: #02101f;
    padding-bottom: 20px;
    padding-top: 20px;
    margin-bottom: 0;
    color: #435264;
}

.footer-logos {
    background: #092542;
    padding-top: 40px;
    padding-bottom: 40px;
}


/* footer list */

ul.list-unstyled li a::before {
    content: "\203A"; /* Unicode https://www.toptal.com/designers/htmlarrows */
    margin-right: 5px;

}

ul.list-unstyled {
    margin-bottom: 40px;
    margin-top: 40px
}

ul.list-unstyled li {
    color: #8492a0;
    margin-bottom: 20px;
}

ul.list-unstyled li a {
    color: #8492a0;
    text-decoration: none;
    transition: 0.5s;
}

ul.list-unstyled li a:hover {
    color: #ffffff;
}

/* footer social media icons */
ul.list-unstyled p a {
    color: #8492a0;
    padding-right: 10px;
    transition: 0.5s;
    text-decoration: none;
}

ul.list-unstyled p a:hover {
    color: #68737e;
}


.footer-logos hr {
    background: #435264;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
}


/* css to make dropdown on hover - needs java - https://codepen.io/ondrejsvestka/pen/OmJaaO */
@media only screen and (min-width: 768px) {
    .dropdown:hover .dropdown-menu {
        display: block;
    }
}


/* bootstrap3 breakpoints for margin top to display banner correclty */

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {
    header.carousel {
        height: 30%;
        margin-top: 180px;
    }

    .page-header  {
        margin-top: 180px;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {
    header.carousel {
        height: 30%;
        margin-top: 180px;
    }

    .page-header  {
        margin-top: 180px;
    }

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
    header.carousel {
        height: 40%;
        margin-top: 100px;
    }

    .page-header  {
        margin-top: 100px;
    }
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
    header.carousel {
        height: 40%;
        margin-top: 100px;
    }

    .page-header  {
        margin-top: 100px;
    }
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
    header.carousel {
        height: 50%;
        margin-top: 60px;
    }

    .page-header {
        margin-top: 60px;
    }

}

/* 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%;
    }
}



