/* @import url('responsive-alignment.css'); */
html{
  height: 100%;
}
body {
  margin: 0;
  height: 100%;
}

.red {
  color: #ac1f30;
}

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

.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 40px;
  box-shadow: none;
}

.btn-enlist2:hover {
  background: #fb050b;
  color: #fff;
  box-shadow: none;
}

@media (min-width: 750px) {
  .row {
    margin: 0;
    padding: 0;
  }
}

#intro .row {
  margin: 0;
  padding: 0;
}

#footer,
#container-wrapper {
  padding-bottom: 0;
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -webkit-transition: all 350ms linear;
  -ms-transition: all 350ms linear;
  transition: all 350ms linear;
}


@media (max-width: 750px) {
  #container-wrapper {
    width: 100%;
    overflow: hidden;
  }
}

.side-menu-visible #footer,
.side-menu-visible #container-wrapper {
  transform: translateX(-320px);
  -webkit-transform: translateX(-320px);
}

.side-menu-visible #contact-wrapper #container-wrapper {
  transform: translateX(0px) !important;
  -webkit-transform: translateX(0px) !important;
}


/* ------ Navbar ------ */
header {
  width: 100%;
  overflow: hidden;
}

#nav {
  position: fixed;
  z-index: 9999;
}

#nav .container {
  position: relative;
}

.navbar-custom .navbar-nav > li > a {
  font-family: ProximaNova-SemiBold, arial, sans-serif;
}

.navbar-header {
  padding-left: 40px;
  z-index: 9999;
}

@media (max-width: 750px) {
  .navbar-header {
    padding-left: 0px;
  }
}

.navbar-menu {
  position: absolute;
  top: 12px;
  right: 10px;
}

@media (max-width: 750px) {
  li.nav-menu-link {
    display: none;
  }

  .navbar-nav {
    width: 220px;
  }

  .navbar-menu .nav > li > a {
    font-size: 14px;
    padding-top: 12px;
  }
}

@media (max-width: 770px) and (min-width: 750px) {
  .navbar-nav {
    width: 350px;
  }
}

.navbar-menu .nav > li > a {
  float: left;
  display: block;
  z-index: 9999;
  outline: 0;
  white-space: nowrap;
}

.navbar-menu .nav-menu-link {
  position: relative;
  overflow: hidden;
}

.navbar-menu .nav-menu-link a span {
  z-index: 9999;
  padding-right: 48px;
}

.navbar-menu .nav-menu-link .nav-toggle-icon {
  position: absolute;
  top: 12px;
  right: 48px;
  z-index: -1;
  z-index: 9998;
}

.nav-toggle-icon {
  position: relative;
  cursor: pointer;
}

.nav-toggle-icon .menu-icon {
  position: absolute;
  width: 40px;
  height: 20px;
  top: 2px;
  background: url(../images/machinimacom/global-header-nav-menu-collapsed.png) no-repeat 0px 0px;
}

.nav-menu-link:hover .menu-icon {
  background: url(../images/machinimacom/global-header-nav-menu-collapsed-hover.png) no-repeat 0px 0px;
}

.side-menu-visible .menu-icon {
  background: url(../images/machinimacom/global-header-nav-menu-expanded.png) no-repeat 0px 0px;
}

.side-menu-visible .nav-menu-link:hover .menu-icon {
  background: url(../images/machinimacom/global-header-nav-menu-expanded-hover.png) no-repeat 0px 0px;
}

.nav-menu-link {
  position: relative;
  padding-right: 48px;
}

.nav-menu-link:hover * {
  color: #c00;
}

.navbar-toggle {
  display: none;
}

@media (max-width: 750px) {
  .navbar-toggle {
    display: block;
    position: absolute;
    top: 20px;
    right: 5px;
  }
}

/* ----- Side Menu ----- */
.nav-side-menu-wrapper {
  position: fixed;
  top: 85px;
  right: 0;
  width: 320px;
  overflow: hidden;
  background: #000;
  z-index: 5000;
  -webkit-transition: all 350ms linear;
  -ms-transition: all 350ms linear;
  transition: all 350ms linear;
  transform: translateX(320px);
  -webkit-transform: translateX(320px);
}

