.datepickericon {
	width: 25px;
    position: absolute;
    top: 22px;
	color: #223254;
}

.sizia input[type="text"],.sizia input[type="email"],.sizia textarea{ background-color: darkgrey; padding: 10px;}
.sizia .wpcf7-submit {
    padding: 10px;
}

.mavi {
    background-color: #073b81 !important;
}
.datepickericonchild {
	width: 25px;
    position: absolute;
    top: 22px;
	 color: #223254;
}


table.ui-datepicker-calendar a {
    text-align: center !important;
    border-radius: 50%;
    border: none !important;
    box-shadow: 0px 1px 1px #ccc4c4;
    /* color: #efefef !important; */
    padding: 9px;
    margin: 0px 0px 10px;
    /* background: #f7f7f7 !important; */
}

td.ui-datepicker-unselectable.ui-state-disabled span {
    border-radius: 50%;
    text-align: center;
    padding: 8px;
}

#rezCon input,#rezCon .label,#rezCon .input-field label {
  color: #223254;
  font-weight :400;
  	text-align: center;

}

.select-wrapper+label {
    position: absolute;
    top: -20px;
    font-size: .8rem;
}


.inp {
	display: grid;
    position: relative;
    margin: auto;
    width: 100%;
    max-width: 150px;

}



.inp .label {
   
    top: 11px;
        width: 150px !important;
	font-size: 0.8rem;
    font-weight: 500;
    transform-origin: 0 0;
    transition: all 0.2s ease;
}


.inp input:focus {
    background: none;
    outline: none;
}

.inp input {
    -webkit-appearance: none;
    width: 100%;
    border: 0;
    font-family: inherit;
    font-size: 16px;
    font-weight: 500;
    border-bottom: 1px solid #9e9e9e;
    background: none;
    border-radius: 0;
    color: #223254;
    transition: all 0.15s ease;
}

.inp input:hover {
    background: rgba(34,50,84,0.03);
}

.inp input:focus + span {
    color: #07f;
    transform: translateY(-26px) scale(1);
}


.inp input:not(:placeholder-shown) + span {
    color: #5a667f;
    transform: translateY(-26px) scale(1);
}



.btnrez {
	width: 100%;
  max-width: 150px;
  position: relative;
  display: block;
  margin: 30px auto;
  padding: 0;
  overflow: hidden;
  border-width: 0;
  outline: none;
  border-radius: 2px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, .6);
  background-color: #fd2f42;
  color: #FFFFFF;
  transition: background-color 1s;
}

.btnrez:hover, .btnrez:focus {
  background-color: #000000;
}

.btnrez > * {
  position: relative;
}

.btnrez span {
  display: contents;
  padding: 12px 24px;
}

.btnrez:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 0;
  padding-top: 0;
  border-radius: 100%;
  background-color: rgba(236, 240, 241, .3);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.btnrez:active:before {
  width: 120%;
  padding-top: 120%;
  transition: width .2s ease-out, padding-top .2s ease-out;
}

#childAgeSelector .input-field {
    margin: unset;
    margin-right: 5px;
}




.rezCon {

  font-family: sans-serif;
    display: flex;
    flex-wrap: wrap;
   
}

.childs {

	    display: grid;
    position: relative;
    margin: auto;
    width: 100%;
	margin-bottom: 15px;
    max-width: 150px;


}


.selectrez {

	-webkit-appearance: none;
    width: 100%;
    border: 0;
    font-family: inherit;
    padding: 12px 0;
    font-size: 16px;
    font-weight: 500;
    border-bottom: 2px solid #c8ccd4;
    background: none;
    border-radius: 0;
    color: #223254;
    transition: all 0.15s ease;
}

.hotel-booking-search button {
    min-height: 46px;

}
.input-field {
  margin-right: 5px;
    max-width: 150px;
	margin:auto;
    width: 100%;
    position:relative;
    margin-left: auto;
    margin-right: auto;

}

#childAgeSelector {
  display: flex;
    background: #FFFFFF;
    box-shadow: -1px 0px 4px #ececec;
    z-index: 1;
    padding: 10px;
    padding-top: 35px;
    justify-content: center;
    position: absolute;
}


#childAgeSelector .input-field {
      max-width: 100px;


}

#childageclose {

    position: absolute;
    top: 0;
    right: 0px;
    background: #8f97a8;
    width: 20px;
    text-align: center;
    color: white;
    font-weight: 700;
	cursor: pointer;

}

	.input-field label {
    width: 150px;
    }
	
	#childAgeSelector label {
    width: auto !important;
}
	

#childAgeSelector label, #childAgeSelector input {
    color: #223254 !important;
}


.rezCon  .select-wrapper .caret {
    fill: #223254;
}

.rezCon #childAgeSelector .select-wrapper .caret {
    fill: #223254;
}




.Rezgroup svg {
    width: 20px;
	position: absolute;
    top: 15px;
}

.Rezgroup input,.Rezgroup select {
    border: navajowhite;
    outline: transparent;
    height: 35px;
    font-size: 16px;
    min-width: 150px;
	width: calc(100% - 25px);
	background: transparent;
	margin-left: 25px;

}

.Rezgroup {
width:20%;
    margin: auto;
    position: relative;
    border: 1px solid #d9d4d4;
    padding: 10px;
    border-radius: 10px;
	margin-bottom: 20px;
}


.Rezgroup .label {
    position: absolute;
    top: -12px;
    left: 0;
    right: 0;
    background: #FFFFFF;
    width: fit-content;
    margin: auto;
    padding: 4px;
	font-size: 12px;
	max-width:80%;
	
}

.childinputhide{width:100% !important;}


#childAgeSelector .Rezgroup {

    margin-bottom: 20px;
}


#adult, #child {
    text-indent: 55px;
}

.setbut {
	height: 25px;
    margin: 0;
    padding: 0;
    max-width: 100%;
}


@media (max-width:720px) {
.Rezgroup {width:100%;}
	    .rezCon {
			display:block;
		}
}

.text .play-link {
    font-size: 45px !important;
    color: white !important;
}
.text .play-link a {
    color: #c1c1c1;
}

img.alignright {
    float: right;
    margin-left: 15px;
}

img.alignleft {
    float: left;
    margin-right: 15px;
}

 .maksy {
    max-height: 780px;
}


.hb_room_carousel .owl-item {
    float: left;
}
button.owl-next {
    font-size: 36px;
    margin-left: 6px;
}

button.owl-prev {
    font-size: 36px;
    /* margin-left: 6px; */
}