.hidden-element {
  display: none;
}
.no-padding {
  padding: 0 !important;
  margin: 0 !important;
}
p,
h1,
h2 {
  margin: 0;
  padding: 0;
}
div#author-photo {
  width: 130px;
}
div#author-photo img {
  -moz-border-radius: 60px;
  -webkit-border-radius: 60px;
  border-radius: 60px;
  display: block;
  margin: 0 auto;
}
div#author-name {
  margin-top: 8px;
  text-align: center;
}
div#author-status {
  font-family: 'Open Sans Light';
  font-size: 14px;
  color: #666666;
  text-align: center;
  text-transform: lowercase;
}
div#author-name,
div#author-status {
  width: 130px;
}
div.default-author-name {
  font-family: 'Open Sans';
  font-size: 16px;
  color: #666666;
}
a#race-link {
  display: block;
  margin-bottom: 9px;
}
p#article-subtitle {
  font-family: 'Open Sans Light';
  color: #666666;
  font-size: 16px;
  margin-top: 18px;
  float: left;
}
div.profile-title-container-row {
  clear: both;
}
div#profile-title-container a#publish-link,
div#profile-title-container a#edit-link,
div#profile-title-container a#delete-link {
  float: right;
  margin-top: 18px;
}
div#profile-title-container a#publish-link,
div#profile-title-container a#edit-link {
  margin-right: 10px;
}
div.profile-title-container-row div.fb-like {
  float: left;
  margin-top: 25px;
  margin-bottom: 33px;
}
h1#profile-name {
  font-family: 'Lato Light';
  font-size: 46px;
  line-height: 46px;
}
div.kr-article {
  margin-top: 10px;
}
div.kr-article p {
  margin-bottom: 20px;
}
div.kr-article img {
  float: none;
  margin-right: 40px;
  margin-bottom: 40px;
}
div.kr-article figure img {
  margin-right: 0;
  margin-bottom: 10px;
}
div.kr-article figure.align-center {
  text-align: center;
}
div.kr-article figure {
  margin-right: 40px;
  margin-bottom: 30px;
}
div.kr-article img.main-photo {
  float: left !important;
}
div.kr-article div#lead-text {
  display: inline-block;
  font-family: 'Lato Regular';
  font-size: 18px;
}
@media (min-width: 1024px) {
  div.kr-article div#lead-text p {
    overflow: hidden;
  }
}
div.kr-article div#body-text {
  font-family: 'Lato Light';
  font-size: 16px;
}
div.kr-article div.article-text-ad-desktop img {
  margin-bottom: 0;
}
div.kr-article div#body-text img {
  display: inline-block;
  height: auto;
  max-width: 100%;
}
div.kr-article div#body-text img.center {
  display: block;
  margin: 0 auto;
}
div.kr-article div#body-text figcaption.center {
  margin-top: 5px;
  text-align: center;
}
div#race-relation {
  margin-top: 30px;
}
div#add-article-button-panel {
  margin-top: 40px;
  margin-bottom: 30px;
  padding: 0;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
