.app_core #marketing_content{
    display: none;
}
#edition_comparator{
    width: 100%;
}
#pdpMain .pdp-section-main{
    padding-top: 0;
}
#edition_comparator .pdp-section-title{
    display: none;
}
#marketing_content{
    font-family: "Ubuntu", sans-serif;
}
#marketing_content section {
    padding: 50px;
}
#marketing_content section h2{
    color:white;
    text-align: center;
    text-transform: uppercase;
    font-size: 40px;
    margin-bottom: 20px;
    font-weight: bold;
}
#marketing_content section h3{
    color: white;
    font-weight: bold;
}
#marketing_content section p{
    color:white;
    text-align: center;
    font-size: 18px;
    width: 60%;
    margin: auto;
}
#marketing_content .cta{
    color:white;
    background: #00c248;
    border-radius: 4px;
    padding:10px 45px;
    font-weight: bold;
    text-decoration: none;
    font-size: 20px;
    cursor: pointer;
    border:none;
}
#marketing_content .cta:hover{
    background:#60e691;
}
#marketing_content #r6s_intro{
    background-image: url("r6s_intro_bg.jpg");
    background-size: cover;

}
#marketing_content #r6s_intro .r6s_player{
    display: block;
    margin: auto;
    width: 500px;
    height: 306px;
    background-image: url("r6s_thumb.jpg");
    background-repeat: no-repeat;
    background-size: 100%;
    opacity: 0.8;
    margin-top: 50px;
    position: relative;
    border: 3px solid white;
}
#marketing_content #r6s_intro .r6s_player:after{
    content:'';
    display: block;
    margin: auto;
    width: 110px;
    height: 110px;
    background-image: url("playerIcon.png");
    background-repeat: no-repeat;
    background-size: 100%;
    opacity: 0.8;
    margin-top:98px;
    margin-left: 195px;
    position: absolute;
}
#marketing_content #r6s_intro .r6s_player:hover{
    opacity: 1;
}

#marketing_content  .smokeFx{width: 200%; position: absolute; left: 0; bottom: 0; background: url("smoke1.png"); height: 651px;    animation-name: smokeMove; animation-duration: 55s;   animation-iteration-count: infinite; animation-timing-function: ease-in-out;    background-position-y: 100%;
    background-repeat: no-repeat; background-size: 100%; z-index: 0; opacity: 0.6;}
#marketing_content .smokeFx+.smokeFx{background: url("smoke2.png");animation-duration: 45s; animation-name: smokeMove2;background-size: 100%;background-position-y: 100%;
    background-repeat: no-repeat;}
@keyframes smokeMove {
    0% {left:0; }
    50%{left:-100%;}
    100% {left:0;}
}
@keyframes smokeMove2 {
    0% {left:-100%;}
    50%{left:0;}
    100% {left:-100%;}
}

