body {
  margin: 0;
  padding: 0;
  color: #666;
  background-color: #fff;
  font-family: Arial, 'Lucida Sans', Verdana, sans-serif;
  font-size: 100%;
}

img {
  border: none;
  display: block;
}

ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

ol {
  margin: 0;
  padding: 0;
}

hr {
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
  border-top: 0;
  border-bottom: 2px solid #e9e9e9;
  border-left: 0;
  border-right: 0;
}

p {
  margin: 0 0 24px 0;
  font-size: 0.75em;
  line-height: 1.5em;
}

a {
  color: #e43138;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

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

td, th {
  text-align: left;
  vertical-align: top;
  padding: 5px;
}

.even {
  background-color: #f2f2f2;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
}

h1, h2 {
  border-bottom: 2px solid #e9e9e9;
  font-size: 1.1em;
  line-height: 1.1em;
}

h3 {
  border-bottom: 2px solid #e9e9e9;
  font-size: 0.875em;
  /* 14px*/
  line-height: 1.25em;
}

h4 {
  font-size: .75em;
  /* 12px */
  line-height: 1.5em;
}

@media (max-device-width: 480px) and (orientation: landscape) {
  h1, h2 {
    font-size: 90%;
    line-height: 1em;
    margin-bottom: 5px;
    padding-bottom: 5px;
  }

  h3, h4 {
    font-size: 50%;
    line-height: 125%;
    margin-bottom: 5px;
    padding-bottom: 5px;
  }
}
.content h2 {
  font-weight: normal;
}

.first {
  margin-left: 0px !important;
}

.last {
  margin-right: 0px !important;
}

.top {
  margin-top: 0 !important;
}

.bottom {
  margin-bottom: 0 !important;
}

.left {
  float: left;
}

.right {
  float: right;
}

.clear {
  clear: both;
}

input[type="text"], input[type="email"], input[type="password"], textarea, select {
  border: 1px solid #ccc;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

input[type="submit"] {
  border: 0;
}
input[type="submit"]:hover {
  cursor: pointer;
}

.button, .tx-srfeuserregister-pi1 input[type="submit"], .tx-felogin-pi1 input[type="submit"],
.news-single-backlink a,
.browsebox span a {
  background: #e8e8e8 url(../img/arrow_sprite.png) 7px 5px no-repeat;
  display: block;
  padding: 3px 10px 3px 16px;
  color: #666;
  font-weight: bold;
  font-size: .75em;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 1px 1px 0px #c5c5c5;
  -webkit-box-shadow: 1px 1px 0px #c5c5c5;
  -o-box-shadow: 1px 1px 0px #c5c5c5;
  -ms-box-shadow: 1px 1px 0px #c5c5c5;
  box-shadow: 1px 1px 0px #c5c5c5;
}

.pdfDownload {
  margin-right: 10px;
  float: right;
}

.button:hover, .tx-srfeuserregister-pi1 input[type="submit"]:hover, .tx-felogin-pi1 input[type="submit"]:hover,
.news-single-backlink a:hover,
.browsebox span a:hover,
.browselist-currentPage u a {
  text-decoration: none;
  color: #fff;
  background-color: #666;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}

#mainWrapper {
  margin: 10px auto 0 auto;
  width: 1240px;
  min-width: 320px;
  background-color: #fff;
}
@media (min-width: 1240px) {
  #mainWrapper {
    width: 1240px;
  }
}
@media (min-width: 930px) and (max-width: 1239px) {
  #mainWrapper {
    width: 930px;
  }
}
@media (min-width: 620px) and (max-width: 929px) {
  #mainWrapper {
    width: 620px;
  }
}
@media (min-width: 481px) and (max-width: 619px) {
  #mainWrapper {
    width: 100%;
  }
}
@media (max-device-width: 480px) and (orientation: landscape) {
  #mainWrapper {
    width: 100%;
  }
}
@media (max-width: 480px), (max-device-width: 480px) and (orientation: portrait) {
  #mainWrapper {
    width: 100%;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  #mainWrapper {
    width: 930px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  #mainWrapper {
    width: 620px;
  }
}