div#add-article-button-panel a {
  background-color: #07BCFF;
  color: #FFFFFF;
  border: 0;
  cursor: pointer;
  width: 100%;
  min-height: 51px;
  padding-top: 14px;
  padding-bottom: 14px;
  display: block;
  background-color: #FF6600;
  font-family: 'Open Sans';
  font-size: 16px;
  text-align: center;
}
div#article-photo-slider {
  margin-bottom: 25px;
  height: 305px;
}
div#article-photo-slider img {
  height: 304px;
  width: auto;
}
div.container div.article-panel {
  margin-bottom: 35px;
}
div#other-articles-section,
div#similar-articles-section {
  margin-bottom: 48px;
}
div.container div.box-panel {
  width: 100%;
}
.navbar {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  div.background-advertisement {
    background-image: url('../../img/module/application/advertisements/col-branding-2018-1920x800.jpg');
    background-repeat: no-repeat;
    background-position: center 0;
  }
  div.background-advertisement a.background-link {
    display: block;
    text-decoration: none;
  }
  div.background-advertisement div.container div {
    background-color: #FFFFFF;
    color: #333333;
    cursor: default;
  }
  div.background-advertisement div.container div#race-header {
    margin-top: 150px;
  }
  div.background-advertisement div.container div.kr-article {
    margin-top: 0;
  }
  div.background-advertisement div.article-header h1#profile-name,
  div.background-advertisement a#race-link {
    margin-top: 15px;
  }
}
div.background-advertisement div.mobile-advertisement {
  text-align: center;
  margin-left: 13px;
  margin-bottom: 15px;
}
table.kr-table {
  width: 100%;
  border-collapse: collapse;
}
table.kr-table tr:nth-of-type(odd) {
  background: #F5F5F5;
}
table.kr-table th {
  font-weight: bold;
}
table.kr-table td,
table.kr-table th {
  padding: 6px;
  border: 1px solid #ABABAB;
  text-align: center;
}
@media (max-width: 1023px) {
  table.kr-table {
    display: block;
    width: auto;
    border-top: 1px solid #ABABAB;
  }
  table.kr-table thead,
  table.kr-table tbody,
  table.kr-table th,
  table.kr-table td,
  table.kr-table tr {
    display: block;
  }
  table.kr-table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  table.kr-table tr {
    border: 1px solid #ABABAB;
    border-top: 0;
    border-bottom: 0;
  }
  table.kr-table td,
  table.kr-table th {
    text-align: left;
  }
  table.kr-table td {
    border: none;
    border-bottom: 1px solid #ABABAB;
    position: relative;
    padding-left: 50%;
  }
  table.kr-table td:before {
    position: absolute;
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
  }
  table.kr-table td:before {
    font-weight: bold;
  }
}
video.kr-video {
  display: block;
  margin: 0 auto;
  width: 360px;
}
.spotify-embed {
  width: 496px;
  margin: 0 auto;
}
iframe.traseo {
  display: block;
  margin: 0 auto;
}
div.traseo-caption {
  margin: 0 auto 20px;
}
p.traseo-wrapper {
  margin-bottom: 0 !important;
}
.article-item {
  display: table;
}
.article-item-image {
  float: left;
  width: 450px;
}
.article-lead-body-separator {
  clear: both;
}
.article-item-text {
  display: table-cell;
  vertical-align: middle;
}
div.garmin-outer {
  width: 100%;
}
div.garmin-inner {
  width: 465px;
  margin: 0 auto;
}
@media (max-width: 1023px) {
  div.garmin-inner {
    width: 100%;
  }
}
table.new-balance td:nth-of-type(1),
table.new-balance td:nth-of-type(4) {
  font-weight: bold;
}
table.new-balance tbody td:nth-of-type(1) {
  text-align: left;
}
@media (min-width: 1024px) {
  table.new-balance td:nth-of-type(1) {
    width: 180px;
  }
  table.new-balance td:nth-of-type(2) {
    width: 110px;
  }
  table.new-balance td:nth-of-type(4) {
    width: 90px;
  }
  table.new-balance td:nth-of-type(5) {
    width: 60px;
  }
}
@media (max-width: 1023px) {
  table.new-balance td:nth-of-type(1):before {
    content: "Model/Kategoria";
  }
  table.new-balance td:nth-of-type(2):before {
    content: "Rozmiar";
  }
  table.new-balance td:nth-of-type(3):before {
    content: "Waga";
  }
  table.new-balance td:nth-of-type(4):before {
    content: "Cena";
  }
  table.new-balance td:nth-of-type(5):before {
    content: "Drop";
  }
  table.new-balance td:nth-of-type(6):before {
    content: "Komfort";
  }
  table.new-balance td:nth-of-type(7):before {
    content: "Podbiegi";
  }
  table.new-balance td:nth-of-type(8):before {
    content: "Zbiegi";
  }
  table.new-balance td:nth-of-type(9):before {
    content: "Łatwy teren";
  }
  table.new-balance td:nth-of-type(10):before {
    content: "Teren techniczny";
  }
  table.new-balance td:nth-of-type(11):before {
    content: "Błoto";
  }
  table.new-balance td:nth-of-type(12):before {
    content: "Ogólna ocena";
  }
}
@media (max-width: 1023px) {
  div.container {
    margin-top: 28px;
  }
  div.container div#article-header {
    margin-left: 30px !important;
    margin-right: 43px !important;
  }
  div.container div#author-container {
    padding-left: 0;
    padding-right: 0;
  }
  div.container div#author-container div#author-photo {
    display: none;
  }
  div.container div#author-container div#author-name {
    font-family: 'Lato Regular';
    font-size: 12px;
    width: auto;
    margin-top: 0;
    text-align: left;
  }
  div.container div#author-container div#author-status {
    display: none;
  }
  div.container h1#profile-name {
    font-size: 36px;
    line-height: 38px;
  }
  div.container p#article-subtitle {
    font-family: 'Lato Regular';
    font-size: 12px;
    margin-top: 14px;
  }
  div.container div.fb-like {
    margin-top: 14px;
    margin-bottom: 30px;
  }
  div.container a#publish-link,
  div.container a#edit-link,
  div.container a#delete-link {
    display: none;
  }
  div.container div.kr-article {
    margin-top: 0;
  }
  div.container div.kr-article> div {
    padding-left: 0;
    padding-right: 0;
  }
  div.container div.kr-article img {
    margin-bottom: 30px;
    width: 100%;
    height: auto;
  }
  div.container div.kr-article p,
  div.container div.kr-article h1,
  div.container div.kr-article h2,
  div.container div.kr-article h3,
  div.container div.kr-article h4,
  div.container div.kr-article h5,
  div.container div.kr-article h6,
  div.container div.kr-article table.kr-table {
    margin-left: 30px !important;
    margin-right: 43px !important;
  }
  div.container div.kr-article div#lead-text {
    font-family: 'Lato Semibold';
    color: #000000;
  }
  div.container div.kr-article div#body-text {
    font-family: 'Lato Regular';
    line-height: 22px;
  }
  div.container div.kr-article figure {
    margin-right: 0;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 25px;
  }
  div.container div.kr-article figure figcaption {
    font-size: 12px;
  }
  div.container div.kr-article div #add-article-button-panel {
    display: none;
  }
  div.container div#article-photo-slider .owl-controls .owl-nav .owl-next {
    display: none !important;
  }
  div.container video.kr-video {
    width: 100%;
    height: auto;
  }
  div.container iframe.traseo {
    width: 100%;
  }
  div.container div.kr-disqus {
    padding-bottom: 0;
  }
  div.container div#other-articles-section {
    margin-bottom: 25px;
  }
  div.container div.article-panel {
    margin-bottom: 0;
  }
  div.container div#race-relation {
    margin-top: 0;
  }
  div.container .spotify-embed-container {
    margin-left: 30px;
    margin-right: 43px;
  }
  div.container .spotify-embed-container .spotify-embed {
    width: 100%;
  }
}
