.white-popup {
  position: relative;
  background: #FFF;
  padding: 25px;
  width:auto;
  max-width: 400px;
  margin: 0 auto;
}




.headerBck{
	width:100%;
	background-image:url(images/hotel_cavtat_02.jpg);
	background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;


}


.book-your-stay {
    color: #fff;
    font-weight: 500;
    line-height: 1.1;
    margin: 5px 0 5px 0;
    font-family:  'Open Sans', sans-serif;
    font-size: 30px;
    padding: 10px 0px;
}

.bookingform {
    background: #7abcff;
    background: -moz-linear-gradient(top, #7abcff 0%, #60abf8 44%, #4096ee 100%);
    background: -webkit-linear-gradient(top, #7abcff 0%,#60abf8 44%,#4096ee 100%);
    background: linear-gradient(to bottom, #7abcff 0%,#60abf8 44%,#4096ee 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7abcff', endColorstr='#4096ee',GradientType=0 );
    margin-top: -10px;
}

.bookingbox {
    padding-bottom: 15px;
    border-top: 5px #fff solid;
}


.form-group input, .form-group textarea, .form-group select, .select2-container {
    border-radius: 0px;
    border: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    background-color: #f3f1ed;
    padding: 10px 15px;
    height: 50px;
}


.form-control-cal {
    position: absolute;
    right: 30px;
    top: 14px;
    font-size: 20px;
    color: #09F;
}

.btn-md {
    font-weight: 700;
    padding: 11px 20px;
    font-size: 17px;
}


a {
    text-decoration: none !important;
    color: #333;
}



#footer {
    background: #7abcff;
    background: -moz-linear-gradient(top, #7abcff 0%, #60abf8 44%, #4096ee 100%);
    background: -webkit-linear-gradient(top, #7abcff 0%,#60abf8 44%,#4096ee 100%);
    background: linear-gradient(to bottom, #7abcff 0%,#60abf8 44%,#4096ee 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7abcff', endColorstr='#4096ee',GradientType=0 );
    color: #999;
    padding-top: 70px;
}

.popover {

    width: 376px;

}


.hotelname {
    font-size: 25px;
    color: #fff;
}

#footer {
    background: #7abcff;
    background: -moz-linear-gradient(top, #7abcff 0%, #60abf8 44%, #4096ee 100%);
    background: -webkit-linear-gradient(top, #7abcff 0%,#60abf8 44%,#4096ee 100%);
    background: linear-gradient(to bottom, #7abcff 0%,#60abf8 44%,#4096ee 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7abcff', endColorstr='#4096ee',GradientType=0 );
    color: #C7EFFE;
    padding-top: 40px;
	padding-bottom:30px;
}
#footer li  {
	list-style:none;
}

#footer li a {
    color: #fff;
}


.linkbtm {
    margin-left: 60px;
}
