/* Compiled Less CSS File */
/* Generated from "baotou.css" */

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300);

@import url(https://fonts.googleapis.com/css?family=Open+Sans);
/* Less CSS Document */
/* Will be auto compiled to CSS file on save */
body {
  margin: 0;
}
#header {
  background-image: none;
  background-color: #2d2d2d;
  height: 50px;
}
#header .header-logo img {
  margin: 0px;
  height: 50px;
  border-width: 0px;
}
.header-menu,
.header-setting {
  width: 50px;
}
.header-menu a,
.header-setting a {
  margin-top: 10px;
  width: 30px;
  height: 30px;
  background-size: 20px;
  background-position: center center;
  opacity: 0.6;
}
nav.goto {
  border: solid 1px #DDD;
  background-color: #F2f2f2;
  margin-bottom: 25px;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
}
nav.goto .head > span {
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
}
nav.goto .head .label {
  width: 80%;
  padding: 8px 10px;
  color: #666;
}
nav.goto .head .ico {
  width: 17%;
  *zoom: 1;
}
nav.goto .head .ico:before,
nav.goto .head .ico:after {
  display: table;
  content: "";
  line-height: 0;
}
nav.goto .head .ico:after {
  clear: both;
}
nav.goto .head .ico img {
  float: right;
  height: 16px;
  border-left: solid 1px #DDD;
  padding: 8px 10px;
  display: block;
}
nav.goto ul {
  display: none;
  margin: 0;
  padding: 0;
}
nav.goto ul li {
  background: none;
  margin: 0;
  padding: 0;
  border-top: solid 1px #DDD;
}
nav.goto ul li a {
  color: #666;
  display: block;
  padding: 8px 10px;
}
nav.goto.active .head .ico img {
  -webkit-transform: scaleY(-1);
  -moz-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  transform: scaleY(-1);
}
.hotel-page-image {
  padding: 0;
}
.hotel-page-image img {
  width: 100% ;
  height: auto ;
}
.hotel-page-content {
  padding: 20px;
}
.hotel-page-content p {
  margin: 0;
  padding: 0;
  margin-bottom: 1em;
}
.hotel-page-content h1 {
  padding: 0;
  margin: 0;
  font-size: 1em;
}
.hotel-page-collaterals {
  height: auto;
  *zoom: 1;
}
.hotel-page-collaterals:before,
.hotel-page-collaterals:after {
  display: table;
  content: "";
  line-height: 0;
}
.hotel-page-collaterals:after {
  clear: both;
}
.hotel-page-collaterals > div {
  float: left;
  width: 25%;
  text-align: center;
  box-sizing: border-box;
  padding: 0 7%;
}
.hotel-page-collaterals > div:not(:last-child) {
  border-right: solid 1px #DDD;
}
.hotel-page-collaterals > div .ico {
  position: relative;
  height: auto;
}
.hotel-page-collaterals > div .ico:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.hotel-page-collaterals > div .ico img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 80%;
  max-height: 80%;
}
.hotel-page-collaterals > div .label {
  margin-top: 5px;
  color: #AF8D4C;
  font-size: 0.85em;
}
@media screen and (orientation: portrait) {
  /* portrait-specific styles */
}


/* Important notice - Nicole added on 6th July 2016*/
div.important_notice {
    border-bottom: solid 1px #DDD;
}

/*div.important_notice > .notice_head {
    background: rgb(245,245,245);
    background: -webkit-linear-gradient(top left, rgba(245,245,245,1), rgba(0,0,0,0)); 
    background: -o-linear-gradient(bottom right, rgba(245,245,245,1), rgba(0,0,0,0)); 
    background: -moz-linear-gradient(bottom right, rgba(245,245,245,1), rgba(0,0,0,0)); 
    background: linear-gradient(to bottom right, rgba(245,245,245,1), rgba(0,0,0,0));
}*/

div.important_notice > .notice_head > span {
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
}

div.important_notice > .notice_head > .notice_title {
    width: 80%;
    padding: 8px 4px;
    font-weight: bold;
}

div.important_notice > .notice_head > .notice_ico {
    width: 17%;
    *zoom: 1;
}

div.important_notice > .notice_head > .notice_ico:before,
div.important_notice > .notice_head > .notice_ico:after {
    display: table;
    content: "";
    line-height: 0;
}

div.important_notice > .notice_head > .notice_ico:after {
    clear: both;
}

div.important_notice.active > .notice_head > .notice_ico img {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}

div.important_notice > .notice_head > .notice_ico img {
    float: right;
    width: 10px;
    height: 10px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

div.important_notice > div.notice_detail {
    display: none;
    padding: 2px 8px;
}

div.important_notice > div.notice_detail * {
    font-size: 12px;
}

/* Important notice end */