body {
  font-family: "Lato", Arial;
  font-size: 14px;
  line-height: 150%;
  margin: 0;
  color: #333;
  font-weight: 400;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

p {
  line-height: 150%;
  margin: 0 0 10px;
}

ul {
  margin: 0;
  padding: 0;
}

fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 100%;
  font-family: "Lato", Arial;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
}

figure {
  margin: 0;
}

* {
  margin: 0;
}

body {
  font-family: "Lato", Arial;
  font-size: 14px;
  line-height: 150%;
  margin: 0;
  color: #333;
  font-weight: 400;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

p {
  line-height: 150%;
  margin: 0px;
}

ul {
  margin: 0;
  padding: 0;
}

fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 100%;
  font-family: "Lato", Arial;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
}

figure {
  margin: 0;
}

.left {
  float: left;
}

.right {
  float: right;
}

.clr {
  clear: both;
}

.txtcenter {
  text-align: center;
}

ol {
  margin: 0;
  padding: 0;
}

nav {
  background-color: #ffffff;
  height: 150px;
  position: fixed;
  width: 100vw;
  top: 0;
  z-index: 999;
  display: table;
}
nav .logo-container {
  width: 100%;
  height: 150px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}
nav .logo-container a {
  display: inline-block;
}
nav .logo-container img {
  width: 230px;
  height: auto;
  display: block;
}
nav .logo-container .chinesetext {
  position: absolute;
  top: 65px;
  right: 0;
  padding-right: 60px;
}
nav .logo-container .chinesetext a {
  color: #1a1a1a;
  font-size: 12px;
  font-weight: 700;
}
nav .logo-container .chinesetext a:hover {
  color: #ed1b2f;
  text-decoration: none;
}

