@import url('https://fonts.googleapis.com/css?family=Roboto:ital,wght@0,100;0,300;0,400;0,700;0,900;1,900');
@-webkit-keyframes enter-links {
  0% {
    left: -81%;
  }
  100% {
    left: 9%;
  }
}
@-moz-keyframes enter-links {
  0% {
    left: -81%;
  }
  100% {
    left: 9%;
  }
}
@-ms-keyframes enter-links {
  0% {
    left: -81%;
  }
  100% {
    left: 9%;
  }
}
@-o-keyframes enter-links {
  0% {
    left: -81%;
  }
  100% {
    left: 9%;
  }
}
@keyframes enter-links {
  0% {
    left: -81%;
  }
  100% {
    left: 9%;
  }
}
@-webkit-keyframes appear-links {
  0% {
    opacity: 0;
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes appear-links {
  0% {
    opacity: 0;
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes appear-links {
  0% {
    opacity: 0;
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes appear-links {
  0% {
    opacity: 0;
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes appear-links {
  0% {
    opacity: 0;
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#iw-home-section4 {
  height: 700px;
  top: 100px;
  padding-top: 0;
}
#iw-home-section4:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
  left: 0;
  top: -50px;
  background-image: url("../../../../../content/dam/atvi/infinityward/iw-touchui/social-background.png");
  background-size: auto 100%;
  background-position: right 100px;
  background-repeat: no-repeat;
}
#iw-home-section4 .iw-section-number {
  position: absolute;
  z-index: 50;
  left: 12%;
}
@media screen and (max-width: 768px) {
  #iw-home-section4 .iw-section-number {
    left: 10%;
  }
}
#iw-home-section4 .iw-section-number .iw-section-number-number {
  color: #ffffff;
}
#iw-home-section4 .iw-section-number .iw-section-number-text {
  width: 125px;
  display: block;
}
#iw-home-section4 .iw-social-section-headline-container {
  padding-top: 225px;
  color: #ffffff;
  height: 38px;
  z-index: 1;
  position: relative;
}
#iw-home-section4 .iw-social-section-headline-container h1 {
  margin-left: -100%;
  font-size: 38px;
  letter-spacing: 6px;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  color: #ffffff;
  position: relative;
  padding-left: 12%;
  -webkit-transition: all 0.75s ease-out;
  -moz-transition: all 0.75s ease-out;
  -ms-transition: all 0.75s ease-out;
  -o-transition: all 0.75s ease-out;
  transition: all 0.75s ease-out;
  white-space: nowrap;
}
#iw-home-section4 .iw-social-section-headline-container h1::before {
  height: 6px;
  background-color: #ffffff;
  content: "";
  position: absolute;
  left: 0%;
  width: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
  -webkit-transition-delay: 0.75s;
  -moz-transition-delay: 0.75s;
  -o-transition-delay: 0.75s;
  transition-delay: 0.75s;
}
@media screen and (max-width: 350px) {
  #iw-home-section4 .iw-social-section-headline-container h1 {
    font-size: 32px;
  }
}
#iw-home-section4 .iw-social-section-headline-container.animate h1 {
  margin-left: 0%;
}
#iw-home-section4 .iw-social-section-headline-container.animate h1:before {
  width: 11%;
}
#iw-home-section4 .iw-section-sociallinks {
  position: absolute;
  top: 350px;
  left: -81%;
  z-index: 1;
}
#iw-home-section4 .iw-section-sociallinks.animate {
  animation: enter-links 0.75s 0s infinite;
  -ms-animation: enter-links 0.75s 0s infinite;
  -moz-animation: enter-links 0.75s 0s infinite;
  -webkit-animation: enter-links 0.75s 0s infinite;
  -o-animation: enter-links 0.75s 0s infinite;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
}
#iw-home-section4 .iw-section-sociallinks.animate .icon:not(.hover) {
  animation: appear-links 1.5s 0s infinite;
  -ms-animation: appear-links 1.5s 0s infinite;
  -moz-animation: appear-links 1.5s 0s infinite;
  -webkit-animation: appear-links 1.5s 0s infinite;
  -o-animation: appear-links 1.5s 0s infinite;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
}
#iw-home-section4 .iw-section-sociallinks .iw-sociallinks {
  display: flex;
}
#iw-home-section4 .iw-section-sociallinks .iw-sociallinks .sociallink {
  margin: 0 40px;
  width: 145px;
  height: 145px;
  text-align: center;
  position: relative;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
