/* 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;
}


/**
   * Owl Carousel v2.2.1
   * Copyright 2013-2017 David Deutsch
   * Licensed under  ()
   */

.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative;
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none;
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}

.owl-carousel.owl-hidden {
    opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
    float: right;
}

.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    animation-name: fadeOut;
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.owl-height {
    transition: height 0.5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 0.4s ease;
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform 0.1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 0.4s ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}

.articleCntSx {
    float: left;
    padding: 37px 0 0;
    width: 790px;
}

.articleCntSx p {
    font-size: 18px;
    line-height: 1.4em;
    width: 100%;
    font-family: "Gotham 4r", "Gotham A", "Gotham B", "Gotham-Book", Arial, Helvetica, sans-serif;
    margin-bottom: 0.5em;
    font-style: normal;
    font-weight: 400;
    color: #000;
}

.articleCntSx p strong {
    font-family: "Gotham 5r", "Gotham A", "Gotham B", "Gotham-Medium", Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 500;
}

.articleCntDx {
    float: right;
    padding: 37px 0 0;
    width: 266px;
}

.title-page-int .titlePost {
    position: relative;
    border-bottom: 2px solid #e9e9e9;
    padding: 20px 0;
    width: 100%;
}

.title-page-int .titlePost>header {
    float: left;
    width: 85%;
}

.title-page-int .titlePost>header h1 {
    font-size: 64px;
    line-height: 1.1em;
    font-family: "Gotham 3r", "Gotham A", "Gotham B", "Gotham-Light", Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 300;
    color: #000;
    text-transform: uppercase;
}

.title-page-int .titlePost>header span {
    display: block;
    font-size: 17px;
    line-height: 1em;
    font-family: "Gotham 4r", "Gotham A", "Gotham B", "Gotham-Book", Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 400;
}

.title-page-int .titlePost>header span a {
    color: #000;
}

.title-page-int .titlePost>header span strong {
    font-family: "Gotham 6r", "Gotham A", "Gotham B", "Gotham-Bold", Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 700;
}

.title-page-int .titlePost .shareOn {
    bottom: 20px;
    right: 0;
}

.title-page-int .titlePost .shareOn aside {
    bottom: 0;
    top: auto;
}

@media only screen and (min-width: 1024px) and (max-width: 1129px) {
    .articleCntSx {
        width: 710px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .articleCntSx {
        float: none;
        margin: 0 auto;
        padding: 37px 0 0;
        width: 95%;
    }
    .articleCntSx p {
        font-size: 18px;
        line-height: 1.2em;
        font-family: "Gotham 4r", "Gotham A", "Gotham B", "Gotham-Book", Arial, Helvetica, sans-serif;
        font-style: normal;
        font-weight: 400;
        color: #000;
    }
    .articleCntSx p strong {
        font-family: "Gotham 5r", "Gotham A", "Gotham B", "Gotham-Medium", Arial, Helvetica, sans-serif;
        font-style: normal;
        font-weight: 500;
    }
    .articleCntDx {
        float: none;
        margin: 0 auto;
        padding: 37px 0 0;
        width: 95%;
    }
    .titlePost>header h2 {
        font-size: 54px;
    }
}

@media only screen and (max-width: 767px) {
    .articleCntSx {
        float: none;
        margin: 0 auto;
        padding: 25px 0 0;
        width: 95%;
    }
    .articleCntSx p {
        font-size: 16px;
    }
    .articleCntDx {
        float: none;
        margin: 0 auto;
        padding: 65px 0 0;
        width: 95%;
    }
    .titlePost>header {
        float: left;
        width: 85%;
    }
    .titlePost>header h2 {
        font-size: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .title-page-int,
    .backHome {
        width: 95%;
        margin-left: auto;
        margin-right: auto;
    }
    .title-page-int .titlePost>header span.pageTag {
        margin-left: 0;
    }
}

@media only screen and (max-width: 600px) {
    .articleCntSxInner {
        padding: 0;
    }
}

.text .paragraphText ul {
    padding: 10px 0;
}

.text .paragraphText ul li:before {
    margin: 0 10px 0 0;
    content: "-";
    color: #e82f27;
}

.text .paragraphText ul li {
    padding: 10px 0 10px 0;
    list-style: none outside;
    font-size: 18px;
    line-height: 1.2em;
    font-family: "Gotham 4r", "Gotham A", "Gotham B", "Gotham-Book", Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #000;
}

.text-1st-letter .paragraphText {
    padding: 0 0 30px;
}

.text-1st-letter .paragraphText.letterBig p:first-letter {
    float: left;
    margin: 0 0 0;
    padding: 0 10px 10px 0;
    font-size: 105px;
    line-height: 95px;
    position: relative;
    left: -5px;
}

.paragraphText a {
    color: #333;
    font-style: italic;
    border-bottom: 1px solid #999;
    padding-bottom: 2px;
    font-family: "Gotham 6r", "Gotham A", "Gotham B", "Gotham-Bold", Arial, Helvetica, sans-serif;
    font-weight: 700;
}

.paragraphText a:hover,
.paragraphText a:focus,
.paragraphText a:active {
    border-bottom-color: #000;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .text-1st-letter .paragraphText.letterBig p:first-letter {
        float: left;
        margin: 0 0 0;
        padding: 0 10px 10px 0;
        font-size: 120px;
        line-height: 90px;
    }
}

.text-1st-letter .paragraphText ul {
    padding: 10px 0;
}

.text-1st-letter .paragraphText ul li:before {
    margin: 0 10px 0 0;
    content: "-";
    color: #e82f27;
}

.text-1st-letter .paragraphText ul li {
    padding: 10px 0 10px 0;
    list-style: none outside;
    font-size: 18px;
    line-height: 1.2em;
    font-family: "Gotham 4r", "Gotham A", "Gotham B", "Gotham-Book", Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .text-1st-letter .paragraphText {
        padding: 0 0 30px;
    }
    .text-1st-letter .paragraphText.letterBig p:first-letter {
        padding: 10px 10px 0 0;
        font-size: 90px;
    }
    /* Chrome and Safari hacks --> */
}

@media only screen and (min-width: 768px) and (max-width: 1023px) and (-webkit-min-device-pixel-ratio: 0) {
    .text-1st-letter .paragraphText.letterBig p:first-letter {
        float: left;
        margin: 7px 0 0;
        padding: 0 10px 0 0;
        font-size: 120px;
        line-height: 90px;
    }
}

@media only screen and (min-width: 360px) and (max-width: 767px) and (orientation: portrait) {
    .text-1st-letter .paragraphText {
        padding: 0 0 30px;
    }
    .text-1st-letter .paragraphText.letterBig p:first-letter {
        margin: -10px 0 0;
        padding: 0 10px 0 0;
        font-size: 98px;
        line-height: 99px;
    }
}

.video-post-wrapper {
    margin-bottom: 60px;
}

.video-post {
    margin: 0 auto;
    height: 445px;
}

.video-post iframe {
    width: 100%;
    height: 100%;
}

.subscribeWrapper {
    background-color: #F6F6F6;
    font-family: "Gotham 4r", "Gotham A", "Gotham B", "Gotham-Book", Arial, Helvetica, sans-serif;
    font-weight: 400;
}

.subscribeWrapper a {
    display: block;
    font-size: 12px;
    color: #777;
    padding: 10px;
}

.subscribeWrapper a:hover {
    color: #333;
}

.subscribeWrapper a i {
    color: #C2171A;
    margin-right: 6px;
}

@media only screen and (min-width: 1024px) and (max-width: 1129px) {
    .video-post {
        height: 400px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .video-post {
        height: 354px;
    }
}

@media only screen and (max-width: 767px) {
    .video-post-wrapper {
        background-color: #181818;
        padding: 25px 0 40px;
        margin: 0 0 20px;
    }
    .video-post {
        max-width: 280px;
        height: 157px;
    }
    .subscribeWrapper {
        background-color: transparent;
    }
    .subscribeWrapper a {
        color: #fff;
        font-size: 11px;
    }
    .subscribeWrapper a:hover {
        color: #eee;
    }
    .subscribeWrapper a i {
        color: #fff;
    }
}

.share-cit {
    position: relative;
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    margin: 0 0 60px;
    text-align: center;
}

.share-cit p {
    font-size: 40px;
    line-height: 1.2em;
}

.share-cit .shareOn {
    right: 0;
    top: 25px;
}

.share-cit .quote {
    margin: 30px auto;
    text-align: center;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .share-cit {
        margin: 0 0 40px;
    }
    .share-cit p {
        font-size: 25px;
        line-height: 1.1em;
    }
    .share-cit .quote {
        margin: 25px auto;
    }
}

@media only screen and (max-width: 767px) {
    .share-cit {
        margin: 0 0 40px;
    }
    .share-cit p {
        font-size: 25px;
        line-height: 1.1em;
    }
    .share-cit .quote {
        margin: 25px auto;
    }
}

.image {
    margin: 0 0 60px;
    overflow: hidden;
}

.image img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .image {
        margin: 0 auto 40px;
        text-align: center;
    }
}

@media only screen and (max-width: 767px) {
    .image {
        margin: 0 auto 60px;
        text-align: center;
    }
}

.image-gallery .gallery-ctr {
    position: relative;
    margin: 0 0 40px;
    height: 405px;
    visibility: hidden;
}

.image-gallery.initialized .gallery-ctr {
    visibility: visible;
}

.image-gallery .gallery-ctr .gallery-cnt {
    position: relative;
    margin: 0 auto;
    padding: 0 0 40px;
    width: 780px;
    height: 371px;
    overflow: hidden;
}

.image-gallery .gallery-ctr .carousel .item {
    cursor: pointer;
}

.image-gallery .gallery-ctr .carousel-left,
.image-gallery .gallery-ctr .carousel-right {
    position: absolute;
    top: 46px;
    left: 50%;
    width: 546px;
    height: 320px;
    overflow: hidden;
    z-index: 1;
}

.image-gallery .gallery-ctr .carousel-left {
    left: 0;
}

.image-gallery .gallery-ctr .carousel-right {
    right: 0;
    left: auto;
}

.image-gallery .gallery-ctr .carousel-center {
    position: absolute;
    top: 25px;
    left: 70px;
    width: 642px;
    height: 361px;
    overflow: visible;
    z-index: 2;
}

.image-gallery .gallery-ctr .carousel-right .item,
.image-gallery .gallery-ctr .carousel-left .item {
    opacity: 0.73;
}

.image-gallery .gallery-ctr .carousel-center .item {
    width: 642px;
    height: 361px;
}

.image-gallery .gallery-ctr .carousel-right .item {
    width: 546px;
    height: 320px;
}

.image-gallery .gallery-ctr .carousel-left .item {
    width: 546px;
    height: 320px;
}

.image-gallery .gallery-ctr .carousel .item img {
    width: 100%;
    height: 100%;
}

.image-gallery .gallery-ctr .caroufredsel_wrapper {
    box-shadow: 0;
    height: 385px !important;
    width: 639px !important;
}

.image-gallery .gallery-ctr .caroufredsel_wrapper .item {
    display: block;
    float: left;
    position: relative;
}

.image-gallery .gallery-ctr .carousel-center .caption {
    position: static;
    margin-top: 5px;
}

.image-gallery .gallery-ctr .carousel-center .caption p,
.image-gallery .gallery-ctr .carousel-center .caption {
    white-space: nowrap;
    font-size: 10px;
    line-height: 1em;
    font-family: "Gotham 4r", "Gotham A", "Gotham B", "Gotham-Book", Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 400;
}

.image-gallery .gallery-ctr .carousel-left p,
.image-gallery .gallery-ctr .carousel-right p {
    display: none;
}

.image-gallery .gallery-ctr .prev,
.image-gallery .gallery-ctr .next {
    position: absolute;
    top: 50%;
    display: block;
    margin-top: -21px;
    width: 43px;
    height: 43px;
    z-index: 3;
    text-indent: -9999px;
    outline: none;
}

.image-gallery .gallery-ctr .prev {
    left: 15px;
    background: url("../resources/gfx/ico/arr-prev-gallery.png") 0 0 no-repeat;
}

.image-gallery .gallery-ctr .next {
    right: 15px;
    background: url("../resources/gfx/ico/arr-next-gallery.png") 0 0 no-repeat;
}

.image-wrapper {
    margin: 20px 0 30px;
}

@media only screen and (max-width: 992px) {
    .image-wrapper {
        margin: 0 0 30px;
    }
}

.single-image-wrapper {
    position: relative;
    text-align: center;
}

@media only screen and (max-width: 992px) {
    .single-image-wrapper {
        margin: 0 10px;
    }
}

.single-image-wrapper.show-more-images {
    cursor: pointer;
}

.single-image-wrapper.show-more-images .show-more-label {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 0;
    transition: all 250ms ease;
}

.single-image-wrapper.show-more-images .show-more-label span {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    height: 36px;
    margin: auto;
    padding: 6px 40px;
    transform: translate(-50%);
    background: #FFFFFF;
    border-radius: 4px;
    font-family: "Gotham Cond A", "Gotham Cond B", "GothamHTF-MediumCondensed", Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    color: #555555;
    text-transform: uppercase;
}

.single-image-wrapper.show-more-images:hover .show-more-label {
    opacity: 1;
}

.single-image-wrapper img {
    width: 100%;
}

.mfp-gallery {
    cursor: auto;
}

.mfp-gallery .mfp-container .mfp-content {
    position: relative;
    padding: 60px 100px 70px;
}

@media (min-width: 1382px) {
    .mfp-gallery .mfp-container .mfp-content {
        min-width: 1366px;
        min-height: 768px;
    }
}

.mfp-gallery .mfp-container .mfp-content .mfp-custom-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: transparent;
    outline: 0;
    border-color: transparent;
    background: transparent url(../resources/img/v2-arrow-left-gallery.png) no-repeat center;
    transition: all 250ms ease;
}

