/* @import url('responsive-alignment.css'); */
.takeover-overlay{
  overflow:hidden;
  position: absolute;
  top: 0;
  left:0;
  width: 100%;
  height:100%;
  background: url(../images/machinimacom/BG_MCOM_Mobile_overlay_B.png) lightyellow no-repeat bottom center fixed;
  background-size: cover;
  opacity: 1;
  display: none;
  text-align: center;
  color: white
}

.image-wrapper {
  display:block;
  margin:auto;
  padding-top:8%;
  width: 150px;
}

.close-overlay{
  color: white;
  top: 70%;
  margin-top: 10px;
  font-size: 12px;
}

.banner-download{
  font-size: 16px;
  line-height: 17px;
  width: 70%;
  margin: 0 auto;
  font-family: 'proxima_nova_rgbold', "Helvetica Neue", Arial, Helvetica, sans-serif;
}
.continue-button{
  color: white;
  background-color: #9A0D24;
  width: 60%;
  padding: 10px 10px;
  margin-left: 20%;
  margin-top: 10px;
  text-transform: uppercase;
  font-size: 16px;
  font-family: 'proxima_nova_rgbold', "Helvetica Neue", Arial, Helvetica, sans-serif;
}

@media (min-device-width : 414px)
  and (max-device-width : 736px) {
  .continue-button{
    font-size: 20px;
    width: 70%;
    padding: 12px 12px;
    margin-left: 15%;
  }

  .banner-download{
    font-size: 21px;
    line-height: 24px;
  }
  .close-overlay{
    font-size: 16px;
  }
}

@media only screen
and (min-device-width : 375px)
and (max-device-width : 667px)
{
.continue-button{
  font-size: 18px;
  width: 70%;
  padding: 12px 12px;
  margin-left: 15%;
}

  .banner-download{
    font-size: 18px;
    line-height: 20px;
  }
  .close-overlay{
    font-size: 14px;
  }
}

@media only screen
and (min-device-width : 736px)
{
  .continue-button{
    font-size: 26px;
    line-height: 20px;
    margin-top: 25px;
    padding: 16px 16px;
  }

  .banner-download{
    font-size: 26px;
    line-height: 30px;
  }
  .close-overlay{
    font-size: 22px;
  }
}


.download-section{
  top: 68%;
  position:absolute;
  width: 100%;
  font-family: 'proxima_nova_rgbold', "Helvetica Neue", Arial, Helvetica, sans-serif;
}

@media (max-height: 375px) {
  .download-section{
    top: 60%;
  }
}

@media (min-height: 550px) {
  .download-section{
    top: 72%;
  }
}

.extra-app-remover{
  display: none;
  background-color: rgb(119,121,123);
  color: white;
  position: fixed;
  z-index:100;
  width: 100%;
  padding-left: 2.5%;
  font-size: 11px;
  height: 35px;
  padding-top:5px;
}

.download-text{
  text-transform: uppercase;
  float:left;
  margin: 5px 0 0;
}

.get-app{
  background-color: #9C001F;
  padding: 3px 10px;
  margin-left: 10px;
}

.dismiss-small {
  font-size: 16px;
  float: right;
  margin: -3px 10px;
  display: block;
}

/* ------ Video ------ */

#intro {
  position: relative;
  height: 100%;
  background: url(../images/machinimacom/bosslevelbg.png);
  overflow: hidden;
  border-bottom: 25px solid transparent;
  border-top: 69px solid #fff;
  box-sizing: content-box;
}

@media (min-width: 750px) {
  #intro {
    border-bottom: 125px solid transparent;
  }
}

#video-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  box-sizing: content-box;
  background: #000;
}

#video-artboard {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: content-box;
}

#video-container iframe,
#video-container embed,
#video-container object,
#video-container video,
#video-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 750px) {
  #video-container video {
    display: none;
  }
}

.video-overlay {
  position: relative;
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -webkit-transition: all 350ms linear;
  -ms-transition: all 350ms linear;
  transition: all 350ms linear;
}

.video-overlay .videoheading {
  position: relative;
  display: none;
  padding: 40% 0 40% 0;
  color: #fff;
  font: 32px "ProximaNova-Black", "Helvetica Neue", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  text-shadow: 2px 2px 12px rgba(0, 0, 0, 0.6);
}

.video-overlay .videoheading {
  padding-left: 20px;
  padding-right: 20px;
}

@media (min-width: 750px) {
  .video-overlay .videoheading {
    padding-left: 110px;
    padding-right: 110px;
  }
}