#iw-home-section4 .iw-section-sociallinks .iw-sociallinks .sociallink:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -50% 0 0 -50%;
  width: 100%;
  height: 100%;
  background-color: #2e2c28;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
#iw-home-section4 .iw-section-sociallinks .iw-sociallinks .sociallink .icon {
  width: 50%;
  height: 50%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  z-index: 1;
}
#iw-home-section4 .iw-section-sociallinks .iw-sociallinks .sociallink .icon.hover {
  opacity: 0;
}
#iw-home-section4 .iw-section-sociallinks .iw-sociallinks .sociallink.twitter-link .icon {
  background-image: url("../../../../../content/dam/atvi/infinityward/iw-touchui/social-svgs/Twitter-Outline.svg");
}
#iw-home-section4 .iw-section-sociallinks .iw-sociallinks .sociallink.twitter-link .icon.hover {
  background-image: url("../../../../../content/dam/atvi/infinityward/iw-touchui/social-svgs/Twitter-Fill-Over.svg");
}
#iw-home-section4 .iw-section-sociallinks .iw-sociallinks .sociallink.facebook-link .icon {
  background-image: url("../../../../../content/dam/atvi/infinityward/iw-touchui/social-svgs/Facebook-Outline.svg");
}
#iw-home-section4 .iw-section-sociallinks .iw-sociallinks .sociallink.facebook-link .icon.hover {
  background-image: url("../../../../../content/dam/atvi/infinityward/iw-touchui/social-svgs/Facebook-Fill-Over.svg");
}
#iw-home-section4 .iw-section-sociallinks .iw-sociallinks .sociallink.instagram-link .icon {
  background-image: url("../../../../../content/dam/atvi/infinityward/iw-touchui/social-svgs/Instagram-Outline.svg");
}
#iw-home-section4 .iw-section-sociallinks .iw-sociallinks .sociallink.instagram-link .icon.hover {
  background-image: url("../../../../../content/dam/atvi/infinityward/iw-touchui/social-svgs/Instagram-Outline-Over.svg");
}
#iw-home-section4 .iw-section-sociallinks .iw-sociallinks .sociallink.youtube-link .icon {
  background-image: url("../../../../../content/dam/atvi/infinityward/iw-touchui/social-svgs/YouTube-Outline.svg");
}
#iw-home-section4 .iw-section-sociallinks .iw-sociallinks .sociallink.youtube-link .icon.hover {
  background-image: url("../../../../../content/dam/atvi/infinityward/iw-touchui/social-svgs/YouTube-Fill-Over.svg");
}
#iw-home-section4 .iw-section-sociallinks .iw-sociallinks .sociallink.twitch-link .icon {
  background-image: url("../../../../../content/dam/atvi/infinityward/iw-touchui/social-svgs/Twitch-Outline.svg");
}
#iw-home-section4 .iw-section-sociallinks .iw-sociallinks .sociallink.twitch-link .icon.hover {
  background-image: url("../../../../../content/dam/atvi/infinityward/iw-touchui/social-svgs/Twitch-Outline-Over.svg");
}
#iw-home-section4 .iw-section-sociallinks .iw-sociallinks .sociallink:hover:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: rgba(46, 44, 38, 0.5);
}
#iw-home-section4 .iw-section-sociallinks .iw-sociallinks .sociallink:hover .icon {
  opacity: 0;
  top: 45%;
}
#iw-home-section4 .iw-section-sociallinks .iw-sociallinks .sociallink:hover .icon.hover {
  opacity: 1;
}
#iw-home-section4 .iw-section-sociallinks .iw-sociallinks .sociallink:hover .social-text {
  color: #7d776a;
}
#iw-home-section4 .iw-section-sociallinks .iw-sociallinks .sociallink:hover .corner {
  opacity: 0.75;
  -webkit-transition-delay: 0.25s;
  -moz-transition-delay: 0.25s;
  -o-transition-delay: 0.25s;
  transition-delay: 0.25s;
}
#iw-home-section4 .iw-section-sociallinks .iw-sociallinks .sociallink a {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  z-index: 75;
  top: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#iw-home-section4 .iw-section-sociallinks .iw-sociallinks .sociallink .social-text {
  color: transparent;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-size: 8px;
  position: absolute;
  bottom: -30%;
  letter-spacing: 2px;
  width: 100%;
  display: block;
  text-align: center;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
