﻿@media (min-width: 641px) {
        #nav-menu {
            position: absolute;
            top: 0;
            right: 0;
            margin-top: 60px;
            margin-right: -34px;
            z-index: 10;
            width: 700px;
            max-width: 100vw;
            background: none;
            display: block;
        }
    #nav-menu ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
        align-items: center;
        gap: 0.2em;
        margin: 0;
        padding: 0;
        list-style: none;
    }
        #nav-menu li {
            display: inline-block;
            float: left;
            margin: 0 0.1em 0.2em 0.1em;
            border: 1px solid #ffffff;
            border-radius: 4px;
            text-align: center;
            text-transform: uppercase;
            list-style-type: none;
            min-width: 80px;
            max-width: 140px;
            word-break: break-word;
            background: none;
        }
    #nav-menu li:first-child {
        border-left: 1px solid #544948;
    }
        #nav-menu a {
            display: block;
            float: left;
            padding: 8px 10px;
            color: #fff;
            text-decoration: none;
            font-weight: bold;
            text-transform: uppercase;
            font-family: 'Raleway', Verdana, sans-serif;
            font-size: 0.95em;
            line-height: 1.5em;
            border: 1px solid lightgrey;
            box-sizing: border-box;
            white-space: normal;
            background: linear-gradient(to bottom, #544948 0%, #544948 50%, #2c4f6c 50%, #2c4f6c 100%);
            border-radius: 4px;
            transition: background 0.2s;
        }
        #nav-menu a:hover {
            background: linear-gradient(to bottom, #1976d2 0%, #1976d2 50%, #42a5f5 50%, #42a5f5 100%);
            color: #fff;
        }
}
/* Desktop nav bar styling to match ladies-market.hk */
@media (min-width: 641px) {
    #nav-menu {
        position: absolute;
        top: 0;
        right: 0;
        margin-top: 60px;
        margin-right: -34px;
        z-index: 10;
        width: auto;
        background: none;
    }
    #nav-menu ul {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        gap: 0.5em;
        margin: 0;
        padding: 0;
        list-style: none;
    }
    #nav-menu li {
        display: inline-block;
        float: left;
        margin: 0 0.15em;
        background: linear-gradient(to bottom, #544948 0%, #544948 50%, #2c4f6c 50%, #2c4f6c 100%);
        border: 1px solid #ffffff;
        border-radius: 4px;
        text-align: center;
        text-transform: uppercase;
        list-style-type: none;
    }
    #nav-menu li:first-child {
        border-left: 1px solid #544948;
    }
    #nav-menu a {
        display: block;
        float: left;
        padding: 10px 18px;
        color: #fff;
        text-decoration: none;
        font-weight: bold;
        text-transform: uppercase;
        font-family: 'Raleway', Verdana, sans-serif;
        line-height: 1.75em;
        border: 1px solid lightgrey;
    }
    #nav-menu a:hover {
        background: linear-gradient(to bottom, #1976d2 0%, #1976d2 50%, #42a5f5 50%, #42a5f5 100%);
        color: #fff;
    }
}
/* Responsive nav visibility */
.desktop-only { display: none; }
.mobile-only { display: none; }

@media (min-width: 641px) {
    .desktop-only { display: block !important; }
    .mobile-only { display: none !important; }
    #desktop-nav ul {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        gap: 0.5em;
        margin: 0;
        padding: 0;
        list-style: none;
    }
    #desktop-nav li {
        display: inline-block;
        margin: 0 0.15em;
        background: #544948;
        border-radius: 4px;
    }
    #desktop-nav a {
        display: block;
        padding: 10px 18px;
        color: #fff;
        text-decoration: none;
        font-weight: bold;
        text-transform: uppercase;
        font-family: 'Raleway', Verdana, sans-serif;
    }
    #desktop-nav a:hover {
        background: #1976d2;
        color: #fff;
    }
}

@media (max-width: 640px) {
    .desktop-only { display: none !important; }
    .mobile-only { display: block !important; }
}
html, body {
    margin: 0
}

html, body {
    font-size: 95%;
    font-family: Verdana,sans-serif
}

h1 {
    font-family: 'Raleway', Verdana,sans-serif;
      margin-top: 3px;
    font-size: 150%;
    text-transform:uppercase;
}


#nav_menu li > a {
    font-family: 'Raleway',Verdana,sans-serif
}

p a {
    font-family: Verdana, sans-serif
}

#mainWrapper {
    position: relative; float: left;
    width: 100%;
    text-align: justify;
    background: url("images/x.gif") repeat-x  center top
}

#mainWrapperClip {
   position: relative; float: left;
    width: 100%;
    text-align: justify;
    background: url("images/x.gif") repeat-x  center top;
    background-position: 0 -300px;    
    
}

#wrapperContent {
    position: relative;
    width: 1024px;
    margin: auto
}

.headerWrapper {
    position: relative; float: left;
    width: 1024px
}

#indexHeaderWrapper {
    height: 500px
}

#insideHeaderWrapper {
    height: 200px;

    overflow: hidden
}



