/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/
.booking_panel {
    display: block;
    float: left;
    width: 102%;
    padding: 15px;
    background: hsla(0,0%,100%,.45);
}
.booking {
    display: block;
    position: absolute;
    margin: 0;
    width: 210px;
    right: 24px;
    top: 300px;
    z-index: 300;
    transition: all .4s ease-out;
    overflow: hidden;
    height: auto;
    background: #fff;
}
.sticky{
  position:-webkit-sticky;
  position:sticky;
  top:10px;
  z-index: 9999;
}
.sticky-div {
  position: sticky;
  top: 0;
  background-color: #ffffff;
  padding: 20px;
}

.day_group {
    float: left;
    width: 85px;
    padding: 0;
    overflow: hidden;
}
.date_label {
    color: #1a1a1a;
    float: left;
    margin: 0;
    text-align: center;
    width: 100%;
}
.date_box {
    background: #fff;
    color: #1a1a1a;
    cursor: pointer;
    float: left;
    margin: 12px 0 3px;
    padding: 8px 8px 3px;
    position: relative;
    text-align: center;
    min-height: 110px;
}
.booking_arrow_icons {
    width: 0;
    height: 0;
    border-color: transparent transparent #fff;
    border-style: solid;
    border-width: 0 4px 8px;
    text-align: center;
    margin: 0;
    position: absolute;
    top: -8px;
    left: 38px;
}
.ArriveMonth {
    color: #1f1f1f;
    float: left;
    text-align: center;
    width: 100%;
    font-size: 12.5px;
    text-transform: capitalize;
}
.DepartMonth{
    color: #1f1f1f;
    float: right;
    text-align: center;
    width: 100%;
    font-size: 12.5px;
    text-transform: capitalize;
}
.booking .date_box input {
    position: absolute;
    left: 0;
    top: 0;
    background: 0 0;
    border: none;
    height: 102px;
    opacity: 0;
    cursor: pointer;
    width: 90px;
}
.day_formatted{
    border-top: 1px solid #1f1f1f;
    border-bottom: 1px solid #1f1f1f;
    color: #1a1a1a;
    float: left;
    font-size: 40px;
    line-height: 30px;
    margin: 5px 0 0;
    text-align: center;
    transition: color .2s linear 0s;
    width: 100%;
    padding: 10px 0;
    font-family: trajan-pro-3,serif;
    min-height: 52px;
}
.departday_formatted {
    border-top: 1px solid #1f1f1f;
    border-bottom: 1px solid #1f1f1f;
    color: #1a1a1a;
    float: right;
    font-size: 40px;
    line-height: 30px;
    margin: 5px 0 0;
    text-align: center;
    transition: color .2s linear 0s;
    width: 100%;
    padding: 10px 0;
    font-family: trajan-pro-3,serif;
    min-height: 52px;
}
.date_box i {
    line-height: 10px;
    color: #56534c;
    font-size: 16px;
}

.day_group {
    float: left;
    width: 85px;
    padding: 0;
    overflow: hidden;
}
.day_group_right {
    float: right;
    width: 85px;
    padding: 0;
    overflow: hidden;
}
.hasDatepicker {
    background-color: #fff;
    background-image: url(https://scdn.aro.ie/Sites/50/ballynahinch_castle2017/Assets/Images/datepicker.png);
    background-repeat: no-repeat;
    background-position: 98%;
}
.booking_panel_button {
    background: rgba(0,0,0,0.5);
    color: #fff;
    cursor: pointer;
    float: left;
    font-size: 13px;
    padding: 10px 6px;
    position: relative;
    text-align: center;
    width: 100%;
    text-transform: uppercase;
}
/*.flaticon-angle-arrow-down:before {*/
    /*content: url("../image/gallery/arrow.png");*/
/*}*/
.booking .reasons_to_book {
    float: left;
    width: 100%;
    margin-top: 6px;
    text-align: center;
    color: #1f1f1f;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 10px;
}
.check_icon_item{
    margin-right : 2px;
}
.voucher_panel {
    float: left;
    width: 100%;
    margin-top: 2px;
    height: 60px;
    color: #fff;
}
.voucher_panel .item1:first-child {
    margin-right: .25%;
    padding-top: 14px;
    font-size: 24px;
}
.voucher_panel .item1 {
    float: left;
    width: 49.75%;
    background: rgba(108,117,126,.8);
    text-align: center;
    position: relative;
    height: 60px;
    font-family: trajan-pro-3,serif;
    text-transform: uppercase;
    font-size: 22px;
    padding-top: 6px;
}
.voucher_panel .voucher_sub {
    font-size: 11.5px;
    font-family: open-sans,sans-serif;
    font-weight: 300;
    float: left;
    width: 100%;
    margin-top: -4px;
}
.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
    font-size:30px;
	box-shadow: 2px 2px 3px #999;
    z-index:100;
}

.my-float{
	margin-top:16px;
}
/* Media Query for Mobile Devices */
@media only screen and (max-width: 768px) {
  .sticky {
    position: relative;
    top: 10px;
    z-index: 9999;
    height: 330px;
    width: 100%;
    }
  .booking {
    display: block;
    position: absolute;
    margin: 0;
    width: 75%;
    right: 45px;
    top: 0px;
    z-index: 300;
    transition: all .4s ease-out;
    overflow: hidden;
    height: auto;
    background: #fff;
   }
}
















