.body {
  font-size: 16px;
  line-height: 28px;
}

.game-list-bg {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #062e41;
  background-image: url('../images/bggames-min.jpg');
  background-position: 50% 50%;
  background-size: cover;
  color: #fff;
}

.game-list-bg.minecraft {
  background-color: hsla(176.8421052631579, 100.00%, 3.73%, 1.00);
  background-image: url('../images/bggames2-min.jpg');
  background-size: 1000px;
}

.games-container {
  width: 98%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.g-title {
  padding-bottom: 70px;
  font-size: 36px;
  line-height: 36px;
  text-align: center;
}

.container-flexy {
  display: block;
  width: 98%;
  max-width: 1200px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  text-align: left;
}

.game-box-pr {
  width: 275px;
  margin-right: 2.5%;
  padding: 7px;
  float: left;
  border-radius: 6px;
  background-color: hsla(219.99999999999997, 20.83%, 28.24%, 1.00);
  box-shadow: 0 0 18px 0 rgba(0, 0, 0, .7);
}

.game-box-pr.lastinrow {
  margin-right: 0px;
}

.game-title-list {
  padding: 23px 10px 10px;
  background-color: hsla(220.00000000000003, 29.41%, 10.00%, 1.00);
}

.flexy-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.titlegame {
  padding-right: 7px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 21px;
  text-transform: uppercase;
}

.pattern {
  height: 20px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/pattern-min.png');
  background-position: 0px 0px;
  background-size: auto 20px;
  background-repeat: repeat-x;
}

.text-block {
  line-height: 22px;
}

.text-block.fixtxt.ttsmaller {
  font-size: 19px;
  letter-spacing: -1px;
}

.games-pricing-cta {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(220.00000000000003, 29.41%, 10.00%, 1.00)), to(hsla(220.00000000000003, 29.41%, 10.00%, 1.00)));
  background-image: linear-gradient(180deg, hsla(220.00000000000003, 29.41%, 10.00%, 1.00), hsla(220.00000000000003, 29.41%, 10.00%, 1.00));
}