.selection-wrapper {
  padding: 0px;
  max-width: 1920px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 150px;
  /* Image zoom on hover + Overlay colour */
}
.selection-wrapper .parent {
  /*height: 732px;*/
  width: 49.8%;
  height: calc(100vh - 150px);
  overflow: hidden;
  position: relative;
  float: left;
  display: inline-block;
  cursor: pointer;
}
.selection-wrapper .parent .child {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  /* Several different images */
}
.selection-wrapper .parent .child:before {
  content: "";
  display: none;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
}
.selection-wrapper .parent .child.bg-beijing {
  background-image: url("../images/bg-beijing.jpg");
}
.selection-wrapper .parent .child.bg-chengdu {
  background-image: url("../images/bg-chengdu.jpg");
}
.selection-wrapper .parent .child .bigtitle {
  /*display: none;*/
  width: 400px;
  font-size: 13px;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: auto;
  position: relative;
  padding-top: 60px;
  height: auto;
}
.selection-wrapper .parent .child .bigtitle .heading {
  font-size: 48px;
  letter-spacing: 2px;
  font-weight: 700;
  line-height: 100%;
}
.selection-wrapper .parent .child .bigtitle .subhead {
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: 300;
}
.selection-wrapper .parent .child .bigtitle span {
  width: 130px;
  height: 1px;
  background: #ffffff;
  display: block;
  margin: 20px auto 20px auto;
}
.selection-wrapper .parent .child .bigtitle .date {
  font-size: 20px;
  letter-spacing: 1px;
  font-weight: 700;
}
.selection-wrapper .parent .btn-container {
  display: none;
  padding: 30px 0;
}
.selection-wrapper .parent .btn-container .white-button {
  background: url("../images/button-link.png") no-repeat scroll 120% center transparent;
  background-size: 20px;
  color: #fff;
  border: 1px solid #fff;
  padding: 9px 50px;
  font-size: 16px;
  font-weight: 400;
  text-transform: none;
  border-radius: 160px 160px 160px 160px;
  -moz-border-radius: 160px 160px 160px 160px;
  -webkit-border-radius: 160px 160px 160px 160px;
  behavior: url(../js/PIE.htc);
  position: relative;
  -o-transition: background 0.5s,color 0.5s;
  /* Opera */
  -ms-transition: background 0.5s,color 0.5s;
  /* IE */
  -moz-transition: background 0.5s,color 0.5s;
  /* Firefox 4 */
  -webkit-transition: background 0.5s,color 0.5s;
  /* Safari and Chrome */
  transition: background 0.5s,color 0.5s;
}
.selection-wrapper .parent .btn-container .white-button.select, .selection-wrapper .parent .btn-container .white-button:hover {
  background-position: 90% center;
  background-size: 20px;
  background-color: transparent;
  color: #fff;
  text-decoration: none;
}
.selection-wrapper .parent:hover .child, .selection-wrapper .parent:focus .child {
  -ms-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.selection-wrapper .parent:hover .child:before, .selection-wrapper .parent:focus .child:before {
  display: block;
}
.selection-wrapper .parent:hover .child .bigtitle, .selection-wrapper .parent:focus .child .bigtitle {
  display: block;
}
.selection-wrapper .parent:hover .btn-container, .selection-wrapper .parent:focus .btn-container {
  display: inline-block;
}
.selection-wrapper .right {
  float: right !important;
}

.findout-container {
  position: absolute;
  margin: 0;
  bottom: 0;
  width: 100%;
  height: 57px;
}
.findout-container .center {
  width: 244px;
  margin: 0 auto;
}
.findout-container .greybutton {
  background: #fafafa;
  color: #808080;
  padding: 20px 30px;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  border-radius: 6px 6px 0px 0px;
  -moz-border-radius: 6px 6px 0px 0px;
  -webkit-border-radius: 6px 6px 0px 0px;
  behavior: url(../js/PIE.htc);
  position: relative;
}
.findout-container .greybutton.select, .findout-container .greybutton:hover {
  text-decoration: none;
}
.findout-container .greybutton img {
  position: relative;
  top: 10px;
  left: 10px;
}

.content-wrapper {
  display: none;
  padding: 60px;
  margin: 0 auto;
  text-align: center;
}
.content-wrapper h3 {
  font-size: 24px;
  margin-bottom: 20px;
}
.content-wrapper p {
  font-size: 16px;
  letter-spacing: 1px;
}

footer {
  display: none;
  width: 100%;
  background: #f2f2f2;
  height: 60px;
}
footer p {
  text-align: center;
  color: #808080;
  letter-spacing: 1px;
  padding-top: 20px;
}

/* Media Queries */
@media screen and (max-width: 1024px) {
  nav {
    height: 80px;
  }
  nav .logo-container {
    text-align: left;
    height: 80px;
    padding-left: 60px;
  }
  nav .logo-container img {
    width: 140px;
  }
  nav .logo-container .chinesetext {
    top: 27px;
    padding-right: 60px;
  }

  .selection-wrapper {
    margin-top: 80px;
  }
  .selection-wrapper .parent {
    width: 100%;
    height: calc(50vh - 40px);
  }
  .selection-wrapper .parent .child {
    -webkit-transition: unset;
    -moz-transition: unset;
    -o-transition: unset;
    transition: unset;
  }
  .selection-wrapper .parent .child.bg-beijing {
    background: url("../images/bg-beijing-m.jpg") no-repeat top left;
    background-size: cover;
  }
  .selection-wrapper .parent .child.bg-chengdu {
    background: url("../images/bg-chengdu-m.jpg") no-repeat 25%;
    background-size: cover;
  }
  .selection-wrapper .parent .child:before {
    content: none;
  }
  .selection-wrapper .parent .child .bigtitle {
    width: 100%;
    /*height:250px;*/
    padding-top: 10%;
  }
  .selection-wrapper .parent .btn-container {
    display: block;
  }
  .selection-wrapper .parent:hover .child, .selection-wrapper .parent:focus .child {
    -ms-transform: unset;
    -moz-transform: unset;
    -webkit-transform: unset;
    -o-transform: unset;
    transform: unset;
  }
}
@media screen and (max-width: 479px) {
  nav .logo-container {
    padding-left: 30px;
  }
  nav .logo-container .chinesetext {
    padding-right: 30px;
  }

  .selection-wrapper .parent .child.bg-beijing {
    background-size: 120%;
    background-position: top center;
  }
  .selection-wrapper .parent .child.bg-chengdu {
    background-size: 120%;
    background-position: top center;
  }
  .selection-wrapper .parent .child .bigtitle .heading {
    font-size: 24px;
  }
  .selection-wrapper .parent .child .bigtitle .subhead {
    font-size: 16px;
  }
  .selection-wrapper .parent .child .bigtitle span {
    margin: 12px auto 12px auto;
  }
  .selection-wrapper .parent .child .bigtitle .date {
    font-size: 18px;
  }
  .selection-wrapper .parent .btn-container {
    padding: 20px 0;
  }
  .selection-wrapper .parent .btn-container .white-button {
    padding: 6px 30px;
    font-size: 16px;
    background-size: 15px;
  }

  .findout-container {
    height: 32px;
  }
  .findout-container .center {
    width: 173px;
  }
  .findout-container .greybutton {
    padding: 10px 20px;
    font-size: 14px;
  }
  .findout-container .greybutton img {
    top: 5px;
    width: 20px;
  }

  .content-wrapper {
    padding: 30px;
  }

  footer p {
    font-size: 11px;
  }
}
@media screen and (max-width: 360px) {
  .selection-wrapper .parent .child.bg-beijing {
    background-size: 120%;
    background-position: top center;
  }
  .selection-wrapper .parent .child.bg-chengdu {
    background-size: 120%;
    background-position: top center;
  }
  .selection-wrapper .parent .child .bigtitle {
    font-size: 11px;
    padding-top: 20px;
  }
  .selection-wrapper .parent .child .bigtitle .heading {
    font-size: 20px;
  }
  .selection-wrapper .parent .child .bigtitle .subhead {
    font-size: 14px;
  }
  .selection-wrapper .parent .child .bigtitle .date {
    font-size: 14px;
  }
  .selection-wrapper .parent .btn-container {
    padding: 20px 0;
  }
  .selection-wrapper .parent .btn-container .white-button {
    padding: 6px 30px;
    font-size: 14px;
  }

  .findout-container {
    height: 32px;
  }
  .findout-container .center {
    width: 165px;
  }
  .findout-container .greybutton {
    padding: 10px 20px;
    font-size: 13px;
  }
  .findout-container .greybutton img {
    top: 5px;
    width: 20px;
  }
}
/* orientation lock for landscape */
@media screen and (max-width: 815px) and (orientation: landscape) {
  .selection-wrapper .parent {
    height: calc(120vh - 80px);
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) and (orientation: landscape) {
  nav {
    width: 100%;
  }
  nav .logo-container {
    padding-left: 30px;
  }
  nav .logo-container .chinesetext {
    padding-right: 30px;
  }

  .selection-wrapper .parent {
    height: calc(100vh - 80px);
  }
  .selection-wrapper .parent .child.bg-beijing {
    background-size: 120%;
    background-position: top center;
  }
  .selection-wrapper .parent .child.bg-chengdu {
    background-size: 120%;
    background-position: top center;
  }
  .selection-wrapper .parent .child .bigtitle {
    font-size: 11px;
    padding-top: 20px;
  }
  .selection-wrapper .parent .child .bigtitle .heading {
    font-size: 20px;
  }
  .selection-wrapper .parent .child .bigtitle .subhead {
    font-size: 14px;
  }
  .selection-wrapper .parent .child .bigtitle .date {
    font-size: 14px;
  }
  .selection-wrapper .parent .btn-container {
    padding: 20px 0;
  }
  .selection-wrapper .parent .btn-container .white-button {
    padding: 6px 30px;
    font-size: 14px;
  }

  .findout-container {
    height: 45px;
  }
  .findout-container .center {
    width: 165px;
  }
  .findout-container .greybutton {
    padding: 10px 20px;
    font-size: 13px;
  }
  .findout-container .greybutton img {
    top: 5px;
    width: 20px;
  }
}

/*# sourceMappingURL=all.css.map */