.mfp-gallery .mfp-container .mfp-content .mfp-custom-arrow-left {
    left: 0;
}

.mfp-gallery .mfp-container .mfp-content .mfp-custom-arrow-right {
    right: 0;
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}

.mfp-gallery .mfp-container .mfp-content .mfp-custom-arrow:hover {
    opacity: 1;
}

.mfp-gallery .mfp-container .mfp-content .mfp-figure {
    cursor: auto;
}

.mfp-gallery .mfp-container .mfp-content .mfp-figure .mfp-close {
    position: absolute;
    right: 20px;
    top: 60px;
    width: 40px;
    height: 40px;
    cursor: pointer;
}

.mfp-gallery .mfp-container .mfp-content .mfp-figure .mfp-close:before,
.mfp-gallery .mfp-container .mfp-content .mfp-figure .mfp-close:after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #FFF;
}

.mfp-gallery .mfp-container .mfp-content .mfp-figure .mfp-close:before {
    transform: translateY(50%) rotate(45deg);
}

.mfp-gallery .mfp-container .mfp-content .mfp-figure .mfp-close:after {
    transform: translateY(-50%) rotate(-45deg);
}

.mfp-gallery .mfp-container .mfp-content .mfp-figure figure:after {
    content: none;
}

.mfp-gallery .mfp-container .mfp-content .mfp-figure .mfp-bottom-bar {
    top: initial;
    margin-top: -10px;
    text-align: center;
    opacity: 0.75;
}

.mfp-gallery .mfp-container .mfp-content .mfp-figure .mfp-bottom-bar .mfp-counter,
.mfp-gallery .mfp-container .mfp-content .mfp-figure .mfp-bottom-bar .mfp-title {
    display: inline-block;
    position: initial;
}

.mfp-gallery .mfp-container .mfp-content .mfp-figure .mfp-bottom-bar .mfp-title {
    margin-left: 10px;
    font-family: "Gotham 3r", "Gotham A", "Gotham B", "Gotham-Light", Arial, Helvetica, sans-serif;
    font-weight: 300;
    font-size: 12px;
}

.mfp-gallery .mfp-container .mfp-content .mfp-figure .mfp-bottom-bar .mfp-title:empty {
    display: none;
}

.mfp-gallery .mfp-container .mfp-content .mfp-figure .mfp-bottom-bar .mfp-counter {
    font-family: "Gotham Cond A", "Gotham Cond B", "GothamHTF-MediumCondensed", Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    color: #666666;
}

.mfp-gallery .mfp-container .mfp-content .mfp-figure .mfp-bottom-bar .mfp-counter span {
    color: #ffffff;
}

.mfp-gallery .mfp-container .mfp-content .mfp-page-tag-wrapper {
    text-align: center;
}

.mfp-gallery .mfp-container .mfp-content .mfp-page-tag-wrapper .mfp-page-tag {
    display: inline-block;
}

.mfp-gallery .mfp-container .mfp-content .mfp-page-tag-wrapper .mfp-page-tag .mainTag {
    font-family: "Gotham Cond A", "Gotham Cond B", "GothamHTF-BookCondensed", Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    position: relative;
}

.mfp-gallery .mfp-container .mfp-content .mfp-page-tag-wrapper .mfp-page-tag .mainTag .brk-left,
.mfp-gallery .mfp-container .mfp-content .mfp-page-tag-wrapper .mfp-page-tag .mainTag .brk-right {
    height: 30px;
    width: 16px;
    display: block;
    position: absolute;
    top: -7px;
    fill: #afafaf;
}

.mfp-gallery .mfp-container .mfp-content .mfp-page-tag-wrapper .mfp-page-tag .mainTag .brk-left {
    left: -20px;
}

.mfp-gallery .mfp-container .mfp-content .mfp-page-tag-wrapper .mfp-page-tag .mainTag .brk-right {
    right: -20px;
}

.mfp-gallery .mfp-container .mfp-content .mfp-page-tag-wrapper .mfp-page-tag .mainTag[data-cat$=oad] .brk-left,
.mfp-gallery .mfp-container .mfp-content .mfp-page-tag-wrapper .mfp-page-tag .mainTag[data-cat$=oad] .brk-right {
    fill: #C6C6C6;
}

.mfp-gallery .mfp-container .mfp-content .mfp-page-tag-wrapper .mfp-page-tag .mainTag[data-cat$=ife] .brk-left,
.mfp-gallery .mfp-container .mfp-content .mfp-page-tag-wrapper .mfp-page-tag .mainTag[data-cat$=ife] .brk-right {
    fill: #FFDD00;
}

.mfp-gallery .mfp-container .mfp-content .mfp-page-tag-wrapper .mfp-page-tag .mainTag[data-cat$=ace] .brk-left,
.mfp-gallery .mfp-container .mfp-content .mfp-page-tag-wrapper .mfp-page-tag .mainTag[data-cat$=ace] .brk-right {
    fill: #D2373A;
}

.mfp-gallery .mfp-container .mfp-content .mfp-page-tag-wrapper .mfp-page-tag .mainTag h3 {
    font-size: 18px;
    color: #FFFFFF;
    text-transform: uppercase;
}

.mfp-gallery .mfp-container .mfp-content .mfp-page-title {
    text-align: center;
}

