/* Magnific Popup CSS */

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.mfp-container:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: pointer;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

.mfp-preloader a {
    color: #CCC;
}

.mfp-preloader a:hover {
    color: #FFF;
}

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close, button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    filter: alpha(opacity=65);
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100);
}

.mfp-close:active {
    top: 1px;
}

.mfp-close-btn-in .mfp-close {
    color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    filter: alpha(opacity=65);
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
    margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100);
}

.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}

.mfp-arrow:after,
.mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}

.mfp-arrow:before,
.mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7;
}

.mfp-arrow-left {
    left: 0;
}

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
    border-right: 17px solid #FFF;
    margin-left: 31px;
}

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
    right: 0;
}

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid #FFF;
    margin-left: 39px;
}

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 1000px;
}

.mfp-iframe-holder .mfp-close {
    top: -40px;
}

.mfp-image-holder .mfp-close {
    top: -16px;
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000;
}


/* Main image in popup */

img.mfp-img {
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 0 30px;
    margin: 0 auto;
    max-width: 100%;
    max-height: 680px !important;
}


/* The shadow behind the image */

.mfp-figure {
    line-height: 0;
}

.mfp-figure:after {
    content: "";
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444;
}

.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.mfp-figure figure {
    margin: 0;
}

.mfp-bottom-bar {
    margin-top: -26px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    /**
       * Remove all paddings around the image on small screen
       */
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }
    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        transform: scale(0.75);
    }
    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }
    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}

.mfp-ie7 .mfp-img {
    padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
    padding: 0;
}

.mfp-ie7 .mfp-content {
    padding-top: 44px;
}

.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0;
}

#page {
    margin-top: 139px;
}

@media only screen and (max-width: 1200px) {
    #page {
        margin-top: 136px;
    }
}

@media only screen and (max-width: 1024px) {
    #page {
        margin-top: 57px;
    }
}

#header .navBar {
    background: #72040F;
}

.logoRacingSpot {
    width: 180px;
    display: block;
    margin: 4px 0 1px;
    height: auto;
}

.logoRacingSpot svg {
    width: 100%;
    height: auto;
    max-height: 40px;
}

.logoRacingSpot .st0 {
    fill: #FFFFFF;
}

@media only screen and (max-width: 540px) {
    .logoRacingSpot {
        width: 190px;
    }
}

#page {
    margin-top: 139px;
}

@media only screen and (max-width: 1200px) {
    #page {
        margin-top: 136px;
    }
}

@media only screen and (max-width: 1024px) {
    #page {
        margin-top: 57px;
    }
}

.page-cnt {
    position: relative;
}

.page-cnt .titlePost {
    border-bottom: 0;
    padding: 0 0 20px;
}

@media only screen and (max-width: 768px) {
    .page-cnt .titlePost {
        padding-bottom: 0;
    }
}

.page-cnt h1.pageName {
    font-family: "Gotham 7r", "Gotham A", "Gotham B", "Gotham-Ultra", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-size: 50px;
    line-height: 0.9em;
    margin: 0.8em 0 0;
}

@media only screen and (max-width: 767px) {
    .page-cnt h1.pageName {
        font-size: 30px;
    }
}

@media only screen and (max-width: 580px) {
    .page-cnt h1.pageName {
        font-size: 32px;
    }
}

.page-cnt span.pageTag {
    text-transform: uppercase;
    font-size: 14px;
    font-family: "Gotham 5r", "Gotham A", "Gotham B", "Gotham-Medium", Arial, Helvetica, sans-serif;
}

.page-cnt span.pageTag strong a {
    color: #e2001a;
}

.page-cnt .racingArticleTop {
    position: relative;
    padding-left: 120px;
}

.page-cnt .racingArticleTop:before, .page-cnt .racingArticleTop:after {
    content: "";
    top: 0;
    left: 0;
    width: 42px;
    height: 100%;
    background-color: #e2001a;
    position: absolute;
}

.page-cnt .racingArticleTop:after {
    left: 52px;
}

.page-cnt .racingArticleTop .share-phrase {
    background-color: #fff;
    margin: 0;
    padding: 0;
}

.page-cnt .racingArticleTop .share-phrase p {
    font-size: 16px;
    padding: 25px 0 0;
    margin: 0;
    border: 0;
    width: 100%;
    font-family: "Gotham 5r", "Gotham A", "Gotham B", "Gotham-Medium", Arial, Helvetica, sans-serif;
}

.page-cnt .racingArticleTop .share-phrase p:empty {
    display: none;
    margin: 0;
    padding: 0;
}
.page-cnt .racingArticleTop .share-phrase ul {
    display: none;
}
.page-cnt .racingArticleTop .image {
    margin: 2em 0;
    overflow: hidden;
    max-height: 560px;
}
.page-cnt .racingArticleTop .image-wrapper {
    margin: 2em 0;
}
.page-cnt .racingArticleTop .video-post-wrapper {
    margin: 2em 0 5em;
}
.page-cnt .racingArticleTop .single-image-wrapper {
    margin: 0;
}
@media only screen and (max-width: 768px) {
    .page-cnt .racingArticleTop {
        padding-left: 0;
    }
    .page-cnt .racingArticleTop:before, .page-cnt .racingArticleTop:after {
        display: none;
    }
}

.page-cnt .articleCntSx {
    padding: 0 0 4em;
    width: calc(100% - 360px);
    position: relative;
}

.page-cnt .articleCntSx:before, .page-cnt .articleCntSx:after {
    content: "";
    top: 0;
    right: -102px;
    width: 42px;
    height: 100%;
    background-color: #e2001a;
    position: absolute;
}
.page-cnt .articleCntSx:after {
    right: -154px;
}
.page-cnt .articleCntSx h2 {
    text-transform: uppercase;
    font-family: "Gotham 7r", "Gotham A", "Gotham B", "Gotham-Ultra", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: normal;
    margin-top: 2em;
}
.page-cnt .articleCntSx p {
    line-height: 1.5em;
    font-size: 16px;
    margin-bottom: 0.5em;
    font-style: normal;
    font-weight: normal;
    color: #000;
}
.page-cnt .articleCntSx p strong {
    font-family: "Gotham 5r", "Gotham A", "Gotham B", "Gotham-Medium", Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: normal;
}
.page-cnt .articleCntSx p:empty {
    display: none;
    margin: 0;
    padding: 0;
}
.page-cnt .articleCntSx .image-wrapper,
.page-cnt .articleCntSx .image {
    margin: 2em 0 2em;
    overflow: hidden;
}
.page-cnt .articleCntSx .single-image-wrapper {
    margin: 0;
}
.page-cnt .articleCntSx .text-1st-letter .paragraphText {
    padding: 0;
}
.page-cnt .articleCntSx .text-1st-letter .paragraphText p:first-letter {
    float: none;
    margin: 0 0 0;
    padding: 0;
    font-size: initial;
    line-height: initial;
}
.page-cnt .articleCntSx .text-1st-letter .paragraphText p {
    margin-top: 0;
}
.page-cnt .articleCntSx .share-cit {
    margin: 30px 0 40px;
    border-color: #bbb;
}
.page-cnt .articleCntSx .share-cit p {
    font-size: 32px;
    line-height: 1.2em;
}

