/* ==========================================================================
   Media: screen, projection, tv
   ========================================================================== */
@media screen, projection, tv {
  @font-face {
    font-family: 'Calibri Light';
    src: url('../fonts/calibri_light.eot');
    src: url('../fonts/calibri_light.eot?#iefix') format('embedded-opentype'), url('../fonts/calibri_light.svg#Calibri Light') format('svg'), url('../fonts/calibri_light.woff') format('woff'), url('../fonts/calibri_light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
  }
  /* ==========================================================================
   Reset
   ========================================================================== */
  html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
  }
  p,
  ul,
  ol,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    padding: 0;
    margin: 0;
  }
  a {
    background: transparent;
  }
  a:focus,
  a:active,
  a:hover {
    outline: 0;
    text-decoration: none;
  }
  b,
  strong {
    font-weight: bold;
  }
  img {
    border: 0;
  }
  /* Form */
  fieldset {
    padding: 0;
    border: 0;
    margin: 0;
  }
  legend {
    border: 0;
    padding: 0;
  }
  button,
  input,
  select,
  textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
  }
  button,
  select {
    text-transform: none;
  }
  button,
  html input[type="button"],
  input[type="reset"],
  input[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */
  }
  button[disabled],
  html input[disabled] {
    cursor: default;
  }
  input[type="checkbox"],
  input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
  }
  input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
  }
  input[type="search"]::-webkit-search-cancel-button,
  input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  button::-moz-focus-inner,
  input::-moz-focus-inner {
    border: 0;
    padding: 0;
  }
  textarea {
    overflow: auto;
    vertical-align: top;
  }
  /* ==========================================================================
   BODY
   ========================================================================== */
  body {
    background: url(../images/bg/body.png);
    font: 1em/1em Calibri, Candara, Segoe, 'Segoe UI', Optima, Arial, sans-serif;
    text-align: center;
    margin: 0;
  }
  .wrapper {
    text-align: left;
    width: 998px;
    margin-right: auto;
    margin-left: auto;
  }
  .container {
    background: url(../images/bg/container.png) no-repeat center bottom;
    padding-bottom: 107px;
  }
  .container-wrapper {
    background: url(../images/bg/container-wrapper.png) repeat-y center top;
  }
  .main {
    background: url(../images/bg/main.png) repeat-y left 0;
    position: relative;
  }
  .clear {
    clear: both;
  }
  .clearfix:after,
  .clearfix:before {
    content: " ";
    display: table;
  }
  .clearfix:after {
    clear: both;
  }
  .clearfix {
    *zoom: 1;
  }
  /* ==========================================================================
   HEADER
   ========================================================================== */
  .header-base {
    background: url(../images/bg/header.png);
    height: 112px;
    font-family: 'Calibri Light';
  }
  .header-base .logo {
    color: #ffffff;
    font-weight: 100;
    font-size: 187.5%;
    line-height: 30px;
    text-decoration: none;
    float: left;
    margin-top: 42px;
    margin-left: 20px;
  }
  .header-base .items {
    float: right;
    margin-top: 50px;
  }
  .header-base .item {
    color: #ffffff;
    font-size: 112.5%;
    line-height: 18px;
    text-decoration: none;
    margin-left: 20px;
  }
  /* ==========================================================================
   SECTION
   ========================================================================== */
  .section {
    color: #6c6c6c;
    float: right;
    width: 747px;
    padding: 20px;
    margin-bottom: -85px;
  }
  .section h1 {
    color: #625656;
    font-weight: 400;
    font-size: 150%;
    line-height: 24px;
    margin-bottom: 30px;
  }
  .section p {
    font-size: 87.5%;
    line-height: 17px;
    margin-bottom: 20px;
  }
  .section a {
    color: #e97d2e;
    text-decoration: none;
  }
  .section a:hover {
    text-decoration: underline;
  }
  .section .image {
    background: url(../images/bg/image.png) no-repeat;
    float: left;
    width: 191px;
    height: 155px;
    padding: 20px 19px 19px;
    margin-left: -10px;
  }
  .section .direction {
     
  }
  .section .direction a {
    color: #6c6c6c;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition:.5s;
  }
  .section .direction a:hover {
    color: #f9c201;
  }
  /* ==========================================================================
   ASIDE
   ========================================================================== */
  .aside {
    float: left;
    width: 211px;
    margin-bottom: -85px;
  }
  .aside-content {
    position: relative;
    z-index: 100;
    padding-top: 15px;
    padding-left: 15px;
  }
  .aside-top {
    background: url(../images/bg/aside-top.png) no-repeat 0 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 211px;
    height: 100px;
  }
  .aside-bottom {
    background: url(../images/bg/aside-bottom.png) no-repeat 0 bottom;
    position: absolute;
    bottom: -85px;
    left: 0;
    width: 211px;
    height: 100px;
  }
  .aside .nav {
    font-size: 112.5%;
    list-style: none;
    margin-bottom: 35px;
  }
  .aside .item {
    background: url(../images/bg/nav-item.png) repeat-x 0 bottom;
    padding-bottom: 2px;
  }
  .aside .item-link {
    color: #5b5b5b;
    line-height: 34px;
    display: block;
    height: 34px;
    text-decoration: none;
    padding-left: 4px;
  }
  .aside .item-link.active,
  .aside .item-link:hover {
    color: #e97d2e;
  }
  .aside .image-link {
    margin-left: 4px;
  }
  .aside .space {
    height: 35px;
  }
  /* ==========================================================================
   FOOTER
   ========================================================================== */
  .footer {
    color: #333333;
    font-size: 87.5%;
    margin-bottom: 15px;
  }
  .footer a {
    color: #333333;
    text-decoration: none;
  }
  .footer .wrapper {
    text-align: right;
  }
}