@media screen and (min-width: 980px) {
  html, body {
    font-size: 12px; }
  a, p, span, td {
    color: #9B9B9B; }
  .left {
    float: left; }
  .right {
    float: right; }
  #container {
    margin: auto;
    width: 79.16667rem; }
  #logo, #nav, #content, #footer {
    position: relative;
    width: 79.16667rem;
    height: auto; }
  #logo {
    text-align: right; }
  #nav ul {
    margin: 0rem;
    padding: 0rem;
    list-style: none;
    height: auto; }
  #nav ul li {
    margin: 0rem;
    padding: 0rem;
    float: left;
    height: 1.41667rem; }
  #nav ul li a {
    text-decoration: none;
    font: normal normal normal 1rem Helvetica, Arial, sans-serif;
    padding: 0rem 0.83333rem; }
  #nav ul li.active a span {
    color: #971230; }
  #nav ul li a:hover {
    color: #971230; }
  #content {
    height: auto;
    margin-top: 1.66667rem; }
  #content .visual {
    width: 45.25rem;
    height: 37.33333rem;
    float: left; }
  #content .text {
    width: 33.91667rem;
    float: left;
    height: auto; }
  #content .text h1 {
    color: #971230;
    font: normal normal normal 2.7rem Helvetica, Aral, sans-serif;
    margin: 0 1rem 3rem 1.83333rem;
    padding: 0; }
    #content .text h2 {
    color: #971230;
    font: normal normal normal 2.7rem Helvetica, Aral, sans-serif;
    margin: 30px 0 3rem 1.83333rem;
    padding: 0; }
  #content .text p {
    font: normal normal normal 1rem Helvetica, Arial, sans-serif;
    margin: 0 0.83333rem 20px 1.83333rem;
    line-height: 1.3; }
  #content .text table {
    font: normal normal normal 1rem Helvetica, Arial, sans-serif;
    margin: 3.33333rem 0.83333rem 0 1.83333rem; }
  #content .text table tr td {
    padding-right: 0.33333rem;
    padding-bottom: 0.25rem; }
  #footer {
    margin-top: 0.83333rem; }
  #footer p {
    /*padding: 0rem 0.83333rem;*/
  }
  #slider {
    position: relative;
    /*Change this to your images width*/
    /*Change this to your images height*/ }
  #slider img {
    position: absolute;
    top: 0;
    left: 0;
    display: none; }
  #slider a {
    border: 0;
    display: block; } }