@media (min-width: 750px) {
  .video-overlay .videoheading {
    font-size: 40px;
  }
}

@media (min-width: 997px) {
  .video-overlay .videoheading {
    font-size: 40px;
  }
}

@media (min-width: 1280px) {
  .video-overlay .videoheading {
    font-size: 40px;
  }
}

.video-overlay .videoheading h1 {
  font-size: 100%;
  color: #fff;
}

.video-overlay .videoheading h1 b {
  font-size: 211%;
}

.video-overlay .videoheading .btn-enlist2 {
  margin: 20px 0 0 0;
}

.video-overlay {
  position: relative;
  z-index: 8;
  text-align: left;
  width: 100%;
}

/* ------ whywerehere ------ */

#whywerehere-wrapper {
  position: relative;
  width: 100%;
  background: #fff;
  z-index: 9;
}

.whywerehere {
  position: relative;
  background: url(../images/machinimacom/whywerehere.jpg) no-repeat;
  background-size: cover;
  background-size: 100% auto;
  height: auto;
  margin: 20px auto;
  min-height: 618px;
}

@media only screen and (min-width: 320px) {
  .whywerehere .content {
    display: block;
    margin-top: 25px;
  }
}

@media only screen and (min-width: 480px) {
  .whywerehere .content {
    display: block;
    margin-top: 25px;
  }
}

@media only screen and (min-width: 768px) {
  .whywerehere .content {
    display: block;
    margin-top: 215px;
  }
}

@media only screen and (min-width: 992px) {
  .whywerehere .content {
    display: block;
    margin-top: 315px;
  }
}

@media only screen and (min-width: 1200px) {
  .whywerehere .content {
    display: block;
    margin-top: 315px;
  }
}

.whywerehere h1 {
  font-weight: 800;
  font-size: 3.4em;
  font-family: "ProximaNova-Black", "Helvetica Neue", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  color: #fff;
  margin: 0;
  padding: 0;
}

.whywerehere h2 {
  font-weight: 200;
  font-size: 1.7em;
  font-family: "ProximaNova-Regular", "Helvetica Neue", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  color: #fff;
  margin: 0;
  padding: 3px 0 15px 0;
}

.whywerehere .content p {
  font-weight: 200;
  font-size: 1.1em;
  line-height: 15px;
  color: #fff;
}

.whywerehere .btn-enlist {
  display: block;
  margin: 10px auto;
  color: #fff;
  font-family: "ProximaNova-Black", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 1.4em;
  text-transform: uppercase;
  background: none;
  border: 1px solid #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: 220px;
  padding: 4px;
  -o-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -khtml-transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.whywerehere .btn-enlist:hover {
  background: #ac1f30;
  border: 1px solid #ac1f30;
  box-shadow: none;
}

/* ------ Boss Level ------ */

#bosslevel-wrapper {
  position: relative;
  width: 100%;
  z-index: 9;
  padding-bottom: 50px;

  background: #fff url(../images/machinimacom/bosslevelbg.png);
}

.bosslevel .bosslevelhd {
  margin-top: 60px;
}

.bosslevel h1 {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-family: "ProximaNova-Black", "Helvetica Neue", Arial, Helvetica, sans-serif;
  color: #000;
  margin: 25px auto 0 auto;
  padding: 0;
  font-size: 42px;
}

@media (min-width: 750px) {
  .bosslevel h1 {
    font-size: 72px;
  }
}

.bosslevel p {
  font-weight: 200;
  font-size: 20px;
  line-height: 1.3;
  color: #333;
  padding: 0;
}

.bosslevel {
  padding: 0;
}

.bosslevel .bosspics {
  padding-left: 30px;
  padding-right: 30px;
}

@media (max-width: 767px) {
  .bosslevel .bosspics > div {
    padding: 0 !important;
  }
}

.bosslevel .bosspics .col-lg-4 {
  margin-bottom: 20px;
}

.bosslevel .bosspics img {
  width: 100% !important;
}

.bosslevel span.caption {
  color: white;
  cursor: pointer;
  display: table;
  position: absolute;
  bottom: 0;
  width: 100%;
  opacity: 0;
  -webkit-transition: opacity 500ms;
  -moz-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 500ms;
}

.bosslevel .boss span.caption span {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  height: 40px;
}

.bosslevel .boss span.caption {
  background: rgba(0, 0, 0, 0.7);
  opacity: 1;
}

.bosslevel .boss:hover span.caption {
  background: rgba(190, 29, 38, 1);
  opacity: 1;
}