.slot {
  padding-right: 10px;
  padding-bottom: 15px;
  padding-left: 10px;
  color: #fff;
  font-size: 15px;
  line-height: 15px;
}
.slot span, .slot strong {
    color: hsla(54.883720930232556, 87.76%, 71.18%, 1.00); 
}
.buttons-fx-games {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.btc-g {
  padding-right: 5px;
  padding-bottom: 10px;
  padding-left: 10px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.btc-g.rightpos {
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 5px;
}

.moreinfo-game-h {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 3px;
  background-color: hsla(213.52941176470588, 19.77%, 33.73%, 1.00);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
  text-align: center;
}

.moreinfo-game-h:hover {
  background-color: hsla(213.91304347826087, 25.84%, 17.45%, 1.00); color:#fff;
}

.moreinfo-game-h.cta-green {
  background-color: hsla(157.54601226993864, 80.30%, 39.80%, 1.00);
}
.moreinfo-game-h.cta-green.cta-blue {
  display: block;
  max-width: 120px;
  margin-right: auto;
  margin-left: auto;
  background-color: hsla(197.1818181818182, 100.00%, 43.14%, 1.00);
}
.moreinfo-game-h.cta-green:hover, .moreinfo-game-h.cta-green.cta-blue:hover {
  background-color: hsla(36.764705882352935, 88.70%, 54.90%, 1.00);color:#fff;
}



.image.hco {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.image.hco:hover {
  -webkit-filter: contrast(122%);
  filter: contrast(122%);
}

.image.hco.morecon:hover {
  -webkit-filter: contrast(176%);
  filter: contrast(176%);
}

.image-2 {
  width: 100%;
}

.image-2.hco {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.image-2.hco:hover {
  -webkit-filter: contrast(122%);
  filter: contrast(122%);
}

.image-2.hco.morecon:hover {
  -webkit-filter: saturate(200%) contrast(143%);
  filter: saturate(200%) contrast(143%);
}

.image-3 {
  width: 100%;
}

.image-3.hco {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.image-3.hco:hover {
  -webkit-filter: contrast(122%);
  filter: contrast(122%);
}

.image-4 {
  width: 100%;
}

.image-4.hco {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.image-4.hco:hover {
  -webkit-filter: contrast(122%);
  filter: contrast(122%);
}

.nine-plans {
  width: 98%;
  max-width: 1170px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
}

.mplanbox {
  width: 31%;
  margin-right: 3%;
  float: left;
  border-style: solid;
  border-width: 7px;
  border-color: hsla(213.52941176470588, 19.77%, 33.73%, 1.00);
  border-radius: 6px;
  background-color: hsla(220.00000000000003, 29.41%, 10.00%, 1.00);
  box-shadow: 0 0 18px 0 rgba(0, 0, 0, .7);
}

.mplanbox.last-in-row {
  margin-right: 0%;
}

.minecraft-plan {
  padding-top: 38px;
  padding-bottom: 5px;
  background-image: url('../images/minecraft-bg-1-min.png');
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: no-repeat;
}

.minecraft-plan.dirt {
  background-image: url('../images/minecraft-bg-2-min.png');
}

.minecraft-plan.wood {
  background-image: url('../images/minecraft-bg-3-min.png');
}

.minecraft-plan.stone {
  background-image: url('../images/minecraft-bg-4x-min.png');
}

.minecraft-plan.iron {
  background-image: url('../images/minecraft-bg-4-min.png');
}

.minecraft-plan.gold {
  background-image: url('../images/minecraft-bg-5-min.png');
}

.minecraft-plan.diamond {
  background-image: url('../images/minecraft-bg-7-min.png');
}

.minecraft-plan.obsid {
  background-image: url('../images/minecraft-bg-8-min.png');
}

.minecraft-plan.emer {
  background-image: url('../images/minecraft-bg-9-min.png');
}

.cube-head {
  position: relative;
  display: block;
  width: 150px;
  margin: 0px auto;
  border-radius: 99px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
  background-image: linear-gradient(180deg, #000, #000);
  font-size: 22px;
  line-height: 40px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.planheadingmc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pltm {
  position: relative;
  left: -20px;
  z-index: 5;
  padding-right: 20px;
  padding-left: 30px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 99px;
  background-color: hsla(220.00000000000003, 29.41%, 10.00%, 1.00);
  font-size: 22px;
  line-height: 33px;
  text-transform: uppercase;
}

.iconplan {
  position: relative;
  z-index: 10;
}

.plan-flex-details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
}

.mcr-inf {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  text-align: left;
}

.mcr-inf.centerinfo {
  text-align: center;
}

.infogm {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.text-span {
  color: hsla(54.883720930232556, 87.76%, 71.18%, 1.00);
  font-size: 20px;
}

.text-span-2 {
  text-transform: uppercase;
}

.minecraft-additions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 98%;
  max-width: 1060px;
  margin-right: auto;
  margin-left: auto;
}

.addition-list {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.min-list {
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 0px;
  list-style-type: none;
}

.subtitle {
  text-align: center;padding: 30px 0;
}

@media (max-width: 991px) {
  .game-list-bg {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .g-title {
    padding-bottom: 60px;
  }
  .container-flexy {
    width: 606px;
    max-width: none;
    margin-bottom: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .game-box-pr {
    width: 275px;
    margin-bottom: 20px;
  }
  .game-box-pr.secon-in-row {
    margin-right: 0%;
  }
  .image {
    width: auto;
    max-width: 100%;
  }
  .mplanbox {
    width: 32%;
    margin-right: 1.5%;
  }
  .plan-flex-details {
    display: block;
  }
  .mcr-inf {
    text-align: center;
  }
  .mcr-inf.centerinfo {
    padding-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .game-list-bg {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .g-title {
    padding-bottom: 40px;
    font-size: 32px;
  }
  .container-flexy {
    width: 488px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .game-box-pr {
    width: 221px;
    margin-right: 15px;
    box-shadow: 0 0 18px 0 rgba(0, 0, 0, .7);
  }
  .game-box-pr.secon-in-row {
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .7);
  }
  .titlegame {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .titlegame.title-two-lines {
    width: 100%;
  }
  .text-block.fixtxt {
    font-size: 19px;
    letter-spacing: -1px;
  }
  .text-block.fixtxt.ttsmaller.xxs {
    font-size: 17px;
  }
  .moreinfo-game-h {
    font-size: 12px;
  }
  .moreinfo-game-h.cta-green.cta-blue {
    max-width: 200px;
    font-size: 16px;
    line-height: 24px;
  }
  .nine-plans {
    margin-bottom: 0px;
  }
  .mplanbox {
    width: 95%;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    float: none;
  }
  .mplanbox.last-in-row {
    margin-right: auto;
  }
  .minecraft-additions {
    display: block;
    text-align: center;
  }
  .min-list {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .incl-subh-mnc {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media (max-width: 479px) {
  .g-title {
    padding-bottom: 40px;
    font-size: 30px;
    line-height: 33px;
  }
  .container-flexy {
    width: 95%;
  }
  .game-box-pr {
    width: 100%;
    max-width: none;
    margin-right: auto;
    margin-left: auto;
  }
  .game-box-pr.lastinrow {
    margin-right: auto;
  }
  .game-box-pr.secon-in-row {
    margin-right: auto;
  }
  .game-title-list {
    padding-top: 20px;
    padding-bottom: 0px;
  }
  .titlegame {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
  }
  .pattern {
    display: none;
  }
  .text-block {
    font-size: 24px;
  }
  .text-block.fixtxt {
    font-size: 24px;
  }
  .text-block.fixtxt.ttsmaller {
    font-size: 24px;
  }
  .text-block.fixtxt.ttsmaller.xxs {
    font-size: 24px;
  }
  .slot {
    padding-top: 10px;
    padding-bottom: 20px;
    font-size: 16px;
    text-align: center;
  }
  .moreinfo-game-h {
    font-size: 16px;
  }
  .moreinfo-game-h.cta-green.cta-blue {
    max-width: 180px;
  }
  .image {
    width: 100%;
  }
  .image-2 {
    width: 100%;
  }
}