@charset "UTF-8";
/* CSS Document */

.topCTAOuter {
    position: absolute;
    top: 10px;
    left: -5px;
    background-color: #c31f3c;
    transform: skew(-10deg);
    -moz-transform: skew(-10deg);
    -o-transform: skew(-10deg);
    -webkit-transform: skew(-10deg);
    -ms-transform: skew(-10deg);
    cursor: pointer;
    text-decoration: none;
}

.topCTAInner {
    transform: skew(10deg);
    -moz-transform: skew(10deg);
    -o-transform: skew(10deg);
    -webkit-transform: skew(10deg);
    -ms-transform: skew(10deg);
    color: white;
    padding: 10px 10px 10px 40px;
    cursor: pointer;
}

.topCTAInner::before {
    position: absolute;
    content: "";
    backface-visibility: hidden;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -moz-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    transform: rotate(225deg);
    top: 30%;
    left: 10px;
    -moz-transition: border-color .25s ease-in-out;
    -o-transition: border-color .25s ease-in-out;
    -webkit-transition: border-color .25s ease-in-out;
    transition: border-color .25s ease-in-out;
}

.topCTAInner>p {
    margin: 0;
}



.video-playlist {
    padding: 0;
}

.vjs-playlist-ad-overlay {
    display: none;
}

.video-playlist>.vjs-playlist {
    height: 25vw;
    width: 75%;
    position: relative;
    left: -115px;
    margin: 20% 0;
    overflow-y: scroll;
    overflow-x: hidden;
}

.video-playlist>.vjs-playlist>li>cite {
    width: 100%;
    white-space: normal;
    overflow: visible;
}

.video-playlist>.vjs-playlist>li>.vjs-playlist-description {
    display: none;
}

.vjs-icon-play:before,
.video-js .vjs-big-play-button:before {
    content: "" !important;
    background: url("/images/homepage/video_icon.png") !important;
    background-size: 100% !important;
    /* \f101 */
}

li.vjs-playlist-item.vjs-selected {
    background-color: rgba(255, 255, 255, 0.6);
}

.video-section {
    padding: 0;
    position: relative;
}

.video-section>img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.games-title {
    text-align: center;
    color: white;
}

.games-title>img {
    width: 75%;
}

.games-section {
    background: url('/images/videos/video_detail_games_background.png');
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 100px;
    text-align: center;
}

.games-grid {
    text-align: center;
    width: 80%;
    margin: 0 10%;
    padding: 50px 0;
}

.featuredPromo.two .related-game-header {
    padding-bottom: 30px;
}

.featuredPromo.two .related-game-header h3 {
    margin: 0;
    color: #fff;
    font-size: 30px;
    text-transform: uppercase;
}

.featuredPromo.two .related-game-header h3 {
    border-image: url('/images/gamespage/underline.png');
    border-top: 0;
    border-left: 0;
    border-right: 0;
}

.games-grid .moduleItem {
    width: 25%;
    float: left;
    vertical-align: top;
    padding: 15px;
}

.games-grid .moduleItem img {
    border: white 1px solid;
    width: 100%;
}

.games-grid .descriptionInner {
    font-size: 10px;
    font-weight: normal;
    text-transform: uppercase;
    color: #fff;
    text-align: left;
}

.games-grid .descriptionInner h2 {
    margin: 0 auto;
    font-weight: 500;
}

.games-grid .descriptionInner a {
    display: none;
}

.games-grid .pager {
    display: none;
}

.games-grid .promo-header {
    margin: 0 auto;
    height: 50px;
    width: 275px;
    overflow: hidden;
    position: relative;
    -webkit-transform: skewX(-45deg);
    transform: skewX(-45deg);
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    cursor: pointer;
}

.games-grid .promo-header:before {
    content: '';
    position: absolute;
    right: 10px;
    height: 46px;
    width: 255px;
    background: black;
    -webkit-transform: skewX(45deg);
    transform: skewX(45deg);
    z-index: -10;
    cursor: pointer;
}

.featuredPromo.two .promo-header a {
    text-decoration: none;
}

.featuredPromo.two .promo-header p {
    font-family: "Gotham", sans-serif;
    margin: 0;
    color: #fff;
    line-height: 50px;
    -webkit-transform: skewX(45deg);
    transform: skewX(45deg);
    text-transform: uppercase;
}

.featuredPromo.two .promo-header img {
    display: none;
}

.games_cta {
    background: url(/images/videos/games_button.png) no-repeat scroll 0 0 transparent;
    background-size: 100% 100%;
    padding: 0.75vw 4.17vw;
    font-family: "Lato", sans-serif;
    font-size: 1.35vw;
    font-weight: 900;
    text-transform: uppercase;
    position: relative;
    text-decoration: none;
    color: white;

}

.games_cta:before {
    content: '';
    display: block;
    width: 15px;
    height: 100%;
    position: absolute;
    top: 0%;
    left: 5%;
    opacity: 0;
    background: white;
    box-shadow: 0 0 20px 5px white;
    -moz-transform: skewX(-20deg);
    -o-transform: skewX(-20deg);
    -ms-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
}

.games_cta:hover:before {
    animation-name: shine;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
}

@media screen and (max-width: 1024px),
screen and (max-device-width: 1024px) {
    .games_cta {
        font-size: 1.70vw;
    }

    .video-playlist>.vjs-playlist {
        height: 30vw;
        left: -90px;
    }
}

@media screen and (max-width: 768px),
screen and (max-device-width: 768px) {
    .games-title>img {
        width: 100%;
    }

    .games-grid .moduleItem {
        width: 50%;
        height: 45vw;
    }

    .games_cta {
        font-size: 4.5vw;
    }

    .video-playlist>.vjs-playlist {
        left: 0;
        width: 100%;
        margin: 10% 0;
        height: 200px;
    }

    .video-player>#single_player {
        margin: 20% 10% 0 10% !important;
        max-width: 100% !important;
    }

}

@media screen and (max-width: 600px),
screen and (max-device-width: 600px) {
    .el-gr .games_cta, .pt-br .games_cta, .tr-tr .games_cta {
        font-size: 4.5vw;
    }
    .games_cta {
        font-size: 5.5vw;
        padding: 1.75vw 4.17vw;
    }

    .games-grid .moduleItem {

        height: 60vw;
    }

}
section.item.col-3 {
    width: 25%;
}
.animationHolder .grid.play.col-12 {
    display: flex;
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
}
section.item.col-3 a{
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
    font-size: 17px;
}

.content-video .games-grid {
    width: 100%;
    margin: 0 ; 
}
@media screen and (max-width: 768px), screen and (max-device-width: 768px){
section.item.col-3 {
    width: 47%;
}
}
/*@media screen and (max-width: 768px){
section.item.col-3 {
    width: 50%;
}
}*/
@media screen and (max-width: 600px), screen and (max-device-width: 600px){
section.item.col-3{
    width: 100%;
}
}