.side-menu-visible .nav-side-menu-wrapper {
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
}

.nav-side-menu {
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px 20px 50px 20px;
  font-family: "proxima_nova_rgbold", "Helvetica Neue", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 400;
  overflow:scroll;
  width: 320px;
}

@media (max-width: 750px) {
  .nav-side-menu {
    padding: 10px 30px;
  }
}

.nav-side-menu .btn-enlist, .nav-side-menu .btn-console-login {
  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 40px;
  box-shadow: none;
  border: 1px solid #333;
  text-decoration: none;
  text-align: center;
}

.nav-side-menu .btn-enlist:hover, .nav-side-menu .btn-console-login:hover {
  background: #fb050b;
  color: #fff;
  box-shadow: none;
  border: 1px solid #fb050b;
}

.nav-side-menu ul {
  margin: 0;
  padding: 0 0 25px 0;
  list-style: none;
}

.nav-side-menu li {
  margin: 0;
  padding: 8px 0;
  font-size: 18px;
  font-family: "ProximaNova-Black", "proxima_nova_rgbold", "Helvetica Neue", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 1.1;
}

@media (max-width: 750px) {
  .nav-side-menu li {
    margin: 0;
    padding: 2px 0;
    font-size: 16px;
  }
}

.nav-side-menu li a {
  color: #ccc;
  white-space: nowrap;
}

.nav-side-menu li a:hover {
  color: #ac1f30;
  text-decoration: none;
}

/* ------- Footer ------ */
#footer {
  position: relative;
  height: auto;
  min-height: 1px;
  background: #8a8c8e;
}

#footer .copyright {
  font-size: 14px;
}

#footer a,
#footer p,
#footer span,
#footer h1 {
  color: #fff;
  border: none;
}

#footer .top {
  padding-bottom: 10px;
  position: relative;
}

@media (max-width: 480px) {
  #footer .top {
    text-align: center;
  }
}

#footer .backtotop ul {
  margin-top: 80px;
}

#footer .social {
  margin: 42px 0 0 0;
}

#footer .social img {
  padding: 0 8px 0 0;
}

@media (max-width: 750px) {
  footer .social {
    text-align: center;
    width: auto;
  }

  footer .social img {
    padding: 0 4px;
  }
}

#footer .youtubecert {
  float: right;
}

@media (max-width: 750px) {
  #footer .youtubecert {
    float: none;
    margin: 0px auto 30px auto;
    display: block;
    clear: both;
  }
}

#footer ul.menu {
  line-height: 35px;
  list-style: outside none none;
}

#footer ul.menu li {
  margin: 0;
  padding: 3px 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
}

/* ------- Inside Page Content ------ */
#inside-page {
  padding-top: 69px;
}

#inside-page p {
  font-size: 16px;
  line-height: 1.3;
}

#strike h1 {
  font-family: "ProximaNova-Black", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 2.4em;
  text-transform: uppercase;
}

.inside-header {
  position: relative;
  padding: 0;
}

.inside-header .header-wrapper {
  padding: 40px 20px;
  text-align: left;
}

@media (min-width: 750px) {
  .inside-header {
    min-height: 560px;
  }

  .inside-header .header-wrapper {
    padding: 100px 120px;
  }
}

.inside-header h1 {
  margin: 0;
  padding: 0;
  color: #fff;
  text-transform: uppercase;
  font-family: "ProximaNova-Black", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 32px;
  line-height: 0.8;
}

@media (min-width: 750px) {
  .inside-header {
    position: relative;
  }

  .inside-header h1 {
    font-size: 110px;
  }
}

.inside-header--about {
  background: url(../images/machinimacom/aboutus-header-bg.jpg) no-repeat 50% 50%;
  background-size: cover;
}

