/*
Custom Styles
*/
/*
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance:textfield;
}

#home-search *::-moz-placeholder{
    color: #fff;
    opacity: 1;
}

#datepicker{
	cursor:pointer;
}

#ui-datepicker-div{
    -webkit-box-shadow: 1px 0px 16px 2px rgba(50, 48, 50, 0.69);
    -moz-box-shadow: 1px 0px 16px 2px rgba(50, 48, 50, 0.69);
    box-shadow: 1px 0px 16px 2px rgba(50, 48, 50, 0.69);
}

select#que {
  background-image:
    linear-gradient(45deg, transparent 50%, white 50%),
    linear-gradient(135deg, white 50%, transparent 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
}

select#que:focus {
  background-image:
    linear-gradient(45deg, white 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, white 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position:
    calc(100% - 15px) 1em,
    calc(100% - 20px) 1em,
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
  border-color: white;
  outline: 0;
}

#home-search select {
    padding-right: 2.5rem;
}

.row.expanded{
    padding-top: 20px;
}

.romanticas .section-title,
.grupo .section-title,
.aventura .section-title,
.alquiler .section-title,
.tienda .section-title{
    margin-bottom: 0px;
    opacity: 0.75;
    border-bottom: none;
}

.romanticas .section-title{
    color: rgb(93, 130, 186);
}
.grupo .section-title{
    color: rgb(131, 189, 249);
}
.aventura .section-title{
    color: rgb(24, 67, 132);
}
.alquiler .section-title{
    color: rgb(67, 103, 159);
}
.tienda .section-title{
    color: rgb(67, 138, 159);
}

.romanticas .row.expanded{
    background-color: rgba(93, 130, 186, .75);
}
.grupo .row.expanded{
    background-color: rgba(131, 189, 249, .75);
}
.aventura .row.expanded{
    background-color: rgba(24, 67, 132, .75);
}
.alquiler .row.expanded{
    background-color: rgba(67, 103, 159, .75);
}
.tienda .row.expanded{
    background-color: rgba(67, 138, 159, .75);
}
.header-phone {
	line-height:2.5;
}
*/