﻿/* @font-face {
  font-family: "Century Gothic";
  src: url("CenturyGothic.eot");
  src: url("../fonts/CenturyGothic.eot?#iefix") format("embedded-opentype"),
    url("../fonts/CenturyGothic.woff2") format("woff2"),
    url("../fonts/CenturyGothic.woff") format("woff"),
    url("../fonts/CenturyGothic.ttf") format("truetype"),
    url("../fonts/CenturyGothic.svg#CenturyGothic") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
} */

@font-face {
  font-family: "MontserratAlternates-Italic";
  src: url("MontserratAlternates-Italic.eot");
  src: url("../fonts/FONTS/MontserratAlternates-Italic.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/FONTS/MontserratAlternates-Italic.woff2") format("woff2"),
    url("../fonts/FONTS/MontserratAlternates-Italic.woff") format("woff"),
    url("../fonts/FONTS/MontserratAlternates-Italic.ttf") format("truetype"),
    url("../fonts/FONTS/MontserratAlternates-Italic.svg#MontserratAlternates-Italic")
      format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Marvin";
  src: url("Marvin.eot");
  src: url("../fonts/Marvin.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Marvin.woff2") format("woff2"),
    url("../fonts/Marvin.woff") format("woff"),
    url("../fonts/Marvin.ttf") format("truetype"),
    url("../fonts/Marvin.svg#Marvin") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

* {
  font-family: "MontserratAlternates-Italic", sans-serif;
}
.bold,
b {
  font-weight: 800 !important;
}

.nav > li > a:focus {
  color: #ffde16;
  font-weight: bold;
}
.nav > li > a:focus,
.nav > li > a:hover {
  background-color: transparent;
  font-weight: bold;
  color: #ffde16	
}
.mbxs15 {
  margin-bottom: 20px;
}
.tbody {
  border: 3px solid #fff;
}
#RegistraitCode {
  padding-top: 0px;
}
.h1,
h1 {
  font-size: 50px;
}
input[type="checkbox"] {
  margin-top: 0;
  margin-right: 5px;
  cursor: pointer;
  font-size: 14px;
  height: 30px;
  width: 30px;
  position: relative;
}
.playSteps {
  padding-bottom: 80px;
}
input[type="checkbox"]:after {
  position: absolute;
  height: 30px;
  width: 30px;
  top: 0;
  content: " ";
  background-color: #ffffff;
  color: #e30514;
  border: 1px solid #bababa;
  display: inline-block;
  visibility: visible;
  padding: 0px 5px;
}
input[type="checkbox"]:checked:after {
  text-align: center;
  content: "✓";
  font-size: 19pt;
}

input[type="text"] {
  font-family: "Century Gothic", sans-serif;
  width: 100%;
  margin-top: 10px;
  color: #000;
  border: 1px solid #bababa;
  font-size: 20px;
  padding: 15px;
  margin-bottom: 0px;
  outline-color: #e30514 !important;
}
input[type="submit"] {
  border: 0;
  /* background: url(../img/btn-register.png) no-repeat center center; */
  /* color: transparent; */
  width: 200px;
  font-weight: bold;
}
.help-block {
  text-align: center;
  margin: 8px auto 0;
  width: 90%;
  color: #ffe351;
  font-size: 16px;
  text-shadow: 0px 0px 6px #ff0000;
}
.error {
  border: 1px solid red !important;
}
.inputMargin {
  padding-bottom: 20px;
}
input:focus::-webkit-input-placeholder {
  color: transparent;
}
input:focus:-moz-placeholder {
  color: transparent;
}
.headTable tr,
.headTable {
  border: 3px solid #fff;
  padding: 10px;
  font-size: 11pt;
  justify-content: center;
}
td {
  padding: 5px;
}
.btnNav {
  color: #000;
}
.btnNav:hover,
.btnNav:active,
.btnNav:focus {
  color: #111;
}
.inputText {
  color: #039ce2;
}
.p0 {
  padding: 4px;
}
.navbar {
  margin-bottom: 0;
  padding: 10px;
  border: 0;
}
nav {
  -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.4);
}
.flexCenter {
  display: flex;
  justify-content: space-around;
}

