.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  /*transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;*/
}
.overlay:target {
  /*visibility: visible;
  opacity: 1;*/
}
.hide{
  display:none;
}
.popup {
  margin: 70px auto;
  padding: 10px;
  background: #fff;
  width: 230px !important;
  position: fixed;
  top: -60px;
  right: 10px;
  box-shadow: 1px 1px 1px #000;
  z-index:99999;
}
.popup h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}
.popup .close {
    position: absolute;
    top: 5px;
    right: 5px;
    transition: all 200ms;
    font-size: 16px;
    line-height: 18px;
    font-weight: bold;
    text-decoration: none;
    color: #ffffff;
    background: #948874;
	padding: 0 2px;
}
.popup .close:hover {
  background-color: #5d84b1;
  color: #ffffff;
}

.popup .content {
  max-height: 30%;
  overflow: auto;
}

.bys_button {
    text-align: center;
}
.bys_button a {
    border: none;
    background-color: #948874;
    color: #fff;
    text-align: center;
    padding: 8px 15px;
    cursor: pointer;
    text-decoration: none;
}
.bys_button a:hover {
	background-color: #5d84b1;
    color: #fff;
}

#booking ul{
    margin-top: 5px;
    margin-bottom: 5px;
}
#booking ul,
#booking li{
	list-style:none !important;
	margin:0;
	padding:0;
}
#booking li {
    text-align: center;
    margin-bottom: 10px !important;
}
#booking .booking_header{
    display: inline-block;
    margin: 0;
    padding: 5px 0 10px 0;
    margin-bottom: 5px;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    color: #487DBA;
    width: 200px;
	line-height: 20px;
}
#booking input[type=text],
#booking select{
	line-height: 25px;
	width:210px;
    height: 25px;
    padding: 0px 5px;
    border: none;
    background: #e4e4e4;
	font-size: 13px;
}
#booking select{
	border-radius:0 !important;
}

#booking input#arrival {
    background: #e4e4e4 url(../images/calendar.png) no-repeat;
    background-position: 185px center;
    background-size: 18px;
}
#booking input#departure {
    background: #e4e4e4 url(../images/calendar.png) no-repeat;
    background-position: 185px center;
    background-size: 18px;
}
#booking input[type=submit] {
	border:none;
	background-color: #948874;
    color: #fff;
	text-align: center;
	padding: 0px 15px;
	cursor: pointer;
	font-size: 14px !important;
}
#booking input[type=submit]:hover {
	background-color: #5d84b1;
}


#booking .booking_footer{
    overflow: hidden;
    margin: 5px;
	padding:5px 0;
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
	margin-top:10px;
}
#booking .booking_mobile,
#booking .booking_email {
    text-align: left;
    padding-left: 10px;
	height: 25px;
}
#booking .booking_mobile a,
#booking .booking_email a {
	color: #487DBA;
	text-decoration:none;
    font-size: 16px;
    line-height: 24px;
    display: inline-block;
    vertical-align: super;
}



.ui-datepicker {
    width: 10em !important;
	border-radius: 0 !important;
}
span.ui-icon.ui-icon-circle-triangle-w,
span.ui-icon.ui-icon-circle-triangle-e {
    display: none;
}
.ui-datepicker td {
    padding: 0 !important;
}
.ui-datepicker td span, 
.ui-datepicker td a {
	font-size: 0.8em !important;
    width: 20px !important;
	height: 20px !important;
    line-height: 12px !important;
	margin-bottom: 2px !important;
}
.ui-widget-header {
    border: 1px solid #8391a7;
    background: #8391a7 url(../images/ui-bg_gloss-wave_35_f6a828_500x100.png) 50% 50% repeat-x;
    font-size: 14px;
    border-radius: 0 !important;
}
.ui-state-highlight, 
.ui-widget-content 
.ui-state-highlight, 
.ui-widget-header 
.ui-state-highlight {
    border: 1px solid #8391a7;
    background: #d3d6dc url(../images/ui-bg_highlight-soft_75_ffe45c_1x100.png) 50% top repeat-x;
    color: #ffffff;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus, 
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus{
    border: 1px solid #8391a7;
    background: #d3d6dc url(../images/ui-bg_highlight-soft_75_ffe45c_1x100.png) 50% top repeat-x;
    color: #ffffff;
}
.ui-state-active, 
.ui-widget-content 
.ui-state-active, 
.ui-widget-header 
.ui-state-active{
    border: 1px solid #8391a7;
    background: #d3d6dc url(../images/ui-bg_highlight-soft_75_ffe45c_1x100.png) 50% top repeat-x;
    color: #ffffff;
}


/************************************Responsive************************************/

@media screen and (max-width : 320px){
.popup {
    background: transparent;
	top: -68px;
    right: -40px;
    box-shadow: none;
}
.popup .close {
    display:none;
}
.popup .content {
  display:none;
}
.popup .bys_button {
  display:none;
}

}

@media screen and (min-width : 321px) and  (max-width: 480px){
.popup {
    background: transparent;
	top: -68px;
    right: -40px;
    box-shadow: none;
}
.popup .close {
    display:none;
}
.popup .content {
  display:none;
}
.popup .bys_button {
  display:block;
}
}

@media screen and (min-width : 481px) and  (max-width: 640px){
.popup {
    background: transparent;
	top: -68px;
    right: -40px;
    box-shadow: none;
}
.popup .close {
    display:none;
}
.popup .content {
  display:none;
}
.popup .bys_button {
  display:block;
}
}

@media screen and (min-width : 641px) and (max-width : 768px){
.popup .bys_button {
  display:none;
}
}

@media screen and (min-width : 769px) and (max-width : 1024px){
.popup .bys_button {
  display:none;
}
}

@media screen and (min-width : 1025px) and (max-width : 1224px){
.popup .bys_button {
  display:none;
}
}

@media screen and (min-width : 1225px){
.popup .bys_button {
  display:none;
}
}