.mfp-gallery .mfp-container .mfp-content .mfp-page-title h2 {
    font-family: "Gotham Cond A", "Gotham Cond B", "GothamHTF-BookCondensed", Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    color: #FFFFFF;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}


/* Modulo gallery images -end- */

@media only screen and (min-width: 1024px) and (max-width: 1129px) {
    /* Modulo gallery images -begin- */
    .image-gallery .gallery-ctr {
        height: 370px;
    }
    .image-gallery .gallery-ctr .gallery-cnt {
        padding: 0 0 40px;
        width: 710px;
        height: 322px;
    }
    .image-gallery .gallery-ctr .caroufredsel_wrapper {
        height: 350px !important;
        width: 569px !important;
    }
    .image-gallery .gallery-ctr .carousel-left,
    .image-gallery .gallery-ctr .carousel-right {
        width: 482px;
        height: 277px;
    }
    .image-gallery .gallery-ctr .carousel-center {
        width: 549px;
        height: 312px;
    }
    .image-gallery .gallery-ctr .carousel-center .item {
        width: 569px;
        height: 312px;
    }
    .image-gallery .gallery-ctr .carousel-right .item {
        width: 482px;
        height: 277px;
    }
    .image-gallery .gallery-ctr .carousel-left .item {
        width: 482px;
        height: 277px;
    }
    /* Modulo gallery images -end- */
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    /* Modulo gallery images -begin- */
    .image-gallery .gallery-ctr {
        height: 370px;
    }
    .image-gallery .gallery-ctr .gallery-cnt {
        padding: 0 0 40px;
        width: 630px;
        height: 287px;
    }
    .image-gallery .gallery-ctr .caroufredsel_wrapper {
        height: 300px !important;
        width: 488px !important;
    }
    .image-gallery .gallery-ctr .carousel-left,
    .image-gallery .gallery-ctr .carousel-right {
        width: 414px;
        height: 238px;
    }
    .image-gallery .gallery-ctr .carousel-center {
        width: 488px;
        height: 277px;
    }
    .image-gallery .gallery-ctr .carousel-center .item {
        width: 488px;
        height: 277px;
    }
    .image-gallery .gallery-ctr .carousel-right .item {
        width: 414px;
        height: 238px;
    }
    .image-gallery .gallery-ctr .carousel-left .item {
        width: 414px;
        height: 238px;
    }
    /* Modulo gallery images -end- */
}

@media only screen and (max-width: 767px) {
    /* Modulo gallery images -begin- */
    .image-gallery .gallery-ctr {
        margin: -40px auto 20px;
        width: 280px;
        height: 200px;
    }
    .image-gallery .gallery-ctr .gallery-cnt {
        width: 280px;
        height: 167px;
    }
    .image-gallery .gallery-ctr .caroufredsel_wrapper {
        height: 300px !important;
        width: 210px !important;
    }
    .image-gallery .gallery-ctr .carousel-center {
        width: 100%;
        height: 157px;
    }
    .image-gallery .gallery-ctr .carousel-left,
    .image-gallery .gallery-ctr .carousel-right {
        width: 70px !important;
        height: 111px;
    }
    .image-gallery .gallery-ctr .carousel-right {
        left: auto !important;
        right: 0 !important;
    }
    .image-gallery .gallery-ctr .carousel-center .item {
        margin: 0 auto;
        width: 210px;
        height: 145px;
    }
    .image-gallery .gallery-ctr .carousel-right .item {
        width: 70px;
        height: 111px;
    }
    .image-gallery .gallery-ctr .carousel-left .item {
        width: 70px;
        height: 111px;
    }
    .image-gallery .gallery-ctr .prev,
    .image-gallery .gallery-ctr .next {
        margin-top: -15px;
        width: 30px;
        height: 30px;
    }
    .image-gallery .gallery-ctr .prev {
        left: 5px;
        background: url("../resources/gfx/ico/mobile/arr-prev-gallery.png") 0 0 no-repeat;
        background-size: cover;
    }
    .image-gallery .gallery-ctr .next {
        right: 5px;
        background: url("../resources/gfx/ico/mobile/arr-next-gallery.png") 0 0 no-repeat;
        background-size: cover;
    }
    .image-gallery .gallery-ctr .carousel-center .caption {
        display: none;
    }
    /* Modulo gallery images -end- */
}

@media only screen and (min-width: 640px) and (max-width: 767px) and (orientation: landscape) {
    /* Modulo gallery images -begin- */
    .image-gallery .gallery-ctr {
        margin: 0 auto 0;
        width: 450px;
        height: 280px;
    }
    .image-gallery .gallery-ctr .gallery-cnt {
        width: 450px;
        height: 184px;
    }
    .image-gallery .gallery-ctr .carousel-center {
        width: 310px;
        height: 174px;
    }
    .image-gallery .gallery-ctr .carousel-left,
    .image-gallery .gallery-ctr .carousel-right {
        width: 70px;
        height: 111px;
    }
    .image-gallery .gallery-ctr .carousel-right {
        left: auto;
    }
    .image-gallery .gallery-ctr .carousel-center .item {
        margin: 0 auto;
        width: 310px;
        height: 174px;
    }
    .image-gallery .gallery-ctr .carousel-right .item {
        width: 70px;
        height: 111px;
    }
    .image-gallery .gallery-ctr .carousel-left .item {
        width: 70px;
        height: 111px;
    }
    .image-gallery .gallery-ctr .prev,
    .image-gallery .gallery-ctr .next {
        margin-top: -15px;
        width: 30px;
        height: 30px;
    }
    .image-gallery .gallery-ctr .prev {
        left: 5px;
        background: url("../resources/gfx/ico/mobile/arr-prev-gallery.png") 0 0 no-repeat;
        background-size: cover;
    }
    .image-gallery .gallery-ctr .next {
        right: 5px;
        background: url("../resources/gfx/ico/mobile/arr-next-gallery.png") 0 0 no-repeat;
        background-size: cover;
    }
    /* Modulo gallery images -end- */
}

@media screen and (max-width: 639px) {
    .gallery-cnt .caroufredsel_wrapper:nth-child(2) {
        left: 35px !important;
    }
}

@media screen and (max-width: 767px) {
    .image-gallery {
        margin: 50px -35px 0;
        background-color: #151515;
    }
}

@media screen and (max-width: 545px) {
    .mfp-gallery .mfp-container .mfp-content {
        padding: 50px 20px 50px;
    }
    .mfp-gallery .mfp-container .mfp-content .mfp-page-title h2 {
        font-size: 18px;
        line-height: 1;
        letter-spacing: 1.2px;
    }
    .mfp-gallery .mfp-container .mfp-content .mfp-custom-arrow {
        width: 18px;
        height: 165px;
        background-size: 14px !important;
    }
    .mfp-gallery .mfp-container .mfp-content .mfp-figure .mfp-close {
        width: 25px;
        height: 25px;
    }
    .mfp-gallery .mfp-container .mfp-content .mfp-figure .mfp-bottom-bar {
        display: none;
    }
}

.copy-date-post {
    border-bottom: 2px solid #e9e9e9;
    padding: 0 15px 25px;
    width: 100%;
    clear: both;
}

.copy-date-post .copydate {
    float: left;
    width: 790px;
    font-size: 12px;
    line-height: 41px;
    font-family: "Gotham 4r", "Gotham A", "Gotham B", "Gotham-Book", Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #000;
}

.copy-date-post .copydate p {
    float: left;
    font-size: 12px;
    line-height: 41px;
}

.copy-date-post .copydate span {
    float: right;
}

.copy-date-post .social {
    position: relative;
    float: right;
    text-align: right;
}

.copy-date-post .social .shareOn {
    right: 0;
    top: 0;
}

@media only screen and (min-width: 1024px) and (max-width: 1129px) {
    .copy-date-post .copydate {
        width: 690px;
    }
}

@media only screen and (max-width: 1023px) {
    .copy-date-post .copydate {
        width: 90%;
    }
}

@media only screen and (max-width: 767px) {
    .copy-date-post .copydate {
        width: auto;
        float: left;
    }
    .copy-date-post .social {
        float: right;
        width: auto;
    }
    .copy-date-post .copydate span,
    .copy-date-post .copydate p {
        display: block;
        float: none;
        line-height: 21px;
    }
}

.promo {
    margin: 50px auto;
    text-align: center;
    width: 100%;
    max-width: 1130px;
}

.promo img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .promo {
        margin: 30px auto;
    }
}

@media only screen and (max-width: 767px) {
    .promo {
        margin: 30px auto;
    }
}

.tags-group .tagsGroup {
    padding: 0 0 30px;
}

.tags-group .tagsGroup ul li {
    float: left;
    margin: 0 4px 4px 0;
}

.tags-group .tagsGroup ul li a {
    display: block;
    padding: 7px 12px;
    border-radius: 4px;
    text-transform: uppercase;
    background: #e7e7e7;
    font-size: 11px;
    line-height: 1em;
    font-family: "Gotham 5r", "Gotham A", "Gotham B", "Gotham-Medium", Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-weight: normal;
    color: #000;
    text-decoration: none;
}

@media only screen and (max-width: 767px) {
    .tags-group .tagsGroup {
        padding: 0 0 30px;
    }
    .tags-group .tagsGroup ul li {
        float: left;
        margin: 0 4px 4px 0;
    }
    .tags-group .tagsGroup ul li a {
        display: block;
        padding: 5px 8px;
        background: #e7e7e7;
        font-size: 11px;
        line-height: 1em;
        font-family: "Gotham 5r", "Gotham A", "Gotham B", "Gotham-Medium", Arial, Helvetica, sans-serif;
        font-weight: 500;
        font-style: normal;
        font-weight: normal;
        color: #000;
        text-decoration: none;
    }
}

.related-stories h3,
.related-stories .h3 {
    margin: 0 0 10px;
    padding: 0;
    font-size: 24px;
    line-height: 1em;
    font-family: "Gotham 4r", "Gotham A", "Gotham B", "Gotham-Book", Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000;
    text-transform: uppercase;
}

.related-stories h3 a,
.related-stories .h3 a {
    color: #333;
}

.related-stories .cnt {
    display: block;
    position: relative;
    margin: 0 0 29px;
}

.related-stories .cnt.media {
    margin: 0;
    margin-top: 15px;
}

.related-stories .cnt.articleItemRelated figure {
    float: left;
    margin: 0 15px 10px 0;
    width: 108px;
    height: auto;
}

.related-stories .cnt figure img {
    width: 108px;
    height: auto;
}

.related-stories .cnt aside {
    float: left;
    width: 135px;
}

.related-stories .cnt .mainTag {
    display: none;
}

.related-stories .cnt.articleItem.articleItemRelated a:hover {
    text-decoration: none;
}

.related-stories .cnt.articleItem.articleItemRelated h3,
.related-stories .cnt.articleItem.articleItemRelated .h3 {
    font-size: 0.85em;
    color: #333;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    line-height: 1.3em;
    border: 0;
}

.related-stories .cnt h4 {
    padding: 0 0 8px;
    font-size: 14px;
    line-height: 1.2em;
    font-family: "Gotham 6r", "Gotham A", "Gotham B", "Gotham-Bold", Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
}

.related-stories p {
    clear: left;
    margin-top: 10px;
    font-size: 13px;
    line-height: 1.2em;
    font-family: "Gotham 3r", "Gotham A", "Gotham B", "Gotham-Light", Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 300;
    color: #000;
}

.related-stories .mainTag {
    font-size: 15px;
    font-family: "Gotham Cond A", "Gotham Cond B", "GothamHTF-MediumCondensed", Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 500;
    text-transform: uppercase;
    position: relative;
    opacity: 1;
    margin-right: 12px;
    float: right;
}

.related-stories .mainTag .brk-left,
.related-stories .mainTag .brk-right {
    height: 18px;
    width: 14px;
    display: block;
    position: absolute;
    top: 2px;
}

.related-stories .mainTag .brk-left {
    left: -15px;
}

.related-stories .mainTag .brk-right {
    right: -15px;
}

.related-stories .mainTag[data-cat$=oad] .brk-left,
.related-stories .mainTag[data-cat$=oad] .brk-right {
    fill: #C6C6C6;
}

.related-stories .mainTag[data-cat$=ife] .brk-left,
.related-stories .mainTag[data-cat$=ife] .brk-right {
    fill: #FFDD00;
}

.related-stories .mainTag[data-cat$=ace] .brk-left,
.related-stories .mainTag[data-cat$=ace] .brk-right {
    fill: #D2373A;
}

.related-stories .mainTag a {
    color: #333;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .related-stories {
        margin: 0 0 20px;
    }
    .related-stories .cnt aside {
        width: auto;
    }
    .related-stories .cnt p {
        clear: none;
        margin-top: 0;
        font-size: 13px;
        line-height: 1.2em;
        font-family: "Gotham 3r", "Gotham A", "Gotham B", "Gotham-Light", Arial, Helvetica, sans-serif;
        font-style: normal;
        font-weight: 300;
        color: #000;
    }
}

@media only screen and (max-width: 767px) {
    .related-stories>h3,
    .related-stories>.h3 {
        border-bottom: 3px solid #e9e9e9;
        margin: 0 0 20px;
        padding: 15px 0;
        font-size: 24px;
        line-height: 1.2em;
        font-family: "Gotham 4r", "Gotham A", "Gotham B", "Gotham-Book", Arial, Helvetica, sans-serif;
        font-weight: 400;
        font-style: normal;
        color: #000;
    }
    .related-stories .cnt {
        display: block;
        margin: 0 0 29px;
    }
    .related-stories .cnt figure {
        float: left;
        margin: 0 15px 0 0;
        width: 108px;
    }
    .related-stories .cnt aside {
        float: none;
        width: auto;
        overflow: hidden;
    }
    .related-stories .cnt h4,
    .related-stories .cnt .h4 {
        padding: 0 0 4px;
        font-size: 12px;
        line-height: 1.35em;
        font-family: "Gotham 6r", "Gotham A", "Gotham B", "Gotham-Bold", Arial, Helvetica, sans-serif;
        font-style: normal;
        font-weight: 700;
        color: #000;
    }
    .related-stories .cnt p {
        clear: none;
        margin: 0;
        font-size: 13px;
        line-height: 1.2em;
        font-family: "Gotham 3r", "Gotham A", "Gotham B", "Gotham-Light", Arial, Helvetica, sans-serif;
        font-style: normal;
        font-weight: normal;
        color: #000;
    }
}