.imgFirst {
  max-width: 136px;
  margin-top: 4%;
  max-height: 88px;
}
.unselectable {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.flexCenterAlign {
  display: flex;
  flex-flow: column wrap;
  align-items: center;
  justify-content: center;
}
.flexMachines {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-end;
  justify-content: space-evenly;
  margin-bottom: 35px;
}
.bgWihte {
  background: #fff;
  padding: 60px 0;
}

.button {
  background: #e30514;
  border: 2px solid #fff;
  font-weight: bold;
  text-align: center;
  color: #fff;
  border-radius: 10px;
  padding: 15px 0 14px;
  font-size: 23px;
  margin: 0 auto;
  width: 100%;
  max-width: 382px;
  /*margin-bottom: 15px;*/
  display: flex;
  justify-content: center;
}
.ouBTN {
  color: #e30514;
  background: #fff;
}
.button:hover,
.button:active,
.button:focus {
  color: #fff;
  background: #f10414;
  text-decoration: none;
  cursor: pointer;
}
.greenBtn {
  width: 100%;
  max-width: 350px;
  border: 2px solid #e30514;
  color: #fff;
  background: #e30514;
  align-items: center;
}
.greenBtn:hover {
  color: #fff;
  border: 2px solid #fff;
  background: #e30514;
}
.formbtn {
  font-size: 21px;
  max-width: 275px;
  margin: 0px 5px;
}
.socialMediaIcons {
  /* width: 31.3px;
  margin-right: 15px; */
  width: 36.3px;
  margin-right: 30px;
}
.checkboxView {
  margin-left: 0px !important;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  z-index: 1;
}
.navbar-toggle {
  border: 2px solid #e30514;
}
.icon-bar {
  background-color: #e30514;
}

::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #848f98;
}
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #848f98;
  opacity: 1;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #848f98;
  opacity: 1;
}
:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #848f98;
}
.Bgr {
  background: url(../img/bg.jpg) no-repeat top center;
  background-size: cover;
}
.productView {
  background: url(../img/green-bg.png) no-repeat top center;
  background-size: 100%;
  /* padding: 60px 0; */
}

.m20 {
  margin-top: 15px;
  margin-bottom: 15px;
}
body {
  background: #fff;
  /* 
  background: -moz-linear-gradient(
    180deg,
    rgba(136, 154, 44, 1) 13%,
    rgba(222, 166, 71, 1) 26%,
    rgba(202, 53, 135, 1) 42%,
    rgba(162, 52, 139, 1) 64%,
    rgba(78, 39, 132, 1) 86%
  );
  background: -webkit-linear-gradient(
    180deg,
    rgba(136, 154, 44, 1) 13%,
    rgba(222, 166, 71, 1) 26%,
    rgba(202, 53, 135, 1) 42%,
    rgba(162, 52, 139, 1) 64%,
    rgba(78, 39, 132, 1) 86%
  );
  background: linear-gradient(
    180deg,
    rgba(136, 154, 44, 1) 13%,
    rgba(222, 166, 71, 1) 26%,
    rgba(202, 53, 135, 1) 42%,
    rgba(162, 52, 139, 1) 64%,
    rgba(78, 39, 132, 1) 86%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#889a2c",endColorstr="#4e2784",GradientType=1); */
  height: 100%;
  /*color: #fff;*/
  line-height: 1;
}
.backgroundRainbaw {
  background: #fff;
  /* background: -moz-linear-gradient(
    180deg,
    rgba(100, 179, 96, 1) 3%,
    rgba(222, 166, 71, 1) 23%,
    rgba(202, 53, 135, 1) 36%,
    rgba(162, 52, 139, 1) 47%,
    rgba(78, 39, 132, 1) 76%
  );
  background: -webkit-linear-gradient(
    180deg,
    rgba(100, 179, 96, 1) 3%,
    rgba(222, 166, 71, 1) 23%,
    rgba(202, 53, 135, 1) 36%,
    rgba(162, 52, 139, 1) 47%,
    rgba(78, 39, 132, 1) 76%
  );
  background: linear-gradient(
    180deg,
    rgba(100, 179, 96, 1) 3%,
    rgba(222, 166, 71, 1) 23%,
    rgba(202, 53, 135, 1) 36%,
    rgba(162, 52, 139, 1) 47%,
    rgba(78, 39, 132, 1) 76%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#889a2c",endColorstr="#4e2784",GradientType=1); */
  padding-top: 40px;
}