#marketing_content #r6s_season{
    background-image: url("r6s_season_bg.jpg");
    background-size: cover;
}
#marketing_content #r6s_season h3{
    width: 90%;
    font-size: 1.3em;
    padding-bottom: 5px;
    margin:0 auto 20px;
    border-bottom: 1px solid rgba(255,255,255,0.5);
}
#marketing_content #r6s_season div.season_block{
    margin: 50px 0;
}
#marketing_content #r6s_season ul {
    overflow: hidden;
    width: 100%;
    margin: auto;
    text-align: center;
}
#marketing_content #r6s_season ul li{
    display: inline-block;
    color: white;
    width: 22%;
    min-width: 396px;
    margin-left: -2%;
    position: relative;
    overflow: hidden;

}
#marketing_content #r6s_season ul li .SeasonMask{
    clip-path: polygon(89% 0, 100% 50%, 89% 100%, 0% 100%, 11% 50%, 0 0);
}
#marketing_content #r6s_season ul li .SeasonMask div{
    display: block;
    position: absolute;
    top: 47px;
    left:-100%;
    background: -moz-linear-gradient(-45deg, rgba(14,17,69,0.75) 0%, rgba(0,138,164,0.75) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(14,17,69,0.75) 0%,rgba(0,138,164,0.75) 100%);
    background: linear-gradient(135deg, rgba(14,17,69,0.75) 0%,rgba(0,138,164,0.75) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf0e1145', endColorstr='#bf008aa4',GradientType=1 );
    height: 127px;
    width: 100%;
    clip-path: polygon(89.5% 0, 100% 50%, 89.5% 100%, 0% 100%, 11% 50%, 0 0);
    transition:all 0.3s;
}
#marketing_content #r6s_season ul li:hover .SeasonMask div{
    left: 0;
}
#marketing_content #r6s_season ul li .SeasonMask div p{
    width: 80%;
    margin:10% auto 0;
}
#marketing_content #r6s_season ul li .SeasonMask div p i{
    display: block;
    text-align: center;
    margin-top: -20px;
}
#marketing_content #r6s_season ul li img{
    width: 100%;
}
#marketing_content #r6s_season ul li h4{
    border-bottom:7px solid;
    padding:0 0 15px 0;
    margin:0 0 8px 0;
    width: 89.5%;
    text-align: left;

}
#marketing_content #r6s_agents{
    background-image: url("r6s_agents_bg.jpg");
    background-size: cover;
    background-attachment: fixed;
    overflow: hidden;
}
#marketing_content #r6s_agents ul{
    text-align: center;
    height: 766px;
    overflow: hidden;
}
#marketing_content #r6s_agents ul.openList{
    height: auto;
}
#marketing_content #r6s_agents ul li{
    display: inline-block;
    width: 360px;
    height: 360px;
    background: rgba(0,0,0,0.5);
    margin: 10px;
    color: white;
    position: relative;
    transition:opacity 1s;
}
#marketing_content #r6s_agents ul li:nth-child(n+9){
    /*display: none;*/
    display: inline-block;
}
#marketing_content #r6s_agents ul.openList li:nth-child(n+9){

}
#marketing_content #r6s_agents #viewMore, #r6s_agents #viewLess{
    float: right;
    margin: 50px 10% 0 50px;
}
#marketing_content #r6s_agents #viewLess{
    display: none;
}
#marketing_content #r6s_agents ul.openList+#viewMore{
    display: none;
}
#marketing_content #r6s_agents ul.openList+button+#viewLess{
    display: block;
}