.bosslevel .bosspics {
  margin-top: 30px;
}

.bosslevel .bosspics h1 {
  display: inline-block;
  text-transform: uppercase;
  font-size: 20px;
  font-family: "ProximaNova-Black", "Helvetica Neue", Arial, Helvetica, sans-serif;
  color: #000;
  margin: 25px auto 0 auto;
  padding: 0;
}

.bosslevel .bosspics p {
  font-weight: 200;
  font-size: 18px;
  line-height: 15px;
  color: #fff;
  padding: 0;
}

.bosslevel .btn-enlist {
  background: #000;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  padding: 10px 20px 7px 20px;
  border: none;
  text-shadow: none;
  font-family: "ProximaNova-Black", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  color: #fff;
  display: block;
  margin: 20px auto;
  box-shadow: 2px 2px 1px #ccc;
}

.bosslevel .btn-enlist:hover {
  background: #ac1f30;
  box-shadow: none;
}

/* ------ Power Up ------ */

#powerup .header {
  padding: 0 0 20px 0;
  color: #fff;
}

#powerup .header h1,
#powerup .header h2 {
  color: #fff;
}

#powerup .header p {
  font-size: 20px;
  line-height: 1.3;
}

#powerup {
  background: #ac1f30;
  padding: 40px 0 10px 0;
  margin: 0 auto;
  min-height: 400px;

  background: #b01121;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNiMDExMjEiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjNWYwOTExIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L3JhZGlhbEdyYWRpZW50PgogIDxyZWN0IHg9Ii01MCIgeT0iLTUwIiB3aWR0aD0iMTAxIiBoZWlnaHQ9IjEwMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-radial-gradient(center, ellipse cover, #b01121 0%, #5f0911 100%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #b01121), color-stop(100%, #5f0911));
  background: -webkit-radial-gradient(center, ellipse cover, #b01121 0%, #5f0911 100%);
  background: -o-radial-gradient(center, ellipse cover, #b01121 0%, #5f0911 100%);
  background: -ms-radial-gradient(center, ellipse cover, #b01121 0%, #5f0911 100%);
  background: radial-gradient(ellipse at center, #b01121 0%, #5f0911 100%);
}

#powerup .content {
  margin-top: 30px;
  margin-bottom: 0px;
}

  #powerup .content img {
  float: left;
  max-width: 31%;
  margin: 0 5px 40px 0;
}

@media (max-width: 480px) {
  #powerup .content img {
    max-width: 132px;
    width: 132px;
  }
}

@media (min-width: 997px) {
  #powerup .content > div {
    min-height: 140px;
  }
}

#powerup .footer {
  padding: 0px 0 50px 0;
}

#powerup .arrow {
  background: #f8f8f8;
}

#powerup .footer p.first {
  text-transform: uppercase;
  font-size: 30px;
  line-height: 30px;
  font-family: "ProximaNova-Black", "Helvetica Neue", Arial, Helvetica, sans-serif;
  color: #fff;
  padding: 0;
}

#powerup .footer p {
  text-transform: uppercase;
  font-size: 20px;
  line-height: 1.3;
  font-family: "ProximaNova-Black", "Helvetica Neue", Arial, Helvetica, sans-serif;
  color: #fff;
  padding: 0;
}

#powerup .header h1 {
  text-transform: uppercase;
  font-family: "ProximaNova-Black", "Helvetica Neue", Arial, Helvetica, sans-serif;
  color: #fff;
  margin: 10px auto 20px auto;
  padding: 0;
  font-size: 42px;
}

@media (min-width: 750px) {
  #powerup .header h1 {
    font-size: 65px;
  }
}

#powerup .lines-container {
  text-align: center;
  position: relative;
  overflow: hidden;
}

#powerup .lines-container h2 {
  display: inline;
  zoom: 1;
  display: inline-block; /* inline and zoom gives inline-block in ie7 */
  position: relative;
  text-transform: uppercase;
  font-family: "ProximaNova-Black", "Helvetica Neue", Arial, Helvetica, sans-serif;
  color: #fff;
  margin: 50px auto 0 auto;
  padding: 0;
  font-size: 40px;
}

#powerup .lines-container h2:before {
  position: absolute;
  display: block;
  right: 100%;
  top: 50%;
  width: 2048px;
  margin: -2px 20px 0 20px;
  border-bottom: 5px solid #fff;
  content: "";
}

