 ul li:hover ul.megadropdownmenu{
    display: none; /* Display the dropdown */
  }
  ul li ul.megadropdownmenu li{
    display: none;
    
  }
/* ------------------ RESPONSIVE DESIGN ------------ */
@media (min-width: 768px) {
  /*menus other than lifestyle hover effect*/
  ul li:hover ul.menutab {
    display: block !important; /* Display the dropdown */
  }
  ul li ul.menutab  li{
    display: block !important;
    cursor: pointer;
    padding: 10px 0px;
  }
  .menutab::after {
    position: absolute;
    top: -9px;
    left: 88px;
    display: inline-block;
    border-right: 10px solid transparent;
    border-bottom: 8px solid #000;
    border-left: 10px solid transparent;
    content: '';
  }
  .menutab {
    min-width: 200px; /* Set width of the dropdown */
    background: rgba(0, 0, 0, 0.88) none repeat scroll 0% 0% !important;
    color: #fff !important;
    left:-56px !important;
    border-radius: 0px !important;

  }
  .megadropdownmenu {
    min-width: 786px; /* Set width of the dropdown */
    background: rgba(0, 0, 0, 0.88) none repeat scroll 0% 0%;
    color: #fff;
    display: none;
    position: absolute;
    z-index: 999;
    left: -305px !important;
  }
  ul.megadropdownmenu {
    padding-left: 0px !important;
    padding-top: 10px;
    margin-top: 0px;
    padding-right: 25px;
    padding-bottom: 0px !important;
  }

  .megadropdownmenu:after {
    content: "";
    border-bottom: 8px solid #000;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    position: absolute;
    top: -8px;
    left: 362px;
    z-index: 8;
  }
  ul li:hover ul.megadropdownmenu{
    display: block; /* Display the dropdown */
  }
  ul li ul.megadropdownmenu li{
    display: block;
    cursor: pointer;
    padding: 5px 0px;
    text-align: left !important;
  }
  .megadropdownmenu li .dropdownWhiteText{
    color: #fff !important;
  }
  .megadropdownmenu li .dropdownWhiteText:hover{
    color: #B70B0B !important;
	font-weight: bold;
  }
  .dropdownMargin {
    margin-bottom:5px !important;
  }
  .dropdownMargin2 {
    margin-bottom:12px !important;
  }
  .megadropdownmenu li a {
    color: #868c8c  !important;
    text-decoration: none;
  }
  .dropdownheader2 {
    font-size: 15px;
    font-family: Georgia;
    font-style: Italic;
    color: #868c8c !important;
  }
  
  .foodDrinkSec {
    padding-right: 5px !important;
  }
  .magazine {
    float:left;
    margin-top:15px;
  }
  .items {
    margin-right: 0px !important; 
    margin-left: -22px !important;
  }
  .items2 {
    margin-right: -15px !important; 
    margin-left: -45px !important;
  }
  .items3 {
    margin-right: -11px !important;
    margin-left: -15px !important;
  }
  .item h5 {
    color: #fff;
    margin-top: 30px;
  }
  .itemBox {
    margin-bottom: 20px;
  }
  .smallText {
    font-size: 11px !important;
    color: #777777;
    margin-top: 0px !important;
    margin-bottom: 10px;
    font-family: 'Georgia';
    line-height: 0 !important;
  }
  .borderRight2 {
    border-left: 1px solid #4f4f4f;  
    height: 300px;
  }
  .borderRight1 {
    border-right: 1px solid #4f4f4f;
    padding-left: 5px;
    padding-bottom: 30px !important;
    height: 330px !important;    
  }
  .whiteText {
    color: #fff !important;
  }
  .redText {
    color: #f00;
  }
  .dropdownheader {
    font-size: 18px;
    font-family: Georgia;
    font-style: Italic;
    color: #868c8c !important;
  }
  .letUsKnow {
    float: left;
    color:#868C8C; 
    font-size:13px; 
    font-family: Arial;
    font-style:Italic; 
    margin-top: 15px;
    font-weight: 400;
  }

}
 