#marketing_content #r6s_agents ul li .agent_img{
    height: 365px;
    width: auto;
    position: absolute;
    bottom: 0;
    left: 0%;
}
#marketing_content #r6s_agents ul li .badge{
    height:60px;
    width: 60px;
    position: absolute;
    right: 5px;
    top: 5px;
    z-index: 2;
}
#marketing_content #r6s_agents ul li h5{
    position: absolute;
    bottom: 0px;
    padding-bottom: 10px;
    margin:0;
    width: 100%;
    font-size: 30px;
    text-transform: uppercase;
    z-index: 2;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
}
#marketing_content #r6s_agents ul li .attack{
    display: block;
    width: 41px;
    height: 41px;
    background: url("attackIcon.png");
    margin: 10px;
    position: relative;
    z-index: 2;
}
#marketing_content #r6s_agents ul li .defense{
    display: block;
    width: 41px;
    height: 41px;
    background: url("defenseIcon.png");
    margin: 10px;
    position: relative;
    z-index: 2;
}
#marketing_content #r6s_agents ul li div{
    position: absolute;
    bottom:0;
    left: 0;
    height: 0px;
    width: 100%;
    transition:height 0.3s;
    box-sizing:border-box;
    overflow: hidden;
    background: -moz-linear-gradient(-45deg, rgba(14,17,69,0.75) 0%, rgba(0,138,164,0.75) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(14,17,69,0.75) 0%,rgba(0,138,164,0.75) 100%);
    background: linear-gradient(135deg, rgba(14,17,69,0.75) 0%,rgba(0,138,164,0.75) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf0e1145', endColorstr='#bf008aa4',GradientType=1 );
}
#marketing_content #r6s_agents ul li:hover div{
    height:360px;
    padding:80px 30px 30px;
}
#marketing_content #r6s_agents ul li div p{
    text-align: left;
    width: 100%;
    padding-bottom:5px;
    border-bottom: 1px solid rgba(255,255,255,0.5);
}
#marketing_content #r6s_agents ul li div span{
    display: block;
    width: 90px;
    height:40px;
    background-repeat: no-repeat;
}
#marketing_content #r6s_agents ul li div span.armor1{
    background: url("armor_icon.png");
}
#marketing_content #r6s_agents ul li div span.armor2{
    background: url("armor_icon.png");
    background-position:0 -40px ;
}
#marketing_content #r6s_agents ul li div span.armor3{
    background: url("armor_icon.png");
    background-position:0 -80px ;
}
#marketing_content #r6s_agents ul li div span.speed1{
    background: url("speed_icon.png");
}
#marketing_content #r6s_agents ul li div span.speed2{
    background: url("speed_icon.png");
    background-position: 0 -40px;
}
#marketing_content #r6s_agents ul li div span.speed3{
    background: url("speed_icon.png");
    background-position:0 -80px;
}
#marketing_content #r6s_agents ul li div em{
    text-align: left;
    text-indent: 10px;
    width: 100%;
    display: block;
    margin-bottom: 20px;
    font-size: 1.5em;
    line-height: 0.8em;
    font-weight: bold;
    text-transform: uppercase;
}
#marketing_content #r6s_agents ul li div em::before{
    content: '';
    display: block;
    float: left;
    width: 30px;
    height: 18px;
    background-image:url("r6s_flags.jpg");
    background-repeat: no-repeat;
}
#marketing_content #r6s_agents ul li div em.spetsnaz::before{
    background-position: 0 -129px;
}
#marketing_content #r6s_agents ul li div em.smb::before{
    background-position: 0 -327px;
}
#marketing_content #r6s_agents ul li div em.sdu::before{
    background-position: 0 -274px;
}
#marketing_content #r6s_agents ul li div em.grom::before{
    background-position: 0 -300px;
}
#marketing_content #r6s_agents ul li div em.navyseal::before{
    background-position: 0 -99px;
}
#marketing_content #r6s_agents ul li div em.jtf2::before{
    background-position: 0 -159px;
}
#marketing_content #r6s_agents ul li div em.sas::before{
    background-position: 0 -8px;
}
#marketing_content #r6s_agents ul li div em.swat::before{
    background-position: 0 -99px;
}
#marketing_content #r6s_agents ul li div em.gign::before{
    background-position: 0 -39px;
}
#marketing_content #r6s_agents ul li div em.gsg9::before{
    background-position: 0 -68px;
}
#marketing_content #r6s_agents ul li div em.bope::before{
    background-position: 0 -188px;
}
#marketing_content #r6s_agents ul li div em.sat::before{
    background-position: 0 -219px;
}
#marketing_content #r6s_agents ul li div em.geo::before{
    background-position: 0 -246px;
}
#marketing_content #r6s_agents ul li div em.gis::before{
    background-position: 0 -355px;
}
#marketing_content #r6s_agents .cta{
    margin: auto;
}
#marketing_content #r6s_sp{
    background-image: url("r6s_sp_bg.jpg");
    background-size:cover;
    overflow: hidden;
    position: relative;
}
#marketing_content #r6s_sp h2{
    text-indent: -9999px;
    width:487px;
    max-width: 100%;
    height: 150px;
    background:url("r6s_sp_logo.png");
    background-repeat: no-repeat;
    background-size: 100%;
    margin: 0 auto 50px;

}
#marketing_content #r6s_sp img{
    float: left;
    width: 65%;
    margin-left: 5%;
    margin-top: 100px;
    position: relative;
    z-index: 2;
}
#marketing_content #r6s_sp p{
    text-align: left;
    width: 487px;
    max-width: 100%;
}
#marketing_content #r6s_sp .cta{
    float: right;
    margin-top: 50px;
}
#marketing_content #r6s_sp div#sp_content{
    display: block;
    float: left;
    width: 30%;
    margin-top: 100px;
    position: relative;
    z-index: 2;
}

@media screen and (max-width:1300px){
    #marketing_content #r6s_sp h2{
        margin: 0 auto 20px;
    }
}