.more-read {
    border-bottom: 4px solid #e9e9e9;
    margin: 0 0 50px;
    width: 100%;
}

.more-read>h3,
.more-read>.h3 {
    border-bottom: 3px solid #e9e9e9;
    padding: 15px 0;
    font-size: 24px;
    line-height: 1.3em;
    font-family: "Gotham 4r", "Gotham A", "Gotham B", "Gotham-Book", Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000;
}

.more-read .cnt {
    display: block;
    padding: 15px 0;
}

.more-read .cnt~.cnt {
    border-top: 1px solid #e9e9e9;
}

.more-read .cnt h4,
.more-read .cnt .h4 {
    padding: 0 0 8px;
    font-size: 12px;
    line-height: 1.4em;
    font-family: "Gotham 6r", "Gotham A", "Gotham B", "Gotham-Bold", Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 700;
    color: #000;
}

.more-read .cnt p {
    font-size: 15px;
    line-height: 1.2em;
    font-family: "Gotham 3r", "Gotham A", "Gotham B", "Gotham-Light", Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 300;
    color: #000;
}

.more-read a {
    text-decoration: none !important;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .more-read {
        margin: 0 0 40px;
    }
}

@media only screen and (max-width: 767px) {
    .more-read {
        border-bottom: 4px solid #e9e9e9;
        margin: 0 0 40px;
        width: 100%;
    }
    .more-read>h3,
    .more-read>.h3 {
        border-bottom: 3px solid #e9e9e9;
        padding: 15px 0;
        font-size: 24px;
        line-height: 1em;
        font-family: "Gotham 4r", "Gotham A", "Gotham B", "Gotham-Book", Arial, Helvetica, sans-serif;
        font-style: normal;
        font-weight: 400;
        color: #000;
    }
    .more-read .cnt {
        display: block;
        padding: 15px 0;
    }
    .more-read .cnt~.cnt {
        border-top: 1px solid #e9e9e9;
    }
    .more-read .cnt h4,
    .more-read .cnt .h4 {
        padding: 0 0 8px;
        font-size: 12px;
        line-height: 1em;
        font-family: "Gotham 6r", "Gotham A", "Gotham B", "Gotham-Bold", Arial, Helvetica, sans-serif;
        font-style: normal;
        font-weight: 700;
        color: #000;
    }
    .more-read .cnt p {
        font-size: 17px;
        line-height: 1.1em;
        font-family: "Gotham 3r", "Gotham A", "Gotham B", "Gotham-Light", Arial, Helvetica, sans-serif;
        font-style: normal;
        font-weight: normal;
        color: #000;
    }
}

.title-page-int .titlePost {
    position: relative;
    border-bottom: 2px solid #e9e9e9;
    padding: 20px 0;
    width: 100%;
}

.title-page-int .titlePost>header {
    float: left;
    width: 95%;
}

.title-page-int .titlePost>header h1 {
    font-size: 64px;
    line-height: 1.1em;
    text-transform: none;
    font-family: "Gotham 3r", "Gotham A", "Gotham B", "Gotham-Light", Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 300;
    color: #000;
}

.title-page-int .titlePost>header span.pageTag {
    display: block;
    margin: 0 0 0;
    font-size: 17px;
    line-height: 1em;
    font-family: "Gotham 4r", "Gotham A", "Gotham B", "Gotham-Book", Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 400;
}

.title-page-int .titlePost>header span.pageTag strong {
    font-family: "Gotham 6r", "Gotham A", "Gotham B", "Gotham-Bold", Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 700;
}

.title-page-int .titlePost>header span.pageTag {
    display: block;
    margin: 0 0 10px 5px;
    font-size: 17px;
    line-height: 1em;
    font-family: "Gotham 4r", "Gotham A", "Gotham B", "Gotham-Book", Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 400;
}

.title-page-int .titlePost>header span.pageTag strong {
    font-family: "Gotham 6r", "Gotham A", "Gotham B", "Gotham-Bold", Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 700;
}

.title-page-int .titlePost>header h1.pageName {
    display: block;
    font-size: 64px;
    line-height: 1.1em;
    text-transform: none;
    font-family: "Gotham 3r", "Gotham A", "Gotham B", "Gotham-Light", Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 300;
    color: #000;
}

.title-page-int .titlePost>header span.pageTag a {
    color: #333;
}

.title-page-int .titlePost .shareOn {
    bottom: 20px;
    right: 0;
}

.title-page-int .titlePost .shareOn aside {
    bottom: 0;
    top: auto;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .title-page-int .titlePost>header h1.pageName {
        font-size: 54px;
    }
    .title-page-int .titlePost>header span.pageTag {
        margin-bottom: 6px;
    }
}

@media only screen and (max-width: 767px) {
    .title-page-int .titlePost>header h1.pageName {
        font-size: 40px;
    }
    .title-page-int .titlePost>header {
        float: left;
        width: 85%;
    }
    .title-page-int .titlePost>header h1.pageName {
        font-size: 30px;
        line-height: 1em;
    }
}

@media only screen and (max-width: 580px) {
    .title-page-int .titlePost>header h1.pageName {
        font-size: 32px;
    }
}

.newsletter-reg {
    float: left;
    width: 70%;
}

.newsletter-reg .newsletter-ctr {
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
}

.newsletter-reg .newsletter-ctr .form-ctr {
    margin: 0 auto;
}

.newsletter-reg .newsletter-ctr label {
    font-size: 19px;
    line-height: 1.3em;
    font-family: "Gotham 3r", "Gotham A", "Gotham B", "Gotham-Light", Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 300;
    color: #000;
    padding-bottom: 11px;
    display: block;
}

.newsletter-reg .newsletter-ctr label strong {
    font-family: "Gotham 6r", "Gotham A", "Gotham B", "Gotham-Bold", Arial, Helvetica, sans-serif;
    font-weight: 700;
}

.newsletter-reg .newsletter-ctr input[type=text] {
    float: left;
    border: 0;
    border-radius: 20px;
    margin: 0 15px 0 -3px;
    padding: 0 15px;
    width: 264px;
    height: 40px;
    background: #f2f2f2;
    font-size: 14px;
    line-height: 40px;
    font-family: "Gotham 3r", "Gotham A", "Gotham B", "Gotham-Light", Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 300;
    color: #797979;
}

.newsletter-reg .newsletter-ctr .btnMail {
    float: left;
    border: 1px solid #333;
    border-radius: 20px;
    width: 103px;
    height: 38px;
    background: #fff;
    font-size: 13px;
    line-height: 38px;
    font-family: "Gotham 5r", "Gotham A", "Gotham B", "Gotham-Medium", Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 500;
    color: #000;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
}


/*lightbox*/

.newsletter-lightbox {
    top: 50px;
    height: auto;
}

.newsletter-lightbox h3 {
    padding: 0;
    margin: 40px 30px 30px;
    font-size: 22px;
    line-height: 1.1em;
    font-family: "Gotham 5r", "Gotham A", "Gotham B", "Gotham-Medium", Arial, Helvetica, sans-serif;
    font-weight: 500;
    color: #fff;
    text-align: center;
}

.newsletter-lightbox input[type=text],
.newsletter-lightbox select {
    display: block;
    border: 0;
    border-radius: 0;
    margin: 0 auto 15px;
    padding: 0 5px;
    width: 320px;
    height: 34px;
    background: #f2f2f2;
    font-size: 11px;
    line-height: 34px;
    font-family: "Gotham 3r", "Gotham A", "Gotham B", "Gotham-Light", Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 300;
    color: #797979;
}

.newsletter-lightbox select {
    width: 330px;
}

.newsletter-lightbox select#storia {
    font-size: 11px;
    padding: 0 5px;
}

.newsletter-lightbox .content-lightbox {
    width: auto;
}

.newsletter-lightbox .privacy {
    margin: 0 auto 15px;
    max-width: 330px;
}

.newsletter-lightbox .privacy input[type=checkbox] {
    position: absolute;
    left: 0;
    margin: 3px 10px 0 0;
    width: 13px;
    height: 13px;
}

.newsletter-lightbox .privacy label {
    font-size: 11px;
    line-height: 1.4em;
    font-family: "Gotham 3r", "Gotham A", "Gotham B", "Gotham-Light", Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 300;
    position: relative;
    padding-left: 20px;
    margin: 0;
    color: #fff;
}

.newsletter-lightbox .privacy label a {
    color: #fff;
}

.newsletter-lightbox .privacy hr {
    border-top-color: rgba(255, 255, 255, 0.1);
    margin: 10px 0;
}

.newsletter-lightbox .btnGroup {
    text-align: center;
}

.newsletter-lightbox .privacyTextarea {
    margin: 0 auto 20px;
    display: block;
    padding: 8px;
    overflow: scroll;
    font-size: 11px;
    color: #666;
    border-radius: 5px;
    resize: none;
}

@media (max-width: 835px) {
    .lightbox.newsletter-lightbox {
        width: 422px;
        left: 50% !important;
        margin-left: -211px;
    }
}

@media (max-width: 515px) {
    .lightbox.newsletter-lightbox {
        width: 300px;
        height: auto;
        margin-left: -150px;
        margin-top: 0;
    }
    .newsletter-lightbox h3 {
        text-align: left;
        margin-top: 20px;
    }
    .newsletter-lightbox input[type=text] {
        width: 250px;
    }
    .newsletter-lightbox .privacyTextarea {
        height: 60px;
    }
    .newsletter-lightbox select {
        width: 260px;
    }
    .newsletter-lightbox .privacy {
        max-width: 280px;
        margin-top: 15px;
    }
    .newsletter-lightbox .privacy label {
        float: none;
        font-size: 10px;
    }
    .lightbox.newsletter-lightbox .close-lightbox {
        right: 6px;
        top: -7px;
    }
    .newsletter-lightbox #newsletter-form {
        padding: 0 20px;
    }
}

@media only screen and (max-width: 880px) {
    .newsletter-reg .newsletter-ctr {
        margin-bottom: 40px;
    }
    .newsletter-reg .newsletter-ctr label {
        float: none;
        display: block;
        padding: 0 0 10px;
        font-size: 13px;
        line-height: 15px;
        text-align: center;
        margin-bottom: -10px;
    }
    .newsletter-reg .newsletter-ctr input[type=text] {
        float: none;
        margin: 15px auto;
        width: 90%;
    }
    .newsletter-reg .newsletter-ctr .btnMail {
        float: none;
        display: block;
        margin: 5px auto 0;
    }
}


/* EDIT PIRELLICOM 2017 */