.metaNavi {
  margin: 5px 5px 10px 5px;
}

.metaNavi a {
  color: #666;
  font-weight: bold;
  font-size: .75em;
  margin-right: 20px;
}

.smallCopy {
  color: #999999;
  line-height: 1.3em;
  margin: 0 5px 10px 5px;
  padding-top: 10px;
  border-top: 2px solid #e9e9e9;
}

.catD {
  margin-bottom: 40px;
}

.navi li {
  float: left;
}
.navi li a {
  display: block;
  font-size: 0.75em;
  line-height: 45px;
  padding: 0 5px;
  color: #fff;
  font-weight: bold;
}
.navi li a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #e72b37;
}
.navi li .active {
  color: #fff;
  background-color: #e72b37;
}

.topbar {
  margin: 10px;
  text-align: right;
}

.topbar > div {
  display: inline-block;
  margin: 0 5px;
  vertical-align: middle;
}

.search input {
  display: inline-block;
}

.searchInput {
  width: 136px;
  padding: 2px 0;
  font-size: .75em;
}

.searchSubmit {
  width: 80px;
  padding: 1px 10px;
  font-weight: normal;
  font-size: .75em;
}

#langMenu a {
  margin: 0 2px;
}
#langMenu img {
  display: inline;
  vertical-align: middle;
}

/** additional code for the search bar **/
.myfmx-headerlink {
  float: right;
  padding-left: 18px;
  margin: 3px 10px 0 0;
  font-size: .75em;
  font-weight: bold;
  background: transparent url(../img/myfmx_sprite.png) no-repeat scroll -2px -102px;
}

.social {
  clear: both;
}

.social a {
  display: block;
  margin-right: 10px;
}

.social span a {
  font-size: 8px;
  width: 25px;
  height: 25px;
  background-image: url(../img/social_sprite.png);
  /* border: 1px solid #ddd; */
  overflow: hidden;
  text-indent: 500px;
}

.social1 a {
  background-position: 0 0;
}

.social1 a:hover {
  background-position: 0 -25px;
}

.social2 a {
  background-position: 0 -50px;
}

.social2 a:hover {
  background-position: 0 -75px;
}

.social3 a {
  background-position: 0 -100px;
}

.social3 a:hover {
  background-position: 0 -125px;
}

.social4 a {
  background-position: 0 -150px;
}

.social4 a:hover {
  background-position: 0 -175px;
}

.share {
  background: transparent url(../img/social_sprite.png) 0 -200px no-repeat;
  padding-left: 30px;
  font-size: .75em;
  line-height: 2em;
  font-weight: bold;
  color: #666;
}

.share:hover {
  background-position: 0 -225px;
  color: #e43138;
}

/* universales grid */
.grid1of4 {
  width: 310px;
}

.grid2of4 {
  width: 620px;
}

.grid3of4 {
  width: 930px;
}

.grid4of4 {
  width: 1240px;
}
.grid4of4 .content, .grid4of4 .social, .grid4of4 .schedule, .grid4of4 .schedule .adwrap {
  width: 1230px;
}

