@import url("https://fonts.googleapis.com/css2?family=Work+Sans:wght@400;500&family=Oswald:wght@400;500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue:wght@400");


html {
  height: 100%;
  font-size: 16px;
}

@media (min-width: 1200px) {
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1600px !important;
}}


@media only screen and (max-width: 991px) {
  html {
    height: auto;
  }
}

.vidpop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  padding-top: 15vh;
  display: none;
z-index: 989;}
  .vidpop__inner {
    max-width: 700px;
    margin: 0 auto; }
  .vidpop__holder {
    position: relative;
    padding-top: 56.25%; }
    .vidpop__holder iframe, .vidpop__holder video, .vidpop__holder embed {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .vidpop__action {
    padding-top: 20px;
    text-align: center; }
.vidpop__close {
  background: url(../images/btn_close_video.png) no-repeat center center;
  background-size: cover;
  font-family: "Bebas Neue", sans-serif;
  color: #000 !important;
  display: inline-block;
  font-size: 2.95rem;
  font-weight: normal;
  width: 220px;
  height: 62px;
  padding: 9px 0;
  line-height: 24px;
  font-weight: normal;
  cursor: pointer;}

.vidpop__close:hover {
  background: url(../images/btn_close_video_on.png) no-repeat center center;
  text-decoration: none;
}

body {
  height: 100%;
  background: url(../images/hex_bg_black.jpg) repeat center bottom;
  background-size: cover;
  font-size: 1rem;
  line-height: 1.3;
  color: #fff;
  background-color: #000;	
  font-family: "Work Sans", sans-serif;
}
@media only screen and (max-width: 991px) {
  body {
    height: auto;
    background-size: cover !important;
  }
}

img {
}

h1, h2, h3, h4, h5 {
  font-family: "Bebas Neue", sans-serif;
  font-weight: normal;
}

.right__items.productstosample h5 {
	color: #fff;
	font-size: 1.54rem; margin-top: 11px;
	font-weight: 200 !important;
}

h2 {
  font-size: 2.2rem;
}

a, input {
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.title-group {
  margin: 0 0 20px;
}
.title-group h2,
.title-group h1 {
  text-shadow: 2px 2px 0 #a58312;
}
.title-group p {
  margin: 0;
}

.button {
  background: url(../images/btn_getstarted.png) no-repeat center center;
  background-size: cover;
  font-family: "Bebas Neue", sans-serif;
  color: #000 !important;
  display: inline-block;
  font-size: 2.95rem;
  font-weight: normal;
  width: 364px;
  height: 77px;
  padding: 9px 0;
  line-height: 24px;
  font-weight: normal;	
}
.button:hover {
  text-decoration: none;
  background: url(../images/btn_getstarted_on.png) no-repeat center center;	
}

.instructions {
  font-size: 1.35rem;
  color: #fff;
  font-weight: 500;
  margin-bottom: 0px;
  font-family: "Work Sans", sans-serif;
}

.hdingtext {
  font-size: 1.38rem;
  color: #fff;
  font-weight: 500;
  font-family: "Work Sans", sans-serif;
}	

.contactmetxt {
  font-size: 1.38rem;
  color: #fff;
  font-weight: 500;
  font-family: "Work Sans", sans-serif;
}

.it {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.it__col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
}
@media only screen and (min-width: 992px) {
  .it__col {
    min-height: 275px;
    position: relative;
  }
}
@media only screen and (max-width: 991px) {
  .it__col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    margin: 0 0 25px;
  }
}
.it__col img {
  max-height: 130px;
  margin: 0 0 10px;
}
.it__col h5 {
  font-size: 0.9rem;
  margin: 0 0 3px;
  text-transform: uppercase;
}
.it__col p {
  font-size: 0.7rem;
  text-transform: uppercase;
  margin: 0 0 10px;
}
.it .button {
  font-size: 1.3rem;
  letter-spacing: -1px;
  padding: 11px 23px;
  background-size: 100% 100%;
  font-weight: 500;
  text-align: center;
  display: inline-block;
  width: auto;
}
@media only screen and (min-width: 992px) {
  .it .button {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    min-width: 147px;
  }
}

.bot {
  text-align: center;
  font-size: 0.8rem;
  padding-top: 15px;
}
.bot p {
  margin: 0 0 8px;
}

.former {
  border: 1px solid #f3dc90;
  padding: 30px;
  border-radius: 30px;
}
.former .title-group {
  text-align: center;
  margin: 0 0 15px;
}
.former .title-group h2 {
  font-size: 2.4rem;
}
.former .button {
  font-size: 1.7rem;
  padding: 10px 15px;
  width: 100%;
  text-align: center;
  margin-top: 5px;
}

.checks {
  font-size: 0.9rem;
  margin: 0 0 15px;
}
.checks > span {
  display: block;
  margin: 0 0 5px;
}

.checker__item input {
  position: relative;
  top: 2px;
}

.fielder {
  margin: 0 0 10px;
}
.fielder input {
  border-radius: 4px;
  border: 0;
  padding: 5px 10px;
  display: block;
  width: 100%;
}

.disc {
  padding-top: 15px;
  font-size: 0.8rem;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .disc {
    padding-bottom: 30px;
  }
}

@media only screen and (max-width: 991px) {
  .cleft, .cright {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

@media only screen and (min-width: 1200px) {
  .main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 20px;
  }
  .main .col-left {
    max-width: 35%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 35%;
            flex: 0 0 35%;
  }
  .main .col-right {
    max-width: 65%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 65%;
            flex: 0 0 65%;
  }
.right__item img {
  max-height: 236px; min-height: 236px;
  margin: 0 0 10px;
}
	.coffeeduo {min-height: 236px}
}
@media only screen and (max-width: 1199px) {
  .main .col-left {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .main .col-right {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .main > .container > .row {
    display: block;
  }
}

@media only screen and (max-width: 991px) {
  .main .col-left {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .main .col-right {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .main > .container > .row {
    display: block;
  }
.right__item img {
  max-height: 278px;
  margin: 0 0 10px;
}	
}

.left {
  text-align: center;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .left {
    margin: 0 0 20px;
  }
}
.left__group {
  border: 1px solid #fff;
  border-radius: 30px;
  padding: 20px 30px 50px;
  margin: 0 0 40px;
  position: relative;
  background: url(../images/bg_leftcol.jpg) repeat left top;
}
.left .title-group {
  margin: 0 0 10px;
}
.left .button {
  position: absolute;
  bottom: -36px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.ctf2blks > img:first-child {
  position: absolute;
  bottom: 0;
  left: 0;
  max-height: 395px;
  z-index: 5;	
}

.ctf2blks > img:nth-child(2) {
    position: absolute;
    bottom: 0;
    right: 0;
    max-height: 395px;
	z-index: 5;
}

.ctf2footerblks {
    display: none;
  }

@media only screen and (max-height: 1002px) {
  .ctf2blks {
    display: none;
  }
}

@media only screen and (max-width: 1199px) {
  .ctf2blks {
    display: none;
  }
.ctf2footerblks {
    display: inline-block !important;
  }
.googmd15 {margin-bottom: 15px; margin-top: 20px}
}


.secondrowsp {margin-bottom: 88px}

.right {
  text-align: center;
}
.right .title-group {
  margin: 0 0 30px;
}
.right .title-group h2 {
  font-size: 3rem;
}
.right__item {
  text-transform: uppercase;
  margin: 0 0 20px;
}
@media only screen and (max-width: 991px) {
  .right__item {
    margin: 0 0 30px;
  }
}

.right__item h5 {
  font-size: 0.9rem;
  margin: 0;
}
.right__item p {
  font-size: 1.05rem;
  color: #f3dc90;
  font-weight: normal;
  font-weight: 500 !important;
  font-family: "Work Sans", sans-serif;
}
.goldt1 {color: #ab853d;}
.goldt2 {color: #b28d46;}
.goldt3 {color: #b6924a;}
.goldt4 {color: #be9b54;}
.goldt5 {color: #cfb168;}
.goldt6 {color: #d4b76e;}
.goldt7 {color: #dfc57b;}

.goldt1b {color: #ab853d;}
.goldt2b {color: #b28d46;}
.goldt3b {color: #caab60;}
.goldt4b {color: #c5a459;}
.goldt5b {color: #b89449;}
.goldt6b {color: #b08b3f;}
.goldt7b {color: #aa8438;}

.right__items .row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.v2 {
  background: url(../images/2/f2bg.jpg) no-repeat center bottom;
}
.v2 .cleft .title-group {
  text-align: center;
  max-width: 522px;
  margin: 0 auto 20px;
}
.v2 .cleft .title-group h2 {
  text-shadow: none;
  text-transform: uppercase;
  margin: 0;
  font-size: 3rem;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .v2 .cleft .title-group h2 {
    font-size: 1.8rem;
  }
}
.v2 .cleft .title-group h2:before {
  content: "";
  height: 2px;
  width: 80px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 10px;
}
@media only screen and (max-width: 991px) {
  .v2 .cleft .title-group h2:before {
    width: 40px;
  }
}
.v2 .cleft .title-group h2:after {
  content: "";
  height: 2px;
  width: 80px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  right: 10px;
}
@media only screen and (max-width: 991px) {
  .v2 .cleft .title-group h2:after {
    width: 40px;
  }
}
.v2 .cleft .title-group h1 {
  font-size: 5.2rem;
  margin: 0 0 10px;
  line-height: 1;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .v2 .cleft .title-group h1 {
    font-size: 2.5rem;
  }
}
.v2 .cleft .title-group h1 img {
  position: absolute;
  top: -25px;
  right: -60px;
  max-width: 70px;
}
@media only screen and (max-width: 991px) {
  .v2 .cleft .title-group h1 img {
    right: 0;
    top: -5px;
    max-width: 50px;
  }
}
.v2 .cleft .title-group p {
  font-size: 0.8rem;
}