.newsletter-lightbox {
    background: #282828;
    border-radius: 6px;
}

.newsletter-lightbox #newsletter-form {
    padding: 0 20px;
    box-sizing: content-box;
}

.newsletter-lightbox select,
.newsletter-lightbox input[type=text],
.newsletter-lightbox textarea {
    width: 100%;
    border-radius: 4px;
    margin-left: 0;
    margin-right: 0;
}

.newsletter-lightbox textarea {
    resize: none;
    height: 150px;
}

.newsletter-lightbox .form-error .info-error {
    color: #FFD800 !important;
    text-align: center;
    display: block;
    margin: -12px 0 10px;
    font-family: Arial, sans-serif;
    font-size: 11px;
}

.newsletter-lightbox .form-error input,
.newsletter-lightbox .form-error textarea,
.newsletter-lightbox .form-error .selecter-options,
.newsletter-lightbox .form-error .cke,
.newsletter-lightbox .form-error .select-fk {
    border: 1px solid red !important;
}

.newsletter-lightbox .lightbox.newsletter-lightbox .close-lightbox {
    position: absolute;
    top: -40px;
    right: -40px;
    background-image: url("../resources/gfx/spr/spriteSite.png");
    background-position: -47px -2px;
    width: 40px;
    height: 41px;
    background-color: transparent;
}


/* NEWSLETTER STICKY BAR - OLD WEBSITE BUT STILL USEFUL*/

#newsletter-bar {
    position: fixed;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.98);
    padding: 9px 0 6px;
    bottom: 0;
    left: 0;
    text-align: center;
    border-top: 1px solid #222;
    z-index: 900;
}

#newsletter-bar label {
    font-size: 15px;
    line-height: 1.3em;
    font-family: "Gotham 3r", "Gotham A", "Gotham B", "Gotham-Light", Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 300;
    color: #000;
    display: inline-block;
    position: relative;
    top: -12px;
}

#newsletter-bar label strong {
    font-family: "Gotham 5r", "Gotham A", "Gotham B", "Gotham-Medium", Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 500;
}

#newsletter-bar div {
    display: inline-block;
}

#newsletter-bar input[type=text] {
    float: left;
    border: 0;
    border-radius: 20px;
    margin: 0 6px 0 15px;
    padding: 0 15px;
    width: 165px;
    height: 36px;
    background: #e8e8e8;
    font-size: 12px;
    line-height: 36px;
    font-family: "Gotham 3r", "Gotham A", "Gotham B", "Gotham-Light", Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 300;
    color: #797979;
}

#newsletter-bar .btnMail {
    float: left;
    border: 1px solid #333;
    border-radius: 20px;
    width: 85px;
    height: 33px;
    margin-top: 1px;
    background: #fff;
    font-size: 10px;
    line-height: 33px;
    font-family: "Gotham 5r", "Gotham A", "Gotham B", "Gotham-Medium", Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 500;
    color: #000;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
}

#newsletter-bar .btnMail span:nth-child(2) {
    font-size: 20px;
    display: none;
}

#newsletter-bar .closeButton {
    position: absolute;
    left: 0;
    top: 0;
    height: 55px;
    width: 50px;
    font-size: 22px;
    line-height: 54px;
    display: none;
    cursor: pointer;
    text-align: center;
}

#newsletter-bar .closeButton .fa-envelope-o {
    font-size: 17px;
}

#newsletter-bar .closeButton:after {
    height: 48px;
    width: 1px;
    background-color: #ddd;
    content: "";
    right: 0;
    top: 5px;
    position: absolute;
}

#newsletter-bar .closeButton:before {
    content: "\f003";
    position: absolute;
    right: -30px;
    color: #333;
    top: 2px;
    font-family: FontAwesome, sans-serif;
    font-size: 21px;
    display: none;
}

#newsletter-bar.step02 {
    text-align: left;
}

#newsletter-bar.step02 .closeButton {
    display: block;
}

#newsletter-bar.step02 form {
    margin: 0 0 0 75px;
}

#newsletter-bar.step02[data-close=true] .closeButton:before {
    content: "\f105";
    display: block;
}

#newsletter-bar.step02[data-close=true] form {
    visibility: hidden;
}

#newsletter-bar.step03 {
    width: 320px;
    border-right: 1px solid #333;
}

#newsletter-bar.step03 label {
    text-align: left;
    margin: 0 0 0 15px;
    float: left;
    width: 90px;
    height: 30px;
    top: 4px;
    overflow: hidden;
    font-size: 11px;
}

#newsletter-bar.step03 input[type=text] {
    width: 120px;
}

#newsletter-bar.step03 .btnMail {
    width: 33px;
    border: 0;
}

#newsletter-bar.step03 .btnMail span:first-child {
    display: none;
}

#newsletter-bar.step03 .btnMail span:nth-child(2) {
    display: block;
}

#newsletter-bar.step04 {
    display: none;
}

@media only screen and (max-width: 768px) {
    #newsletter-bar #newsletter-bar {
        display: none;
    }
}

#form-calendar {
    background: rgb(40, 40, 40);
    background: linear-gradient(128deg, rgb(40, 40, 40) 0%, rgb(7, 6, 6) 100%);
    color: #fff;
    display: flex;
    margin: 2em 0 3em;
}

#form-calendar img {
    width: 55%;
}

#form-calendar .form-initial {
    padding: 25px 25px 25px 0;
    margin-bottom: 20px;
    width: 45%;
    max-width: 520px;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-end;
}

#form-calendar .form-initial input[type=text] {
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #fff;
    color: #fff;
    padding: 5px 0;
    margin-bottom: 15px;
    border-radius: 0;
    width: 100%;
    outline: none !important;
}

#form-calendar .form-initial input[type=text]:focus {
    outline: none !important;
}

#form-calendar .form-initial .btnMail {
    background-color: transparent;
    border: 1px solid #fff;
    text-transform: uppercase;
    border-radius: 0;
    width: 100%;
    padding: 12px 0;
}

#form-calendar .form-initial .btnMail svg {
    width: 20px;
    position: relative;
    top: 2px;
    left: 6px;
}

#form-calendar .form-initial .btnMail:hover {
    color: #fff;
}

#form-calendar .h5 {
    font-family: "Gotham 5r", "Gotham A", "Gotham B", "Gotham-Medium", Arial, Helvetica, sans-serif;
    font-size: 22px;
    margin-bottom: 15px;
    margin-top: 30px;
    line-height: 1.2em;
}

@media screen and (max-width: 1200px) {
    #form-calendar .h5 {
        font-size: 18px;
        margin-top: 0;
    }
}

@media screen and (max-width: 992px) {
    #form-calendar .h5 {
        font-size: 24px;
    }
}

@media screen and (max-width: 768px) {
    #form-calendar {
        flex-direction: column;
    }
    #form-calendar .h5 {
        font-size: 24px;
    }
    #form-calendar img {
        width: 100%;
    }
    #form-calendar .form-initial {
        width: 100%;
        padding: 25px;
    }
}

#fc-ty {
    text-align: center;
    font-weight: bold;
    padding: 10px 0 25px;
    display: none;
}

#fc-ty .h6 {
    font-size: 20px;
}

#fc-ty em {
    font-style: normal;
    letter-spacing: 4px;
    font-size: 25px;
    display: block;
    margin-bottom: 1em;
}

#fc-ty a {
    color: #fff;
}

#form-calendar-modal-overlay {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    z-index: 1000;
    background-color: rgba(0, 0, 0, 0.8);
    display: none;
}

#form-calendar-modal {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 1001;
    background-color: #282828;
    padding: 40px 20px 20px;
    color: #fff;
    border-radius: 6px;
    max-width: 340px;
    display: none;
}

#form-calendar-modal-close {
    font-family: "Gotham-XLight", Arial, Helvetica, sans-serif;
    color: #fff;
    position: absolute;
    right: 15px;
    top: 0;
    font-size: 38px;
    opacity: 0.8;
    z-index: 100;
    cursor: pointer;
}

#form-calendar-modal h3 {
    padding: 0;
    margin: 0 30px 20px;
    font-size: 22px;
    line-height: 1.1em;
    font-family: "Gotham-Medium", Arial, Helvetica, sans-serif;
    color: #fff;
    text-align: center;
}

#form-calendar-modal input[type=text] {
    display: block;
    border: 0;
    margin: 0 auto 15px;
    padding: 0 10px;
    width: 100%;
    height: 42px;
    font-size: 16px;
    border-radius: 3px;
    background: #f2f2f2;
    line-height: 34px;
    font-family: "Gotham-Light", Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: normal;
    color: #797979;
}

#form-calendar-modal input[type=checkbox] {
    margin: 0 4px 0 0;
    position: relative;
    top: 2px;
}

#form-calendar-modal textarea {
    margin: 0 auto 20px;
    display: block;
    padding: 8px;
    overflow: scroll;
    font-size: 9px;
    color: #666;
    border-radius: 5px;
    resize: none;
    width: 100%;
    height: 120px;
}

#form-calendar-modal .privacy {
    padding: 10px 0;
    border-top: 1px solid #444;
}

#form-calendar-modal .privacy:first-child {
    border: 0;
    padding-top: 0px;
}

#form-calendar-modal .privacy label {
    font-size: 11px;
    line-height: 1.4em;
    font-family: "Gotham-Light", Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: normal;
    position: relative;
    margin: 0;
    color: #fff;
}

#form-calendar-modal .btn-black {
    margin-top: 20px;
}

#form-calendar-modal .info-error {
    color: #ffd800;
    font-size: 11px;
    margin: 0 0 5px;
    display: block;
}

@media only screen and (max-width: 768px) {
    #form-calendar-modal {
        position: absolute;
        top: 0;
        transform: translate(-50%, 0);
    }
}

.servicePage.calendar-newsletter {
    background: rgb(40, 40, 40);
    background: linear-gradient(128deg, rgb(40, 40, 40) 0%, rgb(7, 6, 6) 100%);
}

.servicePage #form-calendar {
    margin-top: 55px;
    background-color: transparent;
    background-image: none;
}

.servicePage #form-calendar .form-initial {
    width: 50%;
    margin-bottom: 40px;
}

.servicePage #form-calendar .h5 {
    font-size: 36px;
}

@media screen and (max-width: 1200px) {
    .servicePage #form-calendar .form-initial {
        margin-bottom: 20px;
    }
    .servicePage #form-calendar .h5 {
        font-size: 28px;
        margin-top: 0;
    }
}

@media screen and (max-width: 768px) {
    .servicePage #form-calendar {
        margin-top: 0;
    }
    .servicePage #form-calendar .form-initial {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
}

.inline-article {
    display: block;
    margin: 2em 10px;
    border-left: 4px solid #E30613;
    position: relative;
    background-position: center center;
    background-size: cover;
}

.inline-article-content {
    background-color: rgba(0, 0, 0, 0.6);
    padding: 20px;
    color: #ffffff;
    width: 90%;
}