.backgroundRainbawReverse {
  background: #fff;
  /* background: -moz-linear-gradient(
    0deg,
    rgba(100, 179, 96, 1) 3%,
    rgba(222, 166, 71, 1) 53%,
    rgba(202, 53, 135, 1) 56%,
     rgba(183, 61, 144, 1) 77%
  );
  background: -webkit-linear-gradient(
    0deg,
    rgba(100, 179, 96, 1) 3%,
    rgba(222, 166, 71, 1) 53%,
    rgba(202, 53, 135, 1) 56%,
     rgba(183, 61, 144, 1) 77%
  );
  background: linear-gradient(
    0deg,
    rgba(100, 179, 96, 1) 3%,
    rgba(222, 166, 71, 1) 53%,
    rgba(202, 53, 135, 1) 56%, 
    rgba(183, 61, 144, 1) 77%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#889a2c",endColorstr="#4e2784",GradientType=1); */
  padding-top: 40px;
}
.navbar-nav {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.headerVIew {
  display: flex;
  align-items: center;
  background: #fff;
}

.headerKrups {
  max-width: 100px;
  margin-bottom: 50px;
}
.headerCoffeeText {
  max-width: 308px;
  margin-bottom: 20px;
}
.flexheader {
  display: flex;
  align-items: flex-end;
}
.headerViewText {
  font-size: 65pt;
  color: #fff;
  margin-bottom: 7px;
  line-height: 0.8;
}
.footerheight {
  height: 547px;
}

#gametext1,
#gametext2 {
  line-height: 1.2;
}