@media only screen and (max-width: 767px) {
    .page-cnt .articleCntSx .share-cit p {
        font-size: 25px;
        line-height: 1.2em;
    }
}

@media only screen and (max-width: 992px) {
    .page-cnt .articleCntSx {
        width: 100%;
    }
    .page-cnt .articleCntSx:before, .page-cnt .articleCntSx:after {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .page-cnt .articleCntSx .articleCntSxInner {
        padding: 0;
    }
}

.page-cnt .articleCntDx {
    padding: 45px 0 0;
    width: 300px;
    background: #fff;
    float: right;
    position: relative;
}

.page-cnt .articleCntDx .related-stories .h3, .page-cnt .articleCntDx .related-stories h3,
.page-cnt .articleCntDx .more-read .h3,
.page-cnt .articleCntDx .more-read h3,
.page-cnt .articleCntDx .newsletter .h3,
.page-cnt .articleCntDx .newsletter h3,
.page-cnt .articleCntDx .find .h3,
.page-cnt .articleCntDx .find h3 {
    font-size: 24px;
    font-family: "Gotham 7r", "Gotham A", "Gotham B", "Gotham-Ultra", Arial, Helvetica, sans-serif;
    color: #e2001a;
    padding: 15px 0 0;
    line-height: 1em;
    margin-bottom: 10px;
    border-bottom: 0;
    position: relative;
}

.page-cnt .articleCntDx .related-stories .h3:before, .page-cnt .articleCntDx .related-stories .h3:after, .page-cnt .articleCntDx .related-stories h3:before, .page-cnt .articleCntDx .related-stories h3:after,
.page-cnt .articleCntDx .more-read .h3:before,
.page-cnt .articleCntDx .more-read .h3:after,
.page-cnt .articleCntDx .more-read h3:before,
.page-cnt .articleCntDx .more-read h3:after,
.page-cnt .articleCntDx .newsletter .h3:before,
.page-cnt .articleCntDx .newsletter .h3:after,
.page-cnt .articleCntDx .newsletter h3:before,
.page-cnt .articleCntDx .newsletter h3:after,
.page-cnt .articleCntDx .find .h3:before,
.page-cnt .articleCntDx .find .h3:after,
.page-cnt .articleCntDx .find h3:before,
.page-cnt .articleCntDx .find h3:after {
    content: "";
    float: left;
    width: 42px;
    height: 45px;
    background-color: #e2001a;
    position: absolute;
    transform: translateY(-60px);
}

.page-cnt .articleCntDx .related-stories .h3:after,
.page-cnt .articleCntDx .related-stories h3:after,
.page-cnt .articleCntDx .related-stories .h3:after, .page-cnt .articleCntDx .related-stories h3:after,
.page-cnt .articleCntDx .more-read h3:after,
.page-cnt .articleCntDx .newsletter .h3:after,
.page-cnt .articleCntDx .newsletter h3:after,
.page-cnt .articleCntDx .find .h3:after,
.page-cnt .articleCntDx .find h3:after {
    left: 52px;
}

.page-cnt .articleCntDx .find {
    background: #fff;
    padding-bottom: 70px;
}

.page-cnt .articleCntDx .newsletter {
    background: #fff;
    padding-bottom: 20px;
}

.page-cnt .articleCntDx .newsletter form {
    background: #ebebeb;
    padding: 20px;
    overflow: hidden;
}

.page-cnt .articleCntDx .newsletter form input {
    float: left;
    width: calc(100% - 60px);
}

.page-cnt .articleCntDx .newsletter form .btn {
    float: left;
    width: 50px;
    color: #fff;
    padding: 5px 0;
    margin-left: 8px;
    text-transform: uppercase;
}

.page-cnt .articleCntDx .related-stories .cnt {
    position: relative;
    margin: 0;
    border-bottom: 5px solid #e2001a;
    max-height: 170px;
    overflow: hidden;
}

.page-cnt .articleCntDx .related-stories .cnt:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.page-cnt .articleCntDx .related-stories .cnt .h3, .page-cnt .articleCntDx .related-stories .cnt h3 {
    color: #fff;
    font-family: "Gotham 7r", "Gotham A", "Gotham B", "Gotham-Ultra", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 1em;
    padding: 0 20px;
    margin: 0;
    position: relative;
    z-index: 5;
}

.page-cnt .articleCntDx .related-stories .cnt .h3:before, .page-cnt .articleCntDx .related-stories .cnt .h3:after, .page-cnt .articleCntDx .related-stories .cnt h3:before, .page-cnt .articleCntDx .related-stories .cnt h3:after {
    display: none;
}

.page-cnt .articleCntDx .related-stories .cnt p {
    color: #fff;
    display: none;
}

.page-cnt .articleCntDx .related-stories .cnt div {
    position: absolute;
    left: 0;
    bottom: 15px;
}

.page-cnt .articleCntDx .related-stories .cnt figure {
    width: 100%;
    height: auto;
}

.page-cnt .articleCntDx .related-stories .cnt figure img {
    width: 100%;
    height: auto;
    transition: all 0.3s ease-in-out;
}

.page-cnt .articleCntDx .related-stories .cnt:hover figure img {
    transform: scale(1.2, 1.2);
}

.page-cnt .articleCntDx .related-stories .overlaylink {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    z-index: 100;
}

.page-cnt .articleCntDx .related-stories a {
    color: #DB4033;
}

.page-cnt .articleCntDx .more-read {
    margin: 40px 0 20px;
}

.page-cnt .articleCntDx .more-read .cnt {
    margin: 0 0 0;
    padding: 30px 20px;
    background-color: #E5E5E5;
    position: relative;
}

.page-cnt .articleCntDx .more-read .cnt:after {
    content: "";
    width: calc(100% - 40px);
    height: 1px;
    background: #999;
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.page-cnt .articleCntDx .more-read .cnt p {
    font-size: 14px;
    position: relative;
    top: 0;
    transition: all 0.3s ease-in-out 0.2s;
}

.page-cnt .articleCntDx .more-read .cnt p:empty {
    display: none;
    margin: 0;
    padding: 0;
}

.page-cnt .articleCntDx .more-read .cnt h4,
.page-cnt .articleCntDx .more-read .cnt .h4 {
    font-family: "Gotham 7r", "Gotham A", "Gotham B", "Gotham-Ultra", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    color: #d4031b;
    font-size: 18px;
    margin: 0;
    padding: 0;
    line-height: 1.4em;
    position: relative;
    top: 0;
    transition: all 0.3s ease-in-out;
}

.page-cnt .articleCntDx .more-read .cnt:hover h4,
.page-cnt .articleCntDx .more-read .cnt:hover .h4 {
    top: -10px;
}

.page-cnt .articleCntDx .more-read .cnt:hover p {
    top: -5px;
}

.page-cnt .articleCntDx .more-read a:last-child .cnt:after {
    display: none;
}

.page-cnt .articleCntDx .tags-group {
    display: none;
}

.page-cnt .articleCntDx .tags-group ul {
    list-style: none;
}

@media only screen and (max-width: 992px) {
    .page-cnt .articleCntDx {
        width: 100%;
    }
}

.page-cnt .copy-date-post {
    margin-top: 2em;
    padding: 2em 0;
    border-bottom: 0;
    border-top: 2px solid #e2001a;
    max-width: 1000px;
}

.page-cnt .copy-date-post .copydate {
    float: none;
    width: 100%;
}

.page-cnt .copy-date-post p {
    line-height: 1em;
    margin: 0;
}

.page-cnt .copy-date-post p.copyDate {
    float: right;
    margin: 0;
}

@media only screen and (max-width: 1400px) {
    .page-cnt .copy-date-post {
        max-width: 780px;
    }
}

@media only screen and (max-width: 1200px) {
    .page-cnt .copy-date-post {
        max-width: 580px;
    }
}

.rsHeader {
    width: 100%;
    position: relative;
    z-index: 9998;
    background: #e2001a;
    /*border-bottom: 2px solid #fff;*/
}

.rsHeader .rsHeaderStripe {
    float: left;
    width: 100%;
    position: absolute;
    border-bottom: 2px solid red;
    bottom: -4px;
}

.rsHeader .rsHeaderStripe:nth-of-type(2) {
    bottom: -8px;
}

.rsHeader:after, .rsHeader:before {
    /*content: "";
  display: block;
  width: 100%;
  height: 4px;
  background: $racingSpotRed;
  position: absolute;*/
}

.rsHeader:after {
    /*top: 77px;*/
}

.rsHeader:before {
    /*top: 81px;
  border-top: 2px solid #fff;
  height: 6px;*/
}

.rsHeader .rsNavWrapper {
    padding: 5px 0;
}

.rsHeader .rsNav {
    position: relative;
}

.rsHeader .rsNav .rsNavtrigger {
    cursor: pointer;
    height: 30px;
    position: absolute;
    top: 5px;
    right: 20px;
}

.rsHeader .rsNav .rsNavtrigger span {
    display: inline-block;
    width: 25px;
    height: 2px;
    background: #fff;
    position: relative;
    transition: all 0.1s ease-in-out;
}

.rsHeader .rsNav .rsNavtrigger span:after, .rsHeader .rsNav .rsNavtrigger span:before {
    content: "";
    width: 30px;
    height: 2px;
    right: 0;
    display: block;
    background: #fff;
    position: absolute;
    transition: all 0.1s ease-in-out 0.1s;
}

.rsHeader .rsNav .rsNavtrigger span:after {
    top: 8px;
    width: 20px;
}

.rsHeader .rsNav .rsNavtrigger span:before {
    top: -8px;
    width: 30px;
}

.rsHeader .rsNav .rsNavtrigger label {
    width: 35px;
    display: inline-block;
    text-transform: uppercase;
    font-family: "Gotham 5r", "Gotham A", "Gotham B", "Gotham-Medium", Arial, Helvetica, sans-serif;
    font-weight: 500;
    color: #fff;
    font-size: 10px;
    margin: 0 0 0 10px;
    transform: translateY(2px);
    cursor: pointer;
    text-align: right;
    transition: all 0.3s ease-in-out;
}

.rsHeader .rsNav .rsNavtrigger:hover span, .rsHeader .rsNav .rsNavtrigger:focus span, .rsHeader .rsNav .rsNavtrigger:active span, .rsHeader .rsNav .rsNavtrigger.close span {
    width: 30px;
}

.rsHeader .rsNav .rsNavtrigger:hover span:after, .rsHeader .rsNav .rsNavtrigger:hover span:before, .rsHeader .rsNav .rsNavtrigger:focus span:after, .rsHeader .rsNav .rsNavtrigger:focus span:before, .rsHeader .rsNav .rsNavtrigger:active span:after, .rsHeader .rsNav .rsNavtrigger:active span:before, .rsHeader .rsNav .rsNavtrigger.close span:after, .rsHeader .rsNav .rsNavtrigger.close span:before {
    width: 30px;
}

.rsHeader .rsNav .rsNavtrigger.close {
    float: none;
    line-height: initial;
    font-size: initial;
    font-weight: normal;
    text-shadow: 0 0 0 transparent;
}

.rsHeader .rsNav .rsNavtrigger.close span {
    width: 30px;
    background: transparent;
}

.rsHeader .rsNav .rsNavtrigger.close span:after, .rsHeader .rsNav .rsNavtrigger.close span:before {
    width: 30px;
}

.rsHeader .rsNav .rsNavtrigger.close span:after {
    transform: rotate(-45deg);
    top: 0;
}

.rsHeader .rsNav .rsNavtrigger.close span:before {
    transform: rotate(45deg);
    top: 0;
}

@media only screen and (max-width: 540px) {
    .rsHeader .rsNav .rsNavtrigger {
        top: 6px;
    }
    .rsHeader .rsNav .rsNavtrigger label {
        display: none;
    }
}

.rsHeader .rsMenu {
    overflow: hidden;
    display: none;
    width: 320px;
    height: auto;
    background: #ffffff;
    z-index: 999999;
    position: absolute;
    top: 60px;
    right: 15px;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

.rsHeader .rsMenu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.rsHeader .rsMenu li {
    margin: 0 0 20px;
}

.rsHeader .rsMenu li a {
    color: #000;
    position: relative;
    font-size: 20px;
    font-family: "Gotham 7r", "Gotham A", "Gotham B", "Gotham-Ultra", Arial, Helvetica, sans-serif;
    font-weight: 900;
    cursor: pointer;
    display: block;
    text-decoration: none;
    transition: all 0.1s ease-in-out;
}

.rsHeader .rsMenu li a i {
    position: absolute;
    right: 0;
    font-size: 22px;
    top: 0;
}

.rsHeader .rsMenu li a:hover {
    color: #e2001a;
}

.rsHeader .rsMenu li:last-child {
    margin: 0;
}

.rsHeader .rsMenu li:first-child a {
    color: #e2001a;
}

@media only screen and (max-width: 768px) {
    .rsHeader .rsMenu {
        top: 82px;
        right: 0;
        width: 100%;
    }
}

@media only screen and (max-width: 540px) {
    .rsHeader .rsMenu {
        top: 50px;
    }
}

.rsHeader.fixed {
    position: fixed;
    top: 60px;
}

@media only screen and (max-width: 1024px) {
    .rsHeader.fixed {
        top: 52px;
    }
}

@media only screen and (max-width: 540px) {
    .rsHeader:after, .rsHeader:before {
        display: none;
    }
}

.rsBreadcrumbs {
    padding-top: 35px;
    color: #FFFFFF;
}

.rsBreadcrumbs a {
    font-family: "Gotham 4r", "Gotham A", "Gotham B", "Gotham-Book", Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    text-transform: uppercase;
}

.rsBreadcrumbs a.active {
    font-family: "Gotham 5r", "Gotham A", "Gotham B", "Gotham-Medium", Arial, Helvetica, sans-serif;
    font-weight: 500;
    color: #e2001a;
}

.rsBreadcrumbs a.active:focus, .rsBreadcrumbs a.active:active {
    color: #e2001a;
    text-decoration: none;
}

.rsBreadcrumbs a:hover {
    text-decoration: none;
}

.rsBreadcrumbs a:focus, .rsBreadcrumbs a:active {
    color: #FFFFFF;
    text-decoration: none;
}

.rsBreadcrumbsYellow a.active {
    color: #FFDD00;
}

.rsBreadcrumbsYellow a.active:hover, .rsBreadcrumbsYellow a.active:focus, .rsBreadcrumbsYellow a.active:active {
    color: #FFDD00;
}

.rsBreadcrumbsBlack {
    color: #000;
}

.rsBreadcrumbsBlack a {
    color: #000;
}

.rsBreadcrumbsBlack a:hover, .rsBreadcrumbsBlack a:focus, .rsBreadcrumbsBlack a:active {
    color: #000;
    text-decoration: none;
}

.rsStripes {
    position: absolute;
    top: 0;
    left: 0;
}

.rsStripes:before, .rsStripes:after {
    content: "";
    float: left;
    width: 42px;
    height: 49px;
    background-color: #FFF;
}

.rsStripes:after {
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px);
}

.rsStripesSmall:before, .rsStripesSmall:after {
    width: 42px;
    height: 49px;
}

.rsStripesBig {
    -webkit-transform: translateY(15px);
    -moz-transform: translateY(15px);
    -ms-transform: translateY(15px);
    -o-transform: translateY(15px);
    transform: translateY(15px);
}

.rsStripesBig:before, .rsStripesBig:after {
    width: 42px;
    height: 125px;
}

.rsStripesYellow:before, .rsStripesYellow:after {
    background-color: #FFDD00;
}

.rsStripesRed:before, .rsStripesRed:after {
    background-color: #e2001a;
}

.rsStripesBottom {
    top: initial;
    bottom: 0;
}

.rsStripesBottom.rsStripesBig {
    bottom: -15px;
}

.rsFooter {
    margin-top: 3em;
}

.rsFooter .container {
    position: relative;
}

.rsFooter #social-section {
    display: block;
    background: #161616;
    position: relative;
    padding: 0;
}

.rsFooter #social-section .container {
    padding-top: 5em;
    padding-bottom: 5em;
}

