/*!
* 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: #dedede;
	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: #000;
	background-image: url(../img/custom_site/bg-body.png);
}

.media-body p {font-size: 14px !important;}

/* Top right button over logo banner for classic migration sites*/
.top-right {
    position: absolute;
    top: 20%;
    right: 5%;
}

/* Top left button over logo banner for classic migration sites*/
.top-left {
    position: absolute;
    top: 20%;
    left: 80%;
}

/* Top button over logo banner for classic migration sites*/
.top-margin-25 {
    margin-top: 25px !important;
}

@media(max-width:991px) {
    .top-right {
        position: absolute;
        top: 20%;
        right: 5%;
    }
    .top-left {
        position: absolute;
        top: 20%;
        left: 76%;
    }
    .top-margin-25 {
        margin-top: 10px !important;
    }
}

@media screen and (max-width: 640px) {
    .top-right {
        position: absolute;
        top: 0%;
        right: 5%;
    }
    .top-left {
        position: absolute;
        top: 0%;
        left: 76%;
    }
    .top-margin-25 {
        margin-top: 10px !important;
    }
}

#registro {
    background-image: url(../img/custom_site/bg-registro.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}

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: #F90}

.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: 2.0em;
}

.margin-bottom-30 {
    margin-bottom: 3.0em;
}

.margin-bottom-40 {
    margin-bottom: 4.0em;
}

.margin-bottom-50 {
    margin-bottom: 5.0em;
}

.margin-top-20 {
    margin-top: 2.0em;
}

.margin-top-30 {
    margin-top: 3.0em;
}

.margin-top-40 {
    margin-top: 4.0em;
}

.margin-top-50 {
    margin-top: 5.0em;
}

/* body bg for pages */

#homepage {
    /*background-image: url(../img/custom_site/bg-symbols.png);*/
}

#casino {
    background-image: url(../img/custom_site/bg-figures.png);
}

/* add tops space to elements */

.topsmall {
    margin-top: 20px;
}

.topmedium {
    margin-top: 35px;
}

.toplarge {
    margin-top: 50px;
}

/****************** buttons ******************/