.hamburger {
  display: flex;
  justify-content: space-evenly;
  width: 100%;
}
.footer {
  color: #fff;
}
.wrappernav {
  position: relative;
  /*max-width: 1366px;;*/
  /* max-width: 1136px; */
  margin: 0 auto;
}
.wrapper {
  /* max-width: 1174px; */
  margin: 0 auto;
}
.navbar-static-top {
  padding: 0;
}
.nav > li > a {
  font-size: 14pt;
  font-weight: bold;
}
.nav > li > a:hover {
  background-color: rgba(255, 255, 255, 0);
}
#RegistraitCode > .headerBackground {
  padding: 60px 0;
}
img {
  width: 100%;
}
.width {
  width: 100%;
}
.cursor {
  cursor: pointer;
}
.mt15 {
  margin-top: 15px;
}
.greenH1 {
  color: #1e820f;
}
.green {
  color: #e30514;
}
.white {
  color: #fff;
}
.white:hover,
.white:active,
.white:focus {
  color: #fff;
}
.grey {
  max-width: 300px;
}
.green:hover {
  color: #ff1323;
}
.greenHr {
  border-top: 3px solid #ff8500;
}
.fs14 {
  font-size: 14pt;
}
.fs18 {
  font-size: 17pt;
}
.fs20 {
  font-size: 18pt;
}
.link {
  text-decoration: underline !important;
  cursor: pointer;
  color: #e30514;
  font-size: 15px;
  font-weight: bold;
}
.link:hover,
.link:focus,
.link:active {
  text-decoration: underline !important;
  color: #ff1323;
  font-weight: bold;
}
.linkFooter {
  text-decoration: underline !important;
  cursor: pointer;
  color: #fff;
  font-weight: bold;
}
.linkFooter:hover,
.linkFooter:focus,
.linkFooter:active {
  text-decoration: underline !important;
  color: #ddd;
  font-weight: bold;
}
i,
.italic {
  font-style: italic;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.row {
  margin-right: 0px;
  margin-left: 0px;
}

.stepBgr {
  background: url('/Hyper/img/bg-steps.png') no-repeat center center;
  padding: 0 5%;
}

.WhiteBackground {
  background: #fff;
}
.brandView {
  margin: 15px 0px;
  min-height: 200px;
}
.brandLogo {
  max-width: 310px;
}
.BrandLogoHeight {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.howToPlayTitle {
  /* margin: 0 0 66px; */
  font-size: 22pt;
  text-transform: uppercase;
}
.howToPlayImg {
  max-width: 189px;
}
.socialMedia {
  background: #e30514;
}
.codeЕxample {
  float: right;
  color: #e30514;
  font-size: 20px;
  margin: 0px 0 15px;
}
.captchaView {
  display: flex;
  align-items: center;
}
.msg-status > div {
  display: none;
  border: none !important;
  border-radius: 0 !important;
  font-size: 17px;
  color: #000 !important;
}
.indexBtn {
  font-size: 20pt;
  margin-top: 20px;
  padding: 7px 0 10px;
}
.msg-status .alert-success {
  background: #e5fce3;
}
.alert-success > span {
  color: #3c763d !important;
}
.msg-status .alert-danger {
  background: #ec3f4b;
}
.regBtnIndexText {
  font-size: 65px;
  text-align: center;
}
.btnRegister {
  margin-left: 0;
  margin-top: 20px;
  max-width: 100%;
}

@media (max-width: 1150px) {
  .stepBgr {
    justify-content: flex-start;
  }
}


@media (mmax-width: 770px) {
	.navbar-collapse.collapse {
		display: none !important;
		height: auto!important;
		padding-bottom: 0;
		overflow: visible!important;
	}
}

@media (min-width: 767px) {
  .howToPlayView {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
.Bgr {
    background: url(../img/bg.jpg) no-repeat top left;
    background-size: cover;
}
  .productView {
    background-size: cover;
  }
  .playSteps {
    padding-bottom: 0px;
    margin-bottom: 0;
  }
  .btnNav {
    color: #fff;
  }

  .codeЕxample {
    font-size: 17px;
  }
  .Bgr {
    padding: 0px;
  }
  .fs14 {
    font-size: 12pt;
  }
  .backgroundRainbaw,
  .backgroundRainbawReverse {
    padding-top: 0px;
  }

  .lihr {
    border-bottom: 1px solid #fff;
  }
  .navbar-collapse {
    position: absolute;
    right: 0;
    top: 41px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    border-bottom-left-radius: 10px;
    background: #e30514;
    max-width: 400px;
  }
  .flexheader {
    display: block;
  }

  .headerViewText {
    margin-bottom: 10px;
  }
  .mbxs15 {
    margin-bottom: 15px;
  }
  .flexMachines {
    flex-flow: column wrap;
    align-items: center;
    justify-content: center;
    margin-bottom: 21px;
  }
  .headerKrups {
    margin-bottom: 20px;
  }
  .headerCoffeeText {
    margin-bottom: 20px;
  }
  .xs-center {
    text-align: center;
  }
  #RegistraitCode {
    padding-top: 0px;
  }
  .brandLogo {
    margin-bottom: 0;
  }
  .headerBackground {
    background-size: cover;
    height: 100%;
    margin-bottom: 0;
  }
  .footerBackground {
    background-size: cover;
    background-position: right center;
  }
  .footerheight {
    height: 320px;
  }
  .regBtnIndexText {
    font-size: 45px;
  }
  .regBtnIndexText {
    float: none;
    margin: 20px auto;
  }

  .xsflex {
    flex-flow: column wrap;
  }
  .indexBtn {
    margin: 15px auto;
    font-size: 20px;
    padding: 15px 10px 18px;
  }
  .navbar-nav {
    margin: 4px auto;
    justify-content: space-evenly;
    padding: 0;
  }
  .nav > li {
    width: 100%;
    cursor: pointer;
  }
  .wrappernav {
    max-width: 100%;
  }
}
@media (max-width: 554px) {
  .button {
    font-size: 20px;
    max-width: 300px;
  }
  .fs20 {
    font-size: 14pt;
  }
  .greenBtn,
  .formbtn {
    font-size: 17px !important;
  }
  .btnRegister {
    font-size: 27px !important;
    max-width: 70%;
    margin: 10px auto;
  }
  .captchaView {
    flex-flow: column wrap;
  }
  .xsCaptcha {
    margin-bottom: 14px;
  }
}