.inline-article-content h3 {
    font-family: "Gotham Cond A", "Gotham Cond B", "GothamHTF-MediumCondensed", Arial, Helvetica, sans-serif;
    font-weight: bold;
    margin: 0 0 0.2em;
    font-size: 34px;
    line-height: 1em;
}

.inline-article-content h4 {
    font-family: "Gotham 6r", "Gotham A", "Gotham B", "Gotham-Bold", Arial, Helvetica, sans-serif;
    font-size: 16px;
    margin: 1.3em 0 0.5em;
}

.inline-article-content p {
    margin-top: 0;
    font-size: 16px;
}

.inline-article .mainTag {
    font-size: 15px;
    font-family: "Gotham Cond A", "Gotham Cond B", "GothamHTF-MediumCondensed", Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 500;
    text-transform: uppercase;
    position: relative;
    opacity: 1;
    margin-left: 12px;
}

.inline-article .mainTag .brk-left,
.inline-article .mainTag .brk-right {
    height: 18px;
    width: 14px;
    display: block;
    position: absolute;
    top: 0;
}

.inline-article .mainTag .brk-left {
    left: -15px;
}

.inline-article .mainTag .brk-right {
    right: -15px;
}

.inline-article .mainTag[data-cat$=oad] .brk-left,
.inline-article .mainTag[data-cat$=oad] .brk-right {
    fill: #C6C6C6;
}

.inline-article .mainTag[data-cat$=ife] .brk-left,
.inline-article .mainTag[data-cat$=ife] .brk-right {
    fill: #FFDD00;
}

.inline-article .mainTag[data-cat$=ace] .brk-left,
.inline-article .mainTag[data-cat$=ace] .brk-right {
    fill: #D2373A;
}

@media screen and (min-width: 992px) {
    .inline-article {
        margin: 2em 30px;
        padding: 10px 0;
    }
    .inline-article-content {
        width: 50%;
    }
}

#article-view {
    /* ELEMENT FIXED */
}

#article-view .bgFull {
    display: none;
}

#article-view #article-headline {
    background-color: #999;
    color: #fff;
    text-align: center;
    position: relative;
    overflow: hidden;
    transition: all 400ms ease-out;
}

#article-view #article-headline .article-image {
    position: relative;
    z-index: 5;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

#article-view #article-headline .article-image:after {
    content: "";
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

@media only screen and (max-width: 1023px) {
    #article-view #article-headline .article-image {
        min-height: 350px !important;
    }
}

#article-view #article-headline .article-image .hgroup {
    position: absolute;
    bottom: 100px;
    left: 50%;
    transform: translateX(-50%);
    color: #ffffff;
    font-size: 35px;
    font-family: Gotham;
    text-transform: uppercase;
    transition: all 400ms ease-out;
    padding-left: 15px;
    padding-right: 15px;
}

#article-view #article-headline .article-image .hgroup p a {
    background: #000;
    color: #FFDD00;
    padding: 14px 20px;
    text-transform: uppercase;
    font-size: 18px;
    text-align: center;
    font-family: "Gotham Cond A", "Gotham Cond B", "GothamHTF-MediumCondensed", Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 500;
    border-radius: 5px;
    letter-spacing: 1px;
    text-decoration: none;
    display: inline-block;
}

#article-view #article-headline .article-image .hgroup p a:hover {
    text-decoration: none;
    background: #222;
}

#article-view #article-headline .hgroup {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 40px;
    z-index: 10;
    width: 100%;
    max-width: 1400px;
}

#article-view #article-headline h1 {
    font-family: "Gotham Cond A", "Gotham Cond B", "GothamHTF-MediumCondensed", Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 82px;
    margin: 0.3em 0 0.2em;
    line-height: 0.9em;
    letter-spacing: 2px;
}

#article-view #article-headline h1 br {
    display: none;
}

#article-view #article-headline h2 {
    font-family: "Gotham 3r", "Gotham A", "Gotham B", "Gotham-Light", Arial, Helvetica, sans-serif;
    font-size: 16px;
    margin: 0;
    font-weight: 300;
    text-transform: none;
}

@media only screen and (max-width: 767px) {
    #article-view #article-headline .mainTag {
        font-size: 16px;
    }
    #article-view #article-headline svg {
        height: 20px;
        top: 0;
    }
    #article-view #article-headline h1 {
        font-size: 55px;
    }
    #article-view #article-headline h2 {
        font-size: 14px;
    }
}

#article-view #article-headline .mainTag {
    font-family: "Gotham Cond A", "Gotham Cond B", "GothamHTF-BookCondensed", Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    position: relative;
}

#article-view #article-headline .mainTag .brk-left,
#article-view #article-headline .mainTag .brk-right {
    height: 37px;
    width: 16px;
    display: block;
    position: absolute;
    top: -7px;
}

#article-view #article-headline .mainTag .brk-left {
    left: -20px;
}

#article-view #article-headline .mainTag .brk-right {
    right: -20px;
}

#article-view #article-headline .mainTag[data-cat$=oad] .brk-left,
#article-view #article-headline .mainTag[data-cat$=oad] .brk-right {
    fill: #C6C6C6;
}

#article-view #article-headline .mainTag[data-cat$=ife] .brk-left,
#article-view #article-headline .mainTag[data-cat$=ife] .brk-right {
    fill: #FFDD00;
}

#article-view #article-headline .mainTag[data-cat$=ace] .brk-left,
#article-view #article-headline .mainTag[data-cat$=ace] .brk-right {
    fill: #D2373A;
}

#article-view #article-headline .mainTag a {
    color: #fff;
    text-transform: uppercase;
}

@media only screen and (max-width: 1023px) {
    #article-view #article-headline .pageName {
        font-size: 67px;
    }
}

@media only screen and (max-width: 850px) {
    #article-view #article-headline .pageName {
        font-size: 48px;
    }
    #article-view #article-headline h2 {
        font-size: 14px;
    }
}

#article-view #article-content {
    position: relative;
}

#article-view #article-content .share-phrase ul {
    display: none;
}

#article-view #article-content .share-phrase p {
    border: 0;
    padding-left: 30px;
    font-size: 16px;
}

#article-view #article-content .share-phrase p:empty {
    display: none;
}

#article-view #article-content .pageTag {
    font-size: 15px;
    margin: 1em 30px 0;
    font-family: "Gotham 5r", "Gotham A", "Gotham B", "Gotham-Medium", Arial, Helvetica, sans-serif;
    font-weight: 500;
}

@media only screen and (max-width: 992px) {
    #article-view #article-content .pageTag {
        font-size: 11px;
        margin: 1em 10px 0;
    }
}

#article-view #article-content .pageTag br {
    display: none;
}

#article-view #article-content .pageTag a {
    color: #777;
    text-transform: capitalize;
}

#article-view #article-content .pageTag i {
    margin: 0 7px;
    color: #aaa;
}

#article-view #article-content .pageTag strong {
    font-family: "Gotham 6r", "Gotham A", "Gotham B", "Gotham-Bold", Arial, Helvetica, sans-serif;
    font-weight: 700;
}

@media only screen and (min-width: 1024px) {
    #article-view #article-content .col-pir-1,
    #article-view #article-content .col-pir-4,
    #article-view #article-content .col-pir-6 {
        float: left;
        padding: 15px;
    }
    #article-view #article-content .col-pir-1 {
        width: 15%;
    }
    #article-view #article-content .col-pir-4 {
        width: 25%;
    }
    #article-view #article-content .col-pir-6 {
        width: 60%;
    }
    #article-view #article-content .col-pir-offset-1 {
        margin-left: 15%;
    }
}

#article-view #article-content #newsletter-module .h6 {
    font-family: "Gotham Cond A", "Gotham Cond B", "GothamHTF-BookCondensed", Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 30px;
}

#article-view #article-content #newsletter-module .h5 {
    font-family: "Gotham Cond A", "Gotham Cond B", "GothamHTF-MediumCondensed", Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 50px;
    text-transform: uppercase;
}

#article-view #article-content #newsletter-module .btnMail {
    font-family: "Gotham Cond A", "Gotham Cond B", "GothamHTF-MediumCondensed", Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 0;
    font-size: 15px;
    height: 34px;
}

#article-view #article-content #newsletter-module input[type=text] {
    border-radius: 0;
    width: calc(100% - 140px);
}

#article-view #article-content #article-aside {
    width: 100px;
}

#article-view #article-content #article-aside .imgWrapper {
    width: 100%;
    position: relative;
    height: 140px;
    overflow: hidden;
    cursor: pointer;
}

#article-view #article-content #article-aside img {
    background-color: #999;
    position: absolute;
    width: auto;
    height: 100%;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}

#article-view #article-content #article-aside .pageName {
    font-size: 12px;
    font-family: "Gotham 5r", "Gotham A", "Gotham B", "Gotham-Medium", Arial, Helvetica, sans-serif;
    font-weight: 500;
    border-bottom: 2px solid #ddd;
    margin: 20px 0;
    line-height: 1.3em;
    padding-bottom: 20px;
    cursor: pointer;
}

#article-view #article-content #article-aside a {
    color: #222;
    display: block;
    text-align: center;
    font-size: 20px;
    margin: 15px 0;
}

@media only screen and (max-width: 1023px) {
    #article-view #article-content #article-aside {
        width: 100%;
        text-align: center;
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
    }
    #article-view #article-content #article-aside .imgWrapper,
    #article-view #article-content #article-aside .pageName {
        display: none;
    }
    #article-view #article-content #article-aside a {
        display: inline-block;
        margin: 10px 15px;
    }
}

#article-view #article-content .paragraphText {
    padding: 0;
    font-size: 18px;
    line-height: 1.5em;
    margin: 0 30px;
}

@media only screen and (max-width: 992px) {
    #article-view #article-content .paragraphText {
        font-size: 14px;
        margin: 0 10px;
    }
}

#article-view #article-content .paragraphText p:first-letter {
    color: #222;
}

#article-view #article-content .paragraphText p:empty {
    display: none;
}

#article-view #article-content .paragraphText strong {
    font-weight: 500;
    font-family: "Gotham 5r", "Gotham A", "Gotham B", "Gotham-Medium", Arial, Helvetica, sans-serif;
}

#article-view #article-content .image {
    margin: 40px 0;
    clear: both;
}

#article-view #article-content #article-bnr {
    margin: 0 0 30px 25px;
    position: relative;
}

#article-view #article-content #article-bnr a {
    display: block;
    width: 100%;
}

#article-view #article-content #insight-widget,
#article-view #article-content .discoverMore {
    background-color: transparent;
    padding: 0;
    margin-left: 25px;
}

#article-view #article-content #insight-widget .h2,
#article-view #article-content .discoverMore .h2 {
    font-family: "Gotham Cond A", "Gotham Cond B", "GothamHTF-MediumCondensed", Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    text-transform: uppercase;
    margin-bottom: 7px;
    line-height: 1em;
}

#article-view #article-content #insight-widget .h3,
#article-view #article-content .discoverMore .h3 {
    font-family: "Gotham Cond A", "Gotham Cond B", "GothamHTF-MediumCondensed", Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 1.1em;
    margin: 15px 0 4px;
    text-transform: uppercase;
    border-bottom: 2px solid #000;
    letter-spacing: 0.5px;
    position: relative;
}