.inside-header--press {
  background: url(../images/machinimacom/press-header-bg.jpg) no-repeat 50% 40%;
  background-size: cover;
}

.inside-header--faq {
  background: url(../images/machinimacom/faq-header-bg.jpg) no-repeat 50% 50%;
  background-size: cover;
}

.inside-header--contact {
  min-height: 0 !important;
}

.inside-header--products {
  background: url(../images/machinimacom/productservices-header-bg.jpg) no-repeat 50% 50%;
  background-size: cover;
}

.inside-header--advertise {
  background: url(../images/machinimacom/solutions-header-bg.jpg) no-repeat 50% 50%;
  background-size: cover;
}

.inside-header .tab-group {
  background: #fff;
  background: rgba(255, 255, 255, 0.65);
}

@media (min-width: 481px) and (max-width: 1024px) {
  .inside-header .tab-group .nav-tabs li,
  .inside-header .tab-group .nav-tabs li a {
    min-height: 64px !important;
  }
}

@media (max-width: 480px) {
  .inside-header .tab-group .nav-tabs {
    margin: 0;
  }

  .inside-header .tab-group .nav-tabs li {
    float: none;
    display: block;
    width: 100%;
  }
}

@media (min-width: 750px) {
  .inside-header .tab-group {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
}

.inside-header .tab-group .container {
  margin: 0 auto;
}

.inside-content {
  padding: 35px 0 75px 0;
}

.inside-content--advertise {
  width: 100%; max-width: 1130px;
}

.inside-content h1 {
  font-family: "ProximaNova-Black", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 2.4em;
  color: #ac1f30;
}

.inside-content h2 {
  font-family: "proxima_nova_ltlight", "Helvetica Neue", Arial, Helvetica, sans-serif;
}

.inside-content h3 {
  padding-top: 15px;
}

.inside-content .faq-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.inside-content .faq-list li {
  margin: 0;
  padding: 10px 0;
}

.inside-content .faq-list li h3 {
  font-size: 16px;
  font-weight: 400;
  color: #8a8c8e;
}

.inside-content .faq-list li h3 b {
  font-family: "ProximaNova-Black", "Helvetica Neue", Arial, Helvetica, sans-serif;
  color: #000;
  text-transform: uppercase;
  font-weight: 400;
}

/* ------- Tab Groups ------- */
.tab-group .nav-tabs {
  margin: 22px 0 0 0;
  border-bottom: 0;
}

.tab-group .nav-tabs li {
  width: 23.5%;
  text-align: center;
  margin-left: 2px;
}

.tab-group .nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 0;
  text-transform: uppercase;
  font-family: "ProximaNova-Black", "Helvetica Neue", Arial, Helvetica, sans-serif;
  background: none;
  color: #80807c;
}

.tab-group .nav-tabs > li.active > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 0;
  text-transform: uppercase;
  font-family: "ProximaNova-Black", "Helvetica Neue", Arial, Helvetica, sans-serif;
  background: #fff;
  color: #ad1f31;
}

.tab-group .nav-tabs > li > a:hover {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 0;
  background: #fff;
  color: #ad1f31;
}

.tab-group .nav-tabs > li.active {
  color: #515348;
  background: #fff;
  cursor: default;
}

.tab-group .tab-pane {
  display: none;
}

.tab-group .tab-pane.active {
  display: block;
}

@media only screen and (min-width: 320px) {
  .tab-group .nav-tabs li a, .tab-group .nav-tabs li a:hover,
  .tab-group .nav-tabs li.active a, .tab-group .nav-tabs li.active a:hover {
    font-size: 13px;
    line-height: 1;
  }
}

@media only screen and (min-width: 480px) {
  .tab-group .nav-tabs li a, .tab-group .nav-tabs li a:hover,
  .tab-group .nav-tabs li.active a, .tab-group .nav-tabs li.active a:hover {
    font-size: 16px;
    line-height: 1.1;
  }
}

