img {
  max-width: 100%;
}

#jcemediabox-popup-body {
  max-width: 100%;
}

#sp-breadcrumb-wrapper ul.breadcrumb span {
  font-size: 24px;
}

div#maximenuck ul.maximenuck li.maximenuck.level1 {
  background: #cf0202;
  background: -webkit-linear-gradient(top, #cf0202, #ae290b) repeat scroll 0 0 transparent;
  background:         linear-gradient(to bottom, #cf0202, #ae290b) repeat scroll 0 0 transparent;
}

#sp-header-wrapper {
  background: #cf0202;
  background: -webkit-linear-gradient(top, #cf0202, #ae290b) repeat scroll 0 0 transparent;
  background:         linear-gradient(to bottom, #cf0202, #ae290b) repeat scroll 0 0 transparent;
}

.iconlist.radius i {
  display: inline-block !important;
  border: 1px solid #cf0202;
  -webkit-border-radius: 100px;
          border-radius: 100px;
}

.sp-main-menu-toggler {
  right: 6px !important;
  padding: 3px 6px 3px 10px;
  text-align: center;
}

a.jcepopup span.jcemediabox-zoom-span {
  margin: 4px;
}

@media (max-width: 1200px) {
  #sp-main-menu ul.level-0 > li a {
    padding: 19px 6px !important;
  }
}

@media (max-width: 767px) {
  div#maximenuck ul.maximenuck {
    padding: 0;
  }

  article.post {
    margin-top: 2em;
  }

  .imagewit-content {
    margin-top: 0;
  }

  .menu-item .menu img {
    display: inline-block;
    padding-right: 5px !important;
  }

  #sp-breadcrumb-wrapper ul.breadcrumb span {
    font-size: 1em !important;
  }

  div#maximenuck ul.maximenuck li div.floatck {
    width: 180px;
    margin: -39px 0 0 25px;
  }

  .entry-content td img {
    width: 100%;
    height: auto;
  }

  .btn.btn-primary {
    padding: 4px 8px;
  }

  a.dashed,
  .nav {
    margin-left: 12px;
  }

  .media.imagewit {
    overflow: hidden;
    padding-bottom: 2em;
    text-align: center;
  }

  .mod-wrapper-flat .span3:last-child .media.imagewit {
    padding-bottom: 0;
  }

  .iconwt.media {
    margin-bottom: 3em;
  }

  .calltoaction_buttons .btn {
    margin-right: 0;
    margin-bottom: 1em;
  }

  #sp-top-pan2 .span4 {
    margin-bottom: 1em;
  }

  #sp-utility5 .custom .row-fluid {
    text-align: center;
  }
  #sp-utility5 .custom .span2 {
    display: inline-block;
    width: auto;
    margin: 1em;
    vertical-align: top;
  }

  #bottom .header span,
  #bottom-2 .header span {
    display: block;
    text-align: center;
  }

  #bottom .module {
    margin-bottom: 10px;
  }

  #bottom .nav {
    margin-left: 0;
  }
}

#sp-bottom-wrapper {
  padding: 40px 0 0;
}

#bottom-2 {
  position: relative;
  color: #aeaeae;
}

#bottom-2 a {
  color: #fff;
}

#main-body {
  padding-bottom: 2em;
}


/* Tables */
/* Foundation v2.1.4 http://foundation.zurb.com */
/* Artfully masterminded by ZURB  */

/* --------------------------------------------------
   Table of Contents
-----------------------------------------------------
:: Shared Styles
:: Page Name 1
:: Page Name 2
*/


/* -----------------------------------------
   Shared Styles
----------------------------------------- */
.table-text-center td {
  text-align: center;
}

.table,
.table-text-center td {
  border: 1px solid #000;
}

table th {
  font-weight: bold;
}
table td,
table th {
  padding: 9px 10px;
  text-align: left;
}

.item table td {
  border: 0;
}

/* Mobile */
@media only screen and (max-width: 767px) {
  td {
    font-size: 75%;
  }

  table.responsive {
    margin-bottom: 0;
  }

  .pinned {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    overflow-x: scroll;
    width: 35%;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    background: #fff;
  }
  .pinned table {
    width: 100%;
    border-right: none;
    border-left: none;
  }
  .pinned table th,
  .pinned table td {
    white-space: nowrap;
  }
  .pinned td:last-child {
    border-bottom: 0;
  }

  div.table-wrapper {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    border-right: 1px solid #ccc;
  }
  div.table-wrapper div.scrollable {
    margin-left: 35%;
  }
  div.table-wrapper div.scrollable {
    overflow: scroll;
    overflow-y: hidden;
  }

  table.responsive td,
  table.responsive th {
    position: relative;
    overflow: hidden;
    white-space: nowrap;
  }
  table.responsive th:first-child,
  table.responsive td:first-child,
  table.responsive td:first-child,
  table.responsive.pinned td {
    display: none;
  }
}