.rsFooter #social-section .rsStripes {
    left: 20px;
}

.rsFooter #social-section .h5 {
    font-size: 50px;
    position: absolute;
    left: 20px;
    margin: 0;
    line-height: 0.9;
    text-transform: uppercase;
    color: #e2001a;
    font-family: "Gotham 7r", "Gotham A", "Gotham B", "Gotham-Ultra", Arial, Helvetica, sans-serif;
    font-weight: 900;
}

.rsFooter #social-section .socialList {
    list-style: none;
    padding: 0 0 0 165px;
    margin: 0;
    gap: 0;
    max-width: none;
    text-align: center;
}

.rsFooter #social-section .socialList li {
    display: inline-block;
    float: none;
    width: 16%;
    height: 80px;
    border-left: 1px solid #2c2c2c;
}

.rsFooter #social-section .socialList li:first-of-type {
    border-left: none;
}

.rsFooter #social-section .socialList a {
    color: #5C5C5C;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 2px;
    font-family: "Gotham 7r", "Gotham A", "Gotham B", "Gotham-Ultra", Arial, Helvetica, sans-serif;
    font-weight: 900;
}

.rsFooter #social-section .socialList a i {
    display: block;
    margin: 0 auto 10px;
    background: transparent;
    font-size: 32px;
    color: #5C5C5C;
}

