#menuToggle
{
  display: block;
  position: absolute;
  top: 25px;
  right: 50px;
  
  z-index: 1;
  
  -webkit-user-select: none;
  user-select: none;
}

#menuToggle input
{
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  
  cursor: pointer;
  
  opacity: 0; /* hide this */
  z-index: 2; /* and place it over the hamburger */
  
  -webkit-touch-callout: none;
}

/*
 * Just a quick hamburger
 */
#menuToggle span
{
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  
  background: #ffffff;
  border-radius: 3px;
  
  z-index: 1;
  
  transform-origin: 4px 0px;
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}

#menuToggle span:first-child
{
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2)
{
  transform-origin: 0% 100%;
}

/* 
 * Transform all the slices of hamburger
 * into a crossmark.
 */
#menuToggle input:checked ~ span
{
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: #fff;
}

/*
 * But let's hide the middle one.
 */
#menuToggle input:checked ~ span:nth-last-child(3)
{
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

/*
 * Ohyeah and the last one should go the other direction
 */
#menuToggle input:checked ~ span:nth-last-child(2)
{
  opacity: 1;
  transform: rotate(-45deg) translate(0, -1px);
}

/*
 * Make this absolute positioned
 * at the top left of the screen
 */
#menu
{
  position: absolute;
  width: 300px;
  margin: -100px 0 0 0;
  padding: 50px;
  padding-top: 105px;
  right: -100px;
  
  background: #A79260;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  /* to stop flickering of text in safari */
  
  transform-origin: 0% 0%;
  transform: translate(100%, 0);
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
  
}

#menu li
{
  padding: 1px 0;
    font-size: 18px;
}

#menu li a {
    
    color: #fff !important;
    text-decoration:None;
}


/*
 * And let's fade it in from the left
 */
#menuToggle input:checked ~ ul
{
  transform: scale(1.0, 1.0);
  opacity: 1;
}



.hs_cos_flex-direction-nav a
{
   display: none !important;
    visibility: hidden !important;
}



@media (max-width: 550px) 
{

.goldBand
{
    background-color: #A79260;
    padding: 2px;
    margin-top: 60px;
}

}



@media (max-width: 770px) 
{

.topstick
{
    display: none !important;
    visibility: hidden !important;
}

}

#menu ul li ul
{
    
    list-style-type: none;
}

#menu ul li ul li a {
    
    color: #fff !important;
    text-decoration:None;
    font-size: 10px;
}


.AirSalesForm {
    color: #fff  !important;
}

.WebsiteForm .hs-button:hover {
    color: #ffffff !important;
    background-color: #A79260 !important;
}


.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a:hover {
    border-bottom: solid 1px #A79260;;
    transition: all 0s ease 0s;
}

.imgRight
{
    float: right;
    
}

@media (max-width: 770px) 
{

.imgRight
{
    float: left;
    
}

}


div#hs-eu-cookie-confirmation {
    
    background-color: #ffffff !important;
}

div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner
{
    padding: 5px !important;
    background-color: #ffffff !important;
}

#showNewDesktopHeader
{
    display: block !important;
    visibility: visible !important;
    
}

#showNewMobileHeader
{
    display: none !important;
    visibility: hidden !important;
    
}


@media (max-width: 1100px) 
{
   #showNewDesktopHeader
{
    
    display: none !important;
    visibility: hidden !important;
}

#showNewMobileHeader
{
    display: block !important;
    visibility: visible !important;
} 
    
}


@media (max-width: 750px) 
.subInnerContainer {
    max-width: 1160px;
    margin: 60px 20px 120px 20px !important;
    float: none !important;
}

}






