/*MENU*/ul.member-menu { z-index: 15; }ul.member-menu > li { background: #b5d7e6; }ul.member-menu > li > a { color: #000000; font-weight: bold; }ul.member-menu > li:hover { background: #035772; }ul.member-menu > li:hover > a { color: #ffffff; }ul.member-menu ul > li { background: #b5d7e6; }ul.member-menu ul > li > a { color: #000000 !important; }ul.member-menu ul > li:hover { background: #035772; }ul.member-menu ul > li:hover > a { color: #ffffff !important; }ul.member-menu ul ul > li { background: #b5d7e6; }ul.member-menu ul ul > li > a { color: #000000 !important; }ul.member-menu ul ul > li:hover { background: #035772; }ul.member-menu ul ul > li:hover > a { color: #ffffff !important; }/*MENU*/


/* *** Giga menu customization START **** */
ul.member-menu > li a {
  padding: 6px 10px 6px 10px;
}

#club-menu, ul.member-menu > li, ul.member-menu > li:hover {
 height: 33px;
background: ##5d7e6; /* Old browsers */
background: -moz-linear-gradient(top,  #b5d7e60%, #b5d7e6100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b5d7e6), color-stop(100%,#b5d7e6)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #b5d7e6 0%,#b5d7e6 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #b5d7e6 0%,#b5d7e6 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #b5d7e6 0%,#b5d7e6 100%); /* IE10+ */
background: linear-gradient(to bottom,  #b5d7e6 0%,#b5d7e6 100%); /* W3C */

}

/* *** Giga menu customization END **** */

/*Giga S.O Responsive Design */


@media only screen and (min-width: 703px) {
 #Table2987-2{
    max-width: 100%;
  }

 .mobile-icon-bar{
   display:none;
 }
}

@media (max-width: 703px) {    /* screens smaller then 768px */              
   #club-menu {
      display: none;
   }

   .club-banner{
     display:none;  
   }

   #myBookingsPlayToday{
     display:none;  
   }

   #Table2987-2{
     display: none;
   }
}

/* iPad Retina, landscape*/
@media only screen and (min-width:768px) and (max-width:1024px) and (orientation:landscape){ 

}

/* iPad Retina, portrait*/
@media only screen and (max-width:768px) and (orientation:portrait){ 

}

/*Giga E.O Responsive Design */