@media only screen and (max-width: 992px) {
    .rsFooter #social-section .socialList {
        padding: 0;
    }
}

.rsFooter #colophon-section {
    padding: 3em 0 4em;
    text-align: right;
    color: #5C5C5C;
}

.rsFooter #colophon-section #footer-logo {
    position: absolute;
    left: 10px;
    top: -10px;
}

.rsFooter #colophon-section #footer-logo img {
    max-width: 200px;
}

.rsFooter #colophon-section ul {
    margin: 0 0 30px;
}

.rsFooter #colophon-section ul li {
    display: block;
}

.rsFooter #colophon-section ul li a {
    color: #5C5C5C;
    margin: 0 0 6px;
    text-transform: uppercase;
}

.rsFooter #colophon-section ul li a:after {
    display: none;
}

@media only screen and (max-width: 992px) {
    .rsFooter #social-section h5 br {
        display: none;
    }
    .rsFooter #social-section .socialList {
        margin-top: 90px;
    }
    .rsFooter #social-section .socialList li {
        width: 32%;
        margin-top: 10px;
    }
    .rsFooter #social-section .socialList li:nth-of-type(4) {
        border-left: none;
    }
}

@media only screen and (max-width: 500px) {
    .rsFooter #social-section .container {
        padding-bottom: 2em;
    }
    .rsFooter #social-section h5 {
        font-size: 32px;
    }
    .rsFooter #social-section .socialList {
        margin-top: 110px;
    }
    .rsFooter #social-section .socialList li a {
        font-size: 10px;
    }
    .rsFooter #social-section .socialList li a i {
        font-size: 23px;
    }
    .rsFooter #colophon-section {
        text-align: center;
    }
    .rsFooter #colophon-section #footer-logo {
        position: static;
        margin-bottom: 2em;
    }
}

