.content-info{
	background: rgba(249,249,244,0);
	color: #555555;
	border-bottom: 1px solid #e8e8dd;
	padding: 10px 0px;
	font-weight: bold;
	text-align: center;
}

.content-info::after {
	clear: both;
	content: "";
	display: block;
}

.content-info .container{
	display: inline-flex;
	align-items: center;
	margin: auto;
	min-height: 80px;
	font-family: "Open Sans",Helvetica;
	font-size: 15px;
	position: relative;
}

.content-info .inp-date input,
.inptCpromocion input{
	background-color: #fafafa;
	border-color: #dddddd;
	color: #555555;
	cursor: pointer;
}
.content-info .inp-date,.content-info .inp-code{
	width: 20%;
	margin:0px 5px;
	display: inline-block;
}
.content-info .inp-child,.content-info .inp-btn{
	width: 10%;
	margin:0px 5px;
	display: inline-block;
}
.content-info span{
	line-height: 11px;
	 color: #555555;
	font-weight: normal;
}
.content-info .number .fa,
.Cpromocion .fa{
	color: #5f5f5f
}
.bootstrap-touchspin .btn{ margin-top: 0; margin-bottom: 0;}
.btn-details{
	font-size: 15px;
}
.btn-details.number {
	background: #fafafa none repeat scroll 0 0;
	border: 1px solid #dddddd;
	border-radius: 5px;
	cursor: pointer;
	padding: 11px;
}
.Cpromocion{
	padding-top: 8px;
	padding-bottom: 8px;
}
.inptCpromocion{
	display: none;
}
.inptCpromocion input{
	width: 91%;
	display: inline-block;
	margin-top: 2px;
}
.input-group-addon{
	cursor: pointer;
	background-color: #fafafa;
	border-color: #dddddd;
	color: #555555;
}
.md-number{
	border: 0;
	display: inline-block;
	font-weight: normal;
	width: 23px;
	box-shadow: 0px !important;
	-webkit-appearance: none;
	-moz-appearance: none;
	padding: 0px;
	text-align: center;
	background: transparent;
}
.child{
	z-index: 999;
	position: absolute;
	background: #fafafa;
	border: 1px solid #dddddd;
	width: 250px;
	margin-top: 10%;
	margin-left: 60%;
	display: none;
	box-shadow: 2px 4px 3px #dddddd;
	color: #555555;
}

/*Hack para firefox*/
@-moz-document url-prefix() {
	.child {
		margin-top: 35px!important;
		margin-left: -90px!important;
	}
}
/*Hack para explorer*/
@media all and (-ms-high-contrast:none)
{
	.foo .child {
		margin-top: 35px!important;
		margin-left: -90px!important;
	} /* IE10 */
	*::-ms-backdrop, .child {
		margin-top: 35px!important;
		margin-left: -90px!important;
	} /* IE11 */
}
/*Hack para edge */
@supports (-ms-ime-align:auto) {
	.child {
		margin-top: 20%!important;
		margin-left: 60%!important;
	}
}
.child .dw-arrw {
	background: transparent;
	height: 20px;
	border-bottom: 15px solid #dddddd;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	height: 0;
	position: absolute;
	top: -16px;
	width: 0;
	left: 20px;
}
.child .dw-arrw-border {
	background: transparent;
	height: 19px;
	border-bottom: 15px solid #fafafa;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	height: 0;
	position: absolute;
	width: 0;
	left: -20px;
	top: 2px;
}
.child .button{
	background: #dddddd;
	padding: 3px;
	border-top: 1px solid #fafafa;
}
.child .button .btn{
	width: 48%;
}
.age{
	clear: both;
	padding: 2px 15px 2px 0px;
}
.age input {
	max-width: 150px;
}
.btnageChildren{
	position: absolute;
	font-size: 11px;
	font-weight: bold !important;
	cursor: pointer;
	padding-top: 2px;
	text-align: center;
	width: 5.5%;
	color: #5f5f5f;
}
.touchspin label{
	width: 25%;
	display: inline-block;
}
.bootstrap-touchspin{
	width: 65%;
	display: inline-flex;
	margin-bottom: 5px;
}
.bold{
	font-weight: bold;
}
.cursor{
	cursor:pointer;
}
.content-info label{
	margin-top: 5px;
}