#powerup .lines-container h2:after {
  position: absolute;
  display: block;
  left: 100%;
  top: 50%;
  width: 2048px;
  margin: -2px 20px 0 20px;
  border-bottom: 5px solid #fff;
  content: "";
}

#powerup h3 {
  text-transform: uppercase;
  font-size: 24px;
  font-family: "ProximaNova-Black", "Helvetica Neue", Arial, Helvetica, sans-serif;
  color: #fff;
  margin: 30px auto 10px auto;
  padding: 0;
}

#powerup p {
  font-size: 17px;
  color: #fff;
  line-height: 1.3;
}

#powerup img {
  margin: 0 auto;
}

@media (max-width: 445px) {
  #powerup .content img {
    float: none;
    margin: 0 auto;
  }

  #powerup .content h3 {
    margin-top: 0;
    padding-top: 0;
    text-align: center;
  }

  #powerup .content p {
    text-align: center;
    padding-bottom: 15px;
  }
}

#powerup .btn-enlist {
  background: #fff;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  padding: 10px 30px 10px 30px;
  border: none;
  text-shadow: none;
  font-family: "ProximaNova-Black", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  color: #ac1f30;
  margin: 20px auto;
  box-shadow: 2px 2px 1px #ba6f74;
}

#powerup .btn-enlist:hover {
  background: #000;
  box-shadow: none;
}

#ourquest {
  position: relative;
  background: url(../images/machinimacom/ourquest-bg.jpg) 30% 100% no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  overflow: hidden;
  padding: 0 10px;
  z-index: 8;
  min-height: 950px;
}

@media (min-width: 750px) {
  #ourquest {
    padding: 0;
  }
}

#ourquest .ourquest-wrapper {
  padding: 210px 0 40px 0;
}

@media (max-width: 480px) {
  #ourquest {
    background: url(../images/machinimacom/ourquest-bg.jpg) 29% 72% no-repeat;
    min-height: 650px;
  }

  #ourquest .ourquest-wrapper {
    padding: 80px 0;
  }

  #ourquest .ourquest-wrapper h1,
  #ourquest .ourquest-wrapper h2,
  #ourquest .ourquest-wrapper p {
    text-shadow: 0 0 12px #fff;
  }
}



#ourquest h2 {
  display: block;
  color: #000;
  font: 65px "ProximaNova-Black", "Helvetica Neue", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  margin: 10px 0 0 0;
  font-size: 42px;
}

@media (min-width: 750px) {
  #ourquest h2 {
    font-size: 72px;
  }
}

#ourquest h3 {
  display: block;
  color: #000;
  font-family: "proxima_nova_rgbold", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 24px;
  margin: 0px 0 20px 0;
}

#ourquest p {
  display: block;
  color: #000;
  font-family: "proxima_nova_rgregular", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
}

#ourquest .btn-enlist {
  background: #fff;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  padding: 10px 40px 7px 40px;
  border: none;
  font-family: "ProximaNova-Black", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  color: #000;
  display: block;
  margin: 20px auto 100px auto;
}

#ourquest .btn-enlist:hover {
  background: #ac1f30;
  color: #fff;
  box-shadow: none;
}

/* ------ Boss Pics ------ */

.imgoverlay {
  position: relative;
  overflow: hidden;
  display: block;
  max-width: 100%
}

.imgoverlay img {
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  -ms-transition: all .4s ease;
  transition: all .4s ease
}

.imgoverlay:hover img {
  transform: scale(1.07);
  -ms-transform: scale(1.07);
  -webkit-transform: scale(1.07)
}

.imgoverlay .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 1;
  -webkit-transition: opacity .3s ease;
  -moz-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  -ms-transition: opacity .3s ease;
  transition: opacity .3s ease
}

.imgoverlay:hover .overlay {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(Opacity=100)"
}

.imgoverlay .overlaycolor {
  width: 100%;
  top: 88%;
  bottom: 0;
  background: #ac1f30;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(Opacity=100)";
  display: none;
}

.imgoverlay:hover .overlaycolor {
  width: 100%;
  height: 100%;
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: .8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(Opacity=80)";
}

.imgoverlay .overlayinfo {
  width: 100%;
  text-align: center;
  display: block;
  position: absolute;
  bottom: -30px;
  left: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #ac1f30;
}

.imgoverlay .overlayinfo a {
  color: #fff;
}

.imgoverlay .overlayinfo .username {
  margin: 0;
  padding: 0 0 0;
  height: 30px;
  text-align: center;
  font-size: 13px;
}

.imgoverlay:hover .overlayinfo {
  bottom: 0;
}