#midWrapper {
    position: relative; float: left;
    width: 980px;
    margin: 0 22px 0 22px; padding: 14px 0 15px 0
}

#footerWrapper {
    position: relative; float: left;
    width: 980px; height: 20px;
    margin: 0px 22px 0px 22px; padding: 3px 0 50px 0;
    color: #2c4f6c;
    border-top: #544948 solid 1px;
    font-size: 10px;
    clear: both
}

#footerWrapper a {
    color: inherit;
    text-decoration: none
}

.footerList li {
    display: inline; float: left; float: left;
    padding-top: 3px; padding-right: 25px; padding-left: 25px;
    border-right: 2px solid grey;
    text-align: center; text-transform: uppercase;
    list-style-type: none
}

.footerList  li:first-child {
    border-left: 1px solid #544948
}

#footerlistID {
    margin-top: 0;
    padding-left: 0px
}

#menuWrapper {
    position: absolute;
    top: 50px; right: 0; left: 600px;
    opacity: .95
}

#nav-menu {
    position: absolute;
    top: -60px;
    right: 0;
    width: 700px;
    margin-top: 60px;
    margin-right: 4px;
    z-index: 10;
}

#nav-menu ul {
    margin: 0; padding: 0;
    list-style: none
}

#nav-menu li {
    float: left;
    margin: 0 0.15em;
    background: #544948
}

#nav-menu a {
    display: block; float: left;
    font-size: smaller;
}

#menu ul {
    margin: 0; padding: 0;
    list-style: none
}

#menu li {
    float: left;
    margin: 0 0.15em;
    background: #544948
}

#menu a {
    display: block; float: left
}

.buttonBox a {
    height: 1.75em;
    padding-right: 10px; padding-left: 10px;
    color: #ffffff;
    text-align: center; text-decoration: none; text-transform: uppercase;
    border: 1px solid #ffffff;
    line-height: 1.75em;
}

.buttonText li a {
    font-size: 10.5pt; font-weight: 700
}


.buttonGradient  {
background: rgba(183,222,237,1);
background: linear-gradient(to bottom, rgba(183,222,237,1) 0%, rgba(113,206,239,1) 50%, rgba(33,180,226,1) 51%, rgba(183,222,237,1) 100%);
   
}


.buttonGradient a {
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#eb068c, endColorstr=#a40461)";
	background-image: -o-linear-gradient(top, #eb068c, #a40461);
}

.buttonGradient a:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#8c06eb, endColorstr=#6104a4)";
	background-image: -o-linear-gradient(top, #8c06eb, #6104a4);
}

.contentbutton a {
    display: block;
    height: 25px; height: 1.75em;
    padding-right: 10px; padding-left: 10px;
    margin: 10px;
    color: #ffffff;
    text-align: center; text-align: center; text-decoration: none; text-transform: uppercase;
    vertical-align: middle;
    border: 1px solid lightgrey;
    line-height: 1.75em;
}

#logo {
    position: absolute; display: block; float: left;
    top: 0; left: 0;
    width: 116px; height: 116px;
    margin: 10px;
    background-color: #8c06eb;
    cursor: pointer;
    -webkit-border-radius: 58px;
    -moz-border-radius: 58px;
    -khtml-border-radius: 58px;
    border: 1px solid #544948;
    border-radius: 58px;
    opacity: .99;
    z-index: 99;
    behavior: url(PIE.php);
}


#logo2 {
position: absolute;
display: block;
float: right;
top: 0;
right: 0;
opacity: .9;
z-index: 99;
}

#logo2 a, img
{border: 0}

#logo p {
    position: relative;
    padding-top: 5px;
    color: #ffffff;
    font-size: 18px;
    text-align: center
}

#logoline1 {
    top: 11px; left: 20px;
    font-size: 14px; font-weight: 700;
    text-shadow: #2c4f6c 1px 1px;
    font-family: 'Raleway', Verdana, San Serif;
}

.logoline2 {
    font-size: 18px; font-weight: 100; font-weight: 100;
    text-shadow: #2c4f6c 1px 1px;
    font-family: 'Raleway', Verdana, San Serif;
}

#slideshowID img {
    display: none
}

#slideshowID img.first {
    display: block
}

#tourismlogos {
    float: right;
    margin-top: -5px
}

#tourismlogos img {
    padding: 5px;
    border: none
}

#pid {
    display: block;
    margin-top: 1.1em; margin-left: 2px
}

.thickBorderOverBox {
    margin-right: 5px;
    border-top: black solid 3px
}

#mid1 {
    float: left;
    width: 331px;
    margin-right: 15px;
    overflow: hidden
}

#mid2 {
    float: left;
    width: 185px;
    margin-right: 5px; margin-right: 15px;
    background-color: #aeabaa; color: white;
    font-size: 80%;
    overflow: hidden
}

#mid2text {
    padding: 4px
}

#mid3 {
    float: left;
    width: 169px;
    margin-right: 15px;
    overflow: hidden
}

#mid4 {
    float: left;
    width: 245px
}


.articleHead {
    padding-top: 20px;
    font-size: 200%
}