.racingspotHp .btn,
.emotionsAndNumbers .btn,
.rsShowMoreWrapper .btn {
    font-family: "Gotham 6r", "Gotham A", "Gotham B", "Gotham-Bold", Arial, Helvetica, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1em;
    font-size: 13px;
    padding: 16px 20px 13px;
    text-align: center;
    border-radius: 0;
}

.racingspotHp .btnRed,
.emotionsAndNumbers .btnRed,
.rsShowMoreWrapper .btnRed {
    color: #fff;
    background: #e2001a;
}

.racingspotHp .btnRed:hover,
.emotionsAndNumbers .btnRed:hover,
.rsShowMoreWrapper .btnRed:hover {
    color: #fff;
    background: #000;
}

.racingspotHp .btnYellow,
.emotionsAndNumbers .btnYellow,
.rsShowMoreWrapper .btnYellow {
    color: #000000;
    background: #FFDD00;
}

.racingspotHp .btnYellow:hover,
.emotionsAndNumbers .btnYellow:hover,
.rsShowMoreWrapper .btnYellow:hover {
    color: #FFDD00;
    background: #000;
}

.racingspotHp .btnWhite,
.emotionsAndNumbers .btnWhite,
.rsShowMoreWrapper .btnWhite {
    color: #e2001a;
    background: #fff;
}

.racingspotHp .btnSmall,
.emotionsAndNumbers .btnSmall,
.rsShowMoreWrapper .btnSmall {
    font-size: 11px;
    padding: 12px 13px 10px;
}

.share-social {
    position: fixed;
    right: 0;
    top: 30%;
    background: #e2001a;
    z-index: 100;
}

.share-social .shareOn {
    position: static;
}

.share-social .shareOn a {
    color: #fff;
    display: block;
    padding: 15px;
    font-size: 18px;
    line-height: 1em;
    text-align: center;
    transition: all 0.3s ease-in-out;
}

.share-social .shareOn a:last-child {
    border-top: 1px solid #fff;
}

.share-social .shareOn a:hover {
    background: #af0014;
}

@media only screen and (max-width: 992px) {
    .share-social {
        display: none;
    }
}

.rsNextRace {
    float: right;
    margin: 2em auto 0;
    display: none;
}

@media only screen and (min-width: 992px) {
    .rsNextRace {
        display: block;
    }
}

.rsNextRace .image {
    margin-right: -12px;
}

.rsNextRace img {
    max-width: 485px;
    height: auto;
    display: block;
}

.rsNextRace a {
    display: block;
    position: relative;
    z-index: 3;
    overflow: hidden;
}

@media only screen and (max-width: 992px) {
    .rsNextRace {
        margin: 2.5em 0;
        float: none;
    }
    .rsNextRace img {
        max-width: 100%;
    }
}

.rsNextRaceMbl {
    display: block;
    float: right;
    width: 100%;
    margin: 2.5em auto;
}

.rsNextRaceMbl:after {
    content: "";
    display: table;
    clear: both;
}

.rsNextRaceMbl .rsNextRace {
    display: block;
    margin: 1em 0 0;
}

@media only screen and (min-width: 992px) {
    .rsNextRaceMbl {
        display: none;
    }
}

.rsNextRaceMbl .image {
    margin-right: -12px;
}

.rsNextRaceMbl img {
    max-width: 440px;
    height: auto;
    display: block;
    margin: 0 auto;
}

.rsNextRaceMbl a {
    display: block;
    position: relative;
    z-index: 3;
    overflow: hidden;
}

@media only screen and (max-width: 475px) {
    .rsNextRaceMbl img {
        max-width: 320px;
    }
}

.rsp-headline {
    background: #1d1d1d url("../resources/img/podcast-wave-bg.jpg") no-repeat center center/cover;
    color: #fff;
    padding: 0 0 7em;
    position: relative;
    margin-bottom: 9em;
}

.rsp-headline:after {
    content: "";
    width: 100%;
    height: 6px;
    background-color: #e2001a;
    position: absolute;
    top: 50%;
    display: block;
}

.rsp-headline .container {
    position: relative;
    z-index: 20;
}

.rsp-headline .container:after {
    content: "";
    display: block;
    position: absolute;
    width: 130px;
    height: 130px;
    top: 43%;
    right: 20px;
    z-index: -1;
    background: transparent url("../resources/img/podcast-wave-icon.png") no-repeat center center;
}

