/*body {*/
/*    position: relative !important;*/
/*    overflow-x: hidden !important;*/
/*}*/

/*html {*/
/*    overflow-x: hidden !important;*/
/*}*/

/* Removes the clear button from date inputs */

input[type="date"]::-webkit-clear-button {
	display: none;
}


/* Removes the spin button */

input[type="date"]::-webkit-inner-spin-button {
	display: none;
}


/* Always display the drop down caret */

input[type="date"]::-webkit-calendar-picker-indicator {
	color: #2c3e50;
}


/* A few custom styles for date inputs */

input[type="date"] {
	appearance: none;
	-webkit-appearance: none;
	color: #95a5a6;
	font-family: "Helvetica", arial, sans-serif;
	font-size: 18px;
	border: 1px solid #ecf0f1;
	background: #ecf0f1;
	padding: 5px;
	display: inline-block !important;
	visibility: visible !important;
}

input[type="date"],
focus {
	color: #95a5a6;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}

.elektraweb-widget div {
	font-family: inherit;
}

.elektraweb-loading {
	position: absolute;
	top: 0;
	z-index: 9999;
	height: 100%;
	width: 100%;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	background: #000 url(../img/loading.gif) 41% 50% no-repeat !important;
	opacity: 0.5;
}

.elektraweb-widget {
	z-index: 9999;
	position: fixed;
	top: 35%;
	right: -275px;
}

.elektraweb-reservation-button {
	pointer-events: all !important;
	cursor: pointer;
	position: relative;
	top: 50px;
	height: 150px;
	width: 42px;
	background-color: dodgerblue;
	color: rgb(255, 255, 255);
	border-radius: 15px 0 0 15px;
	float: left;
	box-shadow: 0 5px 15px rgba(0, 0, 0, .2);
	opacity: 0.6;
	border: 1px solid darkgrey;
}

.elektraweb-reservation-button:hover {
 /* background-color: dodgerblue; */
    color: #dddbdb;
}

.elektraweb-reservation-button-text {
	position: absolute;
	top: 32%;
	left: -50px;
	text-align: center;
	height: 50px;
	width: 150px;
	font-size: 15px;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
}

.elektraweb-reservation-button-img {
	float: right;
	position: absolute;
	right: 0px;
	top: 36%;
}

.elektraweb-reservation-button-img img {
	height: 35px;
}

.no-availability {
	color: red;
	text-align: center;
	font-size: 11px;
	line-height: 20px;
}



.elektraweb-main {
	width: 275px;
	display: block;
	background-color: #FFF;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	float: right;
	border: 1px solid #b30000;
	min-height: 250px;
}

.elektraweb-pad {
		    padding: 10px;
}

.elektraweb-red-area {
	background-color: #740202;
	padding: 10px 20px 20px 20px;
	color: #FFF;
}

.elektraweb-logo img {
	width: 85px;
	float: left;
}

.elektraweb-currency {
	float: right;
}

.elektraweb-clear {
	clear: both;
}

.elektraweb-main-title {
	color: #FFF;
	font-weight: 600;
	letter-spacing: -.5px;
	line-height: 34px;
	text-align: center;
	/*margin-top: 20px;*/
}



.elektraweb-discounted-rate-btn {
	background-color: #FFF;
	font-weight: bold;
	text-align: center;
	padding: 8px;
	border-radius: 5px;
	font-size: 12px;
	margin-top: 10px;
	color: #375011d4;
	text-decoration: none !important;
}

.elektraweb-reservation-text {
	font-weight: bold;
	font-size: 15px;
	margin-top: 15px;
}

.elektraweb-promoted-text ul {
	font-size: 15px;
	font-weight: 500;
	padding: 8px 0 0 14px;
	line-height: 20px;
	margin: 0;
}

.elektraweb-bottom-area {
	padding: 10px 20px 10px 20px;
}

.elektraweb-date {
	margin-bottom: 5%;
}

.elektraweb-date-select {
	display: flex;
	display: -webkit-flex;
}

.elektraweb-date-select input {
	/*font-weight: bold;*/
}

.elektraweb-date input[type="date"] {
	font-weight: bold;
	margin-bottom: 0;
	width: 42%;
	font-size: 11px;
	float: left;
	/*padding-top: 0;*/
	margin-right: 5px;
	line-height: 16px;
	height: 24px;
	padding-top: 2px;
	padding-bottom: 0;
	vertical-align: middle !important;
	min-height: 24px;
	padding-left: 5px;
	padding-right: 0px;
}

input[type="date"]::-webkit-calendar-picker-indicator {
	margin: 0px;
}

.elektraweb-dateSubmitBtn {
	height: 23px !important;
	width: 25px !important;
	-moz-box-sizing: content-box;
	/* or `border-box` */
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	float: left;
	padding: 0 !important;
	border: 1px solid darkgrey !important;
}

.elektraweb-price-from {
	font-weight: 500;
	margin-top: 2%;
}

.elektraweb-from-price {
	float: right;
	font-size: 14px;
}

.elektraweb-from-logo {
	float: left;
	max-height: 15px;
	max-width: 15px;
	position: relative;
	top: 3px;
}

.elektraweb-from-logo img {
	height: 15px;
}

.elektraweb-from-text {
	padding-left: 5px;
	float: left;
	font-size: 16px;
}

.elektraweb-currencies {
	min-height: 25px;
	margin: 10px auto;
	height: 25px;
	padding: 0px !important;
	text-align-last: center;
	border-radius: 5px;
	width: 25px !important;
	font-weight: bold;
	background-color: #FFF;
	line-height: 24px;
	color: #000;
}

.elektraweb-channel-prices {
	line-height: 20px;
}


/******************************************\
      Exit Widget
\******************************************/

.elektraweb-top-exit-trigger {
	position: absolute;
	z-index: 9999;
	display: block;
	top: 0px;
	/* right: 5px; */
	opacity: 0;
	height: 2px;
	width: 100%;
	background-color: #000;
}

.elektraweb-exit-background-cover {
	display: none;
	position: absolute;
	background: #000 50% 50% no-repeat !important;
	opacity: 0.5;
	height: 100%;
	width: 100%;
	z-index: 9995;
}

.elektraweb-exit-widget {
	display: none;
	z-index: 9999;
	width: 500px;
	position: absolute;
	top: 50px;
	left: 0;
	right: 0;
	margin-right: auto;
	margin-left: auto;
	border-radius: 5px;
	background: #fff;
	box-shadow: 0px 1px 3px #666;
	width: 500px;
}

.elektraweb-close-exit-widget {
	width: 25px;
	height: 25px;
	text-align: center;
	border: 1px solid #e4e4e4;
	background-color: #fff;
	color: #740202;
	border-radius: 100%;
	position: relative;
	top: -10px;
	float: right;
	right: -10px;
}

.elektraweb-exit-widget-top-section {
	padding: 20px;
}

.elektraweb-exit-widget-middle-section {
	padding: 0 50px 40px 50px;
}

.elektraweb-exit-widget a {
	text-decoration: none;
}

.elektraweb-exit-widget-main-head {
	color: #740202;
	font-size: 25px;
	font-weight: bold;
}

.elektraweb-exit-widget-sub-text {
	letter-spacing: .2px;
	font-size: 13px;
	padding-top: 10px;
	line-height: 20px;
}

.elektraweb-exit-widget-discount-code {
	padding: 20px;
	text-transform: uppercase;
	text-align: center;
	border: 1px solid #ddd;
	border-radius: 2px;
	box-shadow: 0px 1px 3px #ddd;
	font-size: 22px;
	color: #637d96;
}

.elektraweb-exit-widget-bottom-button {
	background-color: #740202;
	padding: 20px;
	color: #fff;
	box-shadow: 0px 1px 1px #222;
	text-transform: uppercase;
	text-align: center;
	font-size: 180px;
	font-weight: bold;
}

.elektraweb-best-offers {
	padding-top: 20px;
}

.elektraweb-best-offers ul {
	list-style: disc;
	padding-left: 16px;
}

.select-area input {
	width: 55px !important;
    height: 25px !important;
    text-align: center;
    display: inline-block;

}

.select-area {
	padding: 5px;
}

#childArea {
	display: flex;
	flex-wrap: wrap;
}

