
	.error {
		color: red;
		display: none;
	}

	.error2 {
		color: red;
		display: none;
		margin-top: 20px;
		float:left;
	}



.filtros {

  margin-right: 10px;
}

.filtro {

	margin: 2px;
}


a {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}

a:hover {
  color: #999;
  font-weight: bold;
  text-decoration: none;
}


.state {
margin: 20px 0px 0px 0px !important;
padding: 0px  !important;
float: left;
font-weight: bold;
}

.title {
	font-size: 24px;
}


	.rectacontainer {

	
		width: 100%;
		text-align: center;
		margin-top: 80px;
		padding: 20px;
		border-radius: 8px;
	} 
	.recta {

	font-weight: bold;
	}


#tarro{display:none;}

	#ajaxsuccess {
		color: #333;
			
		text-align:center;
		display: none;
	}
	
	#ajaxsuccess h1 {
		font-size:66px;
		color:#E53238;
		margin: 0;
		padding: 0;
	}
	#ajaxsuccess h2 {
		font-size:18px;
		margin: 0;
		padding: 0;
	}
	
		#ajaxsuccess h3 {
		font-size:12px;
		margin: 0;
		padding: 0;
		color:#666;
	}

.logo {
display: inline;
margin-bottom: 20px;
margin-top: 20px;
margin-left: 18%;

}

.inercia {

text-align: center;
margin-top: 40px;


}


.editar {

	font-size: 18px;
	padding: 8px;
	border-radius: 50%;
	display: block;
	width: 40px !important;
	height: 40px !important;
	margin-right: 2px;
	margin-left: 4px;

	text-align: center;
	margin-top: 16px;

}

.editar a {

color: #fff;
}

.editar :hover {

color: #000;
}


.booking-container {

	margin-top: 40px;
}




.booking-block{
	background-color:#FAFAFA;
	border:1px solid #EFEFEF;
	padding:15px;
	border-radius:3px;
	margin-bottom:15px;
}


.booking-block-web hr {
	
	border:1px solid #938d86;


}

.booking-block-web {
	padding:15px;
	border-radius:3px;
	margin-bottom:15px;
	text-align: left !important;
}

.row-web {
	padding-left: 20px;
}






.custom-select {

}





.primero {

	float: left;
}


.segundopostit {
  background: #fff;
  padding: 12px; 
  border-radius: 8px;
-webkit-box-shadow: inset 0px 0px 2px 1px rgba(0,0,0,0.15);
-moz-box-shadow: inset 0px 0px 2px 1px rgba(0,0,0,0.15);
box-shadow: inset 0px 0px 2px 1px rgba(0,0,0,0.12);
 background: #f3f3f3;


}

.tercero {


margin: 0;


  margin-top: 36px;
}

.terceropostit {
	  font-size: 13px;
  background: #fff;
  padding: 12px; 
  border-radius: 8px;
-webkit-box-shadow: inset 0px 0px 2px 1px rgba(0,0,0,0.15);
-moz-box-shadow: inset 0px 0px 2px 1px rgba(0,0,0,0.15);
box-shadow: inset 0px 0px 2px 1px rgba(0,0,0,0.12);
 background: #f3f3f3;
 height: 100%

}


.booking-circle {
float: left;
	width: 70px;
height: 70px;

padding: 0;
font-size: 20px;
text-transform: uppercase;
font-weight: bolder;
line-height: 70px;
    text-align: center;
	border-radius: 50%;
    display: block;
    margin-right: 2px;
}



.booking-block-date {
	font-size:18px;
	font-weight: bold;
	line-height: 70px;
		float: left;
		margin-left: 2px;
		margin-right:  2px;


}


.editar {

	font-size: 18px;
	float: left;

	border-radius: 50%;
	width: 40px !important;
	height: 40px !important;



}

.editar a {

color: #fff;
}

.editar :hover {

color: #000;
}














.booking-block-date2 {
	font-size:18px;
	font-weight: bold;
	margin-left: 10px !important;
}

.booking-block-phone {
	font-size:18px;
	font-weight: bold;
}

.booking-block-mail {
	font-size:18px;
	font-weight: bold;
}

.booking-block-house {
	font-size:24px;
	margin-top: 0px;
	font-weight: bold;

	
}

.booking-block-web {
	font-size:13px;
	margin-bottom:15px;
}


.booking-star-active {
color: #ffc107 !important;
}

.booking-star-inactive {
color: #938d86 !important;
}



.booking-block-page{
	font-size:15px;
	font-weight:bold;
	margin-bottom:6px;
	font-weight: bolder;

}


.booking-block-name{
	font-size:15px;
	font-weight:bold;
	margin-bottom:6px;
	font-weight: bold;
	margin-left: 4px;

}

.booking-block-description{
	font-size:13px;
	margin-bottom:6px;
}












.estrella {
  display: block;
  position: relative;
  padding-left: 50px;
  margin-bottom: 20px;
  cursor: pointer;
  font-size: 16px;
  line-height: 40px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.estrella i {
	font-size: 24px;
}

.datos {
padding-right: 15px;
}


.estrellas {
padding-left:  15px;
}



.estrellas input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}


.checkmark {
  position: absolute;
  top: 0;
  left: 0;
	width: 40px;
height: 40px;
border-radius: 50%;
  background-color: #fff;
}



.container input:checked ~ .checkmark {
  background-color: #000;
}






















.booking-circle-web {
	display: block;
	background-color: #000 !important;
	color: #fff;

	width: 70px;
height: 70px;
border-radius: 50%;
padding: 0;
font-size: 35px;
text-transform: uppercase;
font-weight: bolder;
line-height: 70px;
    text-align: center;
    margin-bottom: 8px;
}

.booking-button {

background-color: #999;
color: #fff;
border: none;
font-weight: bold;
text-transform: uppercase;
margin-right: 20px;

}


.booking-button:hover, 
.booking-button:focus, 
.booking-button:active { 
background-color: #000 !important;
color: #fff !important;
} 









.booking-button-container {

text-align: center;

}









@-webkit-keyframes blinker {
  from {opacity: 1.0;}
  to {opacity: 0.0;}
}

.blink {
  text-decoration: blink;
  -webkit-animation-name: blinker;
  -webkit-animation-duration: 0.6s;
  -webkit-animation-iteration-count:infinite;
  -webkit-animation-timing-function:ease-in-out;
  -webkit-animation-direction: alternate;
  font-weight: bold;
}

.form-control {
	margin-bottom: 10px;
}



.form-control:focus {
  border-color: #846248;
  box-shadow: inset 0 1px 1px rgba(52,58,64, 0.075), 0 0 8px rgba(52,58,64, 0.6);
}

.pulgar {

	font-size: 100px;
	margin-top: 40px;
	margin-bottom: 40px;
}


.estre {
	float: left;
	padding: 0px;
}