.imgoverlay .overlayinfo h2 {
  display: block;
  margin: 0;
  padding: 12px 0;
  font: 16px "ProximaNova-Black", "Helvetica Neue", Arial, Helvetica, sans-serif;
  color: #fff;
  border-bottom: none;
  text-transform: uppercase;
}

@media (min-width: 768px) and (max-width: 992px) {
  .imgoverlay .overlayinfo h2 {
    font-size: 14px;
  }
}

.imgoverlay:hover .overlayinfo h2 {
  display: inline-block;
  font: 16px "ProximaNova-Black", "Helvetica Neue", Arial, Helvetica, sans-serif;
  color: #fff;
  text-transform: uppercase;
}

.socialmedia-widget {
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
  text-align: center
}

div .socialmedia-widget:first-child {
  margin: 0
}

.socialmedia-widget li {
  display: inline-block;
  background: 0 0;
  padding: 0;
  margin: 0 3px;
  position: relative
}

.socialmedia-widget li a {
  height: 30px;
  width: 30px;
  display: block;
  text-indent: -9999px;
  background: url(../images/machinimacom/social-icons.png);
  margin: 0
}

.social-share li a {
  opacity: .3;
  filter: alpha(opacity=30);
  -ms-filter: "alpha(Opacity=30)"
}

.text-light .social-share li a {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(Opacity=100)"
}

.socialmedia-widget li.facebook a {
  background-position: 0 top
}

.socialmedia-widget li.twitter a {
  background-position: -30px top
}

.socialmedia-widget li.youtube a {
  background-position: -390px top
}

.socialmedia-widget li.mail a {
  background-position: -420px top
}

.socialmedia-widget li.instagram a {
  background-position: -450px top
}

.text-light .socialmedia-widget li.facebook a {
  background-position: 0 -30px
}

.text-light .socialmedia-widget li.twitter a {
  background-position: -30px -30px
}

.text-light .socialmedia-widget li.youtube a {
  background-position: -390px -30px
}

.text-light .socialmedia-widget li.instagram a {
  background-position: -450px -30px
}

.socialmedia-widget li:hover a {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
  -ms-filter: "alpha(Opacity=100)" !important
}

.socialmedia-widget li.facebook:hover a {
  background-position: 0 bottom
}

.socialmedia-widget li.twitter:hover a {
  background-position: -30px bottom
}

.socialmedia-widget li.youtube:hover a {
  background-position: -390px bottom
}

.socialmedia-widget li.instagram:hover a {
  background-position: -450px bottom
}

/* ------ Badges ------ */

#badges-wrapper {
  background: #fff url(../images/machinimacom/bosslevelbg.png);
  padding: 40px 0 0 0;
}

#badges-wrapper .lines-container {
  text-align: center;
  position: relative;
  overflow: hidden;
}

#badges-wrapper .lines-container h2 {
  display: inline;
  zoom: 1;
  display: inline-block; /* inline and zoom gives inline-block in ie7 */
  position: relative;
  text-transform: uppercase;
  font-family: "ProximaNova-Black", "Helvetica Neue", Arial, Helvetica, sans-serif;
  color: #000;
  margin: 50px auto 0 auto;
  padding: 0;
  font-size: 40px;
}

#badges-wrapper .lines-container h2:before {
  position: absolute;
  display: block;
  right: 100%;
  top: 50%;
  width: 2048px;
  margin: -2px 20px 0 20px;
  border-bottom: 5px solid #000;
  content: "";
}

#badges-wrapper .lines-container h2:after {
  position: absolute;
  display: block;
  left: 100%;
  top: 50%;
  width: 2048px;
  margin: -2px 20px 0 20px;
  border-bottom: 5px solid #000;
  content: "";
}

#badges .header {
  padding-top: 20px;
  margin-bottom: 30px;
}

#badges h1 {
  color: #ac1f30;
  text-transform: uppercase;
  font: 35px "ProximaNova-Black", "Helvetica Neue", Arial, Helvetica, sans-serif;
}

#badges h2 {
  color: #000;
  text-transform: uppercase;
  font: 42px "ProximaNova-Black", "Helvetica Neue", Arial, Helvetica, sans-serif;
}

@media (min-width: 750px) {
  #badges h2 {
    font-size: 70px;
  }
}

#badges .header p {
  color: #333;
  font-family: "proxima_nova_rgregular", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 20px;
  line-height: 1.3;
  margin: 0;
  padding: 20px 0;
}

.badges img {
  margin: 0 auto;
}