@media only screen and (min-width: 768px) {
  .tab-group .nav-tabs li a, .tab-group .nav-tabs li a:hover,
  .tab-group .nav-tabs li.active a, .tab-group .nav-tabs li.active a:hover {
    font-size: 18px;
    line-height: 1.2;
  }
}

@media only screen and (min-width: 992px) {
  .tab-group .nav-tabs li a, .tab-group .nav-tabs li a:hover,
  .tab-group .nav-tabs li.active a, .tab-group .nav-tabs li.active a:hover {
    font-size: 20px;
    line-height: 1.2;
  }
}

@media only screen and (min-width: 1200px) {
  .tab-group .nav-tabs li a, .tab-group .nav-tabs li a:hover,
  .tab-group .nav-tabs li.active a, .tab-group .nav-tabs li.active a:hover {
    font-size: 20px;
    line-height: 1.2;
  }
}

/* ------ News Group ------ */
.news-container {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}

@media (max-width: 768px) {
  .news-container {
    margin: 0 20px;
  }
}

.news-container .news-item {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 18px 0;
  border-top: 1px solid #ededed;
}

.news-container .news-item:first-child {
  border: 0;
}

.news-container .news-item .photo {
  float: left;
  position: relative;
  max-width: 190px;
  width: 33%;
}

.news-container .news-item .photo img {
  margin: 0;
  padding: 0;
}

.news-container .news-item .photo span {
  position: absolute;
  display: block;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 10px;
  color: #fff;
  font-family: "proxima_nova_rgbold", "Helvetica Neue", Arial, Helvetica, sans-serif;
  background: #ac1f30;
  font-size: 14px;
  text-align: center;
}

@media (max-width: 480px) {
  .news-container .news-item .photo {
    float: none;
    margin: 0 0 20px 0;
    width: 100%;
    max-width: 480px;
  }

  .news-container .news-item .photo img {
    width: 100%;
    height: auto;
  }

  .news-container .news-item .photo span {
    position: static;
  }
}

.news-container .news-item .news-arrow {
  margin: 10px 0 0 0;
  float: right;
}

.news-container .news-item .news-arrow img {
  border: 1px solid #efefed;
  margin: 10px 0 0 0;
}

@media (max-width: 768px) {
  .news-container .news-item .news-arrow {
    display: none;
  }
}

.news-container .news-item .text {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 16px 40px;
}

.news-container .news-item .text .title {
  margin: 0;
  padding: 0 0 8px 0;
}

@media (max-width: 768px) {
  .news-container .news-item .text {
    padding: 0px 40px;
  }
}

@media (max-width: 480px) {
  .news-container .news-item .text {
    padding: 0px 0px 10px 0px;
  }
}

.news-group {
  display: block;
  position: relative;
  clear: left;
  margin: 0 auto;
  padding-bottom: 20px;
}

.news-group .row {
  padding-bottom: 10px;
}

.news-group .newsarrow {
  margin: 10px 0 0 0;
}

.news-group .newsarrow img {
  border: 1px solid #efefed;
  margin: 10px 0 0 0;
}

@media (max-width: 480px) {
  .news-group .newsarrow {
    display: none;
  }
}

.news-group a.title {
  text-transform: uppercase;
  color: #444;
  font-size: 1.3em;
}

.news-group .newsdate {
  color: #86887d;
  margin: 0;
  padding: 0;
}

.news-group p {
  color: #b1b1b1;
}

.news-group a.readmore {
  color: #ac1f30;
  font-family: "proxima_nova_rgregular", "Helvetica Neue", Arial, Helvetica, sans-serif;
  text-decoration: underline;
}

/* --------- Contact Form ---------- */
.contact-form {
  width: auto;
  max-width: 440px;
  padding: 15px;
  text-align: center;
}

.contact-form fieldset {
  position: relative;
  display: block;
  overflow: hidden;
}

.contact-form select,
.contact-form input,
.contact-form textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  background: rgba(145, 147, 136, 0.25);
  border: 1px solid rgba(145, 147, 136, 0.5);
  padding: 8px;
  margin: 0 0 10px 0;
  font-style: normal;
}

