/* Enter Your Custom CSS Here */

/*Backstretch css*/
#next img {
	  width: 100px;
    position: absolute;
    right: 0;
    top: 45%;	
		z-index:100;
		cursor:pointer;
}

#prev img {
		width: 100px;
    position: absolute;
    left: 0;
    top: 45%;
		z-index:100;
		cursor:pointer;
}
/* /end */
.social-icons {
  list-style: none;
  float: center;
  display: inline;
  margin: 5px;
  background: none;
  box-shadow: 0;
}

a{
 color: #0091CD;
}
 a:hover{
  color: #2b98c4;
}

/*This is for the button on the booking tool */
input#bb_resBtn {
    box-shadow: none;
}

/* This is for the homepage banner.
.front-page-header {
height: 600px;
}
*/

/* This is for the booking tool header */
.bb_resbox h2{font-weight: 100; font-style: italic; font-size: 12px !important;}

/* this is for the booking tool form container */
.resBBBox {
		position: fixed;
    width: 100%;
    left: 0;
    z-index: 5000;
    top: 0;
}


/* Logo */
.title-area{display:none;}
.logo{
		position: fixed;
    left: 15px;
    top: 5px;
    z-index: 100000;
    width: 10%;
}

/* backstretch */
.backstretch {
		left: 0px;
    top: -36px !important;
    overflow: hidden;
    margin: 0px;
    padding: 0px;
    height: 100% !important;
    width: 1903px;
    z-index: -999998;
    position: absolute;
}

/* Portrait and Landscape */
@media screen and (max-width: 640px)
{
			.resBBBox {
					position:absolute;
			}
.bbres_booknow {
					width: 100%;
			}
			.logo {
					display:none;
			}
}