.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  background-color: #ff9b61ba;
  color: #fff;
  margin: 0 7px 1px 1px;
  width: 76px;
}

.order-standard_cart {
  background: url(/templates/MVZG-V2_2/assets/img/darkhexbg.webp) top center
    repeat-x #171924;
  background-size: cover;
}

.white {
  color: white !important;
}

strong {
  color: #fff;
  font-family: proximanova-bold, sans-serif;
}

p {
  padding-bottom: 18px;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  color: #1692e9;
  text-decoration: none;
  font-family: proximanova-semibold, sans-serif;
}

a:hover {
  color: #2fa9ff;
  text-decoration: none;
}

.button {
  padding: 0 36px;
  display: inline-block;
  height: 44px;
  line-height: 44px;
  border-radius: 4px;
  font-family: roboto, proximanova-bold, Helvetica, Arial, sans-serif;
  color: #fff;
  background-color: #1692e9;
  font-size: 15px;
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase;
}

.button:hover {
  background-color: #30a8fd;
  color: #fff;
  text-decoration: none;
}

.button:focus {
  transform: scale(0.95);
}

.clearfix:after,
.container:after,
.thirdfeatures .flex-grid.two h4:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

h1 {
  font-size: 48px;
  line-height: 56px;
  font-family: roboto, proximanova-bold, Helvetica, Arial, sans-serif;
  color: #fff;
  text-transform: uppercase;
  font-style: italic;
  font-weight: 900;
}

h2 {
  font-size: 36px;
  line-height: 44px;
  font-family: roboto, proximanova-bold, Helvetica, Arial, sans-serif;
  color: #fff;
  text-transform: uppercase;
  font-style: italic;
  font-weight: 900;
}

h3 {
  font-size: 20px;
  line-height: 26px;
  font-family: roboto, proximanova-bold, Helvetica, Arial, sans-serif;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  padding-bottom: 18px;
  padding-top: 6px;
}

h4 {
  font-size: 18px;
  line-height: 28px;
  font-family: roboto, proximanova-bold, Helvetica, Arial, sans-serif;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
}

h5 {
  font-size: 15px;
  line-height: 26px;
  font-family: roboto, proximanova-bold, Helvetica, Arial, sans-serif;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
}

:hover {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.flex-grid {
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
}

.flex-grid.two .col {
  width: 50%;
}

.flex-grid.twothirds .colfirst {
  width: 66.6666%;
}

.flex-grid.twothirds .colsecond {
  width: 33.3333%;
}

.flex {
  display: flex;
}

.container {
  margin: 0 auto;
  width: 100%;
  max-width: 1320px;
  padding: 0 20px;
}

.games span img {
  float: left;
  margin-right: 8px;
}

.games span {
  color: #fff;
  font-family: proximanova-semibold, sans-serif;
  opacity: 1;
  display: block;
  line-height: 18px;
}

.games {
  padding: 0;
}

.games .container {
  padding: 70px 20px 60px;
}

.games h2 {
  font-size: 28px;
  line-height: 40px;
  padding-bottom: 18px;
}

.games p {
  font-size: 20px;
  line-height: 28px;
  max-width: 640px;
  color: #fff;
  color: #d3d8e7;
}

.features {
  padding-bottom: 40px;
}

.features .col {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 60px;
}

.features .col h4 {
  padding-top: 16px;
  padding-bottom: 4px;
}

.features .col p {
  padding-bottom: 0;
}

#locations h2 {
  padding-top: 56px;
}

.titlecol h3 {
  padding-bottom: 8px;
}

#games .col {
  height: 264px;
  width: 18.75%;
  position: relative;
  overflow: hidden;
  margin-bottom: 16px;
  margin-left: 0.625%;
  margin-right: 0.625%;
  border-radius: 5px;
}

#games .col:hover .button {
  bottom: -46px;
}

#games {
  padding-top: 80px;
  padding-bottom: 80px;
}

#locations {
  padding: 80px 0;
}

.thirdfeatures .titlecol {
  padding-right: 10%;
}

.thirdfeatures .flex-grid.two .col {
  width: 47%;
  padding-bottom: 60px;
}