@media (max-width: 980px){
	.content-info .container{
		display: block;
	}
	.content-info .container{
		height: auto;
	}
	.child{
		right: 10px;
		margin-top: 0px;
	}
	.content-info [class^="col-xs"]{
		margin:5px 0px;
	}
	.content-info .inp-date{
		width: 48%;
		margin:0px 2px;
	}
	.content-info .inp-child{
		width: 32%;
		margin:5px 2px;
	}
	.content-info .inp-code,.content-info .inp-btn{
		width: 100%;
	}
}
@media (max-width: 768px) {
	.child{
		position: relative;
		margin:auto;
		width: 96%;
		box-shadow: none;
		-moz-box-shadow: none;
		right: auto;
	}
	.child .dw-arrw-border,.child .dw-arrw{
		display: none;
	}
	.age{
		width: 32%;
		display: inline-block;
	}
	.content-info .inp-date{
		width: 48%;
		margin:0px 2px;
	}
	.content-info .inp-child{
		width: 31.5%;
		margin:5px 2px;
	}
}
@media (max-width: 480px){
	.content-info .inp-date{
		width: 100%;
		margin:0px 2px;
	}
	.content-info .inp-child{
		width: 30.9%;
		margin:5px 2px;
	}
	.age{
		width: 100%;
		display: inline-block;
	}
	.content-info .inp-code,.content-info .inp-btn{
		width: 100%;
	}
	/*.content-info  .btn{
		width: 100% !important;
	}*/
}
@media (max-width: 320px) {
	.age input {
		max-width: 100px;
	}
	.content-info .inp-child {
		width: 30.5%;
	}
}
@media (min-width: 1100px) {
	#myCarousel .widget-banner {
		width: 25%;
	}

	#myCarousel .widget-banner .content-info .container {
		width: 100%;
		display: inline-block !important;
	}

	#myCarousel .content-info,
	#myCarousel .content-info .container,
	#myCarousel .content-info .col-md-12 { padding: 0; }

	#myCarousel .widget-banner .content-info .inp-date {
		width: 100%;
		margin: 0px 2px;
	}

	#myCarousel .widget-banner .content-info .inp-child {
		width: 30%;
		margin: 5px 2px;
	}

	#myCarousel .widget-banner .age {
		width: 100%;
		display: inline-block;
	}

	#myCarousel .widget-banner .content-info .inp-code, #myCarousel .content-info .inp-btn {
		width: 100%;
	}

	#myCarousel .widget-banner .content-info .btn {
		width: 100% !important;
	}

	#myCarousel .widget-banner .content-info .btn-details.number {
		padding: 8px;
	}
}

/* Colores del calendario */
.mbsc-mobiscroll .mbsc-cal-btn-txt,
.mbsc-mobiscroll .mbsc-cal-days th,
.mbsc-mobiscroll .mbsc-cal-days,
.mbsc-mobiscroll .mbsc-cal-hl-now .mbsc-cal-today,
.mbsc-mobiscroll .mbsc-fr-btn {
	color: #5f5f5f !important;
}
.mbsc-mobiscroll .mbsc-fr-btn-a {
	background-color: torgb(#5f5f5f,0.3) !important;
}
.mbsc-mobiscroll .mbsc-cal-days th {
	border-bottom-color: #5f5f5f !important;
}
.mbsc-mobiscroll .mbsc-cal .mbsc-cal-day-sel .mbsc-cal-day-i {
	background-color: #5f5f5f !important;
}
.mbsc-mobiscroll .mbsc-cal .mbsc-cal-sc-sel .mbsc-cal-sc-cell-i, .mbsc-mobiscroll .mbsc-cal .mbsc-cal-day-sel .mbsc-cal-day-i {
	background-color: #5f5f5f !important;
}
.mbsc-mobiscroll .mbsc-cal-day-closed:after,
.mbsc-mobiscroll .mbsc-cal-day-closed:before {
	background-color: torgb(#5f5f5f,0.6);
	height: 3px;
	width: 80%;
	margin-left: 4px;
	content: " ";
	display: block;
	position: absolute;
	z-index: 3;
}
.mbsc-mobiscroll .mbsc-cal-day-closed:after {
	margin-top: -55%;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.mbsc-mobiscroll .mbsc-cal-day-closed:before {
	margin-top: 45%;
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.mbsc-fr-overlay {
	background-color: rgba(0,0,0,0.1) !important;
}
.mbsc-mobiscroll .mbsc-fr-hdr,
.mbsc-mobiscroll .mbsc-sc-btn {
	color: #5f5f5f !important;
}
.mbsc-mobiscroll .mbsc-sc-whl-l {
	border-color: #5f5f5f !important;
}