@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap');
@import url('https://avtweb-black.s3-us-west-2.amazonaws.com/css/font-awesome.min.css');
@import url('nav.css');
@import url('lity.min.css');
html, body {
  font-family: 'Montserrat', sans-serif !important;
  height: 100%;
}
* {
  outline: none;
}
input:focus {
  outline: none
}
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-overflow-style: scrollbar
}
*, *::before, *::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit
}
body {
  margin: 0;
  background-color: #000;
  color: #fff;
  font-weight: 300;
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
}
svg {
  width: 100%;
  height: auto;
}
img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
figure {
  margin: 0 auto;
}
a {
  color: #0070c9;
}
.noscroll {
  overflow: hidden;
  position: fixed;
  width: 100% !important;
  height: 100% !important;
}
section {
  padding: 15% 0;
  position: relative;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  text-align: center
}
input, slect {
  font-size: 100%
}
h2 {
  color: #ed1c24;
  margin: 0 0 2%;
  font-size: 21px;
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px
}
.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important
}
.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}
.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}
.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important
}
.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}
.mr-auto, .mx-auto {
  margin-right: auto !important;
}
.media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}
.media-body {
  -ms-flex: 1;
  flex: 1;
}
.list-style-none {
  list-style: none;
}
.container {
  width: 90%;
  margin-right: auto;
  margin-left: auto
}
/* Accordion
================================================== */
.acc {
  list-style: none;
  padding: 0;
  margin: 0 auto;
}
.acc__card {
  position: relative;
  border-bottom: 1px solid #484848;
  padding: 15px 0 15px 25px;
}
.acc__card:last-of-type {
  border-bottom: none;
}
.acc__title {
  color: #fff;
  cursor: pointer;
  display: block;
  padding: 0;
  position: relative;
  font-weight: 500;
}
.acc__card::before {
  font-size: 12px;
  content: "\f04b";
  font-family: 'FontAwesome';
  position: absolute;
  top: 18px;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.acc__card.active::before {
  color: #e2010f;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.acc__panel {
  display: none;
  margin: 10px 0 0;
  color: #fefefe;
}
/* --------------------------------
 *
 *Modal Window
 *
 *-------------------------------- */
.modal-active {
  overflow: hidden !important;
  height: 100% !important;
  width: 100%;
}
/**
 * Material Modal CSS
 */
.md-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 50%;
  width: 100%;
  height: 100%;
  z-index: 2000;
  visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.md-show {
  visibility: visible;
}
.md-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  visibility: hidden;
  top: 0;
  left: 0;
  z-index: 1000;
  opacity: 0;
  background: rgba(0, 0, 0, 1);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.md-show ~ .md-overlay {
  opacity: 1;
  visibility: visible;
}
/* Content styles */
.md-content {
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}
.md-content article {
  display: table;
}
.sideqik-promotion, .iframe-wrap {
  display: table-cell;
  vertical-align: middle;
  width: 100vw;
  height: 100vh;
}
.iframe-wrap {
  background-color: rgb(242, 242, 242);
}
.md-content button {
  z-index: 1100;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  margin: 15px;
  padding: 15px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  -webkit-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  border: none;
}
.md-content button svg {
  width: 24px;
  fill: #fff;
  pointer-events: none;
  vertical-align: top;
}
.md-content button:hover {
  background: rgba(0, 0, 0, 0.6);
}
/* Effect 11: Super scaled */
.md-effect-11 .md-content {
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
  -ms-transform: scale(2);
  transform: scale(2);
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.md-show.md-effect-11 .md-content {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
@media (min-width: 1200px) {
  .container {
    max-width: 1100px;
  }
}
@media (min-width: 768px) {
  .min-d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .min-media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .min-media-body {
    -ms-flex: 1;
    flex: 1;
  }
}
.scrollTop {
  width: 36px;
  height: 36px;
  position: fixed;
  color: #fff;
  cursor: pointer;
  border-radius: 3px;
  bottom: 15px;
  right: 15px;
  background-color: #E2010F;
  padding: 9px 11px 7px;
  opacity: 0;
  z-index: 1500;
  transition: all .4s ease-in-out 0s
}
.scrollTop a, .scrollTop a:hover {
  color: #fff;
  vertical-align: top
}
.scrollTop .fa {
  vertical-align: top
}
.text-center {
  text-align: center
}
.text-left {
  text-align: left
}
.text-right {
  text-align: right
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
header {
  position: relative;
  color: #fff;
  overflow: hidden;
  padding: 30px 25px;
}
header h1 {
  font-weight: 900;
  font-size: 10vw;
  line-height: 1;
  margin: 400px 0 0;
  position: relative;
  z-index: 3
}
.header-copy {
  padding-top: 2%;
}
.header-copy p {
  margin: 0 auto;
  max-width: 90%
}
p {
  margin: 0;
  line-height: 1.5;
}
.header-copy a, #meet-avermedia-paertners a {
  color: #fff;
}
.header-copy a:hover, #meet-avermedia-paertners a:hover {
  font-weight: 400;
}
header nav {
  position: relative;
  z-index: 10;
}
.brand {
  width: 216px
}
.nav-wrap .nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav-wrap .nav-list li a {
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
video {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.overly {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 1) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 1) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=0);
  z-index: 1;
}
.apply-now {
  margin: 40px 0 0;
}
.apply-now a, .apply-now button {
  display: inline-block;
  padding: 10px 32px;
  background-color: #E2010F;
  color: #fff;
  text-decoration: none;
  font-size: 21px;
  border: none;
}
ul.col-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.col-list li {
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}
ul.col-list.paertners-info, ul.col-list.partnership-info {
  position: relative;
  z-index: 2;
  margin: 8% -2% 0;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important
}
ul.col-list.partnership-info {
  margin: 16% -2% 0;
}
ul.col-list.paertners-info li {
  flex-basis: calc(100% / 2);
  padding: 0 2% 3%;
}
ul.col-list.partnership-info li {
  flex-basis: calc(320px);
  padding: 0 2% 3%;
  margin-bottom: 60px;
}
ul.col-list.partnership-info li:last-of-type {
  margin-bottom: 0;
}
ul.col-list.paertners-info li div {
  position: relative;
  overflow: hidden;
  padding-top: 105%;
  background: rgb(34, 34, 34);
  background: -moz-linear-gradient(top, rgba(34, 34, 34, 1) 0%, rgba(90, 90, 90, 1) 100%);
  background: -webkit-linear-gradient(top, rgba(34, 34, 34, 1) 0%, rgba(90, 90, 90, 1) 100%);
  background: linear-gradient(to bottom, rgba(34, 34, 34, 1) 0%, rgba(90, 90, 90, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#222222', endColorstr='#5a5a5a', GradientType=0);
  border-radius: 5px;
  -webkit-box-shadow: 4px 5px 2px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 4px 5px 2px rgba(0, 0, 0, 0.75);
  box-shadow: 4px 5px 2px rgba(0, 0, 0, 0.75);
}
ul.col-list.paertners-info li div strong {
  color: #fff;
  font-size: 15px;
  display: inline-block;
  position: absolute;
  top: 15px;
  left: 15px;
  font-weight: 400;
  z-index: 2;
  margin-bottom: 15px;
  color: #ed1c24;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
ul.col-list.paertners-info li div figure {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  margin: 0;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
ul.col-list.partnership-info li div {
  position: relative;
  border-radius: 5px;
  border: 1px solid #ed2229;
  background-color: #fff;
  text-align: center;
  color: #000;
  padding: 68px 15px 10px;
  font-size: 14px;
  height: 100%;
  font-weight: 300;
  z-index: 2
}
ul.col-list.partnership-info li div strong {
  display: inline-block;
  margin-bottom: 15px
}
ul.col-list.partnership-info li div:before {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: 1;
  top: -40px;
  left: 50%;
  right: 0;
  transform: translateX(-50%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  background-image: url("../img/partner-logo.png");
  width: 90px;
  height: 90px;
  -webkit-filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, 0.7));
  filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, 0.7))
}
ul.col-list.partnership-info li:nth-of-type(1) div:before {
  background-image: url("../img/Ambassador.png");
}
ul.col-list.partnership-info li:nth-of-type(2) div:before {
  background-image: url("../img/Affiliate.png");
}
ul.col-list.partnership-info li div ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.col-list.partnership-info li div small {
  display: inline-block;
  margin-top: 20px
}
ul.col-list.partnership-info li div ul li {
  text-align: left;
  position: relative;
  padding-left: 15px;
  margin: 0;
}
ul.col-list.partnership-info li div ul li:before {
  content: "•";
  position: absolute;
  display: inline-block;
  top: -6px;
  left: 0;
  right: 0;
  font-size: 21px;
  font-weight: bold;
}
.social-paertners {
  position: absolute;
  left: 15px;
  bottom: 5px;
  z-index: 3;
}
.social-paertners a, .social a {
  position: relative;
  display: inline-block;
  margin-right: 12px;
  width: 25px;
  height: 25px;
  border: 1px solid #fff;
  border-radius: 50px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.social-paertners a:before, .social a:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  width: 17px;
  height: 15px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a.facebook:before {
  background-image: url("../img/fb.svg");
}
a.twitter:before {
  background-image: url("../img/twitter.svg");
}
a.twitch1:before {
  background-image: url("../img/twitch1.svg");
}
a.youtube:before {
  background-image: url("../img/youtube.svg");
}
a.twitch:before {
  background-image: url("../img/twitch.svg");
}
a.reddit:before {
  background-image: url("../img/reddit.svg");
}
#faq {
  padding-bottom: 8%
}
#ExpectFromYou, #faq {
  border-bottom: 5px solid #770e12;
  margin-bottom: 2%
}
#ExpectFromYou:after, #faq:after {
  display: block;
  content: '';
  border-width: 32px 22px;
  border-style: solid;
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  border-color: #770f12 transparent transparent;
}
#ExpectFromYou p {
  margin-bottom: 2.5%
}
#ExpectFromYou p strong {
  font-weight: 500
}
#fllow-us {
  padding: 8% 0;
}
#fllow-us h2 {
  color: #fff;
  font-weight: 200;
  margin-bottom: 30px
}
.social a {
  margin: 0 15px;
  width: 34px;
  height: 34px;
}
.social a:before {
  width: 20px;
  height: 18px;
}
.pop-link {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 80%;
  z-index: 3;
}
footer {
  font-size: 12px;
  padding: 10px 0 25px;
}
.joinButt {
  text-decoration: none;
  outline: none;
  border: none;
  padding: 14px 40px;
  display: inline-block;
  background-color: transparent;
  position: relative;
  border: 2px solid #fff;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  font-weight: bold;
}
.firstButt, .subButt {
  border-color: #fff;
  overflow: hidden;
  color: #fff !important;
}
.firstButt .insider, .subButt .insider {
  background-color: #fff;
  width: 100%;
  height: 20px;
  position: absolute;
  left: -72%;
  transform: rotateZ(45deg);
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
}
.firstButt:hover, .subButt:hover {
  background-color: #c00;
  border-color: #fff;
  color: #fff;
}
.firstButt:hover .insider, .subButt:hover .insider {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  left: 75%;
}
#apple_now article {
  background-color: #fff;
  padding: 30px;
  text-align: center;
  margin: 0 auto;
  width: 90%;
}
#apple_now h3 {
  font-weight: bold;
}
#apple_now h3, #apple_now h5, #apple_now p {
  color: #000 !important;
  margin: 0 0 5px;
}
#apple_now p {
  font-size: 13px;
  font-weight: normal;
}
#apple_now ul {
  list-style: none;
  padding: 0;
  margin: 15px -15px 30px;
}
#apple_now ul li {
  width: calc((100% / 3));
  padding: 15px;
}
#apple_now ul li a {
  display: inline-block;
  width: 50px;
  height: 50px;
}
#apple_now ul li a img {
  border: 1px solid rgba(0, 0, 0, .5);
  border-radius: 50px;
  -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
}
#apple_now ul li a:hover img {
  -webkit-animation: bounce .75s infinite ease-in-out;
  animation: bounce .75s infinite ease-in-out;
}
@-webkit-keyframes bounce {
  0% {
    margin-top: 0;
  }
  50% {
    margin-top: -15px;
  }
  100% {
    margin-top: 0;
  }
}
#apple_now .firstButt, .subButt {
  border-color: #000;
  overflow: hidden;
  color: #000 !important;
}
#apple_now .firstButt:hover {
  border-color: #c00;
  color: #fff !important;
}
.flags {
  list-style: none;
  margin: 3% auto 0;
}
.flags li {
  display: inline-block;
  padding: 0 15px;
  margin-bottom: 15px
}
.flags li img {
  width: 40px;
  height: 40px;
  border: 1px solid rgba(255, 255, 255, .5);
  border-radius: 50px;
}