@import 'normalize.css';
html,
body {
  height: 100%;
  color: #f4f4f4;
  font: 14px/21px 'Droid Serif', serif;
}
a {
  color: #666;
  text-decoration: none;
}
a:hover {
  color: #fff;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
section {
  height: 100%;
  background: #111;
}
section .content {
  *zoom: 1;
  width: auto;
  max-width: 980px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
}
section .content:before,
section .content:after {
  content: '';
  display: table;
}
section .content:after {
  clear: both;
}
section .content .txt {
  display: block;
  clear: both;
  float: none;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
section .content .txt:first-child {
  margin-left: auto;
}
section .content .txt:last-child {
  margin-right: auto;
}
@media only screen and (min-width: 400px) and (max-width: 1050px) {
  section .content .txt {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 48.5%;
    margin-left: 0%;
    margin-right: 3%;
  }
  section .content .txt:before,
  section .content .txt:after {
    content: '';
    display: table;
  }
  section .content .txt:after {
    clear: both;
  }
  section .content .txt:last-child {
    margin-right: 0%;
  }
}
@media only screen and (min-width: 1050px) {
  section .content .txt {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 31.3333333333333%;
    margin-left: 0%;
    margin-right: 3%;
  }
  section .content .txt:before,
  section .content .txt:after {
    content: '';
    display: table;
  }
  section .content .txt:after {
    clear: both;
  }
  section .content .txt:last-child {
    margin-right: 0%;
  }
}
.logo {
  text-indent: -2000em;
  background: url("../img/logo_white.png") no-repeat;
  background-size: 35px 10px;
  height: 10px;
  width: 35px;
  margin: 50px 0px 34px 0px;
}
.section01 {
  background: #111 url("../img/madrid.png") left -1px bottom -1px/100% repeat-x;
}
.section02 {
  color: #111;
  background: #fff url("../img/pekin.png") left -1px bottom -1px/100% repeat-x;
  background-size: 100%;
}
.section02 .logo {
  background: url("../img/logo_black.png") no-repeat;
  background-size: 35px 10px;
}
@media only screen and (min-width: 400px) and (max-width: 1050px) {
  .section02 .logo {
    position: relative;
    left: 51.5%;
  }
}
@media only screen and (min-width: 1050px) {
  .section02 .logo {
    position: relative;
    left: 68.6666666666667%;
  }
}
@media only screen and (min-width: 400px) and (max-width: 1050px) {
  .section02 .txt {
    position: relative;
    left: 51.5%;
  }
}
@media only screen and (min-width: 1050px) {
  .section02 .txt {
    position: relative;
    left: 68.6666666666667%;
  }
}
.section03 {
  background: #111 url("../img/berlin.png") left -1px bottom -1px/100% repeat-x;
  background-size: 100%;
}
.section03 ul {
  color: #666;
  margin-top: 30px;
}
