/*!
 * 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
);

/***************************
************** Global Styles 
****************************/

html,
body {
    height: 100%;
    color: #333;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.7em;
    font-weight: 300;
    letter-spacing: 0.06em;
}

/* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
body {
    /*padding-top: 90px;  Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
    background-color: #c4ba99;
    background-image: url(../img/custom_site/bg-body.jpg);   
    background-position: center center !important;
    background-attachment: fixed !important;
    background-size: cover !important;
}

/* Custom widht to make site narrower */
@media (min-width: 1200px) {
    .container {
        max-width: 1000px;
    }
}

#registro {
    background-image: url(../img/custom_site/bg-registro.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}
.media-body p {
    font-size: 14px;
}

/*@media(max-width:991px) {
	body {
		padding-top: 50px;
	}
}

@media screen and (max-width: 640px){
	body {
		padding-top: 50px;
	}
}*/

a {
    color: #e55f36;
    text-decoration: none;
}

a:focus,
a:hover {
    color: #ffffff;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    line-height: 1.5em;
    margin-bottom: 20px;
    margin-top: 0;
    font-weight: 300;
}

.h4,
h4 {
    font-size: 24px;
    color: #c00;
}

.page-header {
    border-bottom: 1px solid #eee;
    margin: 10px 10px 30px;
    padding-bottom: 9px;
}

p {
    text-align: justify;
    text-justify: inter-word;
}

/* main menu active state */

.navbar-right li a.active {
    border-bottom: 2px solid #f60;
    background-color: transparent;
}

/* faq page */
a.accordion-toggle:hover {
    color: #e55f36;
}
a.accordion-toggle:focus {
    color: #e55f36;
}
.panel-heading h4.panel-title {
    font-size: 21px;
}
.panel-body {
    color: #444;
}

.img-portfolio {
    margin-bottom: 30px;
}

.img-hover:hover {
    opacity: 0.8;
}

.page-container {
    margin-top: 2em;
}