.elektraweb-buttons {
	display: flex;
}

.childAgeGroup {
	background: whitesmoke;
	margin: 5px;
	width: 42%;
	padding: 4px;
	text-align: center;
	border: 1px solid #dfdfdf;
	border-radius: 5px;
}

.select-area label {
	width: 100%;
	display: inline-block;
}

.elektraweb-rezButton {
	width: 100%;
	text-align: center;
	margin: 30px 0px;
	
	
}

.elektraweb-rezButton button {
	background: #b30000;
	color: white;
	border: navajowhite;
	padding: 15px;
	margin: 6px;
/*position: absolute;*/
position: absolute;
transform: translateX(-60px) ;
top: 70%;
}

.datepick input {
	width: 100%;
	font-size:15px;
}

.elektraweb-date-select .datepick {
	width: 48%;
	margin: 2px;
}

.select-area .pluscss {
	width: 24px;
	height: 24px;
	line-height: 15px;
	border-radius: 50%;
	border: none;
	padding: 5px;
	background: #b30000;
	color: white;
	font-weight: 700;
/*position: relative;*/
position: relative;
top: 0%;
transform: translateX(1px) ;
}

.childAgeGroup label {
    width: 100%;
    display: block;
}

.groupHotels label {
    width: 100%;
    display: block;
}


.elektraweb-main label {
    color: black;
    display: inline-block;
}

.groupHotels select {
    width: 100%;

}