/*!
 * 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 */

@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700');

html,
body {
    height: 100%;
	background-color: #e7f2f5;
	font-family: 'Roboto', sans-serif;
	color: #333;
	border-top: solid #FC0 1px;
}

body {
    /*padding-top: 50px;  Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}

.img-portfolio {
    margin-bottom: 30px;
}

.img-hover:hover {
    opacity: 0.8;
}

/* Headers */
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    font-weight: 400;
    line-height: 1.3;
    color: inherit;
	letter-spacing: 0.1em;
}

.h1, h1 {
	font-size: 42px;
	font-weight: 300;
}

.h4, h4 {
	font-weight: 500;
}


.navbar-brand { height: 90%;}

footer > h6 {color: #999;}

.middle {
  vertical-align: middle;
}

.col-centered{
    float: none;
    margin: 0 auto;
}

/* Spacers */
.spacer { margin-top: 50px;}

/* Navbar Default */
.navbar-default {
    background: none;
    border: none;
}

.navbar-default .navbar-nav > li > a {
	color: #ffF;
    border-bottom: #0099ff solid 4px;
}

.navbar-default .navbar-nav > li > a:hover {
    color: #ffcc00;
    border-bottom: #ffcc00 solid 4px;
}

.navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 20px;
}


/* Header Container */
.headercontainer { 
	border-bottom:solid #09F 20px;
	background-color: #162354;
	background-image: url(../img/custom_site/bg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	}

/* Custom Buttons */
.btn {
	text-transform: uppercase;
	letter-spacing: 0.2em;
}

.btn-primary {
  border:#0099ff solid 4px;
  background: rgba(0,0,0,0.4);
  color:rgba(255,255,255,0.9);
}
.btn-primary:hover {
	border:#0099ff solid 4px;
   background: #0099ff; 
   color:rgba(255,255,255,1);
}

.btn-default {
  border:#ffcc00 solid 4px;
  background: rgba(0,0,0,0.4);
  color:rgba(255,255,255,0.9);
}
.btn-default:hover {
	border:#ffcc00 solid 4px;
   background: #ffcc00 ; 
   color:rgba(0,0,0,1);
}

.btn-info { background-color: #FC0; color: #000; border-color: #FC0;} 

/* 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; 
}

/* Panel Default */

.panel {
	background-color: #003399;	
	color: #fff;
	padding-bottom: 80px;
	padding-top: 80px;
	text-align:center;
}

.panel-default {
	border: solid #FC0 2px;
}

.panel-casino {
	background-image:url(../img/custom_site/panel-casino.jpg);
	background-size: cover;
	background-position: center;
}
.panel-deportes {
	background-image:url(../img/custom_site/panel-deportes.jpg);
	background-size: cover;
	background-position: center;
}
.panel-caballos {
	background-image:url(../img/custom_site/panel-caballos.jpg);
	background-size: cover;
	background-position: center;
}



/* 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;
}

/* Footer Styles */

footer {
    margin: 0;
	background-color: #003;
	padding-top: 50px;
	padding-bottom: 50px;
	margin-top: 50px;
	border-top: 5px solid #F00;
}


/* 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%;
    }
}