#contact-wrapper .contact-form input,
#contact-wrapper .contact-form textarea {
  color: #fff;
}
#contact-wrapper .contact-form select {
  color: #000;
}

.contact-form select {
  height: 40px;
}

.contact-form .buttons input {
  margin-top: 20px;
}

.contact-form .fields textarea::-webkit-input-placeholder,
.contact-form .fields input::-webkit-input-placeholder,
.contact-form .fields textarea::-moz-placeholder,
.contact-form .fields input::-moz-placeholder,
.contact-form .fields textarea:-ms-input-placeholder,
.contact-form .fields input:-ms-input-placeholder {
  font-style: italic;
}

#contact-wrapper .contact-form .fields textarea::-webkit-input-placeholder,
#contact-wrapper .contact-form .fields input::-webkit-input-placeholder,
#contact-wrapper .contact-form .fields textarea::-moz-placeholder,
#contact-wrapper .contact-form .fields input::-moz-placeholder,
#contact-wrapper .contact-form .fields textarea:-ms-input-placeholder,
#contact-wrapper .contact-form .fields input:-ms-input-placeholder {
  font-style: italic;
  color: #fff;
}


.contact-form .buttons {
  padding: 0;
  text-align: center;
}

.contact-form .btn-submit {
  clear: left; float: none;
  display: inline; zoom: 1; display: inline-block; /* inline and zoom gives inline-block in ie7 */
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: auto;
  background: none repeat scroll 0 0 #000;
  border: 0 none;
  border-radius: 0;
  box-shadow: none;
  color: #fb050b !important;
  font-family: "ProximaNova-Black","Helvetica Neue",Arial,Helvetica,sans-serif;
  font-size: 20px;
  line-height: 16px;
  margin: 15px auto;
  padding: 0 45px;
  text-transform: uppercase;
  height: 50px;
}

.contact-form .btn-submit:hover {
  background: #fb050b !important;
  color: #fff !important;
  box-shadow: none;
}

/* ------ Advertise ------ */
.advertise-overview {
  padding: 0 20px;
}

.advertise-overview h1,
.advertise-overview h2 {
  font-size: 30px;
  text-align: center;
  color: #000;
  max-width: 800px;
  margin: 0 auto;
  padding: 30px 0;
  font-family: "ProximaNova-Black", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-weight: 400;
}

.advertise-overview .stats {
  position: relative;
  display: block;
  margin: 0;
  padding: 10px 0 20px 0;
  list-style: none;
  overflow: hidden;
}

.advertise-overview .stats li {
  float: left;
  width: 20%;
  margin: 0;
  padding: 0 12px;
  box-sizing: border-box;
}

.advertise-overview .stats li .box {
  position: relative;
  border: 8px solid #ac1f30;
}

.advertise-overview .stats li .box img {
  width: 100%;
  height: auto;
}

.advertise-overview .stats li .box span {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-family: "proxima_nova_rgbold", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 52px;
  line-height: 1;
  margin: -26px 0 0 0;
  color: #ac1f30;
}

.advertise-overview .stats li .label {
  font-size: 16px;
  color: #8a8c8e;
  display: block;
  padding: 4px 0 8px 0;
  text-align: center;
  font-family: "ProximaNova-Black", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-weight: 400;
}

@media (max-width: 997px) {
  .advertise-overview .stats li .box span {
    font-size: 36px;
    margin-top: -18px;
  }
}

@media (max-width: 640px) {
  .advertise-overview .stats li {
    width: 50%;
  }
}

.advertise-overview .audience {
  position: relative;
  display: block;
  margin: 0;
  padding: 0px 0 30px 0;
  list-style: none;
  overflow: hidden;
}

.advertise-overview .audience li {
  float: left;
  width: 20%;
  margin: 0;
  padding: 6px 10px 2px 10px;
  box-sizing: border-box;
  background: #ccc;
  text-align: center;
  min-height: 218px;
}

@media (max-width: 640px) {
  .advertise-overview .audience li {
    width: 50%;
  }
}

