.ui-datepicker-div{ display:none;}
div#ui-datepicker-div{
	display:none;
}
.span.ui-datepicker-year, .ui-datepicker-title span
{
  font-family: verdana !important;
}
.boxnew
{
  position: absolute;
  top: -119px;
  width: 100%;
  text-align: center;
  z-index: 10;
}
.resboxnew
{
    font-size: 14px !important;
	font-family: "Merriweather", Sans-serif;
    border: none;
    text-align: center;
    background: rgba(0, 0, 0, 0.44) none repeat scroll 0 0;
    width: auto;
    z-index: 111;
    padding: 13px;
    width: auto;
    display: inline-block;
    border-radius: 20px;
} 
.resboxnew  p
{
padding:10px 10px 0px 10px;
margin: 0px; 
position: relative;
float: none;
display: inline-block;
width: auto;
vertical-align: top;
display: inline-block;
line-height: normal;
	box-sizing:border-box;
}
.resboxnew  label
{
  text-align: left;
  line-height: normal;
  clear: both;
  margin-bottom: 7px;
  width: 100%;
  font-size: 15px;
  display: block;
  color: #fff;
}
.resboxnew  input[type="text"]
{
  font-family: "Merriweather", Sans-serif;	
  float: left;
  clear: both;
  font-size: 16px;
  height: 39px;
  padding-left: 7px;
  background: #fff;
  color: #000;
  border: 0px;
   padding:0px 7px;
  border-radius:20px;
-moz-border-radius:20px;
-webkit-border-radius:20px;
	box-sizing:border-box;
}
.resboxnew button.ui-datepicker-trigger
{
    opacity: 0.6;

}
.resboxnew .hasDatepicker
{
  width: 109px;
  border: 0px;
  margin-top: 7px
  border-bottom:2px solid #475362;
  text-align: left;
  padding:0px 7px;
	
  box-sizing:border-box;
}
.resboxnew select
{
font-family: "Merriweather", Sans-serif;	
  height: 39px;
  font-size: 16px;
  min-height: 39px;
  width: 100%;	
  min-width: 46px;
  color: #000;
  padding: 10px  0px  10px  7px;
  border: 1px solid;
  line-height: normal;
  border: 0px;
  border-radius:20px;
-moz-border-radius:20px;
-webkit-border-radius:20px;
  background:#fff url(img/downarrow.png) no-repeat scroll 100% 50%;
  -webkit-appearance: number-input;
  -moz-appearance: number-input;
	box-sizing:border-box;
}

input#promotioncode
{
  width: 112px;
	box-sizing:border-box;
}
.resboxnew button.ui-datepicker-trigger
{
  position: absolute;
  top:53%;
  right: 18px;
  z-index: 1;
  background-position: left -51px !important;
    margin-top: 4px;
}
a#bb_resBtn
{
	font-family: "Merriweather", Sans-serif;
  width: auto;
  display: inline-block;
  margin: 23px 0px 0px 0px;
  min-height: 39px;
  padding: 0px 13px;
  border-radius:20px;
-moz-border-radius:20px;
-webkit-border-radius:20px;
  transition:background 0.5s ease;
  -moz-transition:background 0.5s ease; /* Firefox 4 */
  -webkit-transition:background 0.5s ease; /* Safari and Chrome */
  -o-transition:background 0.5s ease; /* Opera */
  text-transform: uppercase;
  font-size:15px;
  cursor: pointer;
  color: #fff;
  border: 1px solid #106b3a;
  background:#106b3a;
  line-height: 39px;
	box-sizing:border-box;
}

#bb_resBtn:hover {
  background:#fff;
  border:1px solid #106b3a;
	color:#106b3a;
}
@media only screen and (max-width:960px) {
.boxnew
{
  position: static;
  margin-top: 10px;
  margin-bottom: 10px;
  width: 100%;
  bottom: 0px;
} 
.resboxnew  p
{
  width: 45%;
}
.resboxnew select
{
  min-width: 100%;
}
.resboxnew  input[type="text"]
{
  min-width:100%;
}
a#bb_resBtn
{
  width: 100%;
  text-align: center;
}
}
@media only screen and (max-width: 550px) {
  .resboxnew  p
{
  width: 100%;
  text-align: left;
}
.resboxnew  input[type="text"]
{
  min-width: 100%;
}
.resboxnew select
{
  min-width:100%;
  margin:0px;
}
.resboxnew button.ui-datepicker-trigger
{
  position: absolute;
  top:53%;
  right: 9%;
  z-index: 1;
}
input#bb_resBtn
{
  min-width: 100%;
  width: 100%;
}
}