@media screen and (min-width: 1381px) {
  #iw-home-section4 .iw-section-sociallinks .iw-sociallinks .sociallink .social-text {
    bottom: 20px;
    font-size: 12px;
  }
}
@media screen and (max-width: 1380px) and (min-width: 1101px) {
  #iw-home-section4 .iw-section-sociallinks .iw-sociallinks .sociallink .social-text {
    font-size: 12px;
  }
}
@media screen and (max-width: 600px) {
  #iw-home-section4 .iw-section-sociallinks .iw-sociallinks .sociallink .social-text {
    font-size: 6px;
  }
}
@media screen and (max-width: 400px) {
  #iw-home-section4 .iw-section-sociallinks .iw-sociallinks .sociallink .social-text {
    font-size: 4px;
  }
}
@media screen and (max-width: 1380px) {
  #iw-home-section4 .iw-section-sociallinks .iw-sociallinks .sociallink {
    line-height: 10.5vw;
    margin: 0 3vw;
    width: 10.5vw;
    height: 10.5vw;
  }
}
#iw-home-section4 .iw-section-sociallinks .iw-sociallinks .sociallink .corners {
  width: 100%;
  height: 100%;
  transform: rotate(45deg);
}
#iw-home-section4 .iw-section-sociallinks .iw-sociallinks .sociallink .corner {
  width: 20px;
  height: 20px;
  opacity: 0;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  position: absolute;
}
#iw-home-section4 .iw-section-sociallinks .iw-sociallinks .sociallink .corner.top {
  top: -4px;
  border-top: 1px #615f58 solid;
}
#iw-home-section4 .iw-section-sociallinks .iw-sociallinks .sociallink .corner.bottom {
  bottom: -4px;
  border-bottom: 1px #615f58 solid;
}
#iw-home-section4 .iw-section-sociallinks .iw-sociallinks .sociallink .corner.left {
  left: -4px;
  border-left: 1px #615f58 solid;
}
#iw-home-section4 .iw-section-sociallinks .iw-sociallinks .sociallink .corner.right {
  right: -4px;
  border-right: 1px #615f58 solid;
}
#iw-home-section4 {
  height: 600px;
}
#iw-home-section4:after {
  display: none;
}
#iw-home-section4 .iw-section-headline {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-size: 72px;
}
#iw-home-section4 .iw-section-headline:before {
  background-color: #832123;
}
#iw-home-section4 .iw-section-sociallinks .iw-sociallinks .sociallink:before {
  background-color: transparent;
  border: 4px solid #fff;
  margin: auto;
  left: -4px;
  top: -4px;
}
#iw-home-section4 .iw-section-sociallinks .iw-sociallinks .sociallink.twitter-link .icon {
  background-image: url("../../../../../content/dam/atvi/infinityward/iw-touchui/social-svgs/Twitter-Fill-Color.svg");
}
#iw-home-section4 .iw-section-sociallinks .iw-sociallinks .sociallink.twitter-link .icon.hover {
  background-image: url("../../../../../content/dam/atvi/infinityward/iw-touchui/social-svgs/Twitter-Fill-Over.svg");
}
#iw-home-section4 .iw-section-sociallinks .iw-sociallinks .sociallink.twitter-link:before {
  border-color: #00aaf1;
}
#iw-home-section4 .iw-section-sociallinks .iw-sociallinks .sociallink.facebook-link .icon {
  background-image: url("../../../../../content/dam/atvi/infinityward/iw-touchui/social-svgs/Facebook-Fill-Color.svg");
}
#iw-home-section4 .iw-section-sociallinks .iw-sociallinks .sociallink.facebook-link .icon.hover {
  background-image: url("../../../../../content/dam/atvi/infinityward/iw-touchui/social-svgs/Facebook-Fill-Over.svg");
}
#iw-home-section4 .iw-section-sociallinks .iw-sociallinks .sociallink.facebook-link:before {
  border-color: #3a5898;
}
#iw-home-section4 .iw-section-sociallinks .iw-sociallinks .sociallink.instagram-link .icon {
  background-image: url("../../../../../content/dam/atvi/infinityward/iw-touchui/social-svgs/Instagram-Outline-Color.svg");
}
#iw-home-section4 .iw-section-sociallinks .iw-sociallinks .sociallink.instagram-link .icon.hover {
  background-image: url("../../../../../content/dam/atvi/infinityward/iw-touchui/social-svgs/Instagram-Outline-Over.svg");
}
#iw-home-section4 .iw-section-sociallinks .iw-sociallinks .sociallink.instagram-link:before {
  border-color: #f76730;
}
#iw-home-section4 .iw-section-sociallinks .iw-sociallinks .sociallink.youtube-link .icon {
  background-image: url("../../../../../content/dam/atvi/infinityward/iw-touchui/social-svgs/YouTube-Fill-Color.svg");
}
#iw-home-section4 .iw-section-sociallinks .iw-sociallinks .sociallink.youtube-link .icon.hover {
  background-image: url("../../../../../content/dam/atvi/infinityward/iw-touchui/social-svgs/YouTube-Fill-Over.svg");
}
#iw-home-section4 .iw-section-sociallinks .iw-sociallinks .sociallink.youtube-link:before {
  border-color: #d31c1c;
}
#iw-home-section4 .iw-section-sociallinks .iw-sociallinks .sociallink.twitch-link .icon {
  background-image: url("../../../../../content/dam/atvi/infinityward/iw-touchui/social-svgs/Twitch-Outline-Color.svg");
}
#iw-home-section4 .iw-section-sociallinks .iw-sociallinks .sociallink.twitch-link .icon.hover {
  background-image: url("../../../../../content/dam/atvi/infinityward/iw-touchui/social-svgs/Twitch-Outline-Over.svg");
}
#iw-home-section4 .iw-section-sociallinks .iw-sociallinks .sociallink.twitch-link:before {
  border-color: #6241a3;
}
#iw-home-section4 .iw-section-sociallinks .iw-sociallinks .sociallink:hover.twitter-link:before {
  background-color: #00aaf1;
}
#iw-home-section4 .iw-section-sociallinks .iw-sociallinks .sociallink:hover.facebook-link:before {
  background-color: #3a5898;
}
#iw-home-section4 .iw-section-sociallinks .iw-sociallinks .sociallink:hover.instagram-link:before {
  background-color: #f76730;
}
#iw-home-section4 .iw-section-sociallinks .iw-sociallinks .sociallink:hover.youtube-link:before {
  background-color: #d31c1c;
}
#iw-home-section4 .iw-section-sociallinks .iw-sociallinks .sociallink:hover.twitch-link:before {
  background-color: #6241a3;
}
#iw-home-section4 .iw-section-sociallinks .iw-sociallinks .sociallink:hover .social-text {
  color: #fff;
}
#iw-home-section4 .iw-section-sociallinks .iw-sociallinks .sociallink .corners {
  z-index: 70;
  padding: 5px;
  box-sizing: content-box;
  position: relative;
  left: -5px;
  top: -5px;
}
#iw-home-section4 .iw-social-section-headline-container {
  padding-top: 150px;
}
#iw-home-section4 .iw-section-sociallinks {
  top: 275px;
}
@media screen and (max-width: 580px) {
  #iw-home-section4 .iw-section-headline {
    font-size: 54px;
  }
}
@media screen and (max-width: 460px) {
  #iw-home-section4 .iw-section-headline {
    font-size: 42px;
  }
}
@media screen and (max-width: 380px) {
  #iw-home-section4 .iw-section-headline {
    font-size: 32px;
  }
}
body .iw-news {
  /*.news-touts-small {
		height: 500px;
        .query(700px, {
			height: auto;
            padding-bottom: 50px;
        })
    }*/
  position: relative;
  /*.news-tout0 {
        height: 0;
        .news-image {
            display: none;
        }
        .news-cta {
            display: none;
        }
        .news-headline {
            display: none;
        }
        .news-date {
            display: none;
        }
        .iw-news-header-cta {
            left: 10%;
            top: auto;
            bottom: 150px;
            position: relative;
            :nth-child(2){
                display:none;
            }
            span {
                float:right;
            }
        }
    }*/
}
body .iw-news .news-touts-large .news-item .news-headline {
  width: 90%;
}
body .iw-news {
  padding-top: 150px;
}
@media screen and (max-width: 700px) {
  body .iw-news {
    margin-top: 0;
  }
  body .iw-news .news-tout0 {
    display: none;
  }
  body .iw-home-social {
    height: 400px;
  }
  body #iw-home-section4 {
    height: 400px;
  }
}
body .iw-news-list .iw-news .news-tout0 .news-date {
  margin-left: 12%;
}
.iw-news .social-date {
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  z-index: 100;
  position: absolute;
  top: 120px;
  color: #615f58;
  font-size: 24px;
  letter-spacing: 3px;
  text-transform: uppercase;
  z-index: 10;
  width: 200px;
  margin-left: 12%;
}
.iw-news .social-date .date {
  color: #9b9b9b;
  font-weight: bold;
}
.iw-news .social-date .date:after {
  font-weight: normal;
  color: #615f58;
  content: " // ";
}