.thirdfeatures .flex-grid.two .col:nth-last-child(1),
.thirdfeatures .flex-grid.two .col:nth-last-child(2) {
  padding-bottom: 0;
}

.thirdfeatures h4 img {
  float: left;
  margin-right: 24px;
}

.thirdfeatures h4 span {
  line-height: 24px;
  display: block;
  padding-top: 7px;
}

.thirdfeatures p {
  padding-top: 24px;
  padding-bottom: 0;
}

[data-tooltip] {
  position: relative;
  z-index: 2;
  cursor: pointer;
}

[data-tooltip]:after,
[data-tooltip]:before {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

[data-tooltip]:before {
  position: absolute;
  bottom: 150%;
  left: 50%;
  margin-bottom: 5px;
  margin-left: -80px;
  padding: 7px;
  width: 160px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #000;
  background-color: #1692e9;
  color: #fff;
  content: attr(data-tooltip);
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  font-family: proximanova-semibold, sans-serif;
}

[data-tooltip]:after {
  position: absolute;
  bottom: 150%;
  left: 50%;
  margin-left: -5px;
  width: 0;
  border-top: 5px solid #000;
  border-top: 5px solid #1692e9;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: " ";
  font-size: 0;
  line-height: 0;
}

[data-tooltip]:hover:after,
[data-tooltip]:hover:before {
  visibility: visible;
  opacity: 1;
}

::-webkit-input-placeholder {
  color: #9ba2ba;
}

:-ms-input-placeholder {
  color: #9ba2ba;
}

::placeholder {
  color: #9ba2ba;
}

@media (min-width: 767px) {
  .img {
    width: 45%;
    height: auto;
    position: relative;
    margin-top: 13px;
  }
}

@media (max-width: 767px) {
  .img {
    width: 100%;
    height: auto;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 13px;
    margin-bottom: -28px;
  }
}

#order-standard_cart {
  margin: 0;
  padding: 0 0 40px 0;
  font-size: 14px;
}

#order-standard_cart .cart-sidebar {
  float: left;
  width: 25%;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

#order-standard_cart .cart-body {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

#order-standard_cart .secondary-cart-body {
  float: left;
  width: 65%;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

#order-standard_cart .secondary-cart-sidebar {
  float: right;
  width: 35%;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media only screen and (max-width: 1199px) {
  #order-standard_cart .cart-sidebar {
    display: none;
  }

  #order-standard_cart .cart-body {
    width: 100%;
    float: none;
  }

  #order-standard_cart .secondary-cart-body {
    width: 65%;
  }

  #order-standard_cart .secondary-cart-sidebar {
    width: 35%;
  }
}

@media only screen and (max-width: 991px) {
  #order-standard_cart .secondary-cart-body {
    width: 100%;
    float: none;
  }

  #order-standard_cart .secondary-cart-sidebar {
    margin: 0 auto;
    width: 100%;
    float: none;
  }
}

@media only screen and (max-width: 575px) {
  #order-standard_cart .secondary-cart-sidebar {
    width: 100%;
  }
}

#order-standard_cart label {
  margin-right: 10px;
  font-weight: 300;
  font-size: 13px;
  color: #ccc;
}

#order-standard_cart .label-info {
  border-radius: 1rem;
  vertical-align: top;
}

#order-standard_cart .info-text-sm {
  font-size: 0.85em;
  text-align: center;
  margin-top: 33px;
}

#order-standard_cart .cart-sidebar h3 {
  margin: 0;
  font-size: 16px;
}

#order-standard_cart .product-info {
  margin: 0 0 20px 0;
  padding: 6px 15px;
  font-size: 0.85em;
  background-color: #1f222b;
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
}

#order-standard_cart .product-info .product-title {
  margin: 0;
  font-size: 1.6em;
}

#order-standard_cart .order-summary {
  margin: 0 0 20px 0;
  padding: 0;
  background-color: #af6225;
  border-bottom: 3px solid #af6225;
  border-radius: 4px;
}

#order-standard_cart .order-summary h2 {
  margin: 0;
  padding: 10px;
  text-align: center;
  font-size: 1.4em;
  font-weight: 400;
  color: #fff;
}

