/* TOP NAV CSS */

@media only screen and (max-width : 1310px) {
	#navigation {
		display: none !important; 
	}
  #nav-bkgd-desk {
    display: none !important; 
  }
  #nav-logo-desk {
    display: none !important;
}
#nav-bkgd-mobile {
  position: fixed; 
  top: 0px;
  width: 100%;
  height: 60px;
  background-color: #FFFFFF;
  z-index: 1;
}
#nav-logo-mobile {
  position: fixed; 
  top: 12px;
  left: 20px;
  width: 110px;
  height: 39px;
  z-index: 2;
}
}



a {
	text-decoration: none !important;
	color: #444;
}



#navigation { 
  position: fixed; 
  top: 50px;
  right: 70px;
  width: auto;
  background: #none;
  z-index: 999;
}

#nav-bkgd-desk {
  position: fixed; 
  top: 40px;
  width: 100%;
  height: 84px;
  background-color: #FFFFFF;
  z-index: 1;
}
#nav-logo-desk {
  position: fixed; 
  top: 64px;
  left: 60px;
  width: 50px !important;
  height: 40px;
  z-index: 2;
}




				
.booknow {
  text-align: left;
  display: inline;
  margin: 0;
  padding: 32;
  list-style: none;
  width: auto;
  background: rgba(255, 255, 255, 0)
  color: #444 !important;
  font-size: 12px !important;
  font-family: 'Open Sans'!important;
  font-weight: bold;
}

.booknow:hover {
  background: #ff6633 !important;
  color: #FFFFFF !important;
}

.booknow ul {
  text-align: left;
  display: inline;
  padding: 32;
  padding: 0;
  list-style: none;
  width: auto;
  background: rgba(255, 255, 255, 0)
  color: #444;
  font-size: 16px !important;
  font-family: 'Open Sans', sans-serif !important;
  font-weight: bold;
}

.booknow ul li {
  background: #00aeef;
  color: #FFFFFF !important;
}
				
#navigation ul {
  text-align: left;
  display: inline;
  margin: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  width: auto;
  background: rgba(255, 255, 255, 0)
  color: #444;
  font-size: 13px !important;
  font-family: 'Open Sans', sans-serif !important;
  font-weight: bold;
	letter-spacing: .05em;
}
#navigation ul li {
  display: inline-block;
  margin-right: -4px;
  position: relative;
  padding-top: 23px;
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 23px;
  background: #FFFFFF;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  width: auto;
  font-size: 13px !important;
  font-family: 'Open Sans', sans-serif !important;
  font-weight: bold;
  color: #444;
}

#navigation ul li:hover {
  background: #FFFFFF;
  color: #ff6633;
}
#navigation ul li ul {
  padding: 0;
position: absolute;
  top: 100%;
  left: 0;
  width: auto;
  display: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transiton: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -transition: opacity 0.2s;
  font-size: 13px !important;
  font-family: 'Open Sans', sans-serif !important;
  font-weight: bold;
}


/* DROP DOWN TEXT */
#navigation ul li ul li { 
  background: #FFFFFF; 
  display: block;
  padding: 14px 20px;
  white-space:nowrap;
  color: #444;
  font-size: 13px !important;
  font-family: 'Open Sans', sans-serif !important;
  font-weight: bold;
  border-bottom: 1px solid rgba(223, 223, 222, 0.5);
}
#navigation ul li ul li:hover { 
  background: #dfdfde; 
  color: #444;
}
#navigation ul li:hover ul {
  display: block;
  white-space:nowrap;
  opacity: 1;
  visibility: visible;
}