.rsp-headline h1 {
    line-height: 1;
    margin: 0.5em 0 0.1em;
    font-family: "Gotham 7r", "Gotham A", "Gotham B", "Gotham-Ultra", Arial, Helvetica, sans-serif;
    font-weight: 900;
    font-size: 44px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.rsp-headline h2 {
    font-size: 16px;
    margin: 0;
}

.rsp-headline h3 {
    font-size: 15px;
}

.rsp-headline .rsStripes {
    bottom: -200px;
    top: auto;
    left: 15px;
}

.rsp-headline .rsStripes:after, .rsp-headline .rsStripes:before {
    height: 150px;
}

.racingspotHp {
    overflow: hidden;
}

.sectionTitle {
    text-transform: uppercase;
    font-family: "Gotham 7r", "Gotham A", "Gotham B", "Gotham-Ultra", Arial, Helvetica, sans-serif;
    font-weight: 900;
    color: #000;
    letter-spacing: 1px;
    font-size: 42px;
    margin: 0 0 0.7em;
    text-align: left;
    line-height: 0.9em;
    position: relative;
    padding-top: 60px;
}

.sectionTitle:before, .sectionTitle:after {
    content: "";
    float: left;
    width: 42px;
    height: 45px;
    top: 0;
    background-color: #e2001a;
    position: absolute;
    /*transform: translateY(-60px);*/
}

.sectionTitle:after {
    left: 52px;
}

@media only screen and (max-width: 992px) {
    .sectionTitle {
        font-size: 28px;
    }
}

.rsSection:after, .rsSection:before {
    content: "";
    display: table;
    clear: both;
}

.rsSection .rsArticleRow {
    float: left;
    width: 100%;
    /*margin: 0 -8px;*/
    overflow: hidden;
}

.rsSection .rsArticleCol {
    padding: 0 8px;
    width: 50%;
    float: left;
}

.rsSection .rsArticleItem {
    position: relative;
    border-bottom: 5px solid #e2001a;
    margin: 0 0 16px;
    overflow: hidden;
}

.rsSection .rsArticleItem:after {
    content: "";
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.rsSection .rsArticleItem img {
    width: 100%;
    height: auto;
    display: block;
    transition: all 1.8s ease-in-out;
}

.rsSection .rsArticleItem .rsArticleContent {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    z-index: 20;
    padding: 25px 30px;
    font-family: "Gotham 7r", "Gotham A", "Gotham B", "Gotham-Ultra", Arial, Helvetica, sans-serif;
    font-weight: 900;
    text-transform: uppercase;
}

.rsSection .rsArticleItem .rsArticleContent .rsArticleHeadline {
    position: absolute;
    bottom: 30px;
    left: 30px;
    width: calc(100% - 60px);
}

.rsSection .rsArticleItem .rsArticleContent .h2 {
    font-weight: normal;
    line-height: 1em;
    font-size: 32px;
    margin: 0 0 0.5em;
}

.rsSection .rsArticleItem .rsArticleContent .rsArticleTag {
    font-size: 20px;
}

.rsSection .rsArticleItem .rsArticleContent .rsArticleTag svg {
    width: auto;
    height: 20px;
    top: 3px;
    position: relative;
}

.rsSection .rsArticleItem .rsArticleContent .rsArticleLink {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 30;
}

.rsSection .rsArticleItem:hover img {
    transform: scale(1.2, 1.2);
}

@media only screen and (max-width: 1200px) {
    .rsSection .rsArticleItem .rsArticleContent {
        padding: 20px;
    }
    .rsSection .rsArticleItem .rsArticleContent .rsArticleHeadline {
        left: 20px;
        bottom: 20px;
        width: calc(100% - 40px);
    }
    .rsSection .rsArticleItem .rsArticleContent .h2 {
        font-size: 20px;
    }
}

@media only screen and (max-width: 768px) {
    .rsSection .rsArticleItem .rsArticleContent .h2 {
        font-size: 40px;
    }
}

@media only screen and (max-width: 580px) {
    .rsSection .rsArticleItem .rsArticleContent {
        padding: 20px;
    }
    .rsSection .rsArticleItem .rsArticleContent .rsArticleTag {
        font-size: 16px;
    }
    .rsSection .rsArticleItem .rsArticleContent .rsArticleHeadline {
        left: 20px;
        bottom: 20px;
        width: calc(100% - 40px);
    }
    .rsSection .rsArticleItem .rsArticleContent .h2 {
        font-size: 28px;
    }
}

@media only screen and (max-width: 480px) {
    .rsSection .rsArticleItem .rsArticleContent .h2 {
        font-size: 22px;
    }
}

@media only screen and (max-width: 768px) {
    .rsSection .rsArticleCol {
        width: 100%;
        float: none;
    }
}

.rsSection.hotOffTheTrackSection {
    padding-bottom: 25px;
}

.rsSection.hotOffTheTrackSection .hotOffTheTrackTitle:before, .rsSection.hotOffTheTrackSection .hotOffTheTrackTitle:after {
    content: "";
    float: left;
    width: 42px;
    height: 45px;
    top: 0;
    background-color: #e2001a;
    position: absolute;
}

.rsSection.hotOffTheTrackSection .hotOffTheTrackTitle:after {
    left: 62px;
}

.rsSection.hotOffTheTrackSection.hotOffArticles-1 .rsArticleCol {
    float: none;
    width: 100%;
    padding: 0;
}

.rsSection.hotOffTheTrackSection.hotOffArticles-1 .rsArticleCol:first-of-type {
    padding: 0;
}

.rsSection.hotOffTheTrackSection.hotOffArticles-1 .rsArticleCol .rsImage {
    max-height: 500px;
    overflow: hidden;
}

.rsSection.hotOffTheTrackSection.hotOffArticles-2 .rsArticleCol {
    float: left;
    width: 50%;
    padding: 0 8px;
}

.rsSection.hotOffTheTrackSection.hotOffArticles-2 .rsArticleCol:first-of-type {
    padding: 0 8px;
}

@media only screen and (max-width: 768px) {
    .rsSection.hotOffTheTrackSection.hotOffArticles-1 .rsArticleCol, .rsSection.hotOffTheTrackSection.hotOffArticles-2 .rsArticleCol {
        width: 100%;
        /*&:first-child {
      .rsImage {
        img {
          width: auto;
          height: 100%;
        }
      }
    }*/
    }
    .rsSection.hotOffTheTrackSection.hotOffArticles-1 .rsArticleCol .rsImage, .rsSection.hotOffTheTrackSection.hotOffArticles-2 .rsArticleCol .rsImage {
        position: relative;
        min-height: 300px;
        width: 100%;
    }
    .rsSection.hotOffTheTrackSection.hotOffArticles-1 .rsArticleCol .rsImage img, .rsSection.hotOffTheTrackSection.hotOffArticles-2 .rsArticleCol .rsImage img {
        position: absolute;
        top: 0;
        left: 0;
    }
}

.heroSection {
    position: relative;
    height: 500px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

@media only screen and (min-width: 1200px) {
    .heroSection {
        margin-top: -15px;
    }
}

.heroSection #player {
    position: absolute;
    max-width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    opacity: 0;
    z-index: -1;
    transition: all 500ms;
}

.heroSection #closeVideoIframe {
    display: block;
    width: 60px;
    height: 60px;
    opacity: 0;
    position: absolute;
    right: 30px;
    top: 10px;
    font-size: 42px;
    color: #FFF;
    cursor: pointer;
    transition: all 500ms ease;
}

.heroSection.video-in #player {
    opacity: 1;
    z-index: 10;
}

.heroSection.video-in #closeVideoIframe {
    opacity: 1;
    z-index: 10;
}

.heroSection.video-in #playVideoIframe {
    opacity: 0;
    z-index: -1;
}

.heroSection.video-in .visore-background {
    opacity: 0;
    z-index: -1;
}

.heroSection.video-in .groupBodyAndLink {
    z-index: -1;
}

.heroSection.video-in .visore-racing-link {
    opacity: 0;
    z-index: -1;
}

@media only screen and (max-width: 768px) {
    .heroSection {
        height: calc(100vh - 110px);
    }
}

.heroSection .visore-racing-link {
    position: relative;
    height: 100%;
    transition: all 250ms ease;
}