.boldheadfont {
    font-weight: 900
}

.fontlight {
    font-weight: 100
}

.mid4 {
    float: left;
    width: 250px;
    border-top: #000 solid 3px
}

#mainContent {
    float: left;
    width: 73%; min-height: 500px;
    padding: 25px;
    background-color: white;
    
}

#mapbutton {
    width: 169px
}

#insideRightSidebar {
    float: right;
    width: 19%; min-height: 500px;
    padding-top: 25px;
    padding: 4px;
    background-color: white;
    font-size: 90%
}

#insideSidebarHeadFont {
    font-family: 'Raleway'
}
.imgclass{
    width:20%;
    height:20%;
    border: 0px;
}

.callOutImage {
    float: right;
margin: 10px;
margin-top: 0;

    border: 1px solid;
    border-color: lightgrey;
    border-radius: 4px;
    box-shadow: 5px 5px 20px #ddd;
}

.callOutImage img {padding: 5px}


.adsense { margin: 25px 0 }

.adsenseleaderboard {display:inline-block;width:728px;height:90px; margin: 25px 0}

.adsenserightcontent  { width:336px;height:280px; float: right; margin: 0 0 25px 25px;}

.adsenselr {display:inline-block;width:336px;height:280px}/* ===== Generic Callout Box Base ===== */
.callout-box {
  padding: 15px;
  margin: 10px 0;
  border-radius: 5px;
  background-color: #f9f9f9;
}

/* ===== Callout Box Modifiers ===== */

/* Tips / Info */
.callout-tips {
  background-color: #f8f9fa;
  border: 2px solid #007bff;
  margin: 20px 0;
}

.callout-info {
  background-color: #f8f9fa;
  border-left: 4px solid #007bff;
  margin: 20px 0;
}

/* Historic / Highlight */
.callout-historic {
  border-left: 4px solid #ff6b6b;
}

.callout-warning {
  border-left: 4px solid #e74c3c;
}

.callout-verified {
  border-left: 4px solid #2c5530;
}

/* Additional callout styles for website-specific use cases */

/* Orange/Warning variants */
.callout-timing {
  background: #fff3e0;
  padding: 20px;
  border-left: 4px solid #ff9800;
  margin: 20px 0;
}

.callout-booking {
  background: #fff4e6;
  padding: 15px;
  border-left: 4px solid #ff8c00;
  margin: 15px 0;
}

.callout-yellow {
  background: #fdf5e6;
  padding: 15px;
  border-left: 4px solid #daa520;
  margin: 15px 0;
}

.callout-orange {
  background: #fff7e6;
  padding: 15px;
  border-left: 4px solid #ffa500;
  margin: 15px 0;
}

/* Blue variants */
.callout-blue {
  background: #f0f8ff;
  padding: 15px;
  border-left: 4px solid #0066cc;
  margin: 15px 0;
}

/* Green variants */
.callout-success {
  background: #e8f5e8;
  padding: 20px;
  border-left: 4px solid #4caf50;
  margin: 20px 0;
}

.callout-nature {
  background: #f0f8e8;
  padding: 15px;
  border-left: 4px solid #4a7c59;
  margin: 15px 0;
}

/* Purple/Luxury variants */
.callout-luxury {
  background: #f5f0ff;
  padding: 15px;
  border-left: 4px solid #9c27b0;
  margin: 15px 0;
}

/* Gray reference styles */
.callout-reference {
  background: #f8f8f8;
  padding: 15px;
  border-left: 4px solid #007bff;
  margin: 20px 0;
}

/* Additional luxury and premium business callout styles */
.callout-premium {
  background: linear-gradient(135deg, #ffd700 0%, #ffecb3 100%);
  padding: 20px;
  border: 2px solid #ffc107;
  border-radius: 8px;
  margin: 20px 0;
  box-shadow: 0 2px 8px rgba(255, 193, 7, 0.2);
}

.callout-accommodation {
  background: #e8f5e8;
  padding: 18px;
  border-left: 5px solid #4caf50;
  margin: 18px 0;
  border-radius: 4px;
}

.callout-executive {
  background: linear-gradient(135deg, #e3f2fd 0%, #bbdefb 100%);
  padding: 20px;
  border: 2px solid #2196f3;
  border-radius: 10px;
  margin: 20px 0;
  box-shadow: 0 3px 10px rgba(33, 150, 243, 0.15);
}

.callout-investment {
  background: linear-gradient(135deg, #f3e5f5 0%, #e1bee7 100%);
  padding: 25px;
  border: 3px solid #9c27b0;
  border-radius: 12px;
  margin: 25px 0;
  box-shadow: 0 4px 15px rgba(156, 39, 176, 0.2);
  position: relative;
}

.callout-investment::before {
  content: "💎";
  position: absolute;
  top: -15px;
  left: 20px;
  background: #9c27b0;
  color: white;
  padding: 5px 10px;
  border-radius: 15px;
  font-size: 14px;
}

/* Responsive image class for content images */
.content-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 15px 0;
}

/* End of callout styles */