#article-view #article-content #insight-widget .h3:first-child,
#article-view #article-content .discoverMore .h3:first-child {
    margin-top: 0;
}

#article-view #article-content #insight-widget .h3[data-cat=other-stories]:after,
#article-view #article-content .discoverMore .h3[data-cat=other-stories]:after {
    content: "";
    position: absolute;
    display: block;
    right: 0;
    top: -9px;
    height: 39px;
    width: 35px;
    background: #fff url("../resources/img/dm_stories.png") no-repeat right top;
}

#article-view #article-content #insight-widget .h3[data-cat=product-info]:after,
#article-view #article-content .discoverMore .h3[data-cat=product-info]:after {
    content: "";
    position: absolute;
    display: block;
    right: 0;
    top: -9px;
    height: 39px;
    width: 35px;
    background: #fff url("../resources/img/dm_info.png") no-repeat right top;
}

#article-view #article-content #insight-widget .h3[data-cat=try-buy]:after,
#article-view #article-content .discoverMore .h3[data-cat=try-buy]:after {
    content: "";
    position: absolute;
    display: block;
    right: 0;
    top: -9px;
    height: 39px;
    width: 35px;
    background: #fff url("../resources/img/dm_try.png") no-repeat right top;
}

#article-view #article-content #insight-widget .h3[data-icon][data-cat=product-info]:after,
#article-view #article-content #insight-widget .h3[data-icon][data-cat=try-buy]:after,
#article-view #article-content .discoverMore .h3[data-icon][data-cat=product-info]:after,
#article-view #article-content .discoverMore .h3[data-icon][data-cat=try-buy]:after {
    display: none;
}

#article-view #article-content #insight-widget .h3[data-icon="https://binaries.pirelli.com/common/1_placeholder.jpg"][data-cat=product-info]:after,
#article-view #article-content #insight-widget .h3[data-icon="https://binaries.pirelli.com/common/1_placeholder.jpg"][data-cat=try-buy]:after,
#article-view #article-content .discoverMore .h3[data-icon="https://binaries.pirelli.com/common/1_placeholder.jpg"][data-cat=product-info]:after,
#article-view #article-content .discoverMore .h3[data-icon="https://binaries.pirelli.com/common/1_placeholder.jpg"][data-cat=try-buy]:after {
    display: block;
}

#article-view #article-content #insight-widget .h3[data-icon] img,
#article-view #article-content .discoverMore .h3[data-icon] img {
    height: 39px;
    width: 35px;
    float: right;
    margin: -9px 0 0 0;
}

#article-view #article-content #insight-widget div.p,
#article-view #article-content .discoverMore div.p {
    margin: 0 0 10px 0;
    font-size: 12px;
}

#article-view #article-content #insight-widget div.p p,
#article-view #article-content .discoverMore div.p p {
    margin: 0;
}

#article-view #article-content #insight-widget input,
#article-view #article-content .discoverMore input {
    margin-bottom: 10px;
}

#article-view #article-content #insight-widget .btn,
#article-view #article-content .discoverMore .btn {
    padding: 4px 8px;
    font-size: 17px;
    margin-bottom: 15px;
    min-width: 200px;
    width: 100%;
}

#article-view #article-content #insight-widget .os-wrapper,
#article-view #article-content .discoverMore .os-wrapper {
    overflow: hidden;
    margin-bottom: 35px;
}

#article-view #article-content #insight-widget .relItem,
#article-view #article-content .discoverMore .relItem {
    text-transform: uppercase;
    padding: 10px 0 0;
    font-family: "Gotham Cond A", "Gotham Cond B", "GothamHTF-MediumCondensed", Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 500;
    overflow: hidden;
}

#article-view #article-content #insight-widget .relItem .h4,
#article-view #article-content .discoverMore .relItem .h4 {
    color: #222;
    font-size: 16px;
    line-height: 1em;
    letter-spacing: 0.5px;
}

#article-view #article-content #insight-widget .relItem .h4 a,
#article-view #article-content .discoverMore .relItem .h4 a {
    color: #000;
    text-decoration: none;
}

#article-view #article-content #insight-widget .relItem .h4 a br,
#article-view #article-content .discoverMore .relItem .h4 a br {
    display: none;
}

#article-view #article-content #insight-widget .relItem .h5,
#article-view #article-content .discoverMore .relItem .h5 {
    color: #888;
    font-size: 14px;
    letter-spacing: 0.5px;
}

#article-view #article-content #insight-widget .relItem figure,
#article-view #article-content .discoverMore .relItem figure {
    width: 100px;
    height: 100px;
    overflow: hidden;
    float: left;
    margin: 0 20px 0 0;
}

@media only screen and (min-width: 1024px) and (max-width: 1200px) {
    #article-view #article-content #insight-widget .relItem figure,
    #article-view #article-content .discoverMore .relItem figure {
        width: 75px;
        height: 75px;
    }
}

#article-view #article-content #insight-widget .relItem figure img,
#article-view #article-content .discoverMore .relItem figure img {
    height: 100%;
    width: auto;
    display: block;
}

#article-view #article-content #insight-widget .owl-nav,
#article-view #article-content .discoverMore .owl-nav {
    text-align: right;
    margin-top: -20px;
    margin-right: 4px;
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    #article-view #article-content #insight-widget .owl-nav,
    #article-view #article-content .discoverMore .owl-nav {
        margin-top: -25px;
    }
}

#article-view #article-content #insight-widget .owl-prev,
#article-view #article-content #insight-widget .owl-next,
#article-view #article-content .discoverMore .owl-prev,
#article-view #article-content .discoverMore .owl-next {
    border-radius: 3px;
    border: 1px solid #787878;
    color: #333;
    font-size: 9px;
    text-transform: uppercase;
    text-align: center;
    display: inline-block;
    margin: 0 0 0 4px;
    padding: 2px 7px 1px;
    position: relative;
    font-family: "Gotham 4r", "Gotham A", "Gotham B", "Gotham-Book", Arial, Helvetica, sans-serif;
    font-weight: 400;
    transition: all 0.3s ease-in-out;
}

#article-view #article-content #insight-widget .owl-prev:hover,
#article-view #article-content #insight-widget .owl-next:hover,
#article-view #article-content .discoverMore .owl-prev:hover,
#article-view #article-content .discoverMore .owl-next:hover {
    opacity: 0.6;
}

#article-view #article-content #insight-widget .owl-next,
#article-view #article-content .discoverMore .owl-next {
    right: 0;
}

#article-view #article-content #insight-widget .owl-next:hover,
#article-view #article-content .discoverMore .owl-next:hover {
    right: -4px;
}

#article-view #article-content #insight-widget .owl-next i,
#article-view #article-content .discoverMore .owl-next i {
    position: relative;
    right: -1px;
}

#article-view #article-content #insight-widget .owl-prev,
#article-view #article-content .discoverMore .owl-prev {
    left: 0;
}

#article-view #article-content #insight-widget .owl-prev:hover,
#article-view #article-content .discoverMore .owl-prev:hover {
    left: -4px;
}

#article-view #article-content #insight-widget .owl-prev i,
#article-view #article-content .discoverMore .owl-prev i {
    position: relative;
    left: -1px;
}

@media screen and (max-width: 1300px) {
    #article-view #article-content #insight-widget .h2,
    #article-view #article-content .discoverMore .h2 {
        font-size: 26px;
    }
    #article-view #article-content #insight-widget .h3,
    #article-view #article-content .discoverMore .h3 {
        font-size: 16px;
    }
}

@media screen and (max-width: 992px) {
    #article-view #article-content #insight-widget,
    #article-view #article-content .discoverMore {
        padding: 20px 10px 30px 10px;
        width: 100%;
        margin: 30px 0 0;
    }
    #article-view #article-content #insight-widget .h2,
    #article-view #article-content .discoverMore .h2 {
        font-size: 36px;
    }
    #article-view #article-content #insight-widget .h3,
    #article-view #article-content .discoverMore .h3 {
        font-size: 16px;
    }
}

#article-view #article-footer .copy-date-post {
    padding: 0 0 25px;
    margin: 0 30px;
    min-height: 45px;
    width: auto;
    border-bottom: 1px solid #B9B9B9;
}

@media only screen and (max-width: 992px) {
    #article-view #article-footer .copy-date-post {
        margin: 0 10px;
    }
}

#article-view #article-footer .copy-date-post .copydate {
    float: none;
    width: auto;
    line-height: 1em;
    font-weight: normal;
}

#article-view #article-footer .copy-date-post p {
    float: none;
    line-height: 1em;
    font-size: 11px;
    color: #333;
    margin: 0 0 0.5em;
}

#article-view #article-footer .copy-date-post p:first-child {
    font-family: "Gotham Cond A", "Gotham Cond B", "GothamHTF-MediumCondensed", Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
}

#article-view #article-footer .tags-group .tagsGroup ul {
    list-style: none;
    margin: 20px 0;
    padding: 0 30px;
}

#article-view #article-footer .tags-group .tagsGroup ul li a {
    background-color: transparent;
    border: 1px solid #DDDDDD;
    padding: 6px 13px 4px;
    border-radius: 3px;
    text-transform: capitalize;
    font-family: "Gotham Cond A", "Gotham Cond B", "GothamHTF-LightCondensed", Arial, Helvetica, sans-serif;
    font-weight: 300;
    font-size: 14px;
    letter-spacing: 1px;
}

#article-view #article-footer[data-cat$=ace] .tags-group .tagsGroup a {
    background: #D2373A;
    color: #fff;
    border-color: #D2373A;
    text-transform: uppercase;
    font-family: "Gotham Cond A", "Gotham Cond B", "GothamHTF-MediumCondensed", Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 500;
}

#article-view #article-footer[data-cat$=ace] .tags-group .tagsGroup a:hover,
#article-view #article-footer[data-cat$=ace] .tags-group .tagsGroup a:active,
#article-view #article-footer[data-cat$=ace] .tags-group .tagsGroup a:focus {
    background-color: #d74c4f;
}

#article-view #article-footer[data-cat$=ife] .tags-group .tagsGroup a {
    background: #FFDD00;
    color: #333;
    border-color: #FFDD00;
    text-transform: uppercase;
    font-family: "Gotham Cond A", "Gotham Cond B", "GothamHTF-MediumCondensed", Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 500;
}

#article-view #article-footer[data-cat$=ife] .tags-group .tagsGroup a:hover,
#article-view #article-footer[data-cat$=ife] .tags-group .tagsGroup a:active,
#article-view #article-footer[data-cat$=ife] .tags-group .tagsGroup a:focus {
    background-color: #ffe433;
}

#article-view #article-footer[data-cat$=oad] .tags-group .tagsGroup a {
    background: #C6C6C6;
    color: #333;
    border-color: #C6C6C6;
    text-transform: uppercase;
    font-family: "Gotham Cond A", "Gotham Cond B", "GothamHTF-MediumCondensed", Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 500;
}

