/* reset */
* {box-sizing: border-box;}
body {margin: 0; background-color: #7c7a55; font-family: Arial, sans-serif;}
body > .bv-page-message {display: none;}

/* header */
.header {position: absolute; top: 0; right: 0; left: 0; background-color: #282C20; border-top: 2px solid #000; border-bottom: 2px solid #000;}
.header > div {margin: 0 auto; position: relative;}
.header .logo {position: absolute; z-index: 10002; left: 50%;}
.header .logo img {width: 100%;}
.header .symbol {position: absolute; z-index: 10002; left: 0; border-right: 2px solid #000; width: 56px; height: 58px;}
.header .symbol img {height: 40px; width: 32px; position: absolute; left: 11px; top: 6px;}

@media all and (max-width: 1000px) {
    body {padding-top: 62px;}

    /* header */
    .header > div {height: 58px;}
    .header .logo {top: 23px; margin-left: -100px;}
    .header .logo {width: 200px;}
} 

@media all and (min-width: 1001px) {
    body {padding-top: 62px; background-size: cover; background-attachment: fixed; background-blend-mode: multiply;}

    /* header */
    .header > div {height: 58px;}
    .header .logo {top: 17px; margin-left: -150px;}
    .header .logo {width: 300px;}

    /* menu */
    .bv-fw-property-menu {border-bottom: 2px solid #000;}
    .bv-fw-property-menu,
    .bv-fw-property-menu .bv-menu {background-color: #282C20 !important;}
    .bv-fw-property-menu .bv-menu > ul > li > a {color: #fff !important; font-weight: bold !important;}
    .bv-fw-property-menu .bv-menu > ul > li > a:before {display: none !important;}
    .bv-fw-property-menu .bv-menu.bv-main li+li,
    .bv-fw-property-menu .bv-menu.bv-support li+li {margin-left: 25px !important;}
    .bv-fw-property-menu .bv-language > a  {color: #fff !important;}
}

@media all and (max-width: 599px) {
    html.bv-widget-noscroll-small-device .header .logo,
    html.bv-menu-noscroll .header .logo {z-index: 1 !important;}
}

@font-face {
  font-family: "GT-America-Standard";
  src:  url(https://resources.citybreak.com/bookvisit/traktforesthotel/GT-America-Standard-Regular.woff) format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "GT-America-Standard";
  src:  url(https://resources.citybreak.com/bookvisit/traktforesthotel/GT-America-Standard-Medium.woff) format("woff");
  font-weight: bold;
  font-style: normal;
}