@media (min-width: 1240px) {
  .grid4of4 {
    width: 1240px;
  }
}
@media (min-width: 930px) and (max-width: 1239px) {
  .grid4of4 {
    width: 930px;
  }
}
@media (min-width: 620px) and (max-width: 929px) {
  .grid4of4 {
    width: 620px;
  }
}
@media (min-width: 481px) and (max-width: 619px) {
  .grid1of4, .grid2of4, .grid4of4 {
    width: 310px;
    margin: 0 5px 0 5px;
  }
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .grid1of4, .grid2of4, .grid4of4 {
    width: 310px;
    margin: 0 5px 0 5px;
  }
}
@media (max-width: 480px), (max-device-width: 480px) and (orientation: portrait) {
  .grid1of4, .grid2of4, .grid4of4 {
    width: 310px;
    margin: 0 5px 0 5px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .grid4of4 {
    width: 930px;
  }

  .grid1of4, .grid2of4, .grid4of4 {
    margin: 0;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .grid4of4 {
    width: 620px;
  }

  .grid1of4, .grid2of4, .grid4of4 {
    margin: 0;
  }
}
.box {
  width: 300px;
  margin: 5px 5px 20px 5px;
}

.content {
  width: 610px;
  margin: 5px 5px 0 5px;
  clear: both;
}

.half {
  width: 300px;
}

.content .teaser {
  margin: 0 0 40px 0;
}

.content .imgTextItem {
  margin-bottom: 10px;
}

.half .imgTextItem {
  margin-bottom: 10px;
}

.content ul, .content ol, .half ul, .half ol, .teaser ul, .teaser ol {
  font-size: 0.75em;
  margin-bottom: 20px;
}

.content ul, .half ul {
  padding: 0 0 0 15px;
  list-style-type: square;
}
.content ol, .half ol {
  padding: 0 0 0 20px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
  .catA ul, .content ul, .content ol, .half ul, .half ol {
    font-size: 25%;
    line-height: 150%;
  }
}
/* Falls man hier keine Border wuenscht
.content h2 {
	border: 0;
	padding-bottom: 0;
} */
.scheduleTeaser .dateSheet {
  width: 130px;
  height: 102px;
  margin: 0 30px 10px 0;
  float: left;
  text-align: center;
  background: transparent url(../img/dateSheet.png) 0 0 no-repeat;
}

.scheduleTeaser .day4 {
  margin-right: 0;
}

.scheduleTeaser .month {
  margin: 2px 0 12px 0;
  font-size: .75em;
  font-weight: bold;
}

.scheduleTeaser .date {
  color: #3d3d3d;
  font-size: 2.5em;
  font-weight: bold;
}

.scheduleTeaser .day {
  color: #3d3d3d;
  font-size: .75em;
  font-weight: bold;
}

.scheduleTeaser .diveProgram {
  clear: both;
  border-top: 2px solid #e9e9e9;
  margin-bottom: 40px;
  padding-top: 10px;
}

.media {
  margin-bottom: 20px;
}

.subtitle {
  font-size: .6875em;
  text-align: right;
  margin: 5px 0 0 0;
}

.grid2of4 .teaser p {
  border-bottom: none;
  margin-bottom: 24px;
}

.teaser .block1,
.half .block1,
.content .block1 {
  width: 85px;
}

.teaser .block1 img {
  max-width: 85px;
}

.content .block2 {
  width: 505px;
}

.teaser .block2,
.half .block2 {
  width: 205px;
}

.homeVideoBig {
  width: 592px;
  height: 336px;
  display: block;
  padding: 8px;
  background-color: #e9e9e9;
}

.half .homeVideoBig,
.catA .homeVideoBig,
.catC .homeVideoBig {
  height: 161px;
  width: 284px;
}

.half .homeVideoBig img,
.catA .homeVideoBig img,
.catC .homeVideoBig img {
  width: 284px;
  height: auto;
}

.advertising {
  margin-top: 5px;
}

.advertising h2 {
  margin: 0 5px 10px 5px;
}

.mediumRectangle {
  width: 300px;
  height: 250px;
  background-color: #e9e9e9;
}

.catB .fullbanner {
  width: 600px;
  margin-left: 5px;
}

.iPad {
  display: none;
}

.news h4,
.teaser h4,
.half h4 {
  font-size: .75em;
  margin: 0;
  padding: 0;
}

.news li,
.teaser li,
.imgTextItem {
  border-bottom: 2px solid #e9e9e9;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.half p {
  margin-bottom: 10px;
}

.news p,
.teaser p,
.imgTextItem p {
  font-size: .75em;
  margin-bottom: 0;
}

.imgTextItem p {
  margin-bottom: 24px;
}

.imgTextItem p:last-child {
  margin-bottom: 0;
}

.half .imgTextItem p,
.teaser .imgTextItem p {
  margin-bottom: 0;
}

/*.news a,
.teaser a,
.imgTextItem a  {
	font-size: .75em;
} */
.subnavi h2 {
  margin-bottom: 0;
}

.level2, .level3 {
  padding: 0;
  color: #666;
  background-color: #fff;
}
.level2 a, .level3 a {
  color: #666;
  font-size: .75em;
  padding: 3px 0 3px 10px;
  background: transparent url(../img/arrow_sprite.png) 0 -55px no-repeat;
  font-weight: bold;
}
.level2 a:hover, .level3 a:hover {
  color: #e43138;
  text-decoration: none;
}
.level2 .active, .level3 .active {
  color: #e43138;
  background-position: 0 5px;
}
.level2 li, .level3 li {
  border: none;
}

.level3 li {
  padding-left: 1em;
}

/* tt_news */
.news-list-date,
.news-single-rightbox {
  font-size: .75em;
  margin-bottom: 5px;
}

.news-list-item h3 {
  border: none;
  padding-bottom: 0;
  margin-bottom: 5px;
}

.news-list-item p {
  margin-bottom: 0;
}

.news-list-morelink {
  margin-left: 3px;
}

.news-single-item {
  margin-bottom: 20px;
}

.news-single-item h2 {
  border: none;
  padding-bottom: 0;
}

.news-single-backlink {
  width: 60px;
}

.news-list-browse {
  font-size: 0.75em;
  line-height: 1.5em;
}

/* indexedsearch */
.tx-indexedsearch-whatis {
  margin-bottom: 10px;
  font-size: .75em;
  line-height: 1.5em;
}

.browsebox {
  margin-bottom: 10px;
}

.tx-indexedsearch-sw {
  font-weight: bold;
}

.tx-indexedsearch-browsebox p {
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
  border-bottom: 2px solid #e9e9e9;
}

.browsebox {
  float: right;
}

.browsebox u {
  text-decoration: none;
}

.browsebox span a {
  display: inline;
  width: 30px;
  margin-left: 5px;
}

.tx-indexedsearch-res {
  clear: both;
}

/* newsletter pages */
.mailform {
  margin-bottom: 40px;
}
.mailform fieldset {
  border: none;
  padding: 0;
  margin-top: 8px;
}
.mailform p {
  margin: 20px 0 0 0;
}
.mailform p .button, .mailform p .tx-srfeuserregister-pi1 input[type="submit"], .tx-srfeuserregister-pi1 .mailform p input[type="submit"], .mailform p .tx-felogin-pi1 input[type="submit"], .tx-felogin-pi1 .mailform p input[type="submit"] {
  font-size: 1em;
}
.mailform label {
  display: blocK;
  width: 180px;
  float: left;
}
.mailform input[type="text"], .mailform input[type="email"] {
  width: 290px;
}

input.mailformFehler {
  background-color: #ffcccc;
  border: 1px solid #ff6666;
}

/* ads - Bannerplugin */
.banner, .firstSlot {
  margin-bottom: 10px;
}

.firstBanner {
  margin-top: 2.1em;
}

/* partner */
.partnerLogo {
  margin-bottom: 20px;
}

.partnerLogo a {
  display: block;
  float: left;
  width: 114px;
  height: 52px;
  background-color: #e9e9e9;
  margin: 0 10px 10px 0;
}

.partnerLogo a img {
  margin: 2px;
  border: 1px solid #fff;
  width: 108px;
  height: 46px;
}

.partnerStatus, .partnerLogo {
  clear: both;
}

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

.dayBox p {
  padding: 0;
}

.labeltext {
  font-size: 0.8em;
}

.labelMargin .labeltext {
  margin-top: 1px;
}

.required_one {
  display: none;
}

.checkRadioWrapper {
  margin: 10px 0px 0px 0px;
}

.formLong {
  width: 290px;
}

.labelMargin {
  margin: 0px 0px 5px 180px;
}

.labelMargin input {
  margin-right: 7px;
}

.powermail_check_inner {
  margin-bottom: 5px;
}

.powermail_check_inner input {
  margin-right: 6px;
}

.tx-srfeuserregister-pi1 {
  font-size: 0.75em;
}
.tx-srfeuserregister-pi1 p {
  font-size: inherit;
}
.tx-srfeuserregister-pi1 input[type="submit"] {
  font-size: inherit;
}

.tx-felogin-pi1 div {
  font-size: 0.75em;
}
.tx-felogin-pi1 input[type="submit"] {
  font-size: inherit;
  margin-top: 0.5em;
}

#headWrapper {
  background: white url(../img/visual_1300.png) 100% 0 no-repeat;
}
@media (min-width: 1240px) {
  #headWrapper {
    background: white url(../img/visual_1300.png) 100% 0 no-repeat;
  }
}
@media (min-width: 930px) and (max-width: 1239px) {
  #headWrapper {
    background: white url(../img/visual_1000.png) 100% 0 no-repeat;
  }
}
@media (min-width: 620px) and (max-width: 929px) {
  #headWrapper {
    background: white url(../img/visual_650.png) 100% 0 no-repeat;
  }
}
@media (min-width: 481px) and (max-width: 619px) {
  #headWrapper {
    background: white url(../img/visual_650.png) 100% 0 no-repeat;
  }
}
@media (max-device-width: 480px) and (orientation: landscape) {
  #headWrapper {
    background: white url(../img/visual_480.png) 100% 0 no-repeat;
  }
}
@media (max-width: 480px), (max-device-width: 480px) and (orientation: portrait) {
  #headWrapper {
    background: white url(../img/visual_480.png) 100% 0 no-repeat;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  #headWrapper {
    background: white url(../img/visual_1000.png) 100% 0 no-repeat;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  #headWrapper {
    background: white url(../img/visual_650.png) 100% 0 no-repeat;
  }
}