.heroSection .visore-racing-link .groupBodyAndLink {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.heroSection .visore-racing-link .groupBodyAndLink h1 {
    line-height: 1;
    margin: 0;
    font-family: "Gotham 7r", "Gotham A", "Gotham B", "Gotham-Ultra", Arial, Helvetica, sans-serif;
    font-weight: 900;
    font-size: 52px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #FFFFFF;
}

.heroSection .visore-racing-link .groupBodyAndLink a {
    display: block;
    position: relative;
    font-family: "Gotham 6r", "Gotham A", "Gotham B", "Gotham-Bold", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    line-height: 1em;
    font-size: 13px;
    padding: 16px 20px 13px 45px;
    margin-top: 10px;
    text-align: center;
    border-radius: 0;
    color: #FFFFFF;
    background-color: #e2001a;
    max-width: 150px;
    text-decoration: none;
    transition: background-color 250ms ease;
}

.it_IT .heroSection .visore-racing-link .groupBodyAndLink a {
    max-width: 200px;
}

.heroSection .visore-racing-link .groupBodyAndLink a:before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background-image: url("../resources/img/racingspot/play-icon.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    left: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.heroSection .visore-racing-link .groupBodyAndLink a:hover {
    color: #fff;
    background: #000;
}

@media only screen and (max-width: 992px) {
    .heroSection .visore-racing-link .groupBodyAndLink h1 {
        font-size: 32px;
    }
}

.speedStoriesSection .sectionTitle {
    margin: 0 0 1em;
}

.speedStoriesSection .rsArticleCol:first-child {
    float: none;
    width: 100%;
    padding: 0;
}

.speedStoriesSection .rsArticleCol:first-child .h2 {
    font-size: 40px;
    max-width: 80%;
}

.speedStoriesSection .rsArticleCol:first-child .rsImage {
    max-height: 500px;
    overflow: hidden;
}

.speedStoriesSection .rsArticleCol:nth-of-type(2) {
    padding-left: 0;
}

.speedStoriesSection .rsArticleCol:nth-of-type(3) {
    padding-right: 0;
}

@media only screen and (max-width: 768px) {
    .speedStoriesSection .rsArticleCol {
        padding: 0 !important;
    }
    .speedStoriesSection .rsArticleCol .rsImage {
        position: relative;
        min-height: 215px;
        width: 100%;
    }
    .speedStoriesSection .rsArticleCol .rsImage img {
        position: absolute;
        top: 0;
        left: 0;
    }
    .speedStoriesSection .rsArticleCol:first-child .rsImage img {
        width: auto;
        height: 100%;
    }
}

@media only screen and (max-width: 768px) {
    .speedStoriesSection .rsArticleCol:first-child .rsArticleItem .rsArticleContent .h2 {
        font-size: 40px;
    }
}

@media only screen and (max-width: 580px) {
    .speedStoriesSection .rsArticleCol:first-child .rsArticleItem .rsArticleContent .h2 {
        font-size: 28px;
    }
}

@media only screen and (max-width: 480px) {
    .speedStoriesSection .rsArticleCol:first-child .rsArticleItem .rsArticleContent .h2 {
        font-size: 22px;
    }
}

.speedStoriesSection .btnGroup {
    float: left;
    width: 100%;
    margin: 0.8em 0;
    text-align: center;
}

.speedStoriesSection .btnGroup .btn {
    margin: 0 5px;
    padding: 13px 33px 11px;
}

@media only screen and (max-width: 992px) {
    .speedStoriesSection .btnGroup .btn {
        margin: 5px;
        width: 200px;
    }
}

.feedSection {
    margin: 40px 0;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.15);
}

.feedSection .feedContainer {
    position: relative;
    padding-top: 60px;
    padding-bottom: 60px;
}

.feedSection .rsFeeds {
    display: flex;
    flex-flow: row nowrap;
}

.feedSection .rsFeeds .rsFeedsTitleWrapper {
    display: flex;
    flex-basis: 33.33333%;
    flex-direction: column;
    justify-content: space-between;
}

.feedSection .rsFeeds .rsFeedsTitleWrapper:before, .feedSection .rsFeeds .rsFeedsTitleWrapper:after {
    content: "";
    float: left;
    width: 42px;
    height: 45px;
    top: 0;
    background-color: #e2001a;
    position: absolute;
}

.feedSection .rsFeeds .rsFeedsTitleWrapper:after {
    left: 62px;
}

.feedSection .rsFeeds .rsFeedsTitleWrapper .rsFeedsTitle {
    margin-bottom: 15px;
    padding-right: 10px;
}

.feedSection .rsFeeds .rsFeedsTitleWrapper a.btn {
    max-width: 150px;
}

.feedSection .rsFeeds .rsFeedsTitleWrapper h2:after,
.feedSection .rsFeeds .rsFeedsTitleWrapper h2:before {
    display: none;
    padding-top: 0;
}

.feedSection .rsFeeds .rsFeedsTitleWrapper h2, .feedSection .rsFeeds .rsFeedsTitleWrapper p {
    margin: 0;
    padding: 0;
}

.feedSection .rsFeeds .rsFeedsTitleWrapper h2:before, .feedSection .rsFeeds .rsFeedsTitleWrapper h2:after, .feedSection .rsFeeds .rsFeedsTitleWrapper p:before, .feedSection .rsFeeds .rsFeedsTitleWrapper p:after {
    content: none;
}

.feedSection .rsFeeds .rsFeedsItemWrapper {
    display: flex;
    flex-basis: 66.66667%;
    flex-flow: row wrap;
}

.feedSection .rsFeeds .rsFeedsItemWrapper .rsFeed {
    position: relative;
    display: flex;
    flex-basis: calc(50% - 2px);
    flex-flow: column nowrap;
    margin: 1px;
    background-color: #e2001a;
    padding: 15px;
    min-height: 100px;
}

.feedSection .rsFeeds .rsFeedsItemWrapper .rsFeed:first-of-type, .feedSection .rsFeeds .rsFeedsItemWrapper .rsFeed:nth-of-type(2) {
    margin-top: 0;
}

.feedSection .rsFeeds .rsFeedsItemWrapper .rsFeed:nth-of-type(3), .feedSection .rsFeeds .rsFeedsItemWrapper .rsFeed:last-of-type {
    margin-bottom: 0;
}

.feedSection .rsFeeds .rsFeedsItemWrapper .rsFeed .h4 {
    margin: 0;
    font-family: "Gotham 6r", "Gotham A", "Gotham B", "Gotham-Bold", Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: #FFF;
    text-transform: uppercase;
}

.feedSection .rsFeeds .rsFeedsItemWrapper .rsFeed span {
    display: block;
    margin-bottom: 10px;
    font-family: "Gotham 6r", "Gotham A", "Gotham B", "Gotham-Bold", Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 11px;
    color: #FFF;
    text-transform: uppercase;
}

.feedSection .rsFeeds .rsFeedsItemWrapper .rsFeed a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
}