#article-view #article-footer[data-cat$=oad] .tags-group .tagsGroup a:hover,
#article-view #article-footer[data-cat$=oad] .tags-group .tagsGroup a:active,
#article-view #article-footer[data-cat$=oad] .tags-group .tagsGroup a:focus {
    background-color: #e0e0e0;
}

#article-view #article-footer .mainTag {
    font-family: "Gotham Cond A", "Gotham Cond B", "GothamHTF-BookCondensed", Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    position: relative;
    float: right;
    top: 30px;
    margin-right: 40px;
}

#article-view #article-footer .mainTag .brk-left,
#article-view #article-footer .mainTag .brk-right {
    height: 27px;
    width: 8px;
    display: block;
    position: absolute;
    top: -2px;
}

#article-view #article-footer .mainTag .brk-left {
    left: -10px;
}

#article-view #article-footer .mainTag .brk-right {
    right: -10px;
}

#article-view #article-footer .mainTag a {
    color: #222;
    text-transform: uppercase;
}

#article-view #article-footer[data-cat$=oad] .mainTag .brk-left,
#article-view #article-footer[data-cat$=oad] .mainTag .brk-right {
    fill: #C6C6C6;
}

#article-view #article-footer[data-cat$=ife] .mainTag .brk-left,
#article-view #article-footer[data-cat$=ife] .mainTag .brk-right {
    fill: #FFDD00;
}

#article-view #article-footer[data-cat$=ace] .mainTag .brk-left,
#article-view #article-footer[data-cat$=ace] .mainTag .brk-right {
    fill: #D2373A;
}

#article-view #article-related {
    background-color: #F2F2F2;
    min-height: 300px;
    margin-top: 4em;
    padding: 2em 0 3em;
}

#article-view #article-related .related-stories>h3,
#article-view #article-related .related-stories>h2,
#article-view #article-related .related-stories>.h3 {
    margin: 0 0 20px;
    text-align: center;
    font-size: 60px;
    text-transform: uppercase;
    font-family: "Gotham Cond A", "Gotham Cond B", "GothamHTF-MediumCondensed", Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 500;
    border: 0;
}

#article-view #article-related .articleItem {
    background-color: #fff;
    float: left;
    margin: 15px;
    position: relative;
    transition: opacity 0.5s ease-in-out;
    width: calc(33.333333% - 30px);
    margin-right: 12px;
}

#article-view #article-related .articleItem .overlaylink {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 60;
}

#article-view #article-related .articleItem figure {
    overflow: hidden;
    height: 500px;
    background-color: #ddd;
    position: relative;
    float: none;
    width: auto;
    margin: 0;
}

#article-view #article-related .articleItem figure img {
    width: auto;
    height: 100%;
    transition: transform 0.5s ease-in-out;
    transform-origin: 0 50%;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
}

@media only screen and (max-width: 768px) {
    #article-view #article-related .articleItem figure img {
        width: auto;
        height: 100%;
    }
}

#article-view #article-related .articleItem:hover figure img {
    left: 50%;
    transform: scale(1.2, 1.2) translate(-50%);
}

#article-view #article-related .articleItem h3,
#article-view #article-related .articleItem .h3 {
    font-family: "Gotham Cond A", "Gotham Cond B", "GothamHTF-BookCondensed", Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    letter-spacing: 1.5px;
    margin: 0 0;
    line-height: 1.1em;
    height: 67px;
    overflow: hidden;
    font-weight: bold;
    color: #fff;
    text-transform: none;
}

#article-view #article-related .articleItem h3 br,
#article-view #article-related .articleItem .h3 br {
    display: none;
}

#article-view #article-related .articleItem h3 a,
#article-view #article-related .articleItem .h3 a {
    color: #222;
    text-decoration: none;
}

@media only screen and (max-width: 1200px) {
    #article-view #article-related .articleItem h3,
    #article-view #article-related .articleItem .h3 {
        font-size: 24px;
    }
}

#article-view #article-related .articleItem small {
    font-family: "Gotham Cond A", "Gotham Cond B", "GothamHTF-BookCondensed", Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
}

#article-view #article-related .articleItem .mainTag {
    font-size: 15px;
    font-family: "Gotham Cond A", "Gotham Cond B", "GothamHTF-MediumCondensed", Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 500;
    text-transform: uppercase;
    position: absolute;
    right: 15px;
    bottom: 15px;
    opacity: 1;
    float: right;
}

#article-view #article-related .articleItem .mainTag .brk-left,
#article-view #article-related .articleItem .mainTag .brk-right {
    height: 25px;
    width: 14px;
    display: block;
    position: absolute;
    top: -2px;
}

#article-view #article-related .articleItem .mainTag .brk-left {
    left: -15px;
}

#article-view #article-related .articleItem .mainTag .brk-right {
    right: -15px;
}

#article-view #article-related .articleItem .mainTag[data-cat$=oad] .brk-left,
#article-view #article-related .articleItem .mainTag[data-cat$=oad] .brk-right {
    fill: #C6C6C6;
}

#article-view #article-related .articleItem .mainTag[data-cat$=ife] .brk-left,
#article-view #article-related .articleItem .mainTag[data-cat$=ife] .brk-right {
    fill: #FFDD00;
}

#article-view #article-related .articleItem .mainTag[data-cat$=ace] .brk-left,
#article-view #article-related .articleItem .mainTag[data-cat$=ace] .brk-right {
    fill: #D2373A;
}

#article-view #article-related .articleItem .mainTag a {
    color: #fff;
}

#article-view #article-related .articleItem div {
    padding: 15px 20px;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;
}

@media only screen and (max-width: 768px) {
    #article-view #article-related .articleItem {
        position: relative;
        top: auto !important;
        left: auto !important;
        max-width: 450px;
        margin: 0 auto 30px;
        float: none;
        width: calc(100% - 30px) !important;
    }
    #article-view #article-related .articleItem figure {
        height: 300px;
    }
}

@media only screen and (min-width: 1024px) {
    #article-view #article-content #article-aside.fixed,
    #article-view #article-content #article-aside-right.fixed {
        position: fixed;
        top: 80px;
    }
    #article-view #article-content #article-aside.fixedStop,
    #article-view #article-content #article-aside-right.fixedStop {
        position: absolute;
        top: auto;
        bottom: 0;
    }
    #article-view #article-content #article-aside-right.fixed {
        width: 100%;
    }
    #article-view .col-pir-6 {
        max-width: 80%;
    }
}

#article-view #article-bnr-mbl {
    display: none;
}

@media only screen and (max-width: 1023px) {
    #article-view .container {
        max-width: 780px;
    }
    #article-view #article-aside {
        margin: 10px 0;
    }
    #article-view #article-bnr {
        display: none;
    }
    #article-view #article-bnr-mbl {
        display: block;
    }
    #article-view #article-bnr-mbl img {
        margin: 0 auto;
    }
}

#article-view.news #article-headline {
    background: #000;
}

#article-view.news #article-headline .article-image {
    background-image: none !important;
    min-height: 330px !important;
}

#article-view.news #article-headline .article-image:after {
    display: none;
}

#article-view.news #article-headline .article-image .hgroup {
    color: #fff;
}

#article-view.news #article-headline h1 {
    font-size: 62px;
    color: #fff;
}

#article-view.news #article-headline .mainTag a {
    color: #fff;
}

#article-view.news #article-headline .mainTag .brk-right,
#article-view.news #article-headline .mainTag .brk-left {
    fill: #fff;
}

#article-view.news #article-content #article-aside .imgWrapper,
#article-view.news #article-related {
    display: none;
}

.article:nth-child(2) .articleRelated,
.article:nth-child(3) .articleRelated {
    display: none;
}

.infinite-scroll-request {
    padding: 30px;
}

.loader-ellips {
    font-size: 20px;
    /* change size here */
    position: relative;
    width: 4em;
    height: 1em;
    margin: 10px auto;
}

.loader-ellips__dot {
    display: block;
    width: 1em;
    height: 1em;
    border-radius: 0.5em;
    background: #555;
    /* change color here */
    position: absolute;
    animation-duration: 0.5s;
    animation-timing-function: ease;
    animation-iteration-count: infinite;
}

.loader-ellips__dot:nth-child(1),
.loader-ellips__dot:nth-child(2) {
    left: 0;
}

.loader-ellips__dot:nth-child(3) {
    left: 1.5em;
}

.loader-ellips__dot:nth-child(4) {
    left: 3em;
}

@keyframes reveal {
    from {
        transform: scale(0.001);
    }
    to {
        transform: scale(1);
    }
}

@keyframes slide {
    to {
        transform: translateX(1.5em);
    }
}

.loader-ellips__dot:nth-child(1) {
    animation-name: reveal;
}

.loader-ellips__dot:nth-child(2),
.loader-ellips__dot:nth-child(3) {
    animation-name: slide;
}

.loader-ellips__dot:nth-child(4) {
    animation-name: reveal;
    animation-direction: reverse;
}

#header {
    display: block;
}

#social-section {
    display: none;
}

.promo {
    background-color: #F2F2F2;
    max-width: none;
    margin: 0;
    padding: 0 0 50px;
}

.promo a {
    max-width: 1350px;
    width: 100%;
    display: block;
    margin: 0 auto;
    padding: 0 15px;
}

@media only screen and (max-width: 1400px) {
    .promo a {
        max-width: 1170px;
    }
}

@media only screen and (max-width: 1200px) {
    .promo a {
        max-width: 970px;
    }
}

@media only screen and (max-width: 992px) {
    .promo a {
        max-width: 750px;
    }
}

@media all and (max-width: 768px) {
    #article-content .row {
        margin-left: 0;
        margin-right: 0;
    }
    #article-content #article-footer {
        margin: 0 35px;
    }
    #article-content #article-footer .tags-group .tagsGroup ul {
        padding-left: 0;
    }
    #article-content #article-footer .tags-group {
        margin: 0 10px;
    }
}

@media all and (max-width: 600px) {
    #article-view {
        margin: 20px 0;
    }
    #article-view #article-headline .article-image .hgroup {
        bottom: 50%;
        transform: translate(-50%, 50%);
    }
    #article-view #article-headline .article-image .hgroup .pageName {
        font-size: 36px;
    }
    #article-view #article-headline .article-image .hgroup h2 {
        display: none;
    }
    #article-view #article-content #article-footer {
        margin: 0;
    }
}

img.mfp-img {
    width: 1000px;
}

@media only screen and (max-width: 1200px) {
    img.mfp-img {
        width: auto;
        max-width: 100%;
    }
}

.insights {
    display: none;
}

.boxBanner {
    display: block;
    text-decoration: none;
    margin: 5px 20px 10px 30px;
    float: left;
}

.boxBanner img {
    margin: 0 auto;
    max-width: 100%;
    height: auto;
    display: block;
}

@media only screen and (max-width: 992px) {
    .boxBanner {
        margin: 5px 20px 10px 10px;
    }
}

@media only screen and (max-width: 375px) {
    .boxBanner {
        margin: 5px 10px 10px 10px;
    }
}