#badges .white-badge {
  background: #f7f7f7;
  width: 100%;
  box-shadow: 0px -4px 12px 0 rgba(0, 0, 0, 0.1);
}

#badges .red-badge {
  background: #a41d2e;
  width: 100%;
  box-shadow: 0px -4px 12px 0 rgba(0, 0, 0, 0.3);
}

#badges .black-badge {
  background: #1b1b1b;
  width: 100%;
  box-shadow: 0px -4px 12px 0 rgba(0, 0, 0, 0.3);
}

#badges .badgebg {
  position: relative;
  background: url(../images/machinimacom/badgebgarrow-solid.png) no-repeat 50% 100%;
  min-height: 490px;
  color: #fff;
  padding: 0 0 70px 0;
  margin: 0 0 20px 0;
}

@media (min-width: 750px) {
  #badges .badgebg {
    min-height: 560px;
  }
}

#badges .badgebg span {
  display: block;
}

#badges .badgebg h2.badgehd {
  display: inline-block;
  color: #fff;
  border-bottom: 1px solid #fff;
  text-transform: uppercase;
  font: 24px "ProximaNova-Black", "Helvetica Neue", Arial, Helvetica, sans-serif;
}

#badges .badgebg p {
  padding: 5px 20px 5px 20px;
  font-size: 17px;
}

@media (max-width: 750px) {
  #badges .badgebg p {
    padding-bottom: 20px;
  }

  #badges .row.badges > div {
    max-width: 300px;
    display: block; float: none; margin-left: auto; margin-right: auto;
  }

  #badges .row.badges .badgebg {
    max-width: 300px;
    display: block; float: none; margin-left: auto; margin-right: auto;
  }
}

#badges .badgebg a {
  color: #fff;
  text-decoration: underline;
}

#enlistnow {
  padding: 0 0 40px 0;
}

#enlistnow .btn-info {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  padding: 10px 30px 10px 30px;
  border: none;
  text-shadow: none;
  font-family: "ProximaNova-Black", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  background: none;
  color: #000;
  display: block;
  margin: 10px auto;
  text-decoration: underline;
}

#enlistnow .btn-enlist:hover {
  background: #000;
  box-shadow: none;
}

/* ------ Heroes Rise ------ */

#heroesrise {
  background: #ac1f30 url(../images/machinimacom/herosrise-bg-cropped.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-height: 950px;
}

@media (max-width: 480px) {
  #heroesrise {
    background: #ac1f30 url(../images/machinimacom/herosrise-bg-cropped.jpg) no-repeat 22% 0;
    -webkit-background-size: auto 100%;
    -moz-background-size: auto 100%;
    -o-background-size: auto 100%;
    background-size: auto 100%;
    min-height: 650px;
  }
}

#heroesrise > .container {
  margin: 0;
}

#heroesrise .herooverlay {
  margin: 0 auto;
  max-width: 600px;
  padding: 20px;
}

@media (min-width: 750px) {
  #heroesrise .herooverlay {
    position: absolute;
    padding: 110px;
  }
}

#heroesrise a img {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

#heroesrise a img:hover {
  opacity: 1.0;
  filter: alpha(opacity=100);
}

#heroesrise h1 {
  color: #ac1f30;
  text-transform: uppercase;
  font: 65px "ProximaNova-Black", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 42px;
  line-height: 0.85;
}

@media (min-width: 750px) {
  #heroesrise h1 {
    font-size: 65px;
  }
}

#heroesrise p {
  font-family: "proxima_nova_rgregular", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 20px;
  line-height: 1.3;
  color: #000;
  max-width: 400px;
}

#heroesrise p b {
  font-family: "proxima_nova_rgbold", "Helvetica Neue", Arial, Helvetica, sans-serif;
}

#heroesrise .iwantyou {
  clear: both;
  float: right;
}

#heroesrise .btn-enlist2 {
  margin: 30px 0;
}

.btn-enlist2 {
  display: block;
  margin: 15px auto;
  font-family: "ProximaNova-Black", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 20px;
  line-height: 1;
  text-transform: uppercase;
  background: #000;
  color: #fb050b;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 14px 45px;
  box-shadow: none;
}

.btn-enlist2:hover {
  background: #fb050b;
  color: #fff;
  box-shadow: none;
}
.thanks-page{
  height: 400px;
}

.app-icons{
  float: right;
  width: 140px;
}

.google-app-badge{
  padding: 5px 0;
  height: 50px;
}
.youtubecert{
  padding: 10px 0;
}