/* CSS Document */
/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: '';
  content: none;
}

q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
  noFocusline: expression(this.onFocus=this.blur());
  outline: 0;
}

a:hover {
  text-decoration: none;
}

a:focus {
  -moz-outline-style: none;
}

/*img*/
img {
  max-width: 100%;
  width: expression(document.body.clientWidth>100?"100%":"auto");
  overflow: hidden;
}

/*page style*/
.txtLeft {
  text-align: left;
}

.txtRight {
  text-align: right;
}

.txtCenter {
  text-align: center;
}

.floatLeft, .imageleft {
  float: left;
  margin-right: 1em;
}

.floatRight, .imageRight {
  float: right;
  margin-left: 1em;
}

.floatClear {
  clear: both;
  height: 0;
}

.clearfix:after {
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  content: " ";
}

.table {
  display: table;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

.tr {
  display: table-row;
}

.td, .th {
  display: table-cell;
}

/* CSS Document */
@font-face {
  font-family: "DINPro-Bold";
  src: url("fonts/DINPro-Bold.eot");
  src: url("fonts/DINPro-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/DINPro-Bold.woff") format("woff"), url("fonts/DINPro-Bold.ttf") format("truetype"), url("fonts/DINPro-Bold.svg#DINPro-Bold") format("svg");
}

@font-face {
  font-family: "DINCond-Regular";
  src: url("fonts/DINCond-Regular.eot");
  src: url("fonts/DINCond-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/DINCond-Regular.woff") format("woff"), url("fonts/DINCond-Regular.ttf") format("truetype"), url("fonts/DINCond-Regular.svg#DINCond-Regular") format("svg");
}

@font-face {
  font-family: "DINCond-Medium";
  src: url("fonts/DINCond-Medium.eot");
  src: url("fonts/DINCond-Medium.eot?#iefix") format("embedded-opentype"), url("fonts/DINCond-Medium.woff") format("woff"), url("fonts/DINCond-Medium.ttf") format("truetype"), url("fonts/DINCond-Medium.svg#DINCond-Medium") format("svg");
}

@font-face {
  font-family: "DINCond-Bold";
  src: url("fonts/DINCond-Bold.eot");
  src: url("fonts/DINCond-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/DINCond-Bold.woff") format("woff"), url("fonts/DINCond-Bold.ttf") format("truetype"), url("fonts/DINCond-Bold.svg#DINCond-Bold") format("svg");
}

/*----landing page-----*/
body {
  background: #000;
  padding: 0;
  margin: 0;
  text-align: center;
  width: 100%;
  overflow-x: hidden;
}

.navbar {
  margin-bottom: 0;
}

#amd {
  width: 100%;
  margin: 0 auto;
  max-width: 1000px;
  font-family: "DINCond-Medium";
  color: #fff;
  font: 100%/1.4 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

#amd .container {
  width: 95%;
  margin: 0 auto;
  max-width: auto;
  text-align: left;
}

#amd .container h2.title {
  color: #dc0437;
  font-size: 1.8em;
  padding-bottom: 15px;
  font-weight: bold;
  padding-top: 20px;
}

#amd .txtbox {
  padding: 20px 0;
}

#amd .txtbox p {
  padding-bottom: 25px;
}

#amd .line {
  border-top: #dc0437 1px solid;
  padding-top: 15px;
}

#amd .txtbox1 {
  text-align: center;
}

#amd .txtbox1 .date {
  color: #dc0437;
  font-size: 2.5em;
  font-weight: bold;
  line-height: 0.6em;
  padding-bottom: 20px;
}

#amd .txtbox1 .date span {
  font-size: 50%;
}

#amd .txtbox1 p {
  font-size: 1.25em;
  padding-bottom: 15px;
}

#amd .txtbox2 h2.title {
  text-align: center;
}

#amd .txtbox2 .tb {
  display: table;
  width: 100%;
  margin: 0 auto;
  border-spacing: 1px;
}

#amd .txtbox2 .tb .tr {
  display: table-row;
}

#amd .txtbox2 .tb .th {
  display: table-cell;
  width: 50%;
}

#amd .txtbox2 .tb .td {
  display: table-cell;
  width: 50%;
}

#amd .txtbox2 .tb .td {
  background: rgba(255, 255, 255, 0.1);
  text-align: center;
  vertical-align: middle;
  padding: 15px;
  border: #c00 1px dashed;
}

#amd .txtbox2 .tb .td a {
  color: #fff;
  font-size: 120%;
}

@media screen and (max-width: 960px) {
  #amd .txtbox2 .tb .td {
    display: table;
    width: 100%;
  }
}

#amd .txtbox3:after {
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  content: "";
}

#amd .txtbox3 .img {
  float: right;
  width: 45%;
  max-width: auto;
}

@media screen and (max-width: 960px) {
  #amd .txtbox3 .img {
    float: none;
    width: 100%;
    text-align: center;
  }
}

#amd .txtbox3 .txt {
  float: left;
  width: 50%;
  max-width: auto;
}

@media screen and (max-width: 960px) {
  #amd .txtbox3 .txt {
    float: none;
    width: 100%;
  }
}

#amd .txtbox5 {
  padding-top: 40px;
}

#amd .txtbox5 h3.subtitle {
  color: #dc0437;
  font-size: 130%;
  font-weight: bold;
}

#amd .txtbox6 {
  text-align: center;
}

#amd .txtbox6 ul:after {
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  content: "";
}

#amd .txtbox6 ul li {
  float: left;
  width: 50%;
  max-width: auto;
}

@media screen and (max-width: 960px) {
  #amd .txtbox6 ul li {
    float: none;
    width: 100%;
    padding: 25px 0;
  }
}

#amd .txtbox6 ul li .img {
  width: 90%;
  margin: 0 auto;
  max-width: 400px;
}

#amd .txtbox6 ul li h4 {
  font-size: 130%;
  font-weight: bold;
  padding-bottom: 10px;
}

#amd .txtbox6 ul li a {
  display: inline-block;
  background: #dc0437;
  color: #fff;
  padding: 5px 10px;
  width: 90%;
  margin: 0 auto;
  max-width: 150px;
  -webkit-transition: 0.5s all ease-in 0.1s;
  -o-transition: 0.5s all ease-in 0.1s;
  transition: 0.5s all ease-in 0.1s;
}

#amd .txtbox6 ul li a:hover {
  width: 95%;
  margin: 0 auto;
  max-width: 200px;
  background: #f00;
}

#amd .txtbox7 {
  padding-top: 75px;
}

#amd .txtbox7 .tb {
  display: table;
  width: 100%;
  margin: 0 auto;
}

#amd .txtbox7 .tb .tr {
  display: table-row;
}

#amd .txtbox7 .tb .th {
  display: table-cell;
  width: 50%;
}

#amd .txtbox7 .tb .td {
  display: table-cell;
  width: 50%;
}

#amd .txtbox7 .tb .td {
  text-align: right;
  padding-bottom: 10px;
}

@media screen and (max-width: 960px) {
  #amd .txtbox7 .tb .th, #amd .txtbox7 .tb .td {
    display: table;
    width: 100%;
    text-align: center;
    padding: 10px;
  }
}

#amd .txtbox7 p {
  padding: 0 0 10px;
  font-size: 80%;
}