.well {
    background-color: #111;
    background: -webkit-linear-gradient(#111, #333); /* For Safari 5.1 to 6.0 */
    background: -moz-linear-gradient(#111, #333); /* For Firefox 3.6 to 15 */
    background: -moz-linear-gradient(#111, #333); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#111, #333); /* Standard syntax */
    border: none;
}

.text-danger {
    color: #cc0000;
}

/* index boxes titles - sample of text with gradient color*/
.subtitle {
    text-transform: uppercase;
    color: #666;
    font-size: 21px;
    background: -webkit-linear-gradient(#ff3333, #ff0000);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/************* custom margin bottom classes to create vertical space ****************/
.margin-bottom-20 {
    margin-bottom: 2em;
}
.margin-bottom-30 {
    margin-bottom: 3em;
}
.margin-bottom-40 {
    margin-bottom: 4em;
}
.margin-bottom-50 {
    margin-bottom: 5em;
}

.margin-top-20 {
    margin-top: 2em;
}
.margin-top-30 {
    margin-top: 3em;
}
.margin-top-40 {
    margin-top: 4em;
}
.margin-top-50 {
    margin-top: 5em;
}

/* body bg for pages */

#homepage {
    /*background-image: url(../img/custom_site/bg-symbols.png);*/
}

#casino {
    background-image: url(../img/custom_site/bg-figures.png);
}

/****************** buttons ******************/
.btn-warning {
    border-color: #ff7c00;
    color: #fff;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff7400+0,ff7400+100;Orange+Flat */
    background: rgb(255, 116, 0); /* Old browsers */
    background: -moz-linear-gradient(
        -45deg,
        rgba(255, 116, 0, 1) 0%,
        rgba(255, 116, 0, 1) 100%
    ); /* FF3.6-15 */
    background: -webkit-linear-gradient(
        -45deg,
        rgba(255, 116, 0, 1) 0%,
        rgba(255, 116, 0, 1) 100%
    ); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(
        135deg,
        rgba(255, 116, 0, 1) 0%,
        rgba(255, 116, 0, 1) 100%
    ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7400', endColorstr='#ff7400',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.btn-warning:hover {
    border-color: #ff7c00;
    color: #fff;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffa84c+0,ff7b0d+100;Orange+3D */
    background: rgb(255, 168, 76); /* Old browsers */
    background: -moz-linear-gradient(
        -45deg,
        rgba(255, 168, 76, 1) 0%,
        rgba(255, 123, 13, 1) 100%
    ); /* FF3.6-15 */
    background: -webkit-linear-gradient(
        -45deg,
        rgba(255, 168, 76, 1) 0%,
        rgba(255, 123, 13, 1) 100%
    ); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(
        135deg,
        rgba(255, 168, 76, 1) 0%,
        rgba(255, 123, 13, 1) 100%
    ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa84c', endColorstr='#ff7b0d',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.btn-primary {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff3019+0,cf0404+100;Red+3D */
    background: rgb(255, 48, 25); /* Old browsers */
    background: -moz-linear-gradient(
        top,
        rgba(255, 48, 25, 1) 0%,
        rgba(207, 4, 4, 1) 100%
    ); /* FF3.6-15 */
    background: -webkit-linear-gradient(
        top,
        rgba(255, 48, 25, 1) 0%,
        rgba(207, 4, 4, 1) 100%
    ); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(
        to bottom,
        rgba(255, 48, 25, 1) 0%,
        rgba(207, 4, 4, 1) 100%
    ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#cf0404',GradientType=0 );

    border-color: #c32f32;
    color: #fff;
}

.btn-primary:hover {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff3019+0,cf0404+100;Red+3D */
    background: rgb(255, 48, 25); /* Old browsers */
    background: -moz-linear-gradient(
        -45deg,
        rgba(255, 48, 25, 1) 0%,
        rgba(207, 4, 4, 1) 100%
    ); /* FF3.6-15 */
    background: -webkit-linear-gradient(
        -45deg,
        rgba(255, 48, 25, 1) 0%,
        rgba(207, 4, 4, 1) 100%
    ); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(
        135deg,
        rgba(255, 48, 25, 1) 0%,
        rgba(207, 4, 4, 1) 100%
    ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#cf0404',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    border-color: #c32f32;
    color: #fff;
}

/*****************************************************************************
**************** Home Page Carousel from modern-business bootstrap ***********
******************************************************************************/

.carousel-control {
    display: none;
}

.carousel-indicators li {
    border: 1px solid #555;
}
.carousel-indicators .active {
    background-color: #555;
}

header.carousel {
    height: 45%;
    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-nousarlocal .item:nth-child(1) .fill {
    background-image: url("../img/custom_site/slider-index-01.jpg");
}

header.carousel-nousarlocal .item:nth-child(2) .fill {
    background-image: url("../img/custom_site/slider-index-02.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;
}

/************************
Forms Custom Styles
**************************/

label {
    font-weight: normal;
}

/********************************************
**************** Navbar *********************
*********************************************/

/* brand logo image needs styles for responsive size and position */
.navbar-brand {
    padding: 10px 0 0 0;
    height: 90px; /* esta linea es nueva */
    /*position: absolute;*/ /* si no hay links hay que comentar esta linea */
}

@media (max-width: 991px) {
    .navbar-brand {
        padding: 5px 0 0 5px;
        height: 45px;
        position: relative;
    }
}

@media screen and (max-width: 640px) {
    .navbar-brand {
        padding: 5px 0 0 5px;
        height: 45px;
        position: relative;
    }
}

/* links bar*/
.navbar-inverse .navbar-nav > li > a {
    color: #e55f36;
    font-size: 14px;
    font-weight: 300;
    line-height: 2em; /* esta line es nueva */
    padding-bottom: 10px;
    padding-top: 10px;
}

/* this contains navbar logo and login button */
.navbar-default {
    text-align: center;
    border: none;
    background-color: transparent;
}

.navbar-default .navbar-toggle {
    border-color: #666;
}

.navbar-toggle {
    padding: 10px 5px;
    float: left;
    margin-left: 0;
    margin-right: 0;
    background-color: #555;
}

.navbar-login {
    margin-left: 15px;
}

.navbar {
    margin-bottom: 0px;
}

/* Responsive Styles */

@media (max-width: 991px) {
    .customer-img,
    .img-related {
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .img-portfolio {
        margin-bottom: 15px;
    }

    header.carousel {
        height: 30%;
    }

    .center-block h3 {
        display: none;
    }
}

#form-register-cashier{
    background: none;
    color: inherit;
}

#form-register-cashier .container center{
    background: #fff;
    color: #222;
    opacity: 0.9;
}