

body{
	font-family: 'Molengo', sans-serif;
}
h1, h2, h3, h4, h5, h6{
	font-family: 'Jockey One', sans-serif;
}

body { 
	margin:0;
	background-color:#4F4F4F;
    background-image: url('img/elefante.png');
    background-repeat: no-repeat;
    background-size: 30%;
    background-attachment: fixed;
    background-position: bottom right; 

}

@media (max-width: 978px) {
	.container {
	 padding: 0;
	 margin: 0 0 0 0;
	}
      
    body {
     padding:0;
    }
  
  	.navbar-fixed-top, .navbar-fixed-bottom, .navbar-static-top {
      margin-left: 0;
      margin-right: 0;
  	  margin-bottom:0;
  	}
  	
  	.row{
  	 margin:0;
  	 padding:0;
  	}
}

.addProductBtn{

}

.monthlyBanner{
	margin-left: -15px;
	margin-right: -15Px;
	margin-top: -15px;
}

.addProductBtn > img{
	margin-bottom: 5px;
}

.bottom-align-text {
	position: absolute;
	text-align: center;
	bottom: 0;
	left: 0;
	width: 250px;
}

body {
	padding-bottom: 70px;
}

/* centered columns styles */
.row-centered {
    text-align:center;
}
.col-centered {
    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    margin-right:-4px;
}

/* round buttons */
.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
  z-index: 5;
}
.btn-circle.btn-lg {
  width: 50px;
  height: 50px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 25px;
  z-index: 5;
}
.btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  padding: 10px 16px;
  font-size: 24px;
  line-height: 1.33;
  border-radius: 35px;
  z-index: 5;
}
.btn-circle.btn-xxl {
  width: 90px;
  height: 90px;
  padding: 10px 16px;
  font-size: 36px;
  line-height: 1.33;
  border-radius: 45px;
  z-index: 5;
}

/* Tarjeta Fidelizaci�n ----------------------------------------------------------*/
.tarjet{
	padding:5px;
}
.tarjetaFidel{

	background-color: white;
	border-left: orange solid 3px;
	padding-left:15px;
	padding-top: 5px; padding-right: 5px; padding-bottom: 5px;
}

.puntoLemon{
	background-color: white;
	border: orange solid 1px;
	width: 70px;
    height: 70px;
     -moz-border-radius: 50%;
     -webkit-border-radius: 50%;
     border-radius: 50%;
}

.puntolemon .vacia{
	background-image: url('img/trj_elefante.png');
	background-repeat: no-repeat;;
	background-position: center;
	background-size: 80%;
}

.puntolemon .tachada{
 
 	background-color: orange;
 	border: white solid 1px;
 	-webkit-box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.29);
	-moz-box-shadow:    2px 2px 3px 0px rgba(0, 0, 0, 0.29);
	box-shadow:         2px 2px 3px 0px rgba(0, 0, 0, 0.29);

}

/* Hide divs */
.none {
	display: none;
}
.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 60px;
    background-color: rgba(0, 0, 0, 0.29);
}

.finalPrice {
	font-size: 20px;
}