@import url(reset.css);
@import url(content.css);
@import url(font.css);
/* TEMPLATE Styles */
body {
  position: relative;
  margin: 0px !important;
  overflow-x: hidden;
  font-family: 'Maven Pro', sans-serif;
  -webkit-font-smoothing: subpixel-antialiased;
  font-weight: 300;
  font-size: 18px;
  color: #444;
  line-height: 25px;
}

p {
  margin-bottom: 10px;
}

b {
  font-weight: bold;
}

.clearfix {
  clear: both;
}

#canvas {
  margin: auto;
  background: #fff;
  max-width: 1170px;
  overflow: hidden;
}

.container.navigation {
  float: left;
  width: 100%;
}

.container.navigation li {
  display: block;
  float: left;
  width: 11.1111111111%;
  text-align: center;
  font-size: 12px;
}

.container.navigation li > a > img {
  max-width: 100%;
}

.container.navigation li > a {
  display: block;
  padding: 0;
  text-decoration: none;
  color: #444;
  font-size: 12px;
  line-height: 12px;
}

.container.navigation li > a > img {
  background: #666;
}

.container.navigation li.active {
  font-weight: bold;
}

.container.navigation li.active > a > img {
  background: #e6000a;
}

.container.navigation li > a > img {
  transition: background 0.4s;
}

.container.navigation li > a:hover img {
  background: #e6000a;
}

.container.navigation .icontext {
  display: none;
}

.subnavi {
  display: block;
  float: left;
  width: 100%;
}

.subnavi li a {
  display: block;
  width: 25%;
  float: left;
  text-align: center;
  background: #f2f2f2;
  padding: 10px 0 15px 0;
  text-decoration: none;
  color: #444;
}

.subnavi li a:hover, .subnavi li a.active {
  background: #999;
  color: #fff;
}

.container.interactive {
  display: block;
  width: 100%;
  margin: 0px !important;
  padding: 0px !important;
  color: #444;
}

.container.content {
  float: right;
  padding: 15px;
}

#footer {
  display: block;
  padding: 0px 15px;
  color: #999;
  margin-top: 15px;
}

#footer div {
  text-align: right;
  margin: 0px 0px 10px 5px;
  font-size: 12px;
  margin: auto;
  max-width: 1170px;
}

@media (min-width: 750px) {
  body {
    background: #fff;
  }
  #canvas {
    overflow: visible;
  }
  .container {
    position: relative;
  }
  .container.navigation {
    width: 20%;
    margin-top: 15px;
    padding: 0;
  }
  .container.navigation li {
    width: 31%;
    margin: 0 1% 1% 0;
  }
  .container.navigation li a > img {
    border-radius: 60px;
  }
  .container.content {
    width: 78%;
    padding: 0px;
    margin-top: 15px;
  }
  #footer {
    position: relative;
    margin-top: 0px;
    padding: 0px 0px;
  }
}
