.container2{
    margin-top:76px;
}
/*----- Header top menu bar  -----*/
.navbar-wrapper2 {
    max-height: 76px;
    border-bottom: 2px solid #F9A719;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.13);
    padding-bottom: 0px;
    
background:#293A42;
}

.navbar-wrapper2_jac {
    max-height: 76px;
    border-bottom: 2px solid #AFCA0B;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.13);
    padding-bottom: 0px;
    
background:#bd1111;
}


/* homepage logo padding here*/
.navbar-brand {
    padding: 12px 15px 12px 0;
}

    .input-container {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  width: 100%;
  margin-bottom: 15px;
}

.icon {
    font-size: 22px;
  padding: 10px;
  background: #009ad9;
  color: white;
  min-width: 50px;
  text-align: center;
}

.input-field {
  width: 100%;
  padding: 10px;
  outline: none;
}

.input-field:focus {
  border: 2px solid #afca0b;
}

/* Set a style for the submit button */
.btn-logged {
  font-size:18px;
  background-color: #F9A719;
  color: #293A42;
  padding: 15px 20px;
  border: none;
  cursor: pointer;
  width: 100%;
  opacity: 0.9;
}

.btn-logged:hover {
  opacity: 1;
}

/* top menu navbar CSS here*/

.navbar-nav {
    margin-top: -5px;
    margin-left: 130px;
}


.navbar-nav > li {
    margin-left: 2px;
    padding: 5px 10px;
    color:#fff;
    font-family: 'Open Sans',Arial,Verdana;
}

.navbar-nav > li:last-child {
    border-right: none;
}
.navbar-nav > li > a { padding:0; display: inline;}
.navbar-nav > li > a {
    line-height: 20px;
    color: #FFF;
    font-size: 12px;
}

.navbar-nav > li > a:hover {
    line-height: 20px;

    color: black;

    background-color:#FFC731;
}

.navbar-nav > li.active > a {
    color: #F9C228;
  
    font-weight: bold;
}

/*----- Panel -----*/
.panel-primary {
    border-color: #E8E8E8;
}

.panel-primary .panel-heading {
    color: #293A42;
    background-color: #f9a719;
    border-bottom: 2px solid #293A42;
}

#weather {
    width: 425px;
    margin: 0px auto;
    text-align: center;
    text-transform: uppercase;
}

#weather h2 {
    margin: 0 0 8px;
    color: #FFCC66;
    font-size: 76px;
    font-weight: bold;
    text-align: center;
    text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15);
}

#weather ul {
    margin: 0;
    padding: 0;
}

#weather li {

    background: rgba(255, 204, 102, 0.9);
    color: #000;
    padding: 6px;
    display: inline-block;
    border-radius: 5px;

}

#weather .currently {
    margin: 0 10px;
}

.btn-warning {
    background-color: #F90 !important;

}

#hotel {
    overflow-x: hidden;
}

body .ui-autocomplete {
    /* font-family to all */

}

body .ui-autocomplete .ui-menu-item .ui-corner-all {
    /* all <a> */
    
    font-size: 17px;
    padding: 3px 0px;
    padding: 3px;
}


.ui-widget-content { background-color:#fff;}

body .ui-autocomplete .ui-menu-item .ui-state-focus {
    /* selected <a> */
}

.lastcontent {
    margin-top: 40px;
}

.homeh1 {
    font-family: 'Lobster Two', cursive;
    text-shadow: 1px 1px 1px #fff, 3px 3px 5px #20417C;
    font-size: 48px;
    margin-bottom: 8px;
    color: #000;

}

.ui-datepicker {
    padding: 0.2em 0.2em 0;
    width: 265px;
    font-size: 16px;
    color:black;
    z-index: 99999999 !important
    
}

@media (max-width: 480px)
     {
         
     .ui-datepicker {
         line-height: 1.828571;
         position:fixed !important;
         top:70px !important;
      width: 100%;
      font-size: 25px;
      left: 1px !important;
              }
              
    .for_searchinputs{
     height:57px !important;
     font-size:20px !important;
    }          
              
     }
     
     @media (max-width: 320px)
     {
     .ui-datepicker {
      width: 100%;
      font-size: 21px;
      left: 1px !important;
              }       
     .for_searchinputs{
     height:55px !important;
     font-size:18px !important;
    }
         
     }
     
     

@media only screen and (max-width: 990px) {
.callus { top: 110px;}
}

@media only screen and (max-width: 800px) {
    /* Force table to not be like tables anymore */
    #no-more-tables table,
    #no-more-tables thead,
    #no-more-tables tbody,
    #no-more-tables th,
    #no-more-tables td,
    #no-more-tables tr {
        display: block;
    }

    /* Hide table headers (but not display: none;, for accessibility) */
    #no-more-tables thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    #no-more-tables tr {
        border: 2px solid #ffc429;
    }

    #no-more-tables td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        /*padding-left: 50%;*/
        white-space: normal;
        text-align: left;
    }

    #no-more-tables td:before {
        /* Now like a table header 
        position: absolute;*/
        /* Top/left values mimic padding */
        top: 6px;
        left: 6px;
        width: 100%;
        padding-right: 10px;
        white-space: nowrap;
        text-align: left;
        font-weight: bold;
    }

    /*
    Label the data
    */
    #no-more-tables td:before {
        /*content: attr(data-title);*/
		line-height:20px;
    }
	
	#no-more-tables td.table-line-height:before {
		line-height:34px;
	}
	
	

    #no-more-tables td > label {
        display: none;
    }
}

.next {
	display: none !important;
}

.hideno input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance:none !important;
    margin:0 !important;
}
.hideno input[type=number] {-moz-appearance: textfield !important;}


.bookingmodal {
	width:100%;
}
.bookingbody {
	max-height: calc(100vh - 210px);
	overflow-y: auto;
}
.prev,.next{
	display:none;
}


.cdsBx, .cdsData {
    background-color: transparent !important;
}

.cdsH11 {
    display: none !important;
}

booker-detail-form {
	padding:0px !important;	
}

#booker-detail-form .col-sm-6 {
	padding:0px !important;		
}
#booker-detail-form .form-group {
	padding:0px !important;
	padding-right:10px !important;		
}