@media only screen and (max-width: 768px) {
    .feedSection .rsFeeds {
        flex-flow: column nowrap;
    }
    .feedSection .rsFeeds .rsFeedsTitleWrapper {
        flex-basis: auto;
        flex-direction: column;
        justify-content: flex-start;
    }
    .feedSection .rsFeeds .rsFeedsItemWrapper {
        flex-basis: auto;
        margin-top: 25px;
    }
    .feedSection .rsFeeds .rsFeedsItemWrapper .rsFeed:first-of-type, .feedSection .rsFeeds .rsFeedsItemWrapper .rsFeed:nth-of-type(3) {
        margin-left: 0;
    }
    .feedSection .rsFeeds .rsFeedsItemWrapper .rsFeed:nth-of-type(2), .feedSection .rsFeeds .rsFeedsItemWrapper .rsFeed:last-of-type {
        margin-right: 0;
    }
}

@media only screen and (max-width: 575px) {
    .feedSection .rsFeeds .rsFeedsItemWrapper .rsFeed {
        flex-basis: 100%;
        margin: 5px 0 !important;
    }
}

.emotionsAndNumbersSection {
    display: block;
    position: relative;
    height: 350px;
    width: 100%;
    margin-top: 20px;
    background-image: url("../resources/img/racingspot/bg-visore.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.emotionsAndNumbersSection .container {
    height: 100%;
}

.emotionsAndNumbersSection .heroSectionContent {
    position: relative;
    height: 100%;
}

.emotionsAndNumbersSection .heroSectionContent .heroSectionTitle {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.emotionsAndNumbersSection .heroSectionContent .heroSectionTitle h3, .emotionsAndNumbersSection .heroSectionContent .heroSectionTitle h2 {
    margin: 0;
    font-family: "Gotham 7r", "Gotham A", "Gotham B", "Gotham-Ultra", Arial, Helvetica, sans-serif;
    font-weight: 900;
    font-size: 42px;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #FFFFFF;
}

.emotionsAndNumbersSection .heroSectionContent .heroSectionTitle h3.heroSectionTitleWY, .emotionsAndNumbersSection .heroSectionContent .heroSectionTitle h2.heroSectionTitleWY {
    color: #FFFFFF;
}

.emotionsAndNumbersSection .heroSectionContent .heroSectionTitle h3.heroSectionTitleWY span, .emotionsAndNumbersSection .heroSectionContent .heroSectionTitle h2.heroSectionTitleWY span {
    color: #FFDD00;
}

.emotionsAndNumbersSection .heroSectionContent .heroSectionTitle h3.heroSectionTitleY, .emotionsAndNumbersSection .heroSectionContent .heroSectionTitle h2.heroSectionTitleY {
    color: #FFDD00;
}

.emotionsAndNumbersSection .heroSectionContent .heroSectionTitle h3.heroSectionTitleW, .emotionsAndNumbersSection .heroSectionContent .heroSectionTitle h2.heroSectionTitleW {
    color: #FFFFFF;
}

.emotionsAndNumbersSection .heroSectionContent .heroSectionTitle h2 {
    font-size: 24px;
}

.emotionsAndNumbersSection .heroSectionContent .heroSectionTitle p {
    margin: 0;
    font-family: "Gotham 3r", "Gotham A", "Gotham B", "Gotham-Light", Arial, Helvetica, sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 1.25;
    color: #FFFFFF;
}

.emotionsAndNumbersSection .heroSectionContent .heroSectionTitle a {
    margin-top: 15px;
}

.emotionsAndNumbersSection .heroSectionContent .heroSectionOpenWheel {
    position: absolute;
    right: 0;
    top: 0px;
}

.emotionsAndNumbersSection .heroSectionContent .heroSectionOpenWheel .imgOpenWheel {
    display: block;
    max-width: 365px;
    height: auto;
    float: left;
}

.emotionsAndNumbersSection .heroSectionContent .heroSectionOpenWheel .imgOpenWheel:first-of-type {
    margin-top: 20px;
    margin-right: 60px;
}

@media only screen and (max-width: 992px) {
    .emotionsAndNumbersSection .heroSectionContent .heroSectionOpenWheel {
        display: none;
    }
}

.emotionsAndNumbersSection .heroSectionContent .rsStripes {
    left: initial;
}

@media only screen and (max-width: 992px) {
    .emotionsAndNumbersSection {
        float: left;
        width: 100%;
    }
}

.podcastSection {
    clear: both;
}

.podcastSection h2.sectionTitle {
    margin: 0;
}

.podcastSection h3 {
    margin: 0.5em 0 3em;
    font-size: 15px;
}

.podcastSection .hotOffTheTrackTitle a {
    float: right;
    margin: 10em 0 2em;
}

.podcastSection .rsArticleRow {
    margin: 0 -10px;
    display: flex;
    flex-wrap: wrap;
}

.podcastSection .rsArticleItem {
    width: 50%;
    padding: 0 10px;
    margin-bottom: 2em;
    display: block;
    color: #000;
}

.podcastSection .rsArticleItem:hover {
    text-decoration: none;
}

.podcastSection .rsArticleItem picture {
    position: relative;
    border-bottom: 6px solid #e2001a;
    display: block;
}

.podcastSection .rsArticleItem picture:after {
    content: "";
    display: block;
    position: absolute;
    width: 60px;
    height: 60px;
    bottom: -33px;
    right: 0px;
    z-index: 10;
    background: transparent url("../resources/img/podcast-wave-icon.png") no-repeat center center/cover;
}

.podcastSection .rsArticleItem img {
    max-width: 100%;
    height: auto;
    display: block;
}

.podcastSection .rsArticleItem .rsArticleTitle {
    line-height: 1;
    font-family: "Gotham 7r", "Gotham A", "Gotham B", "Gotham-Ultra", Arial, Helvetica, sans-serif;
    font-weight: 900;
    font-size: 16px;
    text-transform: uppercase;
    margin: 2em 0 1em;
}

.podcastSection .rsArticleItem .rsArticleTag {
    background-color: #e4e4e4;
    border-radius: 10px;
    padding: 1px 11px;
    font-size: 12px;
    text-transform: capitalize;
    display: inline-block;
}

@media only screen and (min-width: 768px) {
    .podcastSection .rsArticleItem {
        width: 33.333333%;
    }
}

@media only screen and (min-width: 992px) {
    .podcastSection .rsArticleItem {
        width: 25%;
    }
}

@media only screen and (min-width: 1200px) {
    .podcastSection .rsArticleItem {
        width: 20%;
    }
}

.rsFooter {
    margin-top: 5em;
}

.rsFooter #social-section {
    background: #FFFFFF;
}

.rsFooter #social-section .h5 {
    color: #000000;
}

.rsFooter #social-section .socialList a {
    color: #000000;
}

.rsFooter #social-section .socialList a i {
    color: #000000;
}

.rsFooter #social-section .rsStripes {
    top: -72px;
}

.rsFooter #social-section .rsStripes:before, .rsFooter #social-section .rsStripes:after {
    height: 100px;
}