#order-standard_cart .summary-container {
  margin: 0;
  padding: 10px;
  min-height: 100px;
  border-radius: 3px;
  background-color: #1f222b;
  font-size: 0.8em;
}

#order-standard_cart .order-summary .product-name {
  display: block;
  font-weight: 700;
  font-size: 1.2em;
}

#order-standard_cart .order-summary .product-group {
  margin: 0 0 5px 0;
  display: block;
  font-style: italic;
}

#order-standard_cart .order-summary .summary-totals {
  margin: 5px 0;
  padding: 5px 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

#order-standard_cart .order-summary .total-due-today span {
  display: block;
  text-align: right;
}

#order-standard_cart .order-summary .total-due-today .amt {
  font-size: 2.3em;
}

#order-standard_cart .order-summary .loader {
  position: relative;
  top: 10px;
  height: 0;
  padding-right: 10px;
  text-align: right;
  color: #efefef;
}

#order-standard_cart .form-control {
  position: relative;
  vertical-align: top;
  border: 1px solid #2b2f3a;
  display: -moz-inline-stack;
  display: inline-block;
  color: #f9f9f9;
  outline: 0;
  background-color: #262933;
  border-radius: 3px;
}

#order-standard_cart .input-group-lg > .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px 0 0 6px;
}

#order-standard_cart .form-control:focus {
  border-color: #2b2f3a;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#order-standard_cart .form-control[disabled],
#order-standard_cart .form-control[readonly] {
  background-color: #1f222b;
  opacity: 1;
}

#order-standard_cart .modal-title i {
  display: block;
  padding-top: 25px;
}

#order-standard_cart .modal-body,
#order-standard_cart .modal-footer,
#order-standard_cart .modal-header {
  text-align: center !important;
  border: 0;
}

.w-hidden {
  display: none;
}

#order-standard_cart .font-size-36 {
  font-size: 36px;
}

#order-standard_cart .font-size-30 {
  font-size: 30px;
}

#order-standard_cart .font-size-24 {
  font-size: 24px;
}

#order-standard_cart .font-size-22 {
  font-size: 22px;
}

#order-standard_cart .font-size-18 {
  font-size: 18px;
}

#order-standard_cart .font-size-14 {
  font-size: 14px;
}

#order-standard_cart .font-size-12 {
  font-size: 12px;
}

.i7-days-to-die {
  background-image: linear-gradient(rgba(80, 56, 46, 0.5), rgba(0, 0, 0, 0.5)),
    url(/templates/MVZG-V2_2/games/assets/img/background/7dtd.webp);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.iarma-3 {
  background-image: linear-gradient(rgba(80, 56, 46, 0.5), rgba(0, 0, 0, 0.5)),
    url(/templates/MVZG-V2_2/games/assets/img/background/arma3.webp);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.iamerican-truck-simulator {
  background-image: linear-gradient(rgba(80, 56, 46, 0.5), rgba(0, 0, 0, 0.5)),
    url(/templates/MVZG-V2_2/games/assets/img/background/American-Truck-Simulator.webp);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.iarma-reforger {
  background-image: linear-gradient(rgba(80, 56, 46, 0.5), rgba(0, 0, 0, 0.5)),
    url(/templates/MVZG-V2_2/games/assets/img/background/armareforger.webp);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.iassetto-corsa {
  background-image: linear-gradient(rgba(80, 56, 46, 0.5), rgba(0, 0, 0, 0.5)),
    url(/templates/MVZG-V2_2/games/assets/img/background/accetocorsa.webp);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.ibattlefield-1942 {
  background-image: linear-gradient(rgba(80, 56, 46, 0.5), rgba(0, 0, 0, 0.5)),
    url(/templates/MVZG-V2_2/games/assets/img/background/bt1942.webp);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.ibattlefield-2 {
  background-image: linear-gradient(rgba(80, 56, 46, 0.5), rgba(0, 0, 0, 0.5)),
    url(/templates/MVZG-V2_2/games/assets/img/background/Battlefield-2.webp);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.ibattlefield-bad-company-2 {
  background-image: linear-gradient(rgba(80, 56, 46, 0.5), rgba(0, 0, 0, 0.5)),
    url(/templates/MVZG-V2_2/games/assets/img/background/btb2.webp);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.ibattlefield-vietnam {
  background-image: linear-gradient(rgba(80, 56, 46, 0.5), rgba(0, 0, 0, 0.5)),
    url(/templates/MVZG-V2_2/games/assets/img/background/btvietnam.webp);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.iblack-mesa-source {
  background-image: linear-gradient(rgba(80, 56, 46, 0.5), rgba(0, 0, 0, 0.5)),
    url(/templates/MVZG-V2_2/games/assets/img/background/bms.webp);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.icall-of-duty-1 {
  background-image: linear-gradient(rgba(80, 56, 46, 0.5), rgba(0, 0, 0, 0.5)),
    url(/templates/MVZG-V2_2/games/assets/img/background/cod1.webp);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.icall-of-duty-uo {
  background-image: linear-gradient(rgba(80, 56, 46, 0.5), rgba(0, 0, 0, 0.5)),
    url(/templates/MVZG-V2_2/games/assets/img/background/coduo.webp);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.icall-of-duty-2 {
  background-image: linear-gradient(rgba(80, 56, 46, 0.5), rgba(0, 0, 0, 0.5)),
    url(/templates/MVZG-V2_2/games/assets/img/background/cod2.webp);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.icall-of-duty-modern-warfare {
  background-image: linear-gradient(rgba(80, 56, 46, 0.5), rgba(0, 0, 0, 0.5)),
    url(/templates/MVZG-V2_2/games/assets/img/background/cod4.webp);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.icall-of-duty-modern-warfare-2 {
  background-image: linear-gradient(rgba(80, 56, 46, 0.5), rgba(0, 0, 0, 0.5)),
    url(/templates/MVZG-V2_2/games/assets/img/background/cod4mw2.webp);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.icall-of-duty-modern-warfare-3 {
  background-image: linear-gradient(rgba(80, 56, 46, 0.5), rgba(0, 0, 0, 0.5)),
    url(/templates/MVZG-V2_2/games/assets/img/background/cod4mw3.webp);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.icall-of-duty-world-at-war {
  background-image: linear-gradient(rgba(80, 56, 46, 0.5), rgba(0, 0, 0, 0.5)),
    url(/templates/MVZG-V2_2/games/assets/img/background/codwaw.webp);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.icounter-strike-1-6 {
  background-image: linear-gradient(rgba(80, 56, 46, 0.5), rgba(0, 0, 0, 0.5)),
    url(/templates/MVZG-V2_2/games/assets/img/background/cs16.webp);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.icounter-strike-source{
  background-image: linear-gradient(rgba(80, 56, 46, 0.5), rgba(0, 0, 0, 0.5)),
    url(/templates/MVZG-V2_2/games/assets/img/background/css.webp);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.icounter-strike-global-offensive {
  background-image: linear-gradient(rgba(80, 56, 46, 0.5), rgba(0, 0, 0, 0.5)),
  url(/templates/MVZG-V2_2/games/assets/img/background/counter-strike-global-offensive.webp);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.idragon-ball-esf{
  background-image: linear-gradient(rgba(80, 56, 46, 0.5), rgba(0, 0, 0, 0.5)),
  url(/templates/MVZG-V2_2/games/assets/img/background/earths-special-forces-hero.webp);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.iday-of-defeat {
  background-image: linear-gradient(rgba(80, 56, 46, 0.5), rgba(0, 0, 0, 0.5)),
    url(/templates/MVZG-V2_2/games/assets/img/background/dod.webp);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.iday-of-defeat-source {
  background-image: linear-gradient(rgba(80, 56, 46, 0.5), rgba(0, 0, 0, 0.5)),
    url(/templates/MVZG-V2_2/games/assets/img/background/dods.webp);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.iet-legacy {
  background-image: linear-gradient(rgba(80, 56, 46, 0.5), rgba(0, 0, 0, 0.5)),
    url(/templates/MVZG-V2_2/games/assets/img/background/etl.webp);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.ieuro-truck-simulator-2 {
  background-image: linear-gradient(rgba(80, 56, 46, 0.5), rgba(0, 0, 0, 0.5)),
    url(/templates/MVZG-V2_2/games/assets/img/background/et2.webp);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.iinsurgency-sandstorm {
  background-image: linear-gradient(rgba(80, 56, 46, 0.5), rgba(0, 0, 0, 0.5)),
    url(/templates/MVZG-V2_2/games/assets/img/background/ins.webp);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.igarrys-mod {
  background-image: linear-gradient(rgba(80, 56, 46, 0.5), rgba(0, 0, 0, 0.5)),
    url(/templates/MVZG-V2_2/games/assets/img/background/gm.webp);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.ihalf-life-deathmatch--source {
  background-image: linear-gradient(rgba(80, 56, 46, 0.5), rgba(0, 0, 0, 0.5)),
    url(/templates/MVZG-V2_2/games/assets/img/background/hfds.webp);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.ikilling-floor-1 {
  background-image: linear-gradient(rgba(80, 56, 46, 0.5), rgba(0, 0, 0, 0.5)),
    url(/templates/MVZG-V2_2/games/assets/img/background/kf1.webp);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.iopposing-force {
  background-image: linear-gradient(rgba(80, 56, 46, 0.5), rgba(0, 0, 0, 0.5)),
    url(/templates/MVZG-V2_2/games/assets/img/background/hlof.webp);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.iinsurgency {
  background-image: linear-gradient(rgba(80, 56, 46, 0.5), rgba(0, 0, 0, 0.5)),
    url(/templates/MVZG-V2_2/games/assets/img/background/insurgency.webp);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.ikilling-floor-2 {
  background-image: linear-gradient(rgba(80, 56, 46, 0.5), rgba(0, 0, 0, 0.5)),
    url(/templates/MVZG-V2_2/games/assets/img/background/kf2.webp);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.ileft-4-dead-1 {
  background-image: linear-gradient(rgba(80, 56, 46, 0.5), rgba(0, 0, 0, 0.5)),
    url(/templates/MVZG-V2_2/games/assets/img/background/l4d.webp);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.ileft-4-dead-2 {
  background-image: linear-gradient(rgba(80, 56, 46, 0.5), rgba(0, 0, 0, 0.5)),
    url(/templates/MVZG-V2_2/games/assets/img/background/l4d2.webp);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.imedal-of-honor--allied-assault {
  background-image: linear-gradient(rgba(80, 56, 46, 0.5), rgba(0, 0, 0, 0.5)),
    url(/templates/MVZG-V2_2/games/assets/img/background/mohaa.webp);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.ihalf-life-2--deathmatch {
  background-image: linear-gradient(rgba(80, 56, 46, 0.5), rgba(0, 0, 0, 0.5)),
    url(/templates/MVZG-V2_2/games/assets/img/background/hl2d.webp);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.imedal-of-honor-breakthrough {
  background-image: linear-gradient(rgba(80, 56, 46, 0.5), rgba(0, 0, 0, 0.5)),
    url(/templates/MVZG-V2_2/games/assets/img/background/mohaab.webp);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.imedal-of-honor--spearhead {
  background-image: linear-gradient(rgba(80, 56, 46, 0.5), rgba(0, 0, 0, 0.5)),
    url(/templates/MVZG-V2_2/games/assets/img/background/mohaas.webp);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.imulti-theft-auto {
  background-image: linear-gradient(rgba(80, 56, 46, 0.5), rgba(0, 0, 0, 0.5)),
    url(/templates/MVZG-V2_2/games/assets/img/background/mta.webp);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.isan-andreas-multiplayer{
  background-image: linear-gradient(rgba(80, 56, 46, 0.5), rgba(0, 0, 0, 0.5)),
    url(/templates/MVZG-V2_2/games/assets/img/background/samp.webp);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.ino-more-room-in-hell {
  background-image: linear-gradient(rgba(80, 56, 46, 0.5), rgba(0, 0, 0, 0.5)),
    url(/templates/MVZG-V2_2/games/assets/img/background/nmrih.webp);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.iquake-2 {
  background-image: linear-gradient(rgba(80, 56, 46, 0.5), rgba(0, 0, 0, 0.5)),
    url(/templates/MVZG-V2_2/games/assets/img/background/q2.webp);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.iquake-3-arena {
  background-image: linear-gradient(rgba(80, 56, 46, 0.5), rgba(0, 0, 0, 0.5)),
    url(/templates/MVZG-V2_2/games/assets/img/background/q3arena.webp);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.iquake-live {
  background-image: linear-gradient(rgba(80, 56, 46, 0.5), rgba(0, 0, 0, 0.5)),
    url(/templates/MVZG-V2_2/games/assets/img/background/quakelive.webp);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.irfactor-1 {
  background-image: linear-gradient(rgba(80, 56, 46, 0.5), rgba(0, 0, 0, 0.5)),
    url(/templates/MVZG-V2_2/games/assets/img/background/rf1.webp);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.iproject-cars {
  background-image: linear-gradient(rgba(80, 56, 46, 0.5), rgba(0, 0, 0, 0.5)),
    url(/templates/MVZG-V2_2/games/assets/img/background/Project-Cars.webp);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.iproject-cars-2 {
  background-image: linear-gradient(rgba(80, 56, 46, 0.5), rgba(0, 0, 0, 0.5)),
    url(/templates/MVZG-V2_2/games/assets/img/background/Project-Cars-2.webp);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.iunreal-tournament {
  background-image: linear-gradient(rgba(80, 56, 46, 0.5), rgba(0, 0, 0, 0.5)),
    url(/templates/MVZG-V2_2/games/assets/img/background/unreal.webp);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.iunreal-tournament-2004 {
  background-image: linear-gradient(rgba(80, 56, 46, 0.5), rgba(0, 0, 0, 0.5)),
    url(/templates/MVZG-V2_2/games/assets/img/background/Unreal-Tournament-2004.webp);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.iunreal-tournament-3 {
  background-image: linear-gradient(rgba(80, 56, 46, 0.5), rgba(0, 0, 0, 0.5)),
    url(/templates/MVZG-V2_2/games/assets/img/background/ut3.webp);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.isniper-elite-3 {
  background-image: linear-gradient(rgba(80, 56, 46, 0.5), rgba(0, 0, 0, 0.5)),
    url(/templates/MVZG-V2_2/games/assets/img/background/sn3.webp);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.ivalheim {
  background-image: linear-gradient(rgba(80, 56, 46, 0.5), rgba(0, 0, 0, 0.5)),
    url(/templates/MVZG-V2_2/games/assets/img/background/valheim.webp);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.isniper-elite-4 {
  background-image: linear-gradient(rgba(80, 56, 46, 0.5), rgba(0, 0, 0, 0.5)),
    url(/templates/MVZG-V2_2/games/assets/img/background/se4.webp);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.iwolfenstein--enemy-territory {
  background-image: linear-gradient(rgba(80, 56, 46, 0.5), rgba(0, 0, 0, 0.5)),
    url(/templates/MVZG-V2_2/games/assets/img/background/wet.webp);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.isven-co-op {
  background-image: linear-gradient(rgba(80, 56, 46, 0.5), rgba(0, 0, 0, 0.5)),
    url(/templates/MVZG-V2_2/games/assets/img/background/sevencoop.webp);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.iproject-zomboid {
  background-image: linear-gradient(rgba(80, 56, 46, 0.5), rgba(0, 0, 0, 0.5)),
    url(/templates/MVZG-V2_2/games/assets/img/background/pz.webp);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.iteam-fortress-classic {
  background-image: linear-gradient(rgba(80, 56, 46, 0.5), rgba(0, 0, 0, 0.5)),
    url(/templates/MVZG-V2_2/games/assets/img/background/tfc.webp);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.iteam-fortress-2 {
  background-image: linear-gradient(rgba(80, 56, 46, 0.5), rgba(0, 0, 0, 0.5)),
    url(/templates/MVZG-V2_2/games/assets/img/background/tf2.webp);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