.btn-default {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a7cfdf+0,23538a+100;Blue+3d+%238 */
	background: #a7cfdf; /* Old browsers */
	background: -moz-linear-gradient(top, #a7cfdf 0%, #23538a 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #a7cfdf 0%,#23538a 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #a7cfdf 0%,#23538a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a7cfdf', endColorstr='#23538a',GradientType=0 ); /* IE6-9 */
	border-color: #333;
	border-width: 2px;
    color: #fff;
    font-weight: normal;
}

.btn-default:hover, .btn-default:focus  {
	border-color: #FC0;
    color: #fff;    
    background: #a7cfdf; /* Old browsers */
	background: -moz-linear-gradient(top, #a7cfdf 0%, #23538a 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #a7cfdf 0%,#23538a 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #a7cfdf 0%,#23538a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

/****************** buttons ******************/
.btn-primary { 
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b5bdc8+0,828c95+36,28343b+100;Grey+Black+3D */
	background: #b5bdc8; /* Old browsers */
	background: -moz-linear-gradient(top, #b5bdc8 0%, #828c95 36%, #28343b 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #b5bdc8 0%,#828c95 36%,#28343b 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #b5bdc8 0%,#828c95 36%,#28343b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5bdc8', endColorstr='#28343b',GradientType=0 ); /* IE6-9 */
	border-color: #333;
	border-width: 2px;
}

.btn-primary:hover, .btn-primary:focus  {
    border-color: #FC0;
    background: #b5bdc8; /* Old browsers */
	background: -moz-linear-gradient(top, #b5bdc8 0%, #828c95 36%, #28343b 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #b5bdc8 0%,#828c95 36%,#28343b 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #b5bdc8 0%,#828c95 36%,#28343b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5bdc8', endColorstr='#28343b',GradientType=0 ); /* IE6-9 */
}

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

/* thumbnails */

.thumbnail { 
	border: 8px solid #03C;
	background-image:linear-gradient( #306, #06C); 
	-webkit-box-shadow: 0px 0px 34px -7px rgba(0,0,0,0.69);
	-moz-box-shadow: 0px 0px 34px -7px rgba(0,0,0,0.69);
	box-shadow: 0px 0px 34px -7px rgba(0,0,0,0.69);
	
}

.thumbnail p {
    color: #fff;
}

.breadcrumb {
    font-size: 14px;
}

/************************
Forms Custom Styles
**************************/

label {
    font-weight: normal;
}

/***************************************
Slots tabs
****************************************/

.tab-content>.tab-pane {
    background-color: #fff;
    border-image: none;
    border-radius: 0 0 4px 4px;
    border-style: none solid solid;
    border-width: medium 1px 1px;
    padding: 2em;
}

.nav-tabs li a:focus, a:hover {
    color: #333
}

.ic-mobile {
    margin-left: 4px;
    position: absolute;
}

.panel-default>.panel-heading {
    background-color: #e55f36;
    color: #fff;
}

div#panelpadding.panel-heading span img.img-responsive {
    border-radius: 6px;
}

/* 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: 50px 0 0 0;
}

/********************************************
**************** 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 is the nav bar links */

.navbar-inverse {
    background-color: #039;
    /*this color should match navbar-default bg color - below */
    border-bottom: 1px solid #C00;
}

/* this contains navbar logo and login button */

.navbar-default {
    text-align: center;
	border:none;
	/* background-color: #039; this color should match navbar-inverse bg color - above */
	background-image:linear-gradient(#000000, #222222); 
	border-bottom: 1px solid #333;
}

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

/* navba buttons centered margin top */

.navbar-btn.btn-sm {
    margin-top: 25px;
}

@media(max-width:991px) {
    .navbar-btn.btn-sm {
        margin-top: 10px;
    }
}

@media screen and (max-width: 640px) {
    .navbar-btn.btn-sm {
        margin-top: 10px;
    }
}

/**********************
custom same height columns for index
***********************/

#equalheight {
    overflow: hidden;
}

/********************************************
**************** Footer *********************
*********************************************/

/* footer payment logos */

.payments li {
    padding-top: 5px;
}

/* footer all */

footer {
    padding: 20px 0 60px 0;
}

.footerleft {
    margin-top: 50px;
    padding: 0 36px;
}

.logofooter {
    margin-bottom: 10px;
    font-size: 25px;
    color: #fff;
    font-weight: 700;
}

.footerleft p {
    color: #fff;
    font-size: 12px !important;
}

.footerleft p i {
    width: 20px;
    color: #999;
}

.paddingtop-bottom {
    margin-top: 50px;
}

.footer-ul {
    list-style-type: none;
    padding-left: 0px;
    margin-left: 2px;
}

.footer-ul li {
    line-height: 29px;
    font-size: 12px;
}

.footer-ul li a {
    color: #a0a3a4;
    transition: color 0.2s linear 0s, background 0.2s linear 0s;
}

.footer-ul i {
    margin-right: 10px;
}

.footer-ul li a:hover {
    transition: color 0.2s linear 0s, background 0.2s linear 0s;
    color: #3cf;
}

.social:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.icon-ul {
    list-style-type: none !important;
    margin: 0px;
    padding: 0px;
}

.icon-ul li {
    line-height: 75px;
    width: 100%;
    float: left;
}

.icon {
    float: left;
    margin-right: 5px;
}

.copyright {
    min-height: 40px;
    padding: 20px 0;
    border-top: 1px solid #333;
}

.copyright p {
    text-align: left;
    color: #FFF;
    padding: 10px 0;
    margin-bottom: 0px;
}

.heading7 {
    font-size: 21px;
    font-weight: 700;
    color: #d9d6d6;
    margin-bottom: 22px;
}

.post p {
    font-size: 12px;
    color: #FFF;
    line-height: 20px;
}

.post p span {
    display: block;
    color: #8f8f8f;
}

.bottom_ul {
    list-style-type: none;
    float: right;
    margin-bottom: 0px;
}

.bottom_ul li {
    float: left;
    line-height: 40px;
}

.bottom_ul li:after {
    content: "/";
    color: #FFF;
    margin-right: 8px;
    margin-left: 8px;
}

.bottom_ul li a {
    color: #FFF;
    font-size: 12px;
}

/* 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%;
        margin-top: -40px;
    }
    .center-block h3 {
        display: none;
    }

    #form-register-cashier {
        margin-top: -40px;
    }
    
}

@media (max-device-width: 768px) and (orientation: landscape) {    

    header.carousel {
        height: 60%;   
        margin-top: -40px;
    }  

    .carousel-indicators {
        bottom: 0px;
    }  

    #form-register-cashier {
        margin-top: -40px;
    }
    
	
}

#form-register-cashier {
    background: none;
    color: inherit;
}

#form-register-cashier .container {
    background: #222; 
    padding: 0px;    
    
}


body.xs .form-horizontal .control-label {
    width: 100%;
}

body.xs #promoCodeMsg{
    padding-left: 20px;
    padding-right: 20px;
    font-size: 12px;
    font-weight: 500;
}

body.xs .help-block {
    display: none;
    margin-top: 0px;
    margin-bottom: 0px;
    color: #FFFFFF;
}

body.xs .input-group-addon,
body.lg .input-group-addon,
body.sm .input-group-addon,
body.md .input-group-addon{
    width:10%;
    margin-right:10px;
    border: 1px solid rgba(0,0,0,1);
    float: left;
    background-color: transparent;
}

body.xs .input-group-addon-text,
body.lg .input-group-addon-text,
body.sm .input-group-addon-text,
body.md .input-group-addon-text{
    width:80%;
    float: left;
    font-weight: 500;
}

.control-label-agreeConditions{
    padding-left:15px;
    text-align:justify;
    font-size:11px;
    width:100%;
    line-height: 1.5;
}

#formularioIngreso #agree {
    float: left !important;
    margin: 0px 4px !important;
}