.advertise-overview .audience li img {
  margin: 0 auto;
  width: auto;
  height: auto;
  max-width: 100%;
}

.advertise-overview .audience li .title {
  margin: 0;
  padding: 0;
  font-size: 16px;
  color: #ac1f30;
  display: block;
  padding: 4px 0 8px 0;
  text-align: center;
  font-family: "ProximaNova-Black", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-weight: 400;
}

.advertise-overview .audience li .desc {
  text-align: center;
  margin: 0;
  padding: 0;
  font-size: 12px !important;
  color: #77787b;
}

.advertise-overview .audience li:nth-child(even) {
  background: #a1a1a1;
}

.advertise-overview .audience li:nth-child(even) .desc {
  color: #e6e7e8;
}

@media (max-width: 640px) {
  .advertise-overview .audience li:nth-child(even) {
    background: #ccc;
  }

  .advertise-overview .audience li:nth-child(4n+4), .advertise-overview .audience li:nth-child(4n+1) {
    background: #a1a1a1;
  }

  .advertise-overview .audience li:nth-child(4n+4) .desc, .advertise-overview .audience li:nth-child(4n+1) .desc {
    color: #e6e7e8;
  }
}

.advertise-overview .solutions {
  position: relative;
  display: block;
  margin: 0;
  padding: 0px 0 20px 0;
  list-style: none;
  overflow: hidden;
}

.advertise-overview .solutions li {
  margin: 0;
  padding: 0px;
  box-sizing: border-box;
  text-align: center;
  min-height: 240px;
  float: left;
  width: 20%;
}

.advertise-overview .solutions li .photo {
  min-height: 160px;
}

@media (max-width: 640px) {
  .advertise-overview .solutions li {
    float: none;
    width: 100% !important;
  }
}

.advertise-overview .solutions img {
  margin: 0 auto;
  width: auto;
  height: auto;
  max-width: 100%;
}

.advertise-overview .solutions h5 {
  margin: 0;
  padding: 0;
  font-size: 16px;
  color: #8a8c8e;
  display: block;
  padding: 4px 0 8px 0;
  text-align: center;
  font-family: "ProximaNova-Black", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}

.advertise-overview p.source {
  font-size: 11px !important;
}

/* --------------- Products Table ----------------- */
.products-table {
  width: 100%;
  margin: 30px 0 60px 0;
  padding: 0;
  border-top: 1px solid #ddd;
}

.products-table th,
.products-table td {
  padding: 8px 8px;
  text-align: center;
  border-bottom: 1px solid #ddd;
  vertical-align: middle;
  font-weight: 700;
}

.products-table tr th:first-child,
.products-table tr td:first-child {
  text-align: left;
  font-weight: 400;
}

.products-table th p,
.products-table td p {
  margin: 0;
  padding: 0;
}

.products-table tr .benefit {
  background: #ccc;
  color: #000;
}

.products-table tr .white {
  background: #fff;
  color: #000;
  width: 10%;
  min-width: 50px;
}

.products-table tr .red {
  background: #ac1f30;
  color: #fff;
  width: 10%;
  min-width: 50px;
}

.products-table tr .black {
  background: #000;
  color: #fff;
  width: 10%;
  min-width: 50px;
}

/* ----------- contact us ------------- */
#contact-wrapper {
  background: url(../images/machinimacom/contactus-bg.jpg) no-repeat 50% 50%;
  background-size: cover;
  -webkit-background-size: cover;
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -webkit-transition: all 350ms linear;
  -ms-transition: all 350ms linear;
  transition: all 350ms linear;
}

.side-menu-visible #contact-wrapper {
  transform: translateX(-320px);
  -webkit-transform: translateX(-320px);
}

#contact-wrapper h2 {
  font-family: "ProximaNova-Black", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 24px;
  color: #fff;
  text-transform: uppercase;
  max-width: 500px;
  margin: 0 auto;
}

/*# sourceMappingURL=machinimacom.css.map */
