@charset "utf-8";
@font-face {
  font-family: wrc_roman;
  src: url('fonts/WRCROMAN.eot');
  src: local(wrc_roman), url('fonts/WRCROMAN.woff') format('woff'), url('fonts/WRCROMAN.svg#WRCCleanRoman') format('svg'), url('fonts/WRCROMAN.ttf') format('opentype');
}
@font-face {
  font-family: wrc_clean;
  src: url('fonts/WRCCLEAN.eot');
  src: local(wrc_clean), url('fonts/WRCCLEAN.woff') format('woff'), url('fonts/WRCCLEAN.svg#WRCCleanBold') format('svg'), url('fonts/WRCCLEAN.ttf') format('opentype');
}
html,
body {
  margin: 0;
  padding: 0;
}
body {
  -webkit-text-size-adjust: none;
  overflow-x: hidden;
  overflow-y: scroll;
}
.wrapper {
  width: 1216px;
  padding: 0 176px 0 0;
  margin: 0 auto;
  position: relative;
  min-height: 748px;
}
header,
nav,
section,
article,
aside,
footer,
hgroup {
  display: block;
}
img {
  display: block;
  border: 0;
  font: 12px/12px 'wrc_roman';
  color: #999;
}
.fleft {
  float: left;
}
.fright {
  float: right !important;
}
.aright {
  text-align: right;
}
.acenter {
  text-align: center;
}
strong,
b {
  font-weight: normal !important;
  font-family: 'wrc_clean' !important;
}
.red {
  color: #cc0000 !important;
}
.green {
  color: #709d24 !important;
}
::selection {
  background: #c5e58e;
}
::-moz-selection {
  background: #c5e58e;
}
.clear {
  clear: both;
}
header {
  padding: 0 8px;
  text-align: center;
}
header .logo {
  float: left;
  display: block;
  margin: 24px 8px 0;
}
header .fia {
  float: right;
  display: block;
  margin: 24px 8px 0;
}
header .meta-nav {
  padding: 24px 0 0;
  display: inline-block;
  position: relative;
  z-index: 50;
  *zoom: 1;
  *display: inline;
}
header .meta-nav > ul {
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
}
header .meta-nav > ul li {
  float: left;
  font: 14px/20px 'wrc_clean';
  text-transform: uppercase;
  position: relative;
}
header .meta-nav > ul ul {
  list-style: none;
  margin: 0;
  padding: 0;
  float: left;
}
header .meta-nav > ul ul li {
  margin: 0 0 0 2px;
  padding: 0;
  background: #666;
}
header .meta-nav > ul a {
  text-decoration: none;
  color: #FFF;
  display: block;
  padding: 14px 16px;
  white-space: nowrap;
}
header .meta-nav > ul > li > a {
  display: block;
  background: #666;
  float: left;
  margin: 0 0 0 2px;
  padding: 14px 16px;
}
header .meta-nav .champ > li > a {
  display: none;
}
header .meta-nav .champ li li {
  background-color: #999;
}
header .meta-nav .champ .com.active,
header .meta-nav .champ .com:hover {
  background-color: #8DC72D;
}
header .meta-nav .champ .wrc.active,
header .meta-nav .champ .wrc:hover {
  background-color: #8DC72D;
}
header .meta-nav .champ .wrc-2.active,
header .meta-nav .champ .wrc-2:hover {
  background-color: #bf3043;
}
header .meta-nav .champ .wrc-3.active,
header .meta-nav .champ .wrc-3:hover {
  background-color: #E48706;
}
header .meta-nav .champ .juniorwrc.active,
header .meta-nav .champ .juniorwrc:hover {
  background-color: #4DA1D4;
}
header .meta-nav .lang > li > ul {
  display: none;
  position: absolute;
  top: 48px;
  left: 0;
  z-index: 50;
  width: 100%;
  text-align: left;
}
header .meta-nav .lang > li > ul li {
  display: block;
  float: none;
  border-top: 2px solid #FFF;
}
header .meta-nav .lang > li:hover {
  display: block;
}
header .meta-nav .social > li > a {
  display: none;
}
header .meta-nav .social ul a {
  height: 20px;
  width: 20px;
  background: url(../img/sprite_meta.png) 0 0 no-repeat;
  text-indent: 999px;
  overflow: hidden;
}
header .meta-nav .social a.yt {
  background-position: 16px -26px;
}
header .meta-nav .social a.fb {
  background-position: 16px -66px;
}
header .meta-nav .social a.tw {
  background-position: 16px -106px;
}
header .meta-nav .social a.rss {
  background-position: 16px -146px;
}
header .meta-nav .quicksearch {
  float: left;
  margin: 0;
  padding: 0;
  background: #666;
  margin: 0 0 0 2px;
  font: 14px/20px 'wrc_clean';
  text-transform: uppercase;
  text-indent: 999px;
  overflow: hidden;
  white-space: nowrap;
}
header .meta-nav .quicksearch a {
  text-decoration: none;
  color: #FFF;
  display: block;
  background: url(../img/sprite_meta.png) 16px 14px no-repeat;
  padding: 14px 16px;
  width: 20px;
  height: 20px;
}
header .meta-nav .live {
  float: left;
  margin: 0;
  padding: 0;
  background: #999;
  margin: 0 0 0 2px;
  font: 14px/20px 'wrc_clean';
  text-transform: uppercase;
  white-space: nowrap;
}
header .meta-nav .live a {
  text-decoration: none;
  color: #FFF;
  display: block;
  padding: 14px 16px;
  height: 20px;
}
header .meta-nav .live.active {
  background: #111;
}
header .meta-nav .live.active a {
  color: #8dc72d;
}
nav {
  margin: 0 8px 32px;
  border-top: 32px solid #FFF;
  padding: 0;
  position: relative;
  clear: both;
  background: #111;
}
nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  clear: both;
}
nav .showsub {
  padding-bottom: 28px;
}
nav .showsub2 {
  padding-bottom: 60px;
}
nav li {
  float: left;
  text-transform: uppercase;
}
nav > ul {
  overflow: hidden;
}
nav > ul > li {
  font: 24px/40px 'wrc_roman';
  color: #FFF;
}
nav > ul > li > a {
  color: #FFF;
  text-decoration: none;
  border-bottom: 4px solid #111;
  display: block;
  float: left;
  padding: 4px 8px 0;
  margin: 0 10px 0 12px;
}
nav > ul > li > a.active,
nav > ul > li > a:hover {
  color: #8DC72D;
}
nav > ul > li > a.active {
  border-bottom-color: #8DC72D;
}
nav > ul > li > a.active + ul {
  display: block;
}
nav > ul > li.menu {
  display: none;
}
nav > ul > li .more {
  display: none;
}
nav > ul > li > ul {
  position: absolute;
  display: none;
  top: 48px;
  left: 0;
  background: #8DC72D;
  width: 100%;
}
nav > ul > li > ul > li {
  display: block;
  float: left;
  font: 16px/32px 'wrc_roman';
  color: #000;
}
nav > ul > li > ul > li > a {
  display: block;
  text-decoration: none;
  color: #000;
  padding: 0 8px;
  margin: 0 0 0 12px;
}
nav > ul > li > ul > li > a.active,
nav > ul > li > ul > li > a:hover {
  color: #FFF;
}
nav > ul > li > ul > li > a.active + ul {
  display: block;
}
nav > ul > li > ul > li > a img {
  margin: 7px 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
  opacity: 0.8;
  -khtml-opacity: 0.8;
  -moz-opacity: 0.8;
}
nav > ul > li > ul > li > a img:hover {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  filter: alpha(opacity=90);
  opacity: 0.9;
  -khtml-opacity: 0.9;
  -moz-opacity: 0.9;
}
nav > ul > li > ul > li > a.active img {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  border: 2px solid #FFF;
  margin: 5px 0 5px -2px;
}
nav > ul > li > ul ul {
  display: none;
  position: absolute;
  top: 32px;
  left: 0;
  background: #EEE;
  width: 100%;
}
nav > ul > li > ul ul li {
  display: block;
  float: left;
  font: 14px/28px 'wrc_roman';
  color: #666;
}
nav > ul > li > ul ul li a {
  color: #666;
  display: block;
  text-decoration: none;
  padding: 0 8px;
  margin: 0 0 0 12px;
}
nav > ul > li > ul ul li a.active,
nav > ul > li > ul ul li a:hover {
  color: #000;
}
.aufmacher {
  overflow: hidden;
  height: 531px;
  margin: 0 8px 32px;
}
.aufmacher .current {
  float: left;
  position: relative;
}
.aufmacher .current > a,
.aufmacher .current > a img {
  display: block;
}
.aufmacher .current .heading {
  position: absolute;
  background-color: #000 !important;
  background-color: rgba(0,0,0,0.8) !important;
  bottom: 24px;
  left: 24px;
  padding: 12px 0;
  text-transform: uppercase;
  max-width: 896px;
}
.aufmacher .current .heading h1 {
  font: 40px/40px 'wrc_roman';
  margin: 0;
  padding: 0 16px;
  clear: left;
}
.aufmacher .current .heading h1 a {
  text-decoration: none;
  color: #FFF;
}
.aufmacher .current .heading h1 span {
  display: block;
}
.aufmacher .current .heading ul {
  font: 24px/24px 'wrc_roman';
  margin: 0 16px 0 0;
  padding: 0;
  overflow: hidden;
}
.aufmacher .current .heading ul li {
  float: left;
  padding: 0 12px;
  background: #8DC72D;
  color: #FFF;
  font: 14px/24px 'wrc_clean';
  margin: 12px 0 0 16px;
  list-style: none;
}
.aufmacher .current .heading ul a {
  color: #FFF;
  float: left;
  display: block;
  text-decoration: none;
}
.aufmacher .current .heading .smarticon {
  background: url(../img/smarticons_w12.png) 0 0 no-repeat;
  padding-left: 16px;
}
.aufmacher .current .heading .smarticon.calendar {
  background-position: 0 6px;
}
.aufmacher .current .heading .smarticon.maps {
  background-position: 0 -14px;
}
.aufmacher .current .heading .smarticon.info {
  background-position: 0 -34px;
}
.aufmacher .current .heading .smarticon.video {
  background-position: 0 -54px;
}
.aufmacher .current .heading .smarticon.news {
  background-position: 0 -74px;
}
.aufmacher .current .heading .smarticon.link {
  background-position: 0 -94px;
}
.aufmacher .current .heading .smarticon.fav {
  background-position: 0 -114px;
}
.aufmacher .current .heading .smarticon.gallery {
  background-position: 0 -134px;
}
.aufmacher .current .heading .smarticon.time {
  background-position: 0 -154px;
}
.aufmacher .current .heading .smarticon.comment {
  background-position: 0 -174px;
}
.aufmacher .current .heading .smarticon.account {
  background-position: 0 -194px;
}
.aufmacher .current .heading .smarticon.check {
  background-position: 0 -214px;
}
.aufmacher .current .heading .smarticon.list {
  background-position: 0 -234px;
}
.aufmacher .current .heading .smarticon.crash {
  background-position: 0 -254px;
}
.aufmacher .current .heading .smarticon.fia {
  background-position: 0 -274px;
}
.aufmacher .current .heading .smarticon.service {
  background-position: 0 -294px;
}
.aufmacher .current .heading .smarticon.tyres {
  background-position: 0 -314px;
}
.aufmacher .current .heading .smarticon.socialicon {
  background-position: 0 -334px;
}
.aufmacher .current .heading .smarticon.weather {
  background-position: 0 -354px;
}
.aufmacher .current .heading .smarticon.retirement {
  background-position: 0 -374px;
}
.aufmacher .current .heading .smarticon.mail {
  background-position: 0 -394px;
}
.aufmacher .current .heading .smarticon.none {
  background: none;
}
.aufmacher .current .heading:hover {
  background-color: #000 !important;
  background-color: rgba(0,0,0,0.85) !important;
}
.aufmacher .current .heading.live h1 a {
  color: #8DC72D;
  display: block;
  background-image: url("../img/btn_wrc_live.png");
  background-position: center right;
  background-repeat: no-repeat;
  padding-right: 178px;
}
.aufmacher .thumbs > div {
  float: right;
}
.aufmacher .thumbs > div a {
  display: block;
  width: 240px;
  height: 120px;
  overflow: hidden;
  margin-bottom: 17px;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  filter: alpha(opacity=50);
  opacity: 0.5;
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5;
  position: relative;
  text-decoration: none;
  color: #FFF;
}
.aufmacher .thumbs > div a:hover {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
  opacity: 0.8;
  -khtml-opacity: 0.8;
  -moz-opacity: 0.8;
}
.aufmacher .thumbs > div a.active {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
}
.aufmacher .thumbs > div h2 {
  text-transform: uppercase;
  position: absolute;
  bottom: 4px;
  left: 4px;
  max-width: 216px;
  padding: 8px;
  background-color: #000 !important;
  background-color: rgba(0,0,0,0.8) !important;
  margin: 0;
}
.aufmacher .thumbs > div h2 span {
  font: 14px/16px 'wrc_roman';
  display: block;
}
.aufmacher .thumbs > div h2.live {
  color: #8DC72D;
}
.partners {
  overflow: hidden;
  padding: 0 8px 32px;
  margin-right: -8px;
  clear: both;
}
.partners .wide,
.partners .middle,
.partners .narrow {
  background: #EEE;
  height: 80px;
  float: left;
  margin-right: 8px;
}
.partners .wide a,
.partners .middle a,
.partners .narrow a {
  display: block;
  height: 80px;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  filter: alpha(opacity=50);
  opacity: 0.5;
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5;
  background-position: center -80px;
  background-repeat: no-repeat;
}
.partners .wide a:hover,
.partners .middle a:hover,
.partners .narrow a:hover {
  background-position: center 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
}
.partners .wide a {
  padding: 0 100px;
  width: 192px;
}
.partners .middle a {
  padding: 0 55px;
  width: 110px;
}
.partners .narrow a {
  width: 72px;
  padding: 0 28px;
}
.partners .michelin {
  background-image: url(../img/logo_michelin.png);
}
.partners .certina {
  background-image: url(../img/logo_certina.png);
}
.partners .vw {
  background-image: url(../img/logo_vw.png);
}
.partners .citroen {
  background-image: url(../img/logo_citroen.png);
}
.partners .fia {
  background-image: url(../img/logo_fia.png);
}
.partners .hyundai {
  background-image: url(../img/logo_hyundai.png);
}
.partners .lexar {
  background-image: url(../img/logo_lexar.png);
}
.bigpic,
.bigmap {
  position: relative;
  margin: 0 8px 16px;
}
.bigpic .heading,
.bigmap .heading {
  position: absolute;
  background-color: #000 !important;
  background-color: rgba(0,0,0,0.8) !important;
  bottom: 24px;
  left: 24px;
  padding: 12px 0 16px;
  text-transform: uppercase;
  max-width: 896px;
}
.bigpic h1,
.bigmap h1 {
  font: 40px/40px 'wrc_roman';
  margin: 0;
  padding: 0 16px;
  clear: left;
  color: #FFF;
}
.bigpic h1 span,
.bigmap h1 span {
  display: block;
  float: left;
}
.bigpic h1.highlight,
.bigmap h1.highlight {
  color: #8DC72D;
}
.bigpic h1 img,
.bigmap h1 img {
  float: right;
  height: auto;
  width: 46px;
  margin: 6px 0 6px 16px;
}
.bigpic h2,
.bigmap h2 {
  font: 24px/24px 'wrc_roman';
  text-transform: uppercase;
  margin: 0;
  padding: 8px 16px 0;
  color: #FFF;
}
.bigpic.archive,
.bigmap.archive {
  background: #EEE;
}
.bigpic.archive .heading,
.bigmap.archive .heading {
  bottom: 16px;
  left: 16px;
  padding: 8px 0 12px;
  max-width: 660px;
}
.bigpic.archive h1,
.bigmap.archive h1 {
  font: 30px/30px 'wrc_roman';
  padding: 0 12px;
}
.bigpic.archive h2,
.bigmap.archive h2 {
  font: 20px/20px 'wrc_roman';
  padding: 6px 12px 0;
}
.bigmap {
  margin-bottom: 0;
}
.bigmap ~ .data table tr.hover {
  color: #FFF !important;
  background: #999 !important;
  font-family: 'wrc_clean';
}
.liveheader {
  background: #EEE;
  text-transform: uppercase;
  overflow: hidden;
  margin: 0 8px 24px;
}
.liveheader time {
  font: 18px/18px 'wrc_roman';
  color: #999;
  display: block;
  padding: 10px 0 6px;
  white-space: nowrap;
}
.liveheader h1 {
  font: 30px/30px 'wrc_roman';
  color: #8DC72D;
  margin: 0;
  white-space: nowrap;
}
.liveheader h3 {
  font: 18px/18px 'wrc_roman';
  color: #111;
  margin: 0;
  white-space: nowrap;
  padding: 8px 0;
}
.liveheader img {
  float: left;
  padding: 8px;
  margin-right: 4px;
}
.liveheader .sponsor {
  float: right;
}
.liveheader .sponsor img {
  margin: 0;
  padding: 12px;
}
.liveheader .weather {
  float: right;
  font: 24px/24px 'wrc_clean';
  color: #8DC72D;
  padding: 0 8px;
  margin: 8px 0;
}
.liveheader .weather small {
  font: 14px/14px 'wrc_roman';
  display: block;
}
.liveheader .weather h5 {
  font: 18px/18px 'wrc_roman';
  color: #999;
  text-align: right;
  padding: 12px 0 0;
  margin: 0;
}
.liveheader .weather div {
  background: url("../img/icon_wrc_weather.png") 0 -480px no-repeat;
  padding: 4px 0 0 56px;
  margin-top: 8px;
}
.liveheader .weather div.icon01 {
  background-position: 0 0px;
}
.liveheader .weather div.icon02 {
  background-position: 0 -40px;
}
.liveheader .weather div.icon03 {
  background-position: 0 -80px;
}
.liveheader .weather div.icon04 {
  background-position: 0 -120px;
}
.liveheader .weather div.icon05 {
  background-position: 0 -160px;
}
.liveheader .weather div.icon06 {
  background-position: 0 -200px;
}
.liveheader .weather div.icon07 {
  background-position: 0 -240px;
}
.liveheader .weather div.icon08 {
  background-position: 0 -280px;
}
.liveheader .weather div.icon09 {
  background-position: 0 -320px;
}
.liveheader .weather div.icon10 {
  background-position: 0 -360px;
}
.liveheader .weather div.icon11 {
  background-position: 0 -400px;
}
.liveheader .weather div.icon12 {
  background-position: 0 -440px;
}
.driverbar {
  margin: 0 8px 24px;
  background: #EEE;
  padding: 8px 8px 4px;
}
.driverbar figure {
  float: left;
  margin: 0 8px 0 0;
  width: 128px;
}
.driverbar a {
  text-decoration: none;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
  opacity: 0.8;
  -khtml-opacity: 0.8;
  -moz-opacity: 0.8;
}
.driverbar a:hover {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
}
.driverbar figcaption {
  text-align: center;
  font: 12px/18px 'wrc_roman';
  text-decoration: none;
  text-transform: uppercase;
  color: #000;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.driverbar .scrollcontent .mCSB_scrollTools .mCSB_buttonLeft,
.driverbar .scrollcontent .mCSB_scrollTools .mCSB_buttonRight {
  top: -133px;
  height: 128px;
}
.driverbar .scrollcontent .mCSB_scrollTools .mCSB_draggerRail {
  background: #FFF;
}
.driverbar .scrollcontent .mCSB_draggerContainer {
  display: none;
}
.driverbar .scrollcontent .mCSB_container {
  margin-bottom: 3px;
}
.content {
  overflow: hidden;
  clear: both;
}
.content > h2,
.content > div > h2 {
  font: 24px 'wrc_clean';
  text-transform: uppercase;
  margin: 0 16px;
  padding: 8px 0 16px;
}
.content > h1,
.content > div > h1 {
  margin: 0;
  padding: 0 8px 16px;
  color: #8DC72D;
  text-transform: uppercase;
  font: 40px/40px 'wrc_roman';
  float: right;
  width: 288px;
}
.content .content_le > h1 {
  float: none;
  width: auto;
}
.content > .data,
.content .content_le > .data,
.content .news > .data {
  margin: 0 8px 24px;
  white-space: nowrap;
}
.content > .data table,
.content .content_le > .data table,
.content .news > .data table {
  font: 14px/20px 'wrc_roman';
  border-collapse: collapse;
  width: 896px;
  background: #EEE;
  border-top: 2px solid #EEE;
  border-bottom: 2px solid #EEE;
}
.content > .data table tr:nth-child(2n-1),
.content .content_le > .data table tr:nth-child(2n-1),
.content .news > .data table tr:nth-child(2n-1) {
  background: #fbfbfb;
}
.content > .data table tr.inactive,
.content .content_le > .data table tr.inactive,
.content .news > .data table tr.inactive {
  color: #999;
}
.content > .data table tr.live,
.content .content_le > .data table tr.live,
.content .news > .data table tr.live {
  font-family: 'wrc_clean';
  background: #CCC;
}
.content > .data table tr.live .acenter,
.content .content_le > .data table tr.live .acenter,
.content .news > .data table tr.live .acenter {
  text-align: center;
  background: #8DC72D;
  color: #FFF;
}
.content > .data table tr.live .acenter a,
.content .content_le > .data table tr.live .acenter a,
.content .news > .data table tr.live .acenter a {
  color: #FFF;
}
.content > .data table th,
.content .content_le > .data table th,
.content .news > .data table th {
  padding: 0 24px 0 8px;
  text-align: left;
  color: #FFF;
  background: #666;
  font: 14px/24px 'wrc_clean';
  text-transform: uppercase;
}
.content > .data table td,
.content .content_le > .data table td,
.content .news > .data table td {
  padding: 2px 24px 2px 8px;
}
.content > .data table td span,
.content .content_le > .data table td span,
.content .news > .data table td span {
  display: block;
}
.content > .data table td img,
.content .content_le > .data table td img,
.content .news > .data table td img {
  float: left;
  margin-right: 8px;
  margin-top: 4px;
}
.content > .data table td a,
.content .content_le > .data table td a,
.content .news > .data table td a {
  text-decoration: none;
  color: #709d24;
}
.content > .data table {
  width: 1200px;
}
.content > .data h5 {
  margin: 0;
  padding: 8px;
  font: 14px/14px 'wrc_roman';
  text-transform: uppercase;
  color: #709d24;
  background: #EEE;
}
.content h2 + .data,
.content h2 + article,
.content h2 + .article_list {
  margin-top: -8px;
}
.content_ri {
  float: right;
  width: 304px;
}
.content_ri .box {
  height: auto;
}
.content_le {
  float: left;
  width: 912px;
  padding-bottom: 16px;
}
.content_le .news > h1,
.content_le > h1 {
  font: 40px 'wrc_roman';
  color: #8DC72D;
}
.content_le .news > h2,
.content_le > h2 {
  font: 24px 'wrc_clean';
  text-transform: uppercase;
  margin: 0 16px;
  padding: 16px 0;
}
.content_le .news > h3,
.content_le > h3 {
  font: 20px 'wrc_clean';
  margin: 0 16px;
  padding: 12px 0;
}
.content_le .news > h4,
.content_le > h4 {
  font: 20px 'wrc_roman';
  margin: 0 16px;
  padding: 12px 0;
}
.content_le .news > h5,
.content_le > h5 {
  font: 16px 'wrc_clean';
  margin: 0 16px;
  padding: 8px 0;
}
.content_le .news > h6,
.content_le > h6 {
  font: 16px 'wrc_roman';
  margin: 0 16px;
  padding: 8px 0;
}
.content_le .news > p,
.content_le > p {
  font: 14px/20px 'wrc_roman';
  padding: 0 0 16px;
  margin: 0 16px;
}
.content_le .news > div,
.content_le > div,
.content_le .news > dl,
.content_le > dl {
  font: 14px/20px 'wrc_roman';
}
.content_le .news > ul,
.content_le > ul,
.content_le .news > ol,
.content_le > ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 16px;
}
.content_le .news > ul li,
.content_le > ul li,
.content_le .news > ol li,
.content_le > ol li {
  font: 14px/20px 'wrc_roman';
}
.content_le .news > p a,
.content_le > p a,
.content_le .news > ul a,
.content_le > ul a {
  color: #709d24;
}
.content_le p.subtitle {
  font-family: 'wrc_clean';
}
.content_le .row {
  padding-bottom: 16px;
  overflow: hidden;
}
.content_le > .data {
  white-space: normal;
}
.content_le .box {
  margin-bottom: 16px;
  height: auto;
}
.content_le .box table {
  height: auto;
  line-height: 22px;
}
.content_le .box table span img {
  margin-top: 5px;
}
.content_le .news > figure {
  margin: 0;
  padding: 0 8px 16px;
  clear: both;
}
.content_le .news > figure figcaption {
  color: #666;
  text-align: center;
  font: 13px/18px 'wrc_roman';
  padding: 4px;
}
.content_le .news > .box.cad {
  width: 320px;
}
.content_le .news > .box.cad h3 {
  display: none;
}
.content_le .news > .box.cad a,
.content_le .news > .box.cad iframe {
  margin: 0;
}
.content_le .news > .box.cad > div {
  margin: 0;
}
.content_le .news > .box.cad p.ad {
  left: 185px;
  top: 115px;
}
.content_le .news > article {
  margin: 0 8px 24px;
}
.content_le .news > article a {
  text-decoration: none;
}
.content_le .news > article a > div {
  background: url("../img/icons_wrc_article_70.png") right 0px no-repeat;
  margin-top: -35px;
  padding: 40px 0 0 12px;
  z-index: 2;
  position: relative;
}
.content_le .news > article time {
  color: #999;
  font: 14px/20px 'wrc_roman';
  text-transform: uppercase;
  clear: left;
  display: block;
  padding: 0;
}
.content_le .news > article h2 {
  color: #000;
  text-transform: uppercase;
  font: 24px/32px 'wrc_roman';
  margin: 0;
  padding-bottom: 8px;
}
.content_le .news > article.video {
  background-color: #111;
  position: relative;
  padding-bottom: 57%;
}
.content_le .news > article.video a > div {
  background-position: right -160px;
}
.content_le .news > article.video h2 {
  color: #FFF;
}
.content_le .news > article.video iframe {
  position: absolute;
  width: 100% !important;
  height: 100% !important;
}
.content_le .news > article.gallery {
  background-color: #8DC72D;
}
.content_le .news > article.gallery a > div {
  background-position: right -320px;
}
.content_le .news > article.gallery time {
  color: #FFF;
}
.content_le .article_list {
  padding-bottom: 24px;
  margin: 0 8px;
}
.content_le .article_list article {
  background: #EEE;
  margin-bottom: 2px;
  padding: 4px;
  clear: both;
  overflow: hidden;
}
.content_le .article_list article img {
  display: block;
  float: left;
  margin: 0 12px 0 0;
  background: url(../img/placeholder_144x81.gif) center center no-repeat;
  font: 6px/6px 'wrc_roman';
  color: #CCC;
}
.content_le .article_list article time {
  color: #999;
  font: 14px/14px 'wrc_roman';
  text-transform: uppercase;
  display: block;
}
.content_le .article_list article h2 {
  color: #000;
  font: 24px/30px 'wrc_roman';
  text-transform: uppercase;
  margin: 0;
}
.content_le .article_list article p {
  color: #666;
  font: 14px/20px 'wrc_roman';
  margin: 0;
}
.content_le .article_list article a {
  text-decoration: none;
}
.content_le .article_list article .category {
  background: #8DC72D;
  display: inline-block;
  font: 14px/18px 'wrc_clean';
  color: #FFF;
  padding: 0 8px;
  margin-bottom: 4px;
  text-transform: uppercase;
}
.content_le .article_list article .category.wrc {
  background: #8DC72D;
}
.content_le .article_list article .category.wrc2 {
  background: #bf3043;
}
.content_le .article_list article .category.wrc3 {
  background: #E48706;
}
.content_le .article_list article .category.juniorwrc {
  background: #4DA1D4;
}
.content_le .article_list article .category + time {
  float: right;
  margin-right: 8px;
  margin-top: 3px;
}
.content_le .podcast_current {
  background: #EEE;
  margin: 0 8px 16px;
  overflow: hidden;
}
.content_le .podcast_current img {
  width: 320px;
  height: auto;
  float: left;
  margin-right: 16px;
}
.content_le .podcast_current .podcast_container {
  overflow: hidden;
  width: 560px;
  padding-top: 16px;
}
.content_le .podcast_current .podcast_container object {
  width: 100% !important;
}
.content_le .podcast_current time {
  font: 14px/14px 'wrc_roman';
  color: #999;
  display: block;
  text-transform: uppercase;
  padding-top: 8px;
  padding-right: 8px;
}
.content_le .podcast_current h2 {
  font: 24px/30px 'wrc_roman';
  margin: 0;
  color: #000;
  text-transform: uppercase;
  padding-right: 8px;
}
.content_le .podcast_current p {
  font: 14px/20px 'wrc_roman';
  margin: 0;
  color: #666;
  padding-right: 8px;
}
.content_le form.search select {
  width: 183px;
}
.content_le ul.paging {
  clear: both;
  margin: 0 8px;
  padding: 0;
  overflow: hidden;
  text-align: center;
  background: #EEE;
}
.content_le ul.paging li {
  list-style: none;
  text-transform: uppercase;
  font: 14px/32px 'wrc_roman';
  display: inline-block;
}
.content_le ul.paging li a {
  color: #666;
  text-decoration: none;
  display: block;
  padding: 0 16px;
}
.content_le ul.paging li a:hover,
.content_le ul.paging li a.active {
  background: #8DC72D;
  color: #FFF;
}
.content_le ul.paging li a.active {
  font-family: 'wrc_clean';
}
.content_le ul.paging li.prev {
  float: left;
}
.content_le ul.paging li.next {
  float: right;
}
.content_le ul.paging li.prev a,
.content_le ul.paging li.next a {
  color: #000;
  font-family: 'wrc_clean';
}
.content_le ul.paging li.prev a:hover,
.content_le ul.paging li.next a:hover {
  color: #FFF;
}
.box {
  background: #EEE;
  float: left;
  margin: 0 8px 24px;
  height: 324px;
}
.box > h3 {
  background: #666;
  height: 22px;
  color: #EEE;
  font: 24px/24px 'wrc_clean';
  text-transform: uppercase;
  padding: 10px 8px 0;
  margin: 0 0 4px;
  overflow: hidden;
}
.box > h3 span {
  display: block;
  overflow: hidden;
}
.box a + h3 {
  border-top: 24px solid #FFF;
}
.box.w1 {
  width: 288px;
}
.box.w1 > h3 span {
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 272px;
}
.box.w2 {
  width: 592px;
}
.box.cad {
  width: 592px;
  position: relative;
}
.box.cad a,
.box.cad iframe {
  display: block;
}
.box.cad div {
  margin: 20px auto;
  width: 300px;
  height: 250px;
  background: url(../img/cad_fallback.jpg) center center no-repeat;
}
.box.cad p.ad {
  margin: 0;
  text-transform: uppercase;
  padding: 0;
  font: 12px/20px 'wrc_roman';
  color: #FFF;
  text-align: center;
  position: absolute;
  top: 167px;
  left: 331px;
  width: 250px;
  background: #CCC;
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3) \9;
  zoom: 1 \9;
  top: 52px \9;
  left: 446px \9;
}
.box.fleft {
  margin-right: 16px;
}
.box.fright {
  margin-left: 16px;
}
.box .article_list article {
  border-bottom: 2px solid #FFF;
  margin: 0 8px;
  padding: 9px 0;
  overflow: hidden;
}
.box .article_list article a {
  text-decoration: none;
  display: block;
}
.box .article_list article img {
  float: left;
  display: block;
  margin-right: 8px;
  width: 112px;
  height: 63px;
}
.box .article_list article time {
  font: 12px/14px 'wrc_roman';
  text-transform: uppercase;
  color: #999;
  display: block;
  padding: 0 0 4px;
}
.box .article_list article h2 {
  text-transform: uppercase;
  color: #000;
  margin: 0;
  font: 14px/16px 'wrc_roman';
  overflow: hidden;
}
.box a.more {
  float: right;
  background: url(../img/sprite_iconset.png) right 0 no-repeat;
  overflow: hidden;
  font: 14px/16px 'wrc_roman';
  text-transform: uppercase;
  padding: 10px 20px 10px 0;
  margin: 0 8px;
  text-decoration: none;
  color: #000;
}
.box h3 a.more {
  padding: 0 20px 0 0;
  background-position: right -46px;
  color: #EEE;
  margin-top: -2px;
  margin-right: 4px;
}
.box > article {
  height: 288px;
}
.box > article a {
  text-decoration: none;
}
.box > article a > div {
  background: url("../img/icons_wrc_article_60.png") right 0px no-repeat;
  margin-top: -30px;
  padding: 42px 0 0 12px;
  z-index: 2;
  position: relative;
}
.box > article time {
  color: #999;
  font: 14px/24px 'wrc_roman';
  text-transform: uppercase;
  clear: left;
  display: block;
  padding: 0 0 8px;
}
.box > article h2 {
  color: #000;
  text-transform: uppercase;
  font: 24px/32px 'wrc_roman';
  margin: 0;
}
.box > article.video {
  background-color: #111;
}
.box > article.video a > div {
  background-position: right -160px;
}
.box > article.video h2 {
  color: #FFF;
}
.box > article.gallery {
  background-color: #8DC72D;
}
.box > article.gallery a > div {
  background-position: right -320px;
}
.box > article.gallery time {
  color: #FFF;
}
.box .promo {
  position: relative;
}
.box .promo a {
  text-decoration: none;
}
.box .promo .heading {
  position: absolute;
  bottom: 8px;
  left: 8px;
  background-color: #000 !important;
  background-color: rgba(0,0,0,0.8) !important;
  padding: 8px 12px 12px;
  max-width: 248px;
}
.box .promo .heading h2 {
  font: 24px/28px 'wrc_roman';
  color: #FFF;
  text-transform: uppercase;
  margin: 0;
}
.box .promo .heading h2 span {
  color: #8DC72D;
}
.box .promo .heading .more {
  background: #8DC72D;
  float: left;
  font: 14px/24px 'wrc_clean';
  color: #FFF;
  display: block;
  text-transform: uppercase;
  padding: 0 12px;
  margin-top: 6px;
}
.box .promo dl {
  position: absolute;
  bottom: 8px;
  left: 8px;
  background-color: #000 !important;
  background-color: rgba(0,0,0,0.8) !important;
  padding: 8px 12px 2px;
  margin: 0;
  width: 248px;
}
.box .promo dl dt,
.box .promo dl dd {
  margin: 0 0 6px;
  padding: 0;
  color: #FFF;
  font: 14px/16px 'wrc_roman';
  text-transform: uppercase;
  float: left;
}
.box .promo dl dt {
  clear: both;
  width: 45%;
}
.box .promo dl dd {
  width: 55%;
  color: #8DC72D;
}
.box .promo dl dd img {
  float: left;
  margin: 2px 4px 0 0;
}
.box .social {
  height: 244px;
  width: 280px;
  margin: 0 4px 4px;
  background: #FFF;
  overflow: hidden;
}
.box .boxnav {
  margin: 0;
  padding: 0;
  list-style: none;
  display: table;
  width: 282px;
  border: 3px solid #EEE;
  border-top: none;
}
.box .boxnav li {
  display: table-cell;
  text-align: center;
  font: 12px/20px 'wrc_roman';
  padding: 8px 0;
  background-color: #666;
  border: 1px solid #EEE;
  border-top: none;
  *float: left;
  *width: 32.5%;
}
.box .boxnav li a {
  display: block;
  float: left;
  width: 100%;
  text-decoration: none;
}
.box .boxnav li a.yt,
.box .boxnav li a.fb,
.box .boxnav li a.tw,
.box .boxnav li a.in,
.box .boxnav li a.gp {
  background: url(../img/sprite_meta.png) center -40px no-repeat;
}
.box .boxnav li a.fb {
  background-position: center -80px;
}
.box .boxnav li a.tw {
  background-position: center -120px;
}
.box .boxnav li a.in {
  background-position: center -200px;
}
.box .boxnav li a.gp {
  background-position: center -240px;
}
.box .boxnav li.active {
  background: #8DC72D;
}
.box form {
  overflow: hidden;
  margin: 0;
  padding: 0;
  border: 0;
  position: relative;
}
.box form h4 {
  margin: 0;
  background: #111;
  padding: 12px 8px;
  color: #FFF;
  font: 14px/16px 'wrc_roman';
  text-transform: uppercase;
}
.box form ul {
  list-style: none;
  margin: 0;
  padding: 8px;
  display: table;
  height: 176px;
  width: 272px;
}
.box form ul li {
  font: 12px 'wrc_roman';
  text-transform: uppercase;
  display: table-row;
}
.box form ul label {
  display: block;
  padding: 6px 0 2px;
}
.box form > input {
  float: right;
  font: 14px 'wrc_clean';
  color: #FFF;
  background: #8DC72D;
  margin: 0 16px 16px -8px;
  padding: 0 12px;
  border: 0;
  text-transform: uppercase;
  height: 24px;
  display: block;
}
.box form .inactive {
  background: #999;
}
.box form > p {
  position: absolute;
  bottom: 20px;
  color: #999;
  padding: 0;
  left: 8px;
  margin: 0;
  font: 14px/14px 'wrc_roman';
}
.box form .bar {
  float: right;
  width: 20%;
  background: #cccccc;
  margin: 0px 0 4px;
  font: 12px/16px 'wrc_roman';
}
.box form .bar .percent {
  background: #8DC72D;
}
.box form .bar .percent span {
  color: #FFF;
  text-align: right;
  text-shadow: 0 0 1px #000;
  margin: 0 2px;
  display: block;
}
.box table {
  font: 12px/12px 'wrc_roman';
  text-transform: uppercase;
  height: 288px;
  border-collapse: collapse;
  border-bottom: 2px solid #EEE;
  width: 288px;
}
.box table tr:nth-child(2n-1) {
  background: #fbfbfb;
}
.box table tr.inactive {
  color: #999;
}
.box table tr.live {
  font-family: 'wrc_clean';
  background: #CCC;
}
.box table tr.live .aright {
  text-align: center;
  background: #8DC72D;
  color: #FFF;
}
.box table tr.live a {
  color: #FFF;
  text-decoration: none;
}
.box table td {
  white-space: nowrap;
  overflow: hidden;
  padding: 0 4px;
}
.box table td span {
  float: left;
  max-width: 132px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  *width: 135px;
}
.box table td img {
  float: left;
  margin-right: 4px;
}
.box table td a {
  color: #709d24;
  text-decoration: none;
}
.box.w2 table {
  width: 592px;
}
.box.info {
  border-top: 4px solid #e1e1e1;
  border-bottom: 4px solid #e1e1e1;
}
.box.info h3 {
  margin-top: -4px;
}
.box.info table + h3 {
  margin-top: 0;
}
.box.info .boxnav + h3 {
  margin-top: 8px;
}
.box.info .boxnav li {
  background: #999;
}
.box.info .boxnav li:hover {
  background: #8DC72D;
}
.box.info table + .boxnav {
  margin-top: -4px;
}
.box.info p,
.box.info > div {
  color: #000;
  font: 14px/24px 'wrc_roman';
  margin: 3px 8px 0;
  padding: 0 0 3px;
  border-bottom: 2px solid #FFF;
  text-transform: uppercase;
}
.box.info > div {
  border-bottom: none;
}
.box.info a {
  color: #709d24;
  text-decoration: none;
  text-transform: none;
  word-wrap: break-word;
}
.box.info a[href^="http://"],
.box.info a[href^="https://"],
.box.info a[href~="www."],
.box.info a[target|="_blank"] {
  display: block;
  text-transform: none;
  word-break: break-all;
  word-wrap: break-word;
}
.box.info .smarticon {
  background: url(../img/smarticons_c24.png) 0 0 no-repeat;
  padding: 0 0 0 32px;
  display: block;
}
.box.info .smarticon.date {
  background-position: 0 2px;
}
.box.info .smarticon.print {
  background-position: 0 -28px;
}
.box.info .smarticon.email {
  background-position: 0 -58px;
}
.box.info .smarticon.tags {
  background-position: 0 -88px;
}
.box.info .smarticon.share {
  background-position: 0 -118px;
}
.box.info .smarticon.nr {
  background-position: 0 -148px;
}
.box.info .smarticon.copy {
  background-position: 0 -178px;
}
.box.info .smarticon.none {
  background: none;
}
.box.info table {
  height: auto;
  font: 14px/24px 'wrc_roman';
  margin: 2px 8px;
  width: 272px;
}
.box.info table tr {
  border-bottom: 2px solid #FFF;
}
.box.info table tr:nth-child(2n-1) {
  background: none;
}
.box.info table tr:last-child {
  border-bottom: none;
}
.box.info table td {
  white-space: normal;
  padding: 4px 2px;
  vertical-align: top;
}
.box.info table img {
  margin-top: 6px;
}
.box figure {
  margin: 0;
  background: #FFF;
  overflow: hidden;
}
.box figure figcaption {
  font: 12px 'wrc_roman';
  color: #666;
  text-align: center;
  padding: 4px;
}
.box > dl {
  font: 12px/16px 'wrc_roman';
  padding: 8px;
  margin: 0;
  overflow: hidden;
  color: #111;
  text-transform: uppercase;
}
.box > dl dt {
  float: left;
  width: 38%;
  clear: both;
  margin: 0;
  padding: 0 0 4px;
}
.box > dl dd {
  float: left;
  width: 62%;
  margin: 0;
  font-family: 'wrc_clean';
  padding: 0 0 4px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.box .card {
  background: #111;
  overflow: hidden;
  font: 12px/16px 'wrc_roman';
  position: relative;
  text-transform: uppercase;
}
.box .card img {
  float: left;
}
.box .card dl {
  padding: 16px;
  margin: 0;
  overflow: hidden;
}
.box .card dt {
  color: #FFF;
  padding: 0 0 12px;
  width: 43%;
  clear: both;
  margin: 0 2% 0 0;
  float: left;
  word-wrap: break-word;
}
.box .card dd {
  color: #8DC72D;
  padding-bottom: 12px;
  width: 55%;
  float: left;
  margin: 0;
}
.box .card dl a {
  font-family: 'wrc_clean';
  color: #8DC72D;
  text-decoration: none;
}
.box .card dl a[href^="http://"],
.box .card dl a[href^="https://"],
.box .card dl a[href~="www."],
.box .card dl a[target|="_blank"] {
  display: block;
  text-overflow: ellipsis;
  max-width: 100%;
  overflow: hidden;
  text-transform: none;
}
.box .card a.more {
  font: 14px/24px 'wrc_clean';
  color: #FFF;
  background: #8DC72D;
  position: absolute;
  right: 8px;
  bottom: 8px;
  padding: 0 12px;
  margin: 0;
}
.box > ul {
  margin: 0;
  padding: 4px;
}
.box > ul li {
  background: #8DC72D;
  list-style: none;
  padding: 4px;
  margin-bottom: 4px;
  font: 14px/24px 'wrc_clean';
  text-transform: uppercase;
}
.box > ul .smarticon {
  background: url(../img/smarticons_w24.png) 0 0 no-repeat;
  padding-left: 32px;
  color: #FFF;
  text-decoration: none;
  display: block;
}
.box > ul .smarticon.calendar {
  background-position: 0 0;
}
.box > ul .smarticon.maps {
  background-position: 0 -30px;
}
.box > ul .smarticon.info {
  background-position: 0 -60px;
}
.box > ul .smarticon.video {
  background-position: 0 -90px;
}
.box > ul .smarticon.news {
  background-position: 0 -120px;
}
.box > ul .smarticon.link {
  background-position: 0 -150px;
}
.box > ul .smarticon.fav {
  background-position: 0 -180px;
}
.box > ul .smarticon.gallery {
  background-position: 0 -210px;
}
.box > ul .smarticon.time {
  background-position: 0 -240px;
}
.box > ul .smarticon.comment {
  background-position: 0 -270px;
}
.box > ul .smarticon.account {
  background-position: 0 -300px;
}
.box > ul .smarticon.check {
  background-position: 0 -330px;
}
.box > ul .smarticon.list {
  background-position: 0 -360px;
}
.box > ul .smarticon.crash {
  background-position: 0 -390px;
}
.box > ul .smarticon.fia {
  background-position: 0 -420px;
}
.box > ul .smarticon.service {
  background-position: 0 -450px;
}
.box > ul .smarticon.tyres {
  background-position: 0 -480px;
}
.box > ul .smarticon.socialicon {
  background-position: 0 -510px;
}
.box > ul .smarticon.weather {
  background-position: 0 -540px;
}
.box > ul .smarticon.retirement {
  background-position: 0 -570px;
}
.box > ul .smarticon.mail {
  background-position: 0 -600px;
}
.box > ul .smarticon.none {
  background: none;
}
.box > ul li.inactive {
  background: #999;
}
.box blockquote {
  margin: 24px 24px 16px;
  padding: 0;
  position: relative;
}
.box blockquote .quote {
  font: 24px/24px 'wrc_roman';
  color: #666;
  position: relative;
}
.box blockquote p {
  font: 14px/14px 'wrc_roman';
  color: #999;
  margin: 24px 0 0;
  text-align: right;
  position: relative;
}
.box blockquote .start,
.box blockquote .end {
  color: #8DC72D;
  font: 100px/100px 'wrc_clean';
  position: absolute;
}
.box blockquote .start {
  top: -32px;
  left: -24px;
}
.box blockquote .end {
  bottom: -32px;
  right: -24px;
}
.box .paging {
  background: #FFF;
  overflow: hidden;
  padding: 4px 0;
}
.box .paging a {
  background: #8DC72D;
  font: 13px/18px 'wrc_roman';
  text-align: center;
  text-decoration: none;
  color: #FFF;
  text-transform: uppercase;
  display: block;
  float: left;
  padding: 0 8px;
}
.box .paging a span {
  font-family: 'wrc_clean';
  font-size: 18px;
  line-height: 18px;
}
.box .paging a.next {
  float: right;
}
.box.w3 {
  width: 888px;
  height: 626px;
  border: 4px solid #EEE;
  margin-bottom: 8px;
}
.box.w3 .toggle {
  float: left;
  margin-right: 8px;
  font: 22px/14px 'wrc_roman';
  cursor: pointer;
  display: none;
}
.box.w3 form {
  margin: 0;
  overflow: visible;
}
.box.w3 form select {
  font: 14px/16px 'wrc_roman';
  color: #EEE;
  height: 24px;
  border: 0;
  text-transform: uppercase;
  outline: none;
  box-sizing: border-box;
  cursor: pointer;
  background: #8DC72D url(../img/bg_select.png) no-repeat right center;
  margin: 0 0 6px;
  float: right;
  display: block;
  padding: 3px 23px 3px 8px;
  box-shadow: none;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: "";
}
.box.w3 form select:hover {
  color: #FFF;
}
.box.w3 .data {
  clear: both;
}
.box.w3 h4 {
  background: #111;
  color: #FFF;
  font: 14px/16px 'wrc_roman';
  padding: 8px 12px;
  margin: 0 0 2px;
  text-transform: uppercase;
}
.box.w3 h5 {
  margin: 0;
  padding: 6px 8px 8px;
  font: 14px/14px 'wrc_roman';
  color: #709d24;
  text-transform: uppercase;
}
.box.w3 table {
  width: 100%;
}
.box.w3 table thead td {
  background: #666;
  color: #FFF;
  font-family: 'wrc_clean';
}
.box.w3 table tr.highlight td,
.box.w3 table td.highlight {
  font-family: 'wrc_clean';
}
.box.w3 > .data .scrolltable {
  overflow: auto;
  height: 562px;
  -webkit-overflow-scrolling: touch;
}
.box.w3 .w50 {
  float: left;
  width: 49.5%;
}
.box.w3 .w50 + .w50 {
  margin-left: 1%;
}
.box #facttext table {
  margin-left: -8px;
}
.text {
  height: 280px;
  border: 4px solid #EEE;
  overflow: auto;
}
.text p {
  border-bottom: 2px solid #FFF;
  margin: 4px 4px 0;
  padding: 0 0 4px;
  font: 12px/14px 'wrc_roman';
}
.text p strong {
  text-transform: uppercase;
}
ul.contentnav {
  margin: 0 8px;
  padding: 0;
  padding-bottom: 0 !important;
  clear: both;
  background: #666;
  overflow: hidden;
  border-bottom: 2px solid #EEE;
}
ul.contentnav li {
  list-style: none;
  float: left;
}
ul.contentnav li a,
ul.contentnav li > span {
  color: #CCC !important;
  border-top: 4px solid #666;
  font: 16px/28px 'wrc_roman';
  display: block;
  float: left;
  padding: 0 12px 4px;
  text-decoration: none;
  text-transform: uppercase;
}
ul.contentnav li > span {
  color: #999 !important;
}
ul.contentnav a:hover {
  background: #999;
  border-top-color: #999;
  color: #EEE !important;
}
ul.contentnav a.active {
  background: #EEE;
  border-top: 4px solid #8DC72D;
  color: #000 !important;
  font-family: 'wrc_clean';
}
ul.contentnav span.more {
  display: none;
}
ul.contentnav img + span {
  display: none;
}
ul.contentnav img {
  padding: 2px;
}
.nl-bar {
  background: #111 url(../img/bg_nl-bar.gif) 0 0 no-repeat;
  clear: both;
  margin: 0 8px 32px;
  text-align: right;
  overflow: hidden;
}
.nl-bar form {
  margin: 0;
  float: right;
}
.nl-bar label {
  font: 20px/40px 'wrc_roman';
  color: #FFF;
  display: block;
  float: left;
  padding: 0 16px;
}
.nl-bar input.tf {
  background: #EEE;
  border: 1px solid #FFF;
  font: 16px/30px 'wrc_roman';
  padding: 0 8px;
  float: left;
  display: block;
  margin: 4px 0;
  height: 30px;
  width: 150px;
}
.nl-bar input.tf:hover,
.nl-bar input.tf:focus {
  background: #FFF;
}
.nl-bar input.btn {
  background: url(../img/bg_nl-bar.gif) right -40px no-repeat;
  font: 20px/40px 'wrc_clean';
  color: #FFF;
  border: 0;
  display: block;
  float: left;
  height: 40px;
  padding-left: 16px;
  padding-right: 24px;
}
.newsletter_anmeldung {
  margin: 16px;
  padding: 16px;
  font: 14px/20px 'wrc_roman';
  overflow: hidden;
}
.newsletter_anmeldung label {
  width: 30%;
  text-align: right;
  margin: 0 3% 8px 0;
  display: block;
  float: left;
  clear: both;
  padding: 4px;
}
.newsletter_anmeldung label span {
  color: #8DC72D;
}
.newsletter_anmeldung label.cb {
  clear: right;
  float: right;
  text-align: left;
  width: 60%;
}
.newsletter_anmeldung input.tf {
  width: 50%;
  margin: 0;
  padding: 4px;
  border: 0;
  background: #EEE;
  display: block;
  font: 13px/20px 'wrc_roman';
  height: 20px;
  color: #111;
}
.newsletter_anmeldung label.cb input {
  float: left;
  margin-right: 8px;
}
.newsletter_anmeldung input.btn {
  float: right;
  clear: both;
  background: #8DC72D;
  border: 0;
  text-transform: uppercase;
  font-family: 'wrc_clean';
  width: 35%;
  color: #FFF;
  text-transform: uppercase;
  margin-right: 15%;
  padding: 4px;
}
form.search {
  margin: 0 8px 32px;
  padding: 16px;
  background: #EEE;
  overflow: hidden;
}
form.search input,
form.search select {
  font: 14px/16px 'wrc_roman';
  color: #EEE;
  height: 24px;
  border: 0;
  text-transform: uppercase;
  outline: none;
  box-sizing: border-box;
  cursor: pointer;
}
form.search select {
  background: #666 url(../img/bg_select.png) no-repeat right center;
  width: 259px;
  margin: 0 8px 8px 0;
  float: left;
  display: block;
  padding: 3px 3px 3px 8px;
  box-shadow: none;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: "";
}
form.search select:hover {
  color: #FFF;
}
form.search input.tf {
  float: left;
  display: block;
  color: #111;
  background: #FFF;
  padding: 0 12px;
  width: 724px;
  cursor: auto;
}
form.search input.btn {
  float: right;
  background: #8DC72D;
  text-align: center;
  width: 100px;
  font-family: 'wrc_clean';
  padding: 3px 0;
}
form.search p {
  text-align: center;
  margin: 0;
  padding: 16px 0 0;
  font: 14px/14px 'wrc_roman';
  color: #666;
  clear: both;
}
form.search p span {
  color: #111;
}
.diashow_thumbs {
  width: 1200px;
  padding: 0 0 24px;
  margin: 0 8px;
  clear: both;
  position: relative;
  height: 150px;
}
.diashow_thumbs ul {
  margin: 0;
  padding: 0;
}
.diashow_thumbs li {
  float: left;
  list-style: none;
  margin: 0 8px 0 0;
}
.diashow_thumbs li a {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  filter: alpha(opacity=50);
  opacity: 0.5;
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5;
}
.diashow_thumbs li a:hover {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
  opacity: 0.8;
  -khtml-opacity: 0.8;
  -moz-opacity: 0.8;
}
.diashow_thumbs li a.active {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
}
.diashow_thumbs .paging {
  position: absolute;
  right: 0;
  top: -64px;
  height: 32px;
}
.diashow_thumbs .paging a {
  background: #8DC72D;
  font: 14px/32px 'wrc_roman';
  width: 136px;
  text-align: center;
  text-decoration: none;
  color: #FFF;
  text-transform: uppercase;
  display: block;
  float: left;
  margin-left: 16px;
}
.diashow_thumbs .paging a span {
  font-family: 'wrc_clean';
  font-size: 20px;
  line-height: 20px;
}
footer {
  background: #111;
  overflow: hidden;
  border-top: 8px solid #8DC72D;
  padding: 0;
  margin-top: 8px;
}
footer .inner {
  margin: 0 auto;
  width: 1216px;
  padding-right: 176px;
}
footer .rallies {
  padding: 24px 0;
  margin: 0 0 24px;
  width: 100%;
  list-style: none;
  border-bottom: 2px solid #1e1e1e;
  overflow: hidden;
  display: table;
}
footer .rallies li {
  display: table-cell;
  margin: 0 8px;
  *float: left;
  *display: block;
  *width: 77px;
}
footer .rallies a {
  display: block;
  width: 80px;
  border: 1px solid #0d0d0d;
  background: #1e1e1e;
  margin: 0 auto;
  padding: 4px 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  filter: alpha(opacity=50);
  opacity: 0.5;
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5;
  *width: 75px;
}
footer .rallies a:hover,
footer .rallies a.active {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
}
footer .rallies img {
  display: block;
  margin: 0 auto;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  filter: alpha(opacity=50);
  opacity: 0.5;
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5;
}
footer .rallies a:hover img,
footer .rallies a.active img {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
}
footer .col {
  float: left;
  width: 288px;
  margin: 0 8px 40px;
}
footer .col p {
  clear: both;
  font: 14px/20px 'wrc_roman';
  color: #FFF;
  margin: 0;
  padding: 10px 0 0;
}
footer .col h5 {
  margin: 0;
  padding: 0;
  font: 14px/20px 'wrc_clean';
  text-transform: uppercase;
  color: #FFF;
}
footer .col ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer .col li {
  font: 14px/20px 'wrc_roman';
  color: #EEE;
  padding: 10px 0 0;
}
footer .col a {
  color: #999;
  text-decoration: none;
}
footer .col a:hover {
  color: #CCC;
}
footer .col .social ul {
  list-style: none;
  margin: 30px 0 20px;
  padding: 0;
  float: left;
}
footer .col .social li {
  float: left;
  margin: 0 2px 0 0;
  padding: 14px;
  background: #1e1e1e;
  border: 1px solid #0d0d0d;
}
footer .col .social a {
  display: block;
  height: 20px;
  width: 20px;
  background: url(../img/sprite_meta.png) 0 0 no-repeat;
  text-indent: 999px;
  overflow: hidden;
  white-space: nowrap;
}
footer .col .social a.yt {
  background-position: 0 -40px;
}
footer .col .social a.fb {
  background-position: 0 -80px;
}
footer .col .social a.tw {
  background-position: 0 -120px;
}
footer .col .social a.rss {
  background-position: 0 -160px;
}
footer .col .partners {
  overflow: hidden;
  padding: 0;
  margin: 0 -4px 0 -2px;
}
footer .col .partners .wide,
footer .col .partners .middle,
footer .col .partners .narrow {
  background: #1e1e1e;
  height: 40px;
  margin: 8px 2px 0 0;
  border: 1px solid #0d0d0d;
}
footer .col .partners .wide a,
footer .col .partners .middle a,
footer .col .partners .narrow a {
  height: 40px;
  background-position: center -200px;
}
footer .col .partners .wide a:hover,
footer .col .partners .middle a:hover,
footer .col .partners .narrow a:hover {
  background-position: center -160px;
}
footer .col .partners .wide a {
  padding: 0 80px;
  width: 130px;
}
footer .col .partners .middle a {
  padding: 0 17px;
  width: 109px;
}
footer .col .partners .narrow a {
  width: 50px;
  padding: 0 22px;
}
.bigsize {
  clear: both;
  margin: 0 8px 24px;
  position: relative;
}
.bigsize div {
  width: 728px;
  height: 90px;
  overflow: hidden;
  margin: 0 auto;
  background: #EEE url(../img/bigsize_fallback.jpg) center center no-repeat;
}
.bigsize p.ad {
  margin: 0;
  text-transform: uppercase;
  padding: 0;
  font: 12px/20px 'wrc_roman';
  color: #FFF;
  text-align: center;
  position: absolute;
  top: 35px;
  left: 929px;
  width: 90px;
  background: #CCC;
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3) \9;
  zoom: 1 \9;
  top: 52px \9;
  left: 446px \9;
}
.news .bigsize p.ad {
  left: 777px;
}
.contentnav + .bigsize {
  margin: 8px auto;
}
.article_list .bigsize {
  margin-top: 22px;
}
.skyscraper {
  width: 160px;
  height: 600px;
  position: absolute;
  top: 116px;
  right: 0;
}
.skyscraper p.ad {
  margin: 0;
  text-transform: uppercase;
  padding: 0;
  font: 12px/20px 'wrc_roman';
  color: #FFF;
  text-align: center;
  position: absolute;
  top: 600px;
  left: 0;
  width: 160px;
  background: #CCC;
}
.popup {
  width: 800px;
  padding-right: 170px;
  position: relative;
}
.popup header {
  background: #111;
  overflow: hidden;
  padding: 16px;
  margin: 8px 8px 16px;
  height: auto;
  border: 0;
}
.popup header .logo {
  margin: 0 32px 0 0;
}
.popup header .logo img {
  width: 120px;
  height: auto;
}
.popup header h1 {
  color: #8DC72D;
  font: 40px/50px 'wrc_roman';
  margin: 0;
  text-transform: uppercase;
  text-align: left;
  background: url(../img/icons_popupheader.png) right 0 no-repeat;
}
.popup header.radio h1 {
  background-position: right 0px;
}
.popup header.text h1 {
  background-position: right -50px;
}
.popup header.maps h1 {
  background-position: right -100px;
}
.popup header.stream h1 {
  background-position: right -150px;
}
.popup .skyscraper {
  top: 98px;
  display: block !important;
}
.popup .content .liveheader {
  margin: 0 8px 16px;
}
.popup .content .liveheader time,
.popup .content .liveheader h3 {
  font: 16px/16px 'wrc_roman';
}
.popup .content .liveheader h1 {
  font: 24px/24px 'wrc_roman';
  white-space: nowrap;
  margin: 0;
}
.popup .content .liveheader time {
  padding: 8px 0 4px;
  white-space: nowrap;
}
.popup .content .liveheader h3 {
  padding: 6px 0;
  border: 0;
  text-align: left;
  clear: none;
  white-space: nowrap;
}
.popup .content .liveheader img {
  height: 70px;
  margin-right: 4px;
  padding: 6px;
}
.popup .content .liveheader .sponsor img {
  margin: 0;
  padding: 10px;
  width: auto;
}
.popup .content .liveheader .fleft {
  float: left !important;
  border: 0;
  margin: 0;
  overflow: visible;
  padding: 0;
}
.popup .popupcontent {
  background: #EEE;
  margin: 0 8px 8px;
  padding: 8px;
}
.popup .popupcontent .popuptext {
  padding: 12px 4px;
  clear: both;
}
.popup .popupcontent .popuptext h4 {
  font: 18px/24px 'wrc_clean';
  color: #000;
  text-transform: uppercase;
  padding-bottom: 8px;
  margin: 0;
}
.popup .popupcontent .popuptext p {
  font: 13px/18px 'wrc_roman';
  color: #666;
  margin: 0;
}
.popup .popupcontent .popuptext ul {
  color: #8DC72D;
  font: 13px/18px 'wrc_roman';
  margin-bottom: 0;
  margin-top: 0;
  padding-bottom: 8px;
}
.popup .popupcontent .popuptext.scrollcontent {
  height: 439px;
  overflow: auto;
}
.popup .popupcontent .popuptext.scrollcontent p {
  border-bottom: 2px solid #FFF;
  padding: 0 0 8px;
  margin: 0 0 8px;
}
.popup .popupcontent .popuptext.scrollcontent p .smarticon {
  background: url(../img/smarticons_g24.png) 0 0 no-repeat;
  width: 30px;
  height: 30px;
  display: block;
  float: left;
  margin: 4px;
}
.popup .popupcontent .popuptext.scrollcontent p .smarticon.calendar {
  background-position: 0 0;
}
.popup .popupcontent .popuptext.scrollcontent p .smarticon.maps {
  background-position: 0 -30px;
}
.popup .popupcontent .popuptext.scrollcontent p .smarticon.info {
  background-position: 0 -60px;
}
.popup .popupcontent .popuptext.scrollcontent p .smarticon.video {
  background-position: 0 -90px;
}
.popup .popupcontent .popuptext.scrollcontent p .smarticon.news {
  background-position: 0 -120px;
}
.popup .popupcontent .popuptext.scrollcontent p .smarticon.link {
  background-position: 0 -150px;
}
.popup .popupcontent .popuptext.scrollcontent p .smarticon.fav {
  background-position: 0 -180px;
}
.popup .popupcontent .popuptext.scrollcontent p .smarticon.gallery {
  background-position: 0 -210px;
}
.popup .popupcontent .popuptext.scrollcontent p .smarticon.time {
  background-position: 0 -240px;
}
.popup .popupcontent .popuptext.scrollcontent p .smarticon.comment {
  background-position: 0 -270px;
}
.popup .popupcontent .popuptext.scrollcontent p .smarticon.account {
  background-position: 0 -300px;
}
.popup .popupcontent .popuptext.scrollcontent p .smarticon.check {
  background-position: 0 -330px;
}
.popup .popupcontent .popuptext.scrollcontent p .smarticon.list {
  background-position: 0 -360px;
}
.popup .popupcontent .popuptext.scrollcontent p .smarticon.crash {
  background-position: 0 -390px;
}
.popup .popupcontent .popuptext.scrollcontent p .smarticon.fia {
  background-position: 0 -420px;
}
.popup .popupcontent .popuptext.scrollcontent p .smarticon.service {
  background-position: 0 -450px;
}
.popup .popupcontent .popuptext.scrollcontent p .smarticon.tyres {
  background-position: 0 -480px;
}
.popup .popupcontent .popuptext.scrollcontent p .smarticon.socialicon {
  background-position: 0 -510px;
}
.popup .popupcontent .popuptext.scrollcontent p .smarticon.weather {
  background-position: 0 -540px;
}
.popup .popupcontent .popuptext.scrollcontent p .smarticon.retirement {
  background-position: 0 -570px;
}
.popup .popupcontent .popuptext.scrollcontent p .smarticon.mail {
  background-position: 0 -600px;
}
.popup .popupcontent .popuptext.scrollcontent p .smarticon.none {
  background: none;
}
.popup .popupcontent .popuptext.scrollcontent strong {
  display: block;
  text-transform: uppercase;
}
.popup .popupcontent form {
  margin: 0;
  padding: 4px 4px 8px;
  background: #EEE;
  overflow: hidden;
}
.popup .popupcontent form label {
  font: 14px/16px 'wrc_roman';
  color: #000;
  text-transform: uppercase;
  float: left;
  margin: 3px 12px 3px 0;
}
.popup .popupcontent form input,
.popup .popupcontent form select {
  font: 14px/16px 'wrc_roman';
  color: #EEE;
  height: 24px;
  border: 0;
  text-transform: uppercase;
  outline: none;
  box-sizing: border-box;
  cursor: pointer;
}
.popup .popupcontent form select {
  background: #666 url(../img/bg_select.png) no-repeat right center;
  width: 264px;
  margin: 0;
  float: left;
  display: block;
  padding: 3px 3px 3px 8px;
  box-shadow: none;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: "";
}
.popup .popupcontent form select:hover {
  color: #FFF;
}
.popup .popupcontent form input.btn {
  background: #8DC72D;
  text-align: center;
  width: 100px;
  font-family: 'wrc_clean';
  padding: 3px 0;
  margin-left: 12px;
}
.popup .popupcontent iframe {
  display: block;
}
.popup .popupcontent .radio {
  background: #111;
  overflow: hidden;
}
.popup .popupcontent .radio .player {
  float: right;
  width: 320px;
  height: 204px;
}
.popup .popupcontent .radio form {
  background: none;
  padding: 64px 16px;
}
.popup .popupcontent .radio label {
  color: #CCC;
  display: block;
  float: none;
  padding-bottom: 8px;
}
.popup .popupcontent .moderators {
  border-bottom: 2px solid #FFF;
  overflow: hidden;
  padding: 16px 0;
  clear: both;
}
.popup .popupcontent .moderators .moderator {
  float: left;
  width: 33%;
}
.popup .popupcontent .moderators .moderator img {
  float: left;
  margin: 0 12px;
}
.popup .popupcontent .moderators .moderator p {
  font: 14px/14px 'wrc_roman';
  color: #999;
  margin: 0;
  padding: 2px 0 8px;
  text-transform: uppercase;
  word-break: break-all;
}
.popup .popupcontent .moderators .moderator p.name {
  color: #666;
}
.content.webview {
  padding: 0;
  width: 100%;
}
.content.webview .content_le {
  width: 100%;
}
.content.webview .content_le .box.w3 {
  margin: 0;
  height: auto;
  width: auto;
  float: none;
}
.content.webview .content_le .box.w3 > .data {
  width: auto;
  height: auto;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.content.webview .content_le .box.w3 > .data .scrolltable {
  overflow: auto;
  width: auto;
  min-width: 100%;
  -webkit-overflow-scrolling: touch;
}
.content.webview .content_le .box.w3 form select {
  width: 100%;
}
.content.webview .content_le h2.type_4,
.content.webview .content_le h2.type_20,
.content.webview .content_le h3.type_4,
.content.webview .content_le h3.type_20 {
  display: none;
}
.content.webview .content_le .box.cad,
.content.webview .content_le .bigsize {
  display: none;
}
.content.webview .content_le .box.w1,
.content.webview .content_le .box.w2,
.content.webview .content_le .article_list {
  display: none;
}
.content.webview .content_le .news > article {
  display: none;
}
.content.webview .content_le .bigpic {
  margin: 8px;
}
.content.webview .content_le .bigpic img {
  width: 100%;
}
.content.webview .content_le .news .data {
  width: 100% !important;
  white-space: normal !important;
}
.content.webview .content_le .news .data td,
.content.webview .content_le .news .data th {
  vertical-align: top;
}
.content.webview .content_ri {
  width: auto;
  float: none;
  clear: both;
}
.content.webview .content_ri .box {
  display: none;
}
.content.webview .content_ri .box.info,
.content.webview .content_le .box.info,
.content.webview .content .box.info {
  display: block;
  width: auto;
  float: none !important;
}
.content.webview .content_ri .box.info div,
.content.webview .content_le .box.info div,
.content.webview .content .box.info div {
  display: none;
}
.content.webview .content_ri .box.info table,
.content.webview .content_le .box.info table,
.content.webview .content .box.info table {
  width: auto;
  min-width: 95%;
}
.content.webview .content_ri .box.info .info_print,
.content.webview .content_ri .box.info .info_email,
.content.webview .content_ri .box.info .info_tags,
.content.webview .content_le .box.info .info_print,
.content.webview .content_le .box.info .info_email,
.content.webview .content_le .box.info .info_tags,
.content.webview .content .box.info .info_print,
.content.webview .content .box.info .info_email,
.content.webview .content .box.info .info_tags {
  display: none;
}
.content.webview .content_ri .box.info p:last-child,
.content.webview .content_le .box.info p:last-child,
.content.webview .content .box.info p:last-child {
  border-bottom: 0;
}
.content.webview .partners {
  display: none;
}
.content.webview .box {
  width: auto;
  float: none;
  height: auto;
}
.content.webview .box .promo a > img {
  width: 100%;
  height: auto;
}
.content.webview .box .promo dl {
  right: 8px;
  width: auto;
}
.content.webview .box .card > img,
.content.webview .box .card > a img {
  width: 100%;
  height: auto;
}
.content.webview .diashow_thumbs {
  width: auto;
  padding-bottom: 8px;
}
.content.webview > .data {
  width: auto;
}
.content.webview > .data table th,
.content.webview > .data table td {
  white-space: normal;
}
.content.webview .contentnav,
.content.webview .bigsize {
  display: none;
}
.content.webview .hidemobile {
  display: none !important;
}
.content.webview #gallery h2 {
  display: none;
}
.content.webview #gallery .content_ri .box.info .info_tags {
  display: block;
}
@media screen and (max-width: 1426px) {
  .wrapper {
    width: 960px;
  }
  header .logo img,
  header .fia img {
    height: 50px;
    width: auto;
  }
  header .meta-nav > ul li {
    font-size: 13px;
  }
  header .meta-nav > ul ul li a {
    padding: 10px 10px;
  }
  header .meta-nav > ul > li > a {
    padding: 10px 10px;
  }
  header .meta-nav .lang > li > ul {
    top: 40px;
  }
  header .meta-nav .social a.yt {
    background-position: 10px -30px;
  }
  header .meta-nav .social a.fb {
    background-position: 10px -70px;
  }
  header .meta-nav .social a.tw {
    background-position: 10px -110px;
  }
  header .meta-nav .social a.rss {
    background-position: 10px -150px;
  }
  header .meta-nav .quicksearch a,
  header .meta-nav .live a {
    font-size: 13px;
    background-position: 10px 10px;
    padding: 10px 10px;
  }
  nav {
    margin-bottom: 24px;
    border-top-width: 24px;
  }
  nav .showsub {
    padding-bottom: 28px;
  }
  nav .showsub2 {
    padding-bottom: 52px;
  }
  nav > ul > li {
    font: 20px/32px 'wrc_roman';
  }
  nav > ul > li > a {
    padding: 4px 4px 0;
    margin: 0 6px 0 8px;
  }
  nav > ul > li > ul {
    top: 40px;
  }
  nav > ul > li > ul > li {
    font: 14px/28px 'wrc_roman';
  }
  nav > ul > li > ul > li > a {
    padding: 0 4px;
    margin: 0 0 0 8px;
  }
  nav > ul > li > ul > li > a img {
    margin: 6px 0;
    height: 16px;
    width: auto;
  }
  nav > ul > li > ul > li > a.active img {
    margin: 4px 0 4px -2px;
  }
  nav > ul > li > ul ul {
    top: 28px;
  }
  nav > ul > li > ul ul li {
    font: 13px/24px 'wrc_roman';
  }
  nav > ul > li > ul ul li a {
    padding: 0 4px;
    margin: 0 0 0 8px;
  }
  .aufmacher {
    height: 537px;
    margin-bottom: 24px;
  }
  .aufmacher .current img {
    width: 100%;
    height: auto;
  }
  .aufmacher .thumbs > div {
    float: none;
    margin-right: -4px;
  }
  .aufmacher .thumbs > div > a {
    float: left;
    background: red;
    width: 235px;
    height: 4px;
    margin: 2px 2px 0 0;
    background: #999;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: alpha(opacity=100);
    opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
  }
  .aufmacher .thumbs > div > a.active {
    background: #8DC72D;
  }
  .aufmacher .thumbs > div > a:hover {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: alpha(opacity=100);
    opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
  }
  .aufmacher .thumbs > div img,
  .aufmacher .thumbs > div .heading {
    display: none;
  }
  .content > h1,
  .content > div > h1 {
    float: none;
    width: auto;
    font: 30px/30px 'wrc_roman';
    padding-bottom: 12px;
    margin: 0 8px;
  }
  .content .content_le > .data,
  .content .news > .data {
    width: 704px;
  }
  .content .content_le > .data table,
  .content .news > .data table {
    width: 704px;
  }
  .content > .data table {
    width: 944px;
  }
  .content > .data table td,
  .content > .data table th {
    padding-right: 16px;
    font-size: 13px;
  }
  .content_le {
    width: 720px;
  }
  .content_le .bigpic img,
  .content_le .bigmap img {
    width: 704px;
    height: auto;
  }
  .content_le .bigpic .heading,
  .content_le .bigmap .heading {
    left: 16px;
    bottom: 16px;
  }
  .content_le .bigpic .heading h1,
  .content_le .bigmap .heading h1 {
    font: 30px/30px 'wrc_roman';
  }
  .content_le .bigpic .heading h2,
  .content_le .bigmap .heading h2 {
    font: 20px/20px 'wrc_roman';
    padding-top: 6px;
  }
  .content_le .bigpic .heading img,
  .content_le .bigmap .heading img {
    width: 36px;
    margin-top: 4px;
  }
  .content_le .bigpic.archive img,
  .content_le .bigmap.archive img {
    width: 660px;
  }
  .content_le figure img {
    width: 704px;
    height: auto;
  }
  .content_le .news > article img {
    width: 704px;
    height: auto;
  }
  .content_le .bigsize div {
    width: 684px;
    height: 85px;
  }
  .content_le .bigsize div img,
  .content_le .bigsize div iframe {
    width: 684px !important;
    height: 85px;
  }
  .content_le .article_list article img {
    margin-right: 8px;
  }
  .content_le .article_list article time,
  .content_le .article_list article p,
  .content_le .article_list article .category {
    font: 13px/18px 'wrc_roman';
  }
  .content_le .article_list article .category {
    font-family: 'wrc_clean';
  }
  .content_le .article_list article h2 {
    font: 20px/24px 'wrc_roman';
  }
  .content_le .podcast_current .podcast_container {
    width: 360px;
  }
  .content_le ul.contentnav li a,
  .content_le ul.contentnav li > span {
    padding: 0 8px 4px;
    font-size: 13px;
    line-height: 23px;
  }
  .content_le ul.contentnav img {
    height: 20px;
  }
  .content_le .box.w3 {
    width: 696px;
    height: 505px;
    margin-bottom: 4px;
  }
  .content_le .box.w3 .toggle {
    display: block;
  }
  .content_le .box.w3 form select {
    font: 13px/14px 'wrc_roman';
    height: 20px;
    padding: 2px 23px 2px 6px;
  }
  .content_le .box.w3 h5 {
    padding: 4px 8px 8px;
  }
  .content_le .box.w3 > .data {
    overflow: auto;
    height: 479px;
    width: 696px;
    max-height: none;
  }
  .content_le .box.w3 > .data .scrolltable {
    overflow-x: auto;
    height: 445px;
  }
  .content_le .box.w3 > .data .w50 .scrolltable {
    height: auto;
  }
  .content_le .box.w3 > .data .w50 h4 {
    cursor: pointer;
  }
  .content_le .box.w3 > .data td {
    line-height: 20px;
  }
  .content_le .box.w3 .w50,
  .content_le .box.w3 .w50 + .w50 {
    float: none;
    width: auto;
    overflow: auto;
    margin-left: 0;
  }
  .content_le form.search select {
    width: 274px;
  }
  .content_le ul.paging li {
    font: 13px/28px 'wrc_roman';
  }
  .content_le ul.paging li a {
    padding: 0 12px;
  }
  .content_ri {
    width: 240px;
    overflow: hidden;
  }
  .content_ri > .box.info p,
  .content_ri > .box.info div,
  .content_ri > .box.info table {
    font-size: 13px;
  }
  .content_ri > .box.info table {
    width: 208px;
  }
  .content_ri > .box.info table img {
    margin-top: 2px;
  }
  .content_ri > .box.info table td {
    padding: 2px;
    line-height: 18px;
  }
  .liveheader {
    margin: 0 8px 24px;
  }
  .liveheader time {
    font: 16px/16px 'wrc_roman';
    padding: 8px 0 4px;
  }
  .liveheader h1 {
    font: 24px/24px 'wrc_roman';
  }
  .liveheader h3 {
    font: 16px/16px 'wrc_roman';
    padding: 6px 0;
  }
  .liveheader img {
    padding: 6px;
    height: 70px;
    width: auto;
    margin-right: 2px;
  }
  .liveheader .weather {
    font: 20px/24px 'wrc_clean';
    padding: 0 6px;
    margin: 1px 0 0;
  }
  .liveheader .weather small {
    font: 13px/13px 'wrc_roman';
  }
  .liveheader .weather h5 {
    font: 16px/16px 'wrc_roman';
    padding: 8px 0 0;
  }
  .liveheader .sponsor img {
    padding: 10px;
    height: 62px;
  }
  .driverbar figure {
    margin: 0 8px 0 0;
    width: 112px;
  }
  .driverbar img {
    width: 112px;
    height: auto;
  }
  .driverbar figcaption {
    font: 11px/16px 'wrc_roman';
  }
  .driverbar .scrollcontent .mCSB_scrollTools .mCSB_buttonLeft,
  .driverbar .scrollcontent .mCSB_scrollTools .mCSB_buttonRight {
    top: -115px;
    height: 112px;
  }
  .box a + h3 {
    border-top-width: 12px;
  }
  .partners {
    padding-bottom: 24px;
  }
  .partners .wide,
  .partners .middle,
  .partners .narrow {
    height: 72px;
  }
  .partners .wide a,
  .partners .middle a,
  .partners .narrow a {
    height: 72px;
    background-position: center -84px;
  }
  .partners .wide a:hover,
  .partners .middle a:hover,
  .partners .narrow a:hover {
    background-position: center -4px;
  }
  .partners .wide a {
    padding: 0 60px;
    width: 192px;
  }
  .partners .middle a {
    padding: 0 20px;
    width: 110px;
  }
  .partners .narrow a {
    width: 72px;
    padding: 0 12px;
  }
  .nl-bar {
    height: 32px;
    background-position: -2px -4px;
    margin-bottom: 24px;
  }
  .nl-bar label {
    font: 16px/32px 'wrc_roman';
  }
  .nl-bar input.tf {
    font: 14px/22px 'wrc_roman';
    height: 22px;
  }
  .nl-bar input.btn {
    font: 16px/32px 'wrc_clean';
    height: 32px;
    background-position: right -44px;
  }
  form.search input,
  form.search select {
    font: 13px/16px 'wrc_roman';
  }
  form.search select {
    width: 195px;
  }
  form.search input.tf {
    width: 532px;
  }
  .diashow_thumbs {
    width: 944px;
    height: 141px;
  }
  .diashow_thumbs a img {
    width: 208px;
    height: auto;
  }
  .diashow_thumbs .paging {
    top: -60px;
    height: 28px;
  }
  .diashow_thumbs .paging a {
    font: 13px/28px 'wrc_roman';
    width: 106px;
    margin-left: 12px;
  }
  .diashow_thumbs .paging a span {
    font-size: 18px;
    line-height: 18px;
  }
  .diashow_thumbs .mCSB_horizontal > .mCSB_scrollTools .mCSB_buttonLeft,
  .diashow_thumbs .mCSB_horizontal > .mCSB_scrollTools .mCSB_buttonRight {
    height: 117px;
    top: -125px;
  }
  footer .inner {
    width: 960px;
  }
  footer .rallies a {
    width: 60px;
    padding: 2px 0;
  }
  .bigsize {
    margin-bottom: 24px;
  }
  .bigsize p.ad {
    left: 801px;
  }
  .content_le .bigsize p.ad {
    left: 651px;
    width: 85px;
    top: 32px;
    font-size: 11px;
  }
  .content_le .bigsize div {
    margin: 0;
  }
  .skyscraper {
    top: 98px;
  }
}
@media screen and (max-width: 1170px) {
  .wrapper {
    width: 608px;
    padding-right: 0;
  }
  header .logo img,
  header .fia img {
    height: 60px;
    width: auto;
  }
  header .meta-nav {
    padding-top: 18px;
    clear: both;
    display: block;
    float: right;
  }
  header .meta-nav > ul li {
    font-size: 12px;
  }
  header .meta-nav > ul ul li a {
    padding: 8px 10px;
  }
  header .meta-nav > ul > li > a {
    padding: 8px 10px;
  }
  header .meta-nav .champ > li > ul {
    display: none;
    position: absolute;
    top: 36px;
    left: 0;
    z-index: 5;
    width: 100%;
    text-align: left;
  }
  header .meta-nav .champ > li > ul li {
    display: block;
    float: none;
    border-top: 2px solid #FFF;
  }
  header .meta-nav .champ > li > a {
    display: block;
    min-width: 80px;
    background: #8DC72D;
  }
  header .meta-nav .champ > li:hover {
    display: block;
  }
  header .meta-nav .lang > li > ul {
    top: 36px;
  }
  header .meta-nav .social a.yt {
    background-position: 10px -32px;
  }
  header .meta-nav .social a.fb {
    background-position: 10px -72px;
  }
  header .meta-nav .social a.tw {
    background-position: 10px -112px;
  }
  header .meta-nav .social a.rss {
    background-position: 10px -152px;
  }
  header .meta-nav .quicksearch a,
  header .meta-nav .live a {
    font-size: 12px;
    background-position: 10px 8px;
    padding: 8px 10px;
  }
  nav {
    margin-bottom: 16px;
    border-top-width: 16px;
  }
  nav .showsub,
  nav .showsub2 {
    padding-bottom: 0;
  }
  nav li {
    float: none;
  }
  nav > ul > li {
    display: none;
    font: 20px/28px 'wrc_roman';
    float: none;
  }
  nav > ul > li > a {
    float: none;
    border-bottom: 2px solid #8DC72D;
    margin: 0;
    padding: 2px 8px 2px 40px;
  }
  nav > ul > li.menu {
    display: block;
  }
  nav > ul > li.menu a {
    background: #111 url("../img/icon_wrc_nav.png") 8px center no-repeat;
    display: block;
    font-family: 'wrc_clean';
    border: 0;
  }
  nav > ul > li span.more {
    display: block;
    float: right;
  }
  nav > ul > li > ul {
    position: static;
    display: block;
    display: none;
  }
  nav > ul > li > ul > li {
    float: none;
    border-bottom: 2px solid #FFF;
  }
  nav > ul > li > ul > li > a {
    padding: 0 8px 0 40px;
    margin: 0;
  }
  nav > ul > li > ul > li > ul {
    position: static;
  }
  nav > ul > li > ul > li > ul > li {
    float: none;
    border-top: 2px solid #999;
  }
  nav > ul > li > ul > li > ul > li > a {
    padding: 0 8px 0 40px;
    margin: 0;
  }
  nav ul.shownav .menu a {
    border-bottom: 2px solid #8DC72D;
    background-color: #666;
  }
  nav ul.shownav > li {
    display: block;
  }
  .aufmacher {
    height: auto;
  }
  .aufmacher .thumbs > div > a {
    width: 147px;
  }
  .aufmacher .current .heading {
    bottom: 16px;
    left: 16px;
    max-width: 560px;
    padding: 8px 0;
  }
  .aufmacher .current .heading .category {
    font: 13px/20px 'wrc_clean';
    padding: 0 8px;
    margin: 0 0 8px 12px;
  }
  .aufmacher .current .heading h1 {
    font: 24px/27px 'wrc_roman';
    padding-left: 12px;
  }
  .aufmacher .current .heading ul {
    margin-right: 8px;
  }
  .aufmacher .current .heading ul li {
    font: 13px/22px 'wrc_clean';
  }
  .aufmacher .current .heading ul li {
    margin: 8px 4px 0 12px;
    padding: 0 10px;
  }
  .aufmacher .current .heading.live h1 a {
    background-image: url("../img/btn_wrc_live_med.png");
    padding-right: 142px;
  }
  .content > h1,
  .content > div > h1 {
    font: 24px/24px 'wrc_roman';
  }
  .content > h2,
  .content > div > h2 {
    font-size: 20px;
    padding: 6px 0 12px;
  }
  .content .content_le > .data,
  .content .news > .data {
    overflow: auto;
    width: 592px;
  }
  .content .content_le > .data table,
  .content .news > .data table,
  .content > .data table {
    width: 592px;
  }
  .content .content_le > .data table td,
  .content .content_le > .data table th,
  .content .news > .data table td,
  .content .news > .data table th,
  .content > .data table td,
  .content > .data table th {
    font-size: 13px;
  }
  .content > .data {
    overflow: auto;
  }
  .content_le {
    width: 608px;
  }
  .content_le .bigpic img,
  .content_le .bigmap img,
  .content_le .bigpic.archive img {
    width: 592px;
    height: auto;
  }
  .content_le .bigpic .heading,
  .content_le .bigmap .heading,
  .content_le .bigpic.archive .heading {
    left: 12px;
    bottom: 12px;
  }
  .content_le .bigpic .heading h1,
  .content_le .bigmap .heading h1,
  .content_le .bigpic.archive .heading h1 {
    font: 24px/24px 'wrc_roman';
  }
  .content_le .bigpic .heading h2,
  .content_le .bigmap .heading h2,
  .content_le .bigpic.archive .heading h2 {
    font: 18px/18px 'wrc_roman';
    padding-top: 4px;
  }
  .content_le .bigpic .heading img,
  .content_le .bigmap .heading img,
  .content_le .bigpic.archive .heading img {
    width: 28px;
  }
  .content_le figure img {
    width: 592px;
    height: auto;
  }
  .content_le .news > article img {
    width: 592px;
    height: auto;
  }
  .content_le .box.w3 {
    width: 584px;
    height: auto;
  }
  .content_le .box.w3 > .data {
    width: 584px;
    height: auto;
  }
  .content_le .box.w3 > .data table {
    height: auto;
  }
  .content_le .podcast_current .podcast_container {
    width: 320px;
  }
  .content_le .podcast_current img {
    width: 250px;
    height: auto;
  }
  .content_le .podcast_current time,
  .content_le .podcast_current p {
    font-size: 13px;
    line-height: 18px;
  }
  .content_le .podcast_current h2 {
    font-size: 20px;
    line-height: 24px;
  }
  .content_le ul.contentnav li {
    float: none;
  }
  .content_le ul.contentnav li a,
  .content_le ul.contentnav li > span {
    display: none;
    border-top: 0;
    padding: 4px 8px;
    font-size: 14px;
    background: #CCC;
    color: #666 !important;
    border-bottom: 2px solid #EEE;
    float: none;
    overflow: hidden;
  }
  .content_le ul.contentnav li a.active,
  .content_le ul.contentnav li > span.active {
    display: block;
    border-top: 0;
    border-bottom: 4px solid #8DC72D;
    color: #000 !important;
    background: #EEE;
  }
  .content_le ul.contentnav li > span {
    color: #999 !important;
  }
  .content_le ul.contentnav .active span.more {
    display: block;
    float: right;
    margin-left: 8px;
    color: #8DC72D !important;
    font-size: 18px;
  }
  .content_le ul.contentnav.showcontentnav li a,
  .content_le ul.contentnav.showcontentnav li > span {
    display: block;
  }
  .content_le ul.contentnav img + span {
    display: block;
    float: left;
  }
  .content_le ul.contentnav img {
    float: left;
    margin-right: 6px;
  }
  .content_le form.search select {
    width: 220px;
  }
  .content_ri {
    float: left;
    width: 608px;
  }
  .content_ri > .box.w1 {
    height: 324px;
  }
  .content_ri .article_list {
    overflow: auto;
    height: 284px;
  }
  .content_ri > .box.info {
    width: 592px;
    height: auto;
  }
  .content_ri > .box.info table {
    width: 576px;
  }
  .content_ri .social_share_privacy_area li {
    float: left;
  }
  .box a + h3 {
    border-top-width: 24px;
  }
  .liveheader {
    margin: 0 8px 20px;
  }
  .liveheader .weather {
    float: left;
    border-left: 0;
  }
  .liveheader .fleft {
    border-bottom: 4px solid #FFF;
    float: none !important;
    padding-bottom: 8px;
    margin: 8px;
    overflow: hidden;
  }
  .liveheader img {
    padding: 0;
    margin-right: 8px;
  }
  .liveheader time {
    padding: 2px 0 4px;
    margin: 0;
  }
  .liveheader h3 {
    padding: 6px 0 0;
  }
  .liveheader .sponsor img {
    padding: 0 8px 8px;
    height: 70px;
  }
  .liveheader .weather {
    margin: 0;
    padding: 0 8px;
  }
  .liveheader .weather div {
    margin-top: 4px;
  }
  .driverbar figure {
    margin: 0 8px 0 0;
    width: 112px;
  }
  .driverbar img {
    width: 112px;
    height: auto;
  }
  .driverbar figcaption {
    font: 11px/16px 'wrc_roman';
  }
  .driverbar .scrollcontent .mCSB_scrollTools .mCSB_buttonLeft,
  .driverbar .scrollcontent .mCSB_scrollTools .mCSB_buttonRight {
    top: -115px;
    height: 112px;
  }
  .partners .wide,
  .partners .middle {
    margin-bottom: 8px;
  }
  .partners .wide a {
    padding: 0 50px;
  }
  .partners .middle a {
    padding: 0 25px;
  }
  .partners .narrow a {
    padding: 0 60px;
  }
  .bigsize div,
  .content_le .bigsize div {
    width: 592px;
    height: 74px;
  }
  .bigsize div img,
  .bigsize div iframe,
  .content_le .bigsize div img,
  .content_le .bigsize div iframe {
    width: 592px !important;
    height: 74px !important;
  }
  .bigsize p.ad,
  .content_le .bigsize p.ad {
    -moz-transform: rotate(0);
    -webkit-transform: rotate(0);
    -o-transform: rotate(0);
    -ms-transform: rotate(0);
    width: 288px;
    left: 0;
    top: 74px;
    width: 592px;
  }
  .bigsize {
    height: 94px;
  }
  .skyscraper {
    top: 154px;
  }
  form.search select {
    width: 220px;
  }
  form.search input.btn {
    width: 96px;
  }
  form.search input.tf {
    padding: 0 8px;
    width: 432px;
  }
  .diashow_thumbs {
    width: 592px;
    top: -16px;
    margin-bottom: -16px;
    height: 155px;
  }
  .diashow_thumbs a img {
    width: 176px;
    height: auto;
  }
  .diashow_thumbs .paging {
    position: static;
    top: 0;
    height: 24px;
    padding-bottom: 8px;
  }
  .diashow_thumbs .paging a {
    font: 13px/24px 'wrc_roman';
    width: 180px;
    margin: 0;
  }
  .diashow_thumbs .paging a span {
    font-size: 18px;
    line-height: 18px;
  }
  .diashow_thumbs .paging a.next {
    float: right;
  }
  .diashow_thumbs .mCSB_horizontal > .mCSB_scrollTools .mCSB_buttonLeft,
  .diashow_thumbs .mCSB_horizontal > .mCSB_scrollTools .mCSB_buttonRight {
    height: 99px;
    top: -107px;
  }
  footer .inner {
    width: 608px;
    padding-right: 0;
  }
  footer .rallies {
    display: block;
    padding-bottom: 12px;
  }
  footer .rallies .rally {
    float: left;
    display: block;
    margin: 0 2px 12px 8px;
  }
  footer .rallies a {
    width: 72px;
  }
  footer .fright + .col {
    clear: both;
  }
  .skyscraper {
    display: none !important;
  }
}
@media screen and (max-width: 642px) {
  .wrapper {
    width: 480px;
  }
  header .logo img,
  header .fia img {
    height: 50px;
    width: auto;
  }
  nav > ul > li {
    font: 18px/24px 'wrc_roman';
  }
  .aufmacher .thumbs > div > a {
    width: 115px;
  }
  .aufmacher .current .heading {
    bottom: 12px;
    left: 12px;
    max-width: 440px;
    padding: 6px 0;
  }
  .aufmacher .current .heading .category {
    font: 12px/18px 'wrc_clean';
    padding: 0 6px;
    margin: 0 0 6px 8px;
  }
  .aufmacher .current .heading h1 {
    font: 20px/20px 'wrc_roman';
    padding-left: 8px;
    padding-right: 8px;
  }
  .aufmacher .current .heading ul {
    margin-left: 6px;
  }
  .aufmacher .current .heading ul li {
    font: 12px/20px 'wrc_clean';
  }
  .aufmacher .current .heading ul li {
    margin: 6px 2px 0 8px;
    padding: 0 8px;
  }
  .aufmacher .current .heading.live h1 a {
    background-image: url("../img/btn_wrc_live_small.png");
    padding-right: 112px;
  }
  .content > h1,
  .content > div > h1 {
    font: 22px/22px 'wrc_roman';
  }
  .content > .data,
  .content .content_le > .data,
  .content .news > .data {
    width: 464px;
  }
  .content > .data table,
  .content .content_le > .data table,
  .content .news > .data table {
    width: 100%;
    max-width: 592px;
    white-space: nowrap;
  }
  .content_le {
    width: 480px;
  }
  .content_le .bigpic img,
  .content_le .bigmap img,
  .content_le .bigpic.archive img {
    width: 464px;
    height: auto;
  }
  .content_le .bigpic .heading,
  .content_le .bigmap .heading,
  .content_le .bigpic.archive .heading {
    left: 8px;
    bottom: 8px;
    padding: 8px 0 12px;
  }
  .content_le .bigpic .heading h1,
  .content_le .bigmap .heading h1,
  .content_le .bigpic.archive .heading h1 {
    font: 20px/20px 'wrc_roman';
    padding: 0 12px;
  }
  .content_le .bigpic .heading h2,
  .content_le .bigmap .heading h2,
  .content_le .bigpic.archive .heading h2 {
    font: 16px/16px 'wrc_roman';
    padding: 4px 12px 0;
  }
  .content_le .bigpic .heading img,
  .content_le .bigmap .heading img,
  .content_le .bigpic.archive .heading img {
    width: 22px;
  }
  .content_le .news > h1,
  .content_le > h1 {
    font-size: 30px;
  }
  .content_le .news > h2,
  .content_le > h2 {
    font-size: 20px;
  }
  .content_le .news > h3,
  .content_le > h3 {
    font-size: 18px;
  }
  .content_le .news > h4,
  .content_le > h4 {
    font-size: 18px;
  }
  .content_le .news > h5,
  .content_le > h5 {
    font-size: 14px;
  }
  .content_le .news > h6,
  .content_le > h6 {
    font-size: 14px;
  }
  .content_le .news > p,
  .content_le > p,
  .content_le .news > div,
  .content_le > div,
  .content_le .news > dl,
  .content_le > dl,
  .content_le .news > ul,
  .content_le > ul,
  .content_le .news > ol,
  .content_le > ol {
    font: 13px/18px 'wrc_roman';
  }
  .content_le figure img {
    width: 464px;
    height: auto;
  }
  .content_le .news > article img,
  .content_le > article img {
    width: 464px;
    height: auto;
  }
  .content_le .article_list article p {
    display: none;
  }
  .content_le .article_list article h2 {
    font: 18px/24px 'wrc_roman';
  }
  .content_le .article_list article time {
    font-size: 12px;
  }
  .content_le .article_list article .category {
    font-size: 12px;
    line-height: 16px;
  }
  .content_le .box.w3 {
    width: 456px;
    height: auto;
  }
  .content_le .box.w3 > .data {
    width: 456px;
    height: auto;
  }
  .content_le .box.w3 select {
    width: 456px;
    margin-bottom: 4px;
  }
  .content_le .box.w3 form {
    overflow: hidden;
  }
  .content_le .podcast_current img {
    width: 180px;
    margin: 8px 16px 8px 8px;
  }
  .content_le .podcast_current .podcast_container {
    width: 464px;
  }
  .content_le ul.contentnav a {
    width: 448px;
    padding: 2px 8px;
    font-size: 13px;
  }
  .content_le form.search select {
    width: 296px;
  }
  .content_le ul.paging li {
    font: 12px/24px 'wrc_roman';
  }
  .content_le ul.paging li a {
    padding: 0 8px;
  }
  .content_ri {
    width: 480px;
  }
  .content_ri > .box.w1 {
    height: 259px;
  }
  .content_ri .article_list {
    height: 220px;
  }
  .content_ri > .box.info {
    width: 464px;
    height: auto;
  }
  .content_ri > .box.info table {
    width: 448px;
  }
  .content_ri > .box.info table td {
    display: table-cell;
    font-family: 'wrc_roman' !important;
    color: #000 !important;
  }
  .liveheader .fleft {
    border-bottom: 2px solid #FFF;
    padding-bottom: 6px;
    margin: 6px;
  }
  .liveheader img {
    height: 56px;
  }
  .liveheader time {
    padding: 0px 0 4px;
    margin: 0;
    font: 14px/14px 'wrc_roman';
  }
  .liveheader h1 {
    font: 20px/20px 'wrc_roman';
  }
  .liveheader h3 {
    padding: 4px 0 0;
    font: 14px/14px 'wrc_roman';
  }
  .liveheader .sponsor img {
    padding: 0 6px 6px;
    height: 58px;
  }
  .liveheader .weather {
    margin: -1px 0 0;
    padding: 0 6px;
  }
  .liveheader .weather div {
    margin-top: 0px;
  }
  .liveheader .weather h5 {
    font: 14px/14px 'wrc_roman';
    padding: 2px 0 0;
  }
  .driverbar figure {
    margin: 0 6px 0 0;
    width: 96px;
  }
  .driverbar img {
    width: 96px;
  }
  .driverbar figcaption {
    font: 11px/16px 'wrc_roman';
  }
  .driverbar .scrollcontent .mCSB_scrollTools .mCSB_buttonLeft,
  .driverbar .scrollcontent .mCSB_scrollTools .mCSB_buttonRight {
    top: -99px;
    height: 96px;
  }
  .box a + h3 {
    border-top-width: 12px;
  }
  .partners .wide a {
    padding: 0 18px;
  }
  .partners .middle a {
    padding: 0 28px;
  }
  .partners .narrow a {
    padding: 0 38px;
  }
  form.search select {
    width: 296px;
  }
  form.search input.btn {
    width: 120px;
  }
  form.search input.tf {
    width: 280px;
  }
  .diashow_thumbs {
    width: 464px;
    height: 137px;
  }
  .diashow_thumbs a img {
    width: 144px;
    height: auto;
  }
  .diashow_thumbs li {
    margin-right: 4px;
  }
  .diashow_thumbs .paging a {
    width: 160px;
  }
  .diashow_thumbs .mCSB_horizontal > .mCSB_scrollTools .mCSB_buttonLeft,
  .diashow_thumbs .mCSB_horizontal > .mCSB_scrollTools .mCSB_buttonRight {
    height: 81px;
    top: -89px;
  }
  footer .inner {
    width: 480px;
    padding-right: 0;
  }
  footer .rallies .rally {
    margin: 0 0 12px 8px;
  }
  footer .rallies a {
    width: 68px;
  }
  .bigsize,
  .content_le .bigsize {
    height: 78px;
  }
  .bigsize p.ad,
  .content_le .bigsize p.ad {
    width: 464px;
    top: 58px;
  }
  .bigsize div,
  .content_le .bigsize div {
    background-image: url(../img/bigsize_fallback_small.jpg);
    background-position: center top;
    width: 464px !important;
    height: 58px !important;
  }
  .bigsize div img,
  .bigsize div iframe,
  .content_le .bigsize div img,
  .content_le .bigsize div iframe {
    width: 464px !important;
    height: 58px !important;
  }
  .content_le .news > .box.cad {
    width: 300px;
    height: 270px;
  }
  .content_le .news > .box.cad p.ad {
    -moz-transform: rotate(0);
    -webkit-transform: rotate(0);
    -o-transform: rotate(0);
    -ms-transform: rotate(0);
    width: 300px;
    left: 0;
    top: 250px;
  }
  .skyscraper {
    display: none !important;
  }
}
@media screen and (max-width: 514px) {
  .wrapper {
    width: 304px;
  }
  header .meta-nav {
    padding-top: 18px;
    clear: both;
    display: block;
    float: right;
  }
  header .meta-nav > ul li {
    font-size: 11px;
  }
  header .meta-nav > ul ul li a {
    padding: 6px 8px;
  }
  header .meta-nav > ul > li > a {
    padding: 6px 8px;
  }
  header .meta-nav .social > li > ul {
    display: none;
    position: absolute;
    top: 32px;
    left: 0;
    z-index: 5;
    width: 100%;
    text-align: left;
  }
  header .meta-nav .social > li > ul li {
    display: block;
    float: none;
    border-top: 2px solid #FFF;
  }
  header .meta-nav .social > li > ul a {
    background: none;
    text-indent: 0;
    width: auto;
    background: none;
  }
  header .meta-nav .social > li > a {
    display: block;
  }
  header .meta-nav .social > li:hover {
    display: block;
  }
  header .meta-nav .lang > li > ul,
  header .meta-nav .champ > li > ul {
    top: 32px;
  }
  header .meta-nav .champ > li > a {
    min-width: 64px;
  }
  header .meta-nav .quicksearch a {
    font-size: 11px;
    background-position: 8px 6px;
    padding: 6px 8px;
  }
  header .meta-nav .live a {
    display: none;
  }
  nav > ul > li {
    font: 16px/24px 'wrc_roman';
  }
  nav > ul > li ul li {
    font: 14px/22px 'wrc_roman';
  }
  .aufmacher .thumbs > div > a {
    width: 71px;
  }
  .aufmacher .current .heading {
    bottom: 8px;
    left: 8px;
    max-width: 272px;
    padding: 6px 0;
  }
  .aufmacher .current .heading h1 {
    font: 18px/18px 'wrc_roman';
    padding-left: 8px;
    padding-right: 8px;
  }
  .aufmacher .current .heading ul {
    display: none;
  }
  .aufmacher .current .heading.live h1 a {
    background: none;
    padding-right: 0;
  }
  .content > h1,
  .content > div > h1,
  .content > h2,
  .content > div > h2 {
    padding-bottom: 8px;
  }
  .content > .data,
  .content .content_le > .data,
  .content .news > .data {
    width: 288px;
  }
  .content_le {
    width: 304px;
  }
  .content_le .bigpic img,
  .content_le .bigmap img,
  .content_le .bigpic.archive img {
    width: 288px;
    height: auto;
  }
  .content_le .bigpic .heading,
  .content_le .bigmap .heading,
  .content_le .bigpic.archive .heading {
    padding: 6px 0 8px;
    margin-right: 8px;
  }
  .content_le .bigpic .heading h1,
  .content_le .bigmap .heading h1,
  .content_le .bigpic.archive .heading h1 {
    padding: 0 8px;
    font: 18px/18px 'wrc_roman';
  }
  .content_le .bigpic .heading h2,
  .content_le .bigmap .heading h2,
  .content_le .bigpic.archive .heading h2 {
    padding: 4px 8px 0;
    font: 14px/14px 'wrc_roman';
  }
  .content_le .bigpic .heading img,
  .content_le .bigmap .heading img,
  .content_le .bigpic.archive .heading img {
    margin-top: 2px;
  }
  .content_le figure img {
    width: 288px;
    height: auto;
  }
  .content_le figure figcaption {
    font-size: 11px;
  }
  .content_le .fright,
  .content_le .fleft {
    margin-left: 8px;
    margin-right: 8px;
  }
  .content_le > article a > div,
  .content_le .news > article a > div {
    padding-top: 42px;
  }
  .content_le > article img,
  .content_le .news > article img {
    width: 288px;
  }
  .content_le > article time,
  .content_le .news > article time {
    font: 14px/24px 'wrc_roman';
    padding: 0 0 8px;
  }
  .content_le > article h2,
  .content_le .news > article h2 {
    padding-bottom: 16px;
  }
  .content_le .article_list article img {
    width: 112px;
    height: 63px;
  }
  .content_le .article_list article h2 {
    font: 14px/16px 'wrc_roman';
  }
  .content_le .article_list article time {
    line-height: 14px;
    padding-bottom: 4px;
  }
  .content_le .box.w3 {
    width: 280px;
  }
  .content_le .box.w3 > .data {
    width: 280px;
  }
  .content_le .box.w3 form select {
    width: 280px;
  }
  .content_le .podcast_current img {
    margin: 8px;
    width: 272px;
  }
  .content_le .podcast_current h2,
  .content_le .podcast_current time {
    padding: 0 8px;
  }
  .content_le .podcast_current p {
    display: none;
  }
  .content_le .podcast_current .podcast_container {
    width: 272px;
    padding-left: 8px;
    padding-right: 8px;
  }
  .content_le ul.contentnav a {
    width: 272px;
  }
  .content_le form.search select {
    width: 256px;
  }
  .content_le ul.paging li {
    font: 12px/24px 'wrc_roman';
  }
  .content_le ul.paging li a {
    padding: 0 4px;
  }
  .content_le ul.paging .prev,
  .content_le ul.paging .next {
    display: none;
  }
  .content_ri {
    width: 304px;
  }
  .content_ri .social_share_privacy_area li {
    float: none;
  }
  .content_ri > .box.info {
    width: 288px;
  }
  .content_ri > .box.info table {
    width: 272px;
  }
  .content_ri > .box.w1,
  .content_ri .article_list {
    height: auto;
  }
  .box > h3 {
    font: 18px/20px 'wrc_clean';
    padding: 15px 8px 0;
    height: auto;
  }
  .box > h3 span {
    margin-bottom: -3px;
    white-space: normal;
    overflow: visible;
  }
  .box > h3 a.more {
    margin-top: -7px;
  }
  .box .card dl {
    display: none;
  }
  .box.w2 {
    width: 288px;
    height: auto;
  }
  .box.w2 .data {
    width: 288px;
    overflow: auto;
  }
  .box.w2 table {
    width: auto;
    min-width: 288px;
  }
  .box.w2 table td span {
    max-width: none;
    float: none;
    display: inline;
  }
  .box.w2 table td img {
    display: inline;
    float: none;
  }
  .nl-bar {
    background-image: none;
    height: auto;
  }
  .nl-bar input.tf {
    margin-left: 16px;
    margin-bottom: 8px;
    width: 180px;
  }
  .nl-bar input.btn {
    background-image: none;
    padding: 0 12px;
  }
  .liveheader .fleft {
    border: 0;
    padding-bottom: 6px;
    margin: 6px 6px 0;
  }
  .liveheader time {
    padding: 0px 0 6px;
    font: 13px/13px 'wrc_roman';
  }
  .liveheader h1 {
    font: 18px/18px 'wrc_roman';
    white-space: normal;
    margin-bottom: 8px;
  }
  .liveheader h3 {
    padding: 6px 0 0;
    white-space: normal;
    border-top: 2px solid #FFF;
    clear: both;
    text-align: center;
  }
  .liveheader .sponsor img {
    padding: 0 6px 6px;
    width: 276px;
    height: auto;
  }
  .liveheader .weather {
    display: none;
  }
  .driverbar figure {
    margin: 0 4px 0 0;
    width: 80px;
  }
  .driverbar img {
    width: 80px;
  }
  .driverbar figcaption {
    font: 10px/14px 'wrc_roman';
  }
  .driverbar .scrollcontent .mCSB_scrollTools .mCSB_buttonLeft,
  .driverbar .scrollcontent .mCSB_scrollTools .mCSB_buttonRight {
    top: -81px;
    height: 80px;
  }
  .partners .wide a {
    padding: 0 48px;
  }
  .partners .middle a {
    padding: 0 20px;
  }
  .partners .narrow a {
    padding: 0 9px;
  }
  footer .inner {
    width: 304px;
  }
  footer .rallies a {
    width: 65px;
  }
  .bigsize,
  .content_le .bigsize {
    height: 56px;
  }
  .bigsize p.ad,
  .content_le .bigsize p.ad {
    width: 288px;
    top: 36px;
  }
  .bigsize div,
  .content_le .bigsize div {
    background-position: center -11px;
    width: 288px !important;
    height: 36px !important;
  }
  .bigsize div img,
  .bigsize div iframe,
  .content_le .bigsize div img,
  .content_le .bigsize div iframe {
    width: 288px !important;
    height: 36px !important;
  }
  .box.cad {
    width: 288px;
    height: 296px;
  }
  .box.cad a,
  .box.cad iframe,
  .box.cad img {
    display: block;
    width: 288px;
    height: 240px;
  }
  .box.cad div {
    margin: 0 auto 2px;
    width: 288px;
    height: 240px;
  }
  .box.cad p.ad {
    -moz-transform: rotate(0);
    -webkit-transform: rotate(0);
    -o-transform: rotate(0);
    -ms-transform: rotate(0);
    width: 288px;
    left: 0;
    top: 276px;
  }
  .content_le .news > .box.cad {
    width: 288px;
    height: 260px;
  }
  .content_le .news > .box.cad a,
  .content_le .news > .box.cad iframe,
  .content_le .news > .box.cad img {
    display: block;
    width: 288px;
    height: 240px;
  }
  .content_le .news > .box.cad div {
    margin: 0 auto;
    width: 288px;
    height: 240px;
  }
  .content_le .news > .box.cad p.ad {
    width: 288px;
    top: 240px;
  }
  form.search select {
    width: 256px;
  }
  form.search input.btn {
    width: 120px;
    margin: 8px 0;
  }
  form.search input.tf {
    width: 240px;
  }
  .diashow_thumbs {
    width: 288px;
    height: 119px;
  }
  .diashow_thumbs a img {
    width: 112px;
    height: auto;
  }
  .diashow_thumbs .paging a {
    width: 120px;
  }
  .diashow_thumbs .mCSB_horizontal > .mCSB_scrollTools .mCSB_buttonLeft,
  .diashow_thumbs .mCSB_horizontal > .mCSB_scrollTools .mCSB_buttonRight {
    height: 63px;
    top: -71px;
  }
}
@media screen and (max-width: 1426px) and (min-width: 1170px),screen and (max-width: 642px) and (min-width: 515px) {
  .box {
    margin-bottom: 20px;
    height: 259px;
  }
  .box > h3 {
    height: 16px;
    font: 18px/18px 'wrc_clean';
    padding: 15px 8px 0;
  }
  .box.w1 {
    width: 224px;
  }
  .box.w1 > h3 span {
    width: 208px;
  }
  .box.w2 {
    width: 464px;
  }
  .box.cad {
    width: 464px;
  }
  .box.cad h3 {
    display: none;
  }
  .box.cad div {
    margin: 5px auto;
  }
  .box.cad img {
    width: auto;
  }
  .box.cad p.ad {
    top: 120px;
    left: 267px;
  }
  .box .article_list article {
    margin: 0 6px;
    padding: 8px 0;
  }
  .box .article_list article img {
    margin-right: 6px;
    width: 80px;
    height: 45px;
  }
  .box .article_list article time {
    font: 11px/12px 'wrc_roman';
    padding: 0 0 4px;
  }
  .box .article_list article .category {
    font: 11px/14px 'wrc_clean';
  }
  .box .article_list article h2 {
    font: 13px/15px 'wrc_roman';
    height: 28px;
  }
  .box a.more {
    background: url(../img/sprite_iconset.png) right -1px no-repeat;
    font: 13px/16px 'wrc_roman';
  }
  .box h3 a.more {
    margin-top: -7px;
    margin-right: 2px;
  }
  .box > article {
    height: 224px;
  }
  .box > article a img {
    width: 224px;
    height: auto;
  }
  .box > article time {
    font: 12px/20px 'wrc_roman';
    padding: 0 0 6px;
  }
  .box > article h2 {
    font: 18px/24px 'wrc_roman';
  }
  .box > a > img {
    width: 224px;
    height: auto;
  }
  .box .promo a > img {
    width: 224px;
    height: auto;
  }
  .box .promo .heading {
    bottom: 6px;
    left: 6px;
    padding: 6px 8px 8px;
    max-width: 194px;
  }
  .box .promo h2 {
    font: 20px/24px 'wrc_roman';
  }
  .box .promo .more {
    font: 12px/18px 'wrc_clean';
    padding: 0 8px;
    margin-top: 4px;
  }
  .box .promo dl {
    width: 184px;
  }
  .box .promo dl dt,
  .box .promo dl dd {
    font-size: 12px;
    line-height: 14px;
  }
  .box .text {
    height: 216px;
  }
  .box .text p {
    font-size: 11px;
  }
  .box .social {
    height: 188px;
    width: 216px;
    margin: 0 4px 4px;
  }
  .box .boxnav {
    width: 218px;
  }
  .box .boxnav li {
    font: 11px/20px 'wrc_roman';
    padding: 4px 0;
  }
  .box form h4 {
    padding: 8px 6px;
    font: 12px/14px 'wrc_roman';
  }
  .box form ul {
    padding: 6px;
    height: 142px;
    width: 212px;
  }
  .box form ul li {
    font: 11px 'wrc_roman';
  }
  .box form ul label {
    padding: 2px 0;
  }
  .box form > input {
    font: 12px 'wrc_clean';
    margin: 0 8px 8px -4px;
    padding: 0 8px;
    height: 18px;
  }
  .box form p {
    bottom: 12px;
    font-size: 13px;
  }
  .box .data {
    width: 224px;
    height: 224px;
    overflow: auto;
  }
  .box figure img {
    width: 464px;
    height: auto;
  }
  .box > dl {
    font-size: 11px;
    line-height: 14px;
  }
  .box .card > img,
  .box .card > a img {
    width: 224px;
    height: auto;
  }
  .box .card dl {
    padding: 12px;
    font-size: 11px;
    line-height: 14px;
  }
  .box .card dt,
  .box .card dd {
    padding-bottom: 8px;
  }
  .box .card a.more {
    font: 12px/18px 'wrc_clean';
    padding: 0 8px;
  }
  .box > ul li {
    font: 13px/24px 'wrc_clean';
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .box.info table {
    width: 208px;
    font-size: 13px;
    line-height: 18px;
  }
  .box.info table img {
    margin-top: 2px;
  }
  .box.info table td {
    padding: 2px;
    line-height: 18px;
  }
  .box.info table tr td:first-child {
    color: #666;
  }
  .box.info table tr td:last-child {
    font-family: 'wrc_clean';
  }
  .box blockquote {
    font-size: 18px;
    line-height: 18px;
  }
  .box blockquote p {
    font-size: 13px;
    line-height: 13px;
  }
  .box.w1 table {
    font: 11px/14px 'wrc_roman';
  }
  .box.w1 table td {
    white-space: normal;
    padding: 6px 4px 2px;
    display: block;
  }
  .box.w1 table td span {
    max-width: none;
    white-space: normal;
    display: block;
  }
  .box.w1 table td img {
    float: left;
    margin-right: 6px;
    margin-top: 1px;
  }
  .box.w1 table td.aright {
    text-align: left !important;
    padding: 2px 4px 6px 28px;
  }
  .box.w1 table tr.live {
    background: #8DC72D;
    color: #FFF;
  }
  .box.w2 .data {
    width: 464px;
  }
  .box.w2 table {
    width: 464px;
  }
  .content_le .box .data {
    height: auto;
    max-height: 350px;
  }
  .content_le .box .data td {
    line-height: 18px;
  }
  .content_le .box .data span img {
    margin-top: 1px;
  }
  .content_le > article time {
    font: 12px/20px 'wrc_roman';
  }
  .content_le > article h2 {
    font: 18px/24px 'wrc_roman';
  }
  footer .col {
    width: 224px;
  }
  footer .col p {
    font: 12px/16px 'wrc_roman';
  }
  footer .col h5 {
    font: 12px/16px 'wrc_clean';
  }
  footer .col li {
    font: 12px/16px 'wrc_roman';
  }
  footer .col .social ul {
    margin: 20px 0 10px;
  }
  footer .col .partners {
    padding-top: 4px;
  }
  footer .col .partners .wide,
  footer .col .partners .middle,
  footer .col .partners .narrow {
    margin: 2px 2px 0 0;
  }
  footer .col .partners .wide a {
    padding: 0 47px;
  }
  footer .col .partners .middle a {
    padding: 0 1px;
    width: 108px;
  }
  footer .col .partners .narrow a {
    padding: 0 11px;
  }
}
.social_share_privacy_area {
  clear: both;
  margin: 0;
  list-style-type: none;
  padding: 12px 0 0;
  width: auto;
  display: block;
  position: relative;
}
.social_share_privacy_area li {
  margin: 0;
  padding: 0 0 8px;
  height: 21px;
}
.social_share_privacy_area li .dummy_btn {
  float: left;
  margin: 0 0 0 10px;
  cursor: pointer;
  padding: 0;
  height: inherit;
}
.social_share_privacy_area li div iframe {
  overflow: hidden;
  height: inherit;
  width: inherit;
}
.social_share_privacy_area .facebook {
  width: 180px;
}
.social_share_privacy_area .facebook .fb_like iframe {
  width: 145px;
}
.social_share_privacy_area .twitter {
  width: 148px;
}
.social_share_privacy_area li div.tweet {
  width: 115px;
}
.social_share_privacy_area .gplus {
  width: 123px;
}
.social_share_privacy_area li div.gplusone {
  width: 90px;
}
.social_share_privacy_area li .switch {
  display: inline-block;
  text-indent: -9999em;
  background: transparent url(../img/socialshare/socialshareprivacy_on_off.png) no-repeat 0 0 scroll;
  width: 23px;
  height: 12px;
  overflow: hidden;
  float: left;
  margin: 4px 0 0;
  padding: 0;
  cursor: pointer;
}
.social_share_privacy_area li .switch.on {
  background-position: 0 -12px;
}
.social_share_privacy_area li.help_info {
  position: relative;
}
.social_share_privacy_area li.help_info .info,
.social_share_privacy_area li .help_info.icon .info {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 180px;
  padding: 8px 12px;
  margin: 0;
  font-size: 12px;
  line-height: 16px;
  border: 2px solid #ccc;
  background-color: #fdfbec;
  color: #000;
  z-index: 500;
  text-transform: none;
}
.social_share_privacy_area li.gplus.help_info .info {
  left: 0px;
  top: -140px;
  z-index: 1001;
}
.social_share_privacy_area li.facebook.help_info .info {
  left: 0px;
  top: -140px;
  z-index: 1001;
}
.social_share_privacy_area li.twitter.help_info .info {
  left: 0px;
  top: -140px;
  z-index: 1001;
}
.social_share_privacy_area li .help_info.icon .info {
  right: -2px;
  top: -2px;
  width: 180px;
}
.social_share_privacy_area li.help_info.display .info,
.social_share_privacy_area li .help_info.icon.display .info {
  display: block;
}
.social_share_privacy_area li.help_info.info_off.display .info {
  display: none;
}
.social_share_privacy_area li .help_info.icon {
  background: #fff url(../img/socialshare/socialshareprivacy_info.png) no-repeat center center scroll;
  width: 25px;
  height: 20px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  border: 2px solid #e7e3e3;
  margin: 0;
  padding: 0;
}
.social_share_privacy_area li.settings_info .settings_info_menu.on .help_info.icon {
  border-top-width: 0;
  border-right-width: 0;
}
.social_share_privacy_area li.settings_info {
  position: absolute;
  top: -22px;
  right: 0;
  width: 56px;
}
.social_share_privacy_area li.settings_info a {
  text-decoration: none;
  margin: 0 !important;
  float: right;
}
.social_share_privacy_area li.settings_info .settings_info_menu {
  background-color: #f3f4f5;
  border: 2px solid #e7e3e3;
  right: 0;
  position: absolute;
  top: 0;
  z-index: 1000;
  margin: 0;
  padding: 0;
  width: 204px;
}
.social_share_privacy_area li.settings_info .settings_info_menu.off {
  border-width: 0;
  background-color: transparent;
}
.social_share_privacy_area li.settings_info .settings_info_menu.off form {
  display: none;
  margin: 0;
  padding: 0;
  clear: both;
}
.social_share_privacy_area li.settings_info .settings_info_menu .settings {
  text-indent: -9999em;
  display: inline-block;
  background: #fff url(../img/socialshare/settings.png) no-repeat center center scroll;
  width: 25px;
  height: 20px;
  border: 2px solid #e7e3e3;
  border-right-width: 0;
  margin: 0;
  padding: 0;
  float: right;
}
.social_share_privacy_area li.settings_info .settings_info_menu.on .settings {
  border-top-width: 0;
}
.social_share_privacy_area li.settings_info .settings_info_menu form {
  clear: both;
}
.social_share_privacy_area li.settings_info .settings_info_menu form fieldset {
  border-width: 0;
  margin: 0;
  padding: 0 8px 8px;
  text-transform: none;
}
.social_share_privacy_area li.settings_info .settings_info_menu form fieldset legend {
  font-size: 12px;
  line-height: 14px;
  margin: 0;
  padding: 8px 0;
  width: 180px;
}
.social_share_privacy_area li.settings_info .settings_info_menu form fieldset input {
  clear: both;
  float: left;
  margin: 4px 8px 4px 0;
  padding: 0;
}
.social_share_privacy_area li.settings_info .settings_info_menu form fieldset label {
  display: inline-block;
  float: left;
  font-size: 12px;
  line-height: 24px;
  -moz-transition: color .5s ease-in;
  -webkit-transition: color .5s ease-in;
  transition: color .5s ease-in;
  margin: 0;
  padding: 0;
}
.social_share_privacy_area li.settings_info .settings_info_menu form fieldset label.checked {
  color: #090;
}
.mCSB_container {
  width: auto;
  margin-right: 30px;
  overflow: hidden;
}
.mCSB_container.mCS_no_scrollbar {
  margin-right: 0;
}
.mCS_disabled>.mCustomScrollBox>.mCSB_container.mCS_no_scrollbar,
.mCS_destroyed>.mCustomScrollBox>.mCSB_container.mCS_no_scrollbar {
  margin-right: 30px;
}
.mCustomScrollBox>.mCSB_scrollTools {
  width: 16px;
  height: 100%;
  top: 0;
  right: 0;
}
.mCSB_scrollTools .mCSB_draggerContainer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto;
}
.mCSB_scrollTools a+.mCSB_draggerContainer {
  margin: 20px 0;
}
.mCSB_scrollTools .mCSB_draggerRail {
  width: 2px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.mCSB_scrollTools .mCSB_dragger {
  cursor: pointer;
  width: 100%;
  height: 30px;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 4px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  text-align: center;
}
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown {
  display: block;
  position: relative;
  height: 20px;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}
.mCSB_scrollTools .mCSB_buttonDown {
  top: 100%;
  margin-top: -40px;
}
.mCSB_horizontal>.mCSB_container {
  height: auto;
  margin-right: 0;
  margin-bottom: 24px;
  overflow: hidden;
}
.mCSB_horizontal>.mCSB_container.mCS_no_scrollbar {
  margin-bottom: 0;
}
.mCS_disabled>.mCSB_horizontal>.mCSB_container.mCS_no_scrollbar,
.mCS_destroyed>.mCSB_horizontal>.mCSB_container.mCS_no_scrollbar {
  margin-right: 0;
  margin-bottom: 30px;
}
.mCSB_horizontal.mCustomScrollBox>.mCSB_scrollTools {
  width: 100%;
  height: 16px;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
}
.mCSB_horizontal>.mCSB_scrollTools a+.mCSB_draggerContainer {
  margin: 0;
}
.mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 4px 0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger {
  width: 30px;
  height: 100%;
}
.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 8px;
  margin: 2px auto;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.mCSB_horizontal>.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_horizontal>.mCSB_scrollTools .mCSB_buttonRight {
  display: block;
  position: absolute;
  top: -134px;
  width: 40px;
  height: 126px;
  overflow: hidden;
  margin: 0;
  cursor: pointer;
  background: #666 url(../img/bg_horscroll.png) 0 center no-repeat;
}
.mCSB_horizontal>.mCSB_scrollTools .mCSB_buttonRight {
  right: 0;
  background-position: -40px center;
}
.mCustomScrollBox {
  -ms-touch-action: none;
}
.mCustomScrollBox>.mCSB_scrollTools {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}
.mCustomScrollBox:hover>.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
}
.mCSB_scrollTools .mCSB_draggerRail {
  background: #EEE;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #CCC;
}
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
  background-image: url(mCSB_buttons.png);
  background-repeat: no-repeat;
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}
.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 0;
}
.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -20px;
}
.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -40px;
}
.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -56px;
}
.mCSB_scrollTools .mCSB_buttonUp:hover,
.mCSB_scrollTools .mCSB_buttonDown:hover,
.mCSB_scrollTools .mCSB_buttonLeft:hover,
.mCSB_scrollTools .mCSB_buttonRight:hover {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}
.mCSB_scrollTools .mCSB_buttonUp:active,
.mCSB_scrollTools .mCSB_buttonDown:active,
.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active {
  opacity: 0.9;
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)";
}
#jquery-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 90;
  width: 100%;
  height: 500px;
}
#jquery-lightbox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  text-align: center;
  line-height: 0;
}
#jquery-lightbox a img {
  border: none;
}
#lightbox-container-image-box {
  position: relative;
  background-color: #FFF;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  overflow: hidden;
}
#lightbox-container-image {
  padding: 8px 8px 0;
}
#lightbox-loading {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 19px;
  width: 220px;
  margin: -10px 0 0 -110px;
}
#lightbox-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav {
  left: 0;
}
#lightbox-nav a {
  outline: none;
}
#lightbox-nav-btnPrev,
#lightbox-nav-btnNext {
  width: 10%;
  height: 100%;
  zoom: 1;
  display: block;
}
#lightbox-nav-btnPrev {
  left: 0;
  float: left;
}
#lightbox-nav-btnPrev:hover,
#lightbox-nav-btnNext:hover {
  background-color: #000 !important;
  background-color: rgba(0,0,0,0.25) !important;
  border-top: 8px solid #FFF;
  background-position: center center !important;
}
#lightbox-nav-btnNext:hover {
  border-right: 8px solid #FFF;
}
#lightbox-nav-btnPrev:hover {
  border-left: 8px solid #FFF;
}
#lightbox-nav-btnNext {
  right: 0;
  float: right;
}
#lightbox-container-image-data-box {
  font: 12px 'wrc_roman';
  background-color: #FFF;
  margin: -8px auto 0;
  line-height: 1.4em;
  overflow: auto;
  width: 100%;
  padding: 8px;
  position: relative;
  z-index: 10;
}
#lightbox-container-image-data {
  padding: 0 8px;
  color: #666;
}
#lightbox-container-image-data #lightbox-image-details {
  width: 70%;
  float: left;
  text-align: left;
}
#lightbox-image-details-caption {
  font-family: 'wrc_clean';
}
#lightbox-image-details-currentNumber {
  display: block;
  clear: left;
  line-height: 24px;
}
#lightbox-secNav-btnClose {
  width: 24px;
  height: 24px;
  float: right;
}
#social_yt {
  background: #EEE;
  width: 281px;
}
#social_yt span {
  height: 70px;
  font: 14px/16px 'wrc_roman';
  color: #666;
  padding: 25px 0 0;
  display: block;
}
#social_yt span:hover {
  color: #000;
}
#social_yt a:link,
#social_yt a:visited {
  text-decoration: none;
}
#social_yt img {
  cursor: pointer;
  display: block;
  float: left;
  margin: 5px 10px 0 5px;
  border: none;
}