.naviAndLogo {
  position: relative;
  height: 90px;
  overflow: hidden;
}
.naviAndLogo .logo {
  float: none;
  position: absolute;
  top: 45px;
  right: 0;
}
@media (max-width: 480px) {
  .naviAndLogo .logo {
    right: -36px;
  }
}
.naviAndLogo .navi {
  padding-left: 10px;
}

@media (min-width: 930px) and (max-width: 1239px) {
  .catC {
    width: 620px;
    margin-left: 310px;
  }

  .catC .advertising {
    width: 620px;
    float: left;
  }

  .catC .advertising .box {
    width: 300px;
    float: left;
    margin: 0 5px 40px 5px;
  }

  .catC .firstBanner {
    margin-top: 5px;
  }

  .catC .box {
    float: left;
  }

  .social {
    width: 610px;
  }
}
@media (min-width: 620px) and (max-width: 929px) {
  .catA,
  .catC,
  .catC .advertising {
    width: 620px;
  }

  .catA .box,
  .catC .box {
    float: left;
  }

  .catC .advertising .box {
    width: 300px;
    float: left;
    margin: 0 5px 40px 5px;
  }

  .catC .firstBanner {
    margin-top: 5px;
  }

  .social {
    width: 610px;
  }
}
@media (min-width: 481px) and (max-width: 619px) {
  .content {
    width: 300px;
  }

  .content .block1 {
    width: 85px;
  }

  .content .block2 {
    width: 205px;
  }

  .grid2of4 .box {
    margin-bottom: 20px;
  }

  img {
    max-width: 300px;
  }

  .homeVideoBig {
    width: 284px;
    height: 161px;
  }

  .homeVideoBig img {
    width: 284px;
    height: 161px;
  }

  .scheduleTeaser .day1,
  .scheduleTeaser .day3 {
    margin: 0 40px 10px 0;
  }

  .scheduleTeaser .day2,
  .scheduleTeaser .day4 {
    margin: 0 0 10px 0;
  }

  .catC .firstBanner {
    margin-top: 5px;
  }
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navi li a {
    font-size: 75%;
    line-height: 30px;
  }

  p {
    font-size: 50%;
    line-height: 150%;
  }

  .teaser p,
  .half p {
    font-size: 50%;
    line-height: 150%;
  }

  .button, .tx-srfeuserregister-pi1 input[type="submit"], .tx-felogin-pi1 input[type="submit"] {
    font-size: 50%;
    line-height: 150%;
    float: right;
    margin-top: 5px;
  }

  .content {
    width: 300px;
  }

  .content .block1 {
    width: 85px;
  }

  .content .block2 {
    width: 205px;
  }

  .box,
  .content,
  .advertising {
    margin-bottom: 20px;
  }

  .news,
  .teaser,
  .subnavi {
    width: 145px;
    float: left;
  }

  .half {
    width: 145px;
  }

  .teaser .block1,
  .content .half .block1 {
    width: 30px;
    margin-top: 3px;
  }

  .catC .teaser .block1 img,
  .teaser .block1 img,
  .content .half img {
    max-width: 30px;
  }

  .teaser .block2,
  .content .half .block2 {
    width: 110px;
    font-size: 50%;
    line-height: 150%;
  }

  img {
    max-width: 100%;
  }

  .media img {
    max-width: 300px;
  }

  .half .media img,
  .teaser .media img {
    max-width: 145px;
  }

  .homeVideoBig {
    width: 282px;
  }

  .scheduleTeaser .day1,
  .scheduleTeaser .day3 {
    margin: 0 40px 10px 0;
  }

  .scheduleTeaser .day2,
  .scheduleTeaser .day4 {
    margin: 0 0 10px 0;
  }

  .mediumRectangle {
    width: 145px;
    height: 120px;
    float: left;
  }

  .catC .teaser .media {
    width: 145px;
    max-height: 120px;
    float: left;
  }

  .mediumRectangle img,
  .catC .teaser img {
    max-width: 145px;
  }

  .subtitle {
    font-size: 50%;
  }

  .filter .filterItem select,
  .filter .filterItem input[type="text"] {
    width: 100%;
  }

  .dayBox {
    width: 30px;
    margin-right: 7px;
  }

  .dayBox-2, .dayBox-4 {
    margin-right: 0 !important;
  }
}
@media (max-width: 480px), (max-device-width: 480px) and (orientation: portrait) {
  .content {
    width: 300px;
  }

  img {
    max-width: 100%;
  }

  .content img {
    max-width: 300px;
  }

  .content .block1 {
    width: 85px;
  }

  .content .block2 {
    width: 205px;
  }

  .homeVideoBig {
    width: 284px;
    height: 161px;
  }

  .homeVideoBig img {
    width: 284px;
    height: 161px;
  }

  .scheduleTeaser .day1,
  .scheduleTeaser .day3 {
    margin: 0 40px 10px 0;
  }

  .scheduleTeaser .day2,
  .scheduleTeaser .day4 {
    margin: 0 0 10px 0;
  }

  .catB .fullbanner {
    width: 300px;
    margin: 0;
  }

  .partnerLogo .last {
    margin-right: 10px !important;
  }

  .detailView .imageRow {
    width: 300px;
    height: 50px;
    overflow: hidden;
  }

  .detailView .imageRow img {
    width: 60px;
  }

  .detailView .detailViewImageWrap {
    margin: 0 10px 10px 0;
  }

  .detailView .detailViewInfoWrap {
    float: none;
    width: 300px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .content,
  .social {
    width: 610px;
  }

  .content img {
    max-width: 610px;
  }

  .homeVideoBig,
  .homeVideoBig img {
    height: 336px;
    width: 592px;
  }

  .catC {
    width: 620px;
    margin-left: 310px;
  }

  .catC .advertising {
    width: 620px;
    float: left;
  }

  .catC .advertising .box {
    width: 300px;
    float: left;
    margin: 0 5px 40px 5px;
  }

  .catC .box {
    float: left;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .content,
  .social {
    width: 610px;
  }

  .content img {
    max-width: 610px;
  }

  .homeVideoBig,
  .homeVideoBig img {
    height: 336px;
    width: 592px;
  }

  .catA,
  .catC {
    width: 620px;
  }

  .catA .box,
  .catC .box {
    float: left;
  }

  .catC .advertising {
    width: 620px;
  }

  .catC .advertising .box {
    width: 300px;
    float: left;
    margin: 0 5px 40px 5px;
  }
}
