
.LDSSearch {
	background-color: #EDEDED;
}


.LDSSearch-layout-bar {
    padding: 0px;
}

.LDSSearch .LDSSearch-title {
	background-color: #1d1d1d;
	color: #fafafa;
	height: 70px;
	width: 100%;
	display: flex;
	flex-wrap: nowrap;

}

.LDSSearch-style .hasDatepicker {
	background-image: none;
}

.LDSSearch #fromDate::after {
	width: 60px;
	height: 60px;
	/*background-image: url(images/calendar.png);*/
	background-color: #ff0000;
}

.LDSSearch .LDSSearch-title .titleContent {
	text-align: center;
	height: 70px;
	overflow: hidden;
	flex: 1;
	line-height: 70px;
}

.LDSSearch .LDSSearch-title .bookingModalClose {
	font-size: 36px;
	width: 60px;
	color: #fafafa;
	height: 100%;
	cursor: pointer;
	text-align: center;
}

.LDSSearch .LDSSearch-fixedStays {
	display: none;
}

.LDSSearch-layout-bar .LDSSearch-item-text {
  max-width: none!important;
}

.LDSSearch .LDSSearch-roomCategory {
	box-sizing: border-box;
	width: calc(97% - 40px);
}

.LDSSearch .LDSSearch-roomCategory label {
	margin-left: 20px;
	padding-top: 10px;
	height: 28px;
}

.LDSSearch .LDSSearch-roomCategory select {
	height: 50px;
	padding-left: 20px;
	font-size: 18px;
display: flex;
    margin: 10px 0 5px 20px;
}

.LDSSearch .LDSSearch-fromDate {
	box-sizing: border-box;
	width: calc(50% - 40px);
}

.LDSSearch .LDSSearch-fromDate input {
	height: 50px;
	padding-left: 20px;
	font-size: 18px;
}

.LDSSearch .LDSSearch-fromDate label {
	margin-left: 20px;
	padding-top: 10px;
	height: 28px;
}




.LDSSearch .LDSSearch-toDate {
	box-sizing: border-box;
	width: calc(50% - 40px);
}

.LDSSearch .LDSSearch-toDate input {
	height: 50px;
	padding-left: 20px;
	font-size: 18px;
}

.LDSSearch .LDSSearch-toDate label {
	margin-left: 20px;
	padding-top: 10px;
	height: 28px;
}




.LDSSearch .LDSSearch-adults, .LDSSearch .LDSSearch-children, .LDSSearch .LDSSearch-rooms {
	width: 31%;
}

.LDSSearch .LDSSearch-links {
	width: 100%;
}

.LDSSearch .LDSSearch-code {
	width: 30%;
}

.LDSSearch .LDSSearch-code input {
	box-sizing: border-box;
	width: calc(100% - 30px);
	margin-left: 20px;
	margin-right: 10px;
	height: 50px;
	padding-left: 20px;
	font-size: 18px;
}

.LDSSearch .LDSSearch-code label {
	display: none;
}

.LDSSearch-layout-bar .LDSSearch-submit {
    margin-top: 0;
}

.LDSSearch .LDSSearch-submit {
	width: 65%;
}


.LDSSearch .LDSSearch-submit button {
	height: 50px;
	width: calc(100% - 30px);
	margin-right: 20px;
	margin-left: 10px;
	font-size: 20px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-family: "Open Sans";
}

.booking_row {
	text-align:center;
}

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

.small-box {
	display:inline-block;
	margin:10px 0;
	position:relative;
	width: 32%;
	border-right: 3px solid #ffffff;
}

.small-box:last-child {
	border-right: none;
}

.small-box label {
	/*font-size:10px;*/
	/*color:#ccc;*/
	/*text-transform:uppercase;*/
	display:block;
	margin-bottom:4px;
	line-height:1em;
}

.small-box .valueBox {
	width:70px;
	height:60px;
	line-height:55px;
	position:relative;
	margin:0px auto;
	border-radius: 10px 0;
	font-size: 60px;
	color: #AA9568;
	font-weight: 300;
	/*background-color: #ffffff;*/
	/*color: #262626;*/
}

.small-box .arrow {
	font-size: 23px;
	color: #AA9568;
	cursor: pointer;
	background-color: transparent;
}

.small-box .arrow:focus, .small-box .arrow:hover {
	outline: none;
	text-decoration: none;
}

.small-box .arrow.arrowDown {
	right:-11px;
}

.small-box .arrow.arrowUp {
	left:-11px;
}

.LDSSearch-layout-bar .LDSSearch-links {
  float: none;
  font-size: 12px;
}

.LDSSearch .LDSSearch-login {
	width: 49%;
	float: left;
	text-align: center;
	margin-top: 10px;
	text-transform: uppercase;
	padding-bottom: 10px;
}

.LDSSearch .LDSSearch-cancel {
	width: 49%;
	float: left;
	text-align: center;
	margin-top: 10px;
	text-transform: uppercase;
}

.LDSSearch .dateContainer {
	margin-right: 0;
	display:flex;
	margin: 10px 0 5px 20px;
}

.LDSSearch .LDSSearch-fromDate input, .LDSSearch .LDSSearch-toDate input {
	flex: 1;
}

.LDSSearch .dateButton {
	background-color: #AA9568;
	width: 50px;
	height: 50px!important;
	text-decoration: none;
	outline: none;
	cursor: pointer;
  margin: 0!important;
  box-sizing: border-box;
  padding: 10px!important;
}

.LDSSearch .dateButton img {
	max-width: 30px;
	max-height: 30px;
}








@media(max-width: 690px) {

.LDSSearch .LDSSearch-code {
	width: 96%;
}

.LDSSearch .LDSSearch-submit {
	width: 96%;
	margin-left: 17px;
    margin-top: 10px;
}



}




@media(max-width: 580px) {

.LDSSearch .LDSSearch-fromDate, .LDSSearch .LDSSearch-roomCategory {
  box-sizing: border-box;
  width: calc(97% - 40px);
}

.LDSSearch .LDSSearch-toDate {
  box-sizing: border-box;
  width: calc(97% - 40px);
}


}



@media (max-width: 380px) {

.small-box {
	width: 31%;
}

}









