@font-face {
  font-family: 'luckiest_guyregular';
  src: url('fonts/luckiestguy-webfont.eot');
  src: url('fonts/luckiestguy-webfont.eot?#iefix') format('embedded-opentype'),
  url('fonts/luckiestguy-webfont.woff') format('woff'),
  url('fonts/luckiestguy-webfont.ttf') format('truetype'),
  url('fonts/luckiestguy-webfont.svg#luckiest_guyregular') format('svg');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'Oswald';
  src: url('fonts/Oswald-ExtraLight.eot');
  src: url('fonts/Oswald-ExtraLight.eot?#iefix') format('embedded-opentype'),
  url('fonts/Oswald-ExtraLight.woff2') format('woff2'),
  url('fonts/Oswald-ExtraLight.woff') format('woff'),
  url('fonts/Oswald-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'Oswald';
  src: url('fonts/Oswald-Light.eot');
  src: url('fonts/Oswald-Light.eot?#iefix') format('embedded-opentype'),
  url('fonts/Oswald-Light.woff2') format('woff2'),
  url('fonts/Oswald-Light.woff') format('woff'),
  url('fonts/Oswald-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Oswald';
  src: url('fonts/Oswald-Medium.eot');
  src: url('fonts/Oswald-Medium.eot?#iefix') format('embedded-opentype'),
  url('fonts/Oswald-Medium.woff2') format('woff2'),
  url('fonts/Oswald-Medium.woff') format('woff'),
  url('fonts/Oswald-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Oswald';
  src: url('fonts/Oswald-Regular.eot');
  src: url('fonts/Oswald-Regular.eot?#iefix') format('embedded-opentype'),
  url('fonts/Oswald-Regular.woff2') format('woff2'),
  url('fonts/Oswald-Regular.woff') format('woff'),
  url('fonts/Oswald-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Oswald';
  src: url('fonts/Oswald-Bold.eot');
  src: url('fonts/Oswald-Bold.eot?#iefix') format('embedded-opentype'),
  url('fonts/Oswald-Bold.woff2') format('woff2'),
  url('fonts/Oswald-Bold.woff') format('woff'),
  url('fonts/Oswald-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Oswald';
  src: url('fonts/Oswald-SemiBold.eot');
  src: url('fonts/Oswald-SemiBold.eot?#iefix') format('embedded-opentype'),
  url('fonts/Oswald-SemiBold.woff2') format('woff2'),
  url('fonts/Oswald-SemiBold.woff') format('woff'),
  url('fonts/Oswald-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}

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

@font-face {
  font-family: 'Quicksand';
  src: url('fonts/Quicksand-Light.eot');
  src: url('fonts/Quicksand-Light.eot?#iefix') format('embedded-opentype'),
  url('fonts/Quicksand-Light.woff2') format('woff2'),
  url('fonts/Quicksand-Light.woff') format('woff'),
  url('fonts/Quicksand-Light.ttf') format('truetype'),
  url('fonts/Quicksand-Light.svg#Quicksand-Light') format('svg');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Quicksand';
  src: url('fonts/Quicksand-Bold.eot');
  src: url('fonts/Quicksand-Bold.eot?#iefix') format('embedded-opentype'),
  url('fonts/Quicksand-Bold.woff2') format('woff2'),
  url('fonts/Quicksand-Bold.woff') format('woff'),
  url('fonts/Quicksand-Bold.ttf') format('truetype'),
  url('fonts/Quicksand-Bold.svg#Quicksand-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Quicksand';
  src: url('fonts/Quicksand-Medium.eot');
  src: url('fonts/Quicksand-Medium.eot?#iefix') format('embedded-opentype'),
  url('fonts/Quicksand-Medium.woff2') format('woff2'),
  url('fonts/Quicksand-Medium.woff') format('woff'),
  url('fonts/Quicksand-Medium.ttf') format('truetype'),
  url('fonts/Quicksand-Medium.svg#Quicksand-Medium') format('svg');
  font-weight: 500;
  font-style: normal;
}


*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


body {
  padding-top: 0em;
  background-color: #993399;
  margin: 0px;
  font-size: 10px;
  font-family: Quicksand
}

/* animated objects */
.crates-container {
  width: 500px;
  height: 500px;
  position: relative;
}

.crate1, .crate2, .crate3, .parachute, .plane, .cloud1, .cloud2 {
  position: fixed;
}
.crate1 {
  z-index: 5;
  left: 230px;
  top: 250px;
}
.crate2, .crate3 {
  z-index: 4;
  left: 10px;
}
.crate2 {
  left: 130px;
  top: 250px;
}
.crate3 {
  left: 380px;
  top: 250px;
}
.parachute {
  z-index: 3;
  top: -90px;
  left: 120px;
}
.plane {
  z-index: 1;
  left: 500px;
  top: -30px;
}
.cloud1 {
  z-index: 1;
  left: 1100px;
  top: 400px;
  width: 450px;
}
.cloud2 {
  z-index: 1;
  left: -160px;
  top: 210px;
}

/* end of animated objects */

.outer {
  margin: 0px;
  background-clip: border-box;
  background-color: #ffcc33;
  background: url('./images/dt_background_v2.jpg') no-repeat;
  background-position: bottom center;
  background-size:cover;
  /* background-position: 0px -900px; */
  /* background-attachment: fixed; */
}

/* .pyr {
  display: flex;
  position: relative;
} */
/* .pyr1 { */
/* width: 100%; */
/* display: block;
left: 100px;
top: 100px;
position: fixed; */
/* left: 0px;
top: 0px;
height: 300px;
width: 50%;  */
/* } */
/* .pyr2 { */
/* left: 100px;
top: 100px; */
/* width: 50%;
height: 300px;
height: auto;
width: 100%; */
/* position: fixed; */
/* left: 0px;
top: 0px;   */
/* } */
/* .pyr1-img {
  background-image: url('./images/dt_piramida1_v1.png');
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.pyr2-img {
  background-image: url('./images/dt_piramida2_v1.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  width: 100%;
  height: 100%;
} */

.container {
  max-width: 910px;
  margin: 0 auto;
  padding: 0;
  /* z-index: 100; */
}
.stepClass {
  z-index: 99;
}

.main-container {
  max-width: 1200px;
  margin: 4em auto;
  padding: 0;
}

header {
  background: #993399;
  z-index: 200;
  position: fixed;
  width: 100%;
}

.nav-buttons {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-content: space-around;
  padding: 2em;
}

.nav-button1,
.nav-button2 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-family: Oswald;
  font-weight: 200
}

.nav-button2 {
  padding-left: 1em
}

.nav-button1 a {
  font-size: 2em;
  color: #1e4363;
  background: #fff;
  padding: 0.1em 2em 0.3em 2em;
  border-radius: 5px;
  border-top: 2px solid #e5e5e5;
  border-left: 2px solid #e5e5e5;
  text-decoration: none;
}

.nav-button2 a {
  font-size: 2em;
  color: #fff;
  background: #77bb5f;
  padding: 0.1em 2em 0.3em 2em;
  border-radius: 5px;
  border-top: 2px solid #6ba855;
  border-left: 2px solid #6ba855;
  text-decoration: none;
}

.podblock {
  background-color: #37818e;
  border: 5px solid #aff4ff;
  border-radius: 1em;
  box-sizing: border-box;
  -webkit-box-shadow: 4px 4px 3px 0px rgba(144, 144, 144, 0.1);
  -moz-box-shadow: 4px 4px 3px 0px rgba(144, 144, 144, 0.1);
  box-shadow: 4px 4px 3px 0px rgba(144, 144, 144, 0.1);
}

.podblock h3 {
  text-align: left;
  font-family: 'luckiest_guyregular';
  letter-spacing: 1px;
  font-weight: 300;
  color: #ffc320;
  font-size: 33px;
  line-height: 1.1em;
  margin: -0.5em 0px;
  padding: 0em 0.5em 1em 1em;
  text-transform: uppercase;

}

.podblock h3 span {
  white-space: nowrap;
}

.podblock h3 span:not(.gold-gradient) {
  font-family: Quicksand;
  font-weight: 400;
  line-height: 1.2em;
  background: none;
  color: #ffffff;
  -webkit-text-fill-color: #ffffff;
  text-shadow: none;
  white-space: inherit;
}

.podblock.step-1:before {
  content: '1';
  position: relative;
  font-family: Oswald;
  font-weight: 800;
  font-size: 3em;
  line-height: 1em;
  top: -0.6em;
  left: 1em;
  color: #ffc421;
  background: #f9ed3d;
  background: -moz-linear-gradient(top, #f9ed3d 0%, #ffc421 45%, #ff9900 100%);
  background: -webkit-linear-gradient(top, #f9ed3d 0%,#ffc421 45%,#ff9900 100%);
  background: linear-gradient(to bottom, #f9ed3d 0%,#ffc421 45%,#ff9900 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9ed3d', endColorstr='#ff9900',GradientType=0 );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(2px 2px #7d2606);
}

.podblock.step-2:before {
  content: '2';
  position: relative;
  font-family: Oswald;
  font-weight: 800;
  font-size: 3em;
  line-height: 1em;
  top: -0.6em;
  left: 1em;
  color: #ffc421;
  background: #f9eb3c; /* Old browsers */
  background: -moz-linear-gradient(top, #f9eb3c 0%, #ffc824 50%, #ffa106 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #f9eb3c 0%,#ffc824 50%,#ffa106 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #f9eb3c 0%,#ffc824 50%,#ffa106 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9eb3c', endColorstr='#ffa106',GradientType=0 ); /* IE6-9 */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(2px 2px #7d2606);
}

.podblock.step-3:before {
  content: '3';
  position: relative;
  font-family: Oswald;
  font-weight: 800;
  font-size: 3em;
  line-height: 1em;
  top: -0.6em;
  left: 1em;
  color: #ffc421;
  background: #f9eb3c; /* Old browsers */
  background: -moz-linear-gradient(top, #f9eb3c 0%, #ffc824 50%, #ffa106 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #f9eb3c 0%,#ffc824 50%,#ffa106 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #f9eb3c 0%,#ffc824 50%,#ffa106 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9eb3c', endColorstr='#ffa106',GradientType=0 ); /* IE6-9 */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(2px 2px #7d2606);
}

.podblue {
  background-color: #55f3ff;
  margin-left: 8px !important;
  margin-right: 8px !important;
  margin-top: 25px !important;
}

.podblue-text h4 {
  color: #ffffff;
  text-align: left;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 3em;
  line-height: 1em;
  margin: 0px;
  padding: 20px 10px 0px 10px;
}

.podblue p {
  color: #ffffff;
  text-align: left;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 2em;
  line-height: 1em;
  margin: 0px;
  padding: 10px 10px 10px 10px;
}

.podblue .col {
  padding-bottom: 0;
  margin-bottom: 0;
}

.podblue-img {
  padding-bottom: 0;
  text-align: center;
}

.podblue-img img {
  padding-bottom: 0;
  margin-bottom: -2px;
  margin-top: -3em;
}


.button-wrapper {
  display: block;
  margin-bottom: 0em;
  position: relative;
  overflow: hidden;
  padding: 2.2em 0em 2.4em 0em;
  width: 265px;
  margin: 1.2em auto 0em;
}
.button {
  margin: 20px 0px;
  padding: 0.3em 1em 0.3em 1em;
  color: #fff;
  background: #a12b90;
  font-family: 'luckiest_guyregular';
  font-weight: 300;
  color: #ffc421;
  font-size: 4em;
  line-height: 1em;
  text-decoration: none;
  border-radius: 4px;
  -webkit-box-shadow: 4px 4px 3px 0px rgba(117, 117, 117, 0.29);
  -moz-box-shadow: 4px 4px 3px 0px rgba(117, 117, 117, 0.29);
  box-shadow: 4px 4px 3px 0px rgba(117, 117, 117, 0.29);
  position: relative;
  overflow: hidden;
}

.button:after {
  animation: shine 3s ease-in-out  infinite;
  animation-fill-mode: forwards;
  content: "";
  position: absolute;
  top: -110%;
  left: -320%;
  width: 480%;
  height: 220%;
  opacity: 0;
  transform: rotate(30deg);
  background: rgba(255, 255, 255, 0.13);
  background: linear-gradient(
          to right,
          rgba(255, 255, 255, 0.13) 0%,
          rgba(255, 255, 255, 0.13) 77%,
          rgba(255, 255, 255, 0.5) 92%,
          rgba(255, 255, 255, 0.0) 100%
  );

}

/* Hover state - trigger effect */


/* Active state */

.button:active:after {
  opacity: 0;
}

@keyframes shine{
  10% {
    opacity: 1;
    top: -30%;
    left: -30%;
    transition-property: left, top, opacity;
    transition-duration: 0.7s, 0.7s, 0.35s;
    transition-timing-function: ease;
  }
  100% {
    opacity: 0;
    top: -15%;
    left: -15%;
    transition-property: left, top, opacity;
  }
}

[class*=grid] {
  margin: 0px;
}

img {
  max-width: 100%;
  height: auto;
}

.steps {
  padding-top: 3em;
  padding-bottom: 3em;
  z-index: 100;
  position: relative;
}

.key-terms,
.full-terms  {
  background-color: #ecf0f1;
  margin-left: 8px !important;
  margin-right: 8px !important;
  margin-top: 25px;
  padding: 2em 3em 3em;
}

.key-terms h4,
.full-terms h4, .tcs-full h4 {
  color: #1e4363;
  text-align: left;
  font-family: Quicksand;
  font-weight: 600;
  font-size: 3em;
  line-height: 1.2em;
  margin: 0px;

}

.key-terms p,
.full-terms p {
  color: #1e4363;
  text-align: left;
  font-family: Quicksand;
  font-weight: 400;
  font-size: 1.6em;
  line-height: 1.2em;
  margin: 0px;
  padding: 1.5em 0em 0.2em;
}

.key-terms a {
  color: #1e4363;
}

.whyimg {
  width: 40%;
  float: right;
  position: absolute;
  bottom: 0px;
  right: 0px;
}

.whyimg2{
  width: 27%;
  float: right;
  display: flex;
  align-items: flex-end;
  padding: 1.5em 1em 0em 0.5em;
  transform: scale(1.2);
}

.full-terms ul {
  color: #1e4363;
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1.5em;
  list-style-type: none;
  padding-left: 1em;
  width: 50%
}

.full-terms li::before {
  content: url(images/tick.png);
  top: 0.2em;
  left: 0em;
  display: inline-block;
  height: 1em;
  width: 2em;
  position: relative;
}

.full-terms .button {
  margin: 0.5em auto 0em;
  display: flex;
}

.hero-image {
  padding-bottom: 0;
}

main {
  position: relative;
  overflow-x: hidden;
}

.main-offer {
  padding: 14em 0em 0em;
  z-index: 99;
}

.headline-line-1 {
  color: #fff;
  font-size: 6em;
  line-height: 1.2em;
  margin: 0;
  font-family: 'luckiest_guyregular';
  letter-spacing: 1px;
  font-weight: 300;
  text-shadow: 2px 2px #003c5b;
  text-align: center;
}

.headline-line-2 {
  color: #ffc421;
  font-size: 9.5em;
  line-height: 1em;
  margin: 0;
  font-family: 'luckiest_guyregular';
  letter-spacing: 1px;
  font-weight: 300;
  color: #ffc320;
  text-align: center;
}

.headline-line-3 {
  color: #ffc421;
  font-size: 5em;
  line-height: 1em;
  margin: 0;
  font-family: 'luckiest_guyregular';
  letter-spacing: 1px;
  font-weight: 300;
  color: #ffc320;
  text-align: center;
}

.gold-gradient {
  position: relative;
  padding: 0px;
  background: #f9ed3d;
  background: -moz-linear-gradient(top, #f9ed3d 0%, #ffc421 45%, #ff9900 100%);
  background: -webkit-linear-gradient(top, #f9ed3d 0%,#ffc421 45%,#ff9900 100%);
  background: linear-gradient(to bottom, #f9ed3d 0%,#ffc421 45%,#ff9900 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9ed3d', endColorstr='#ff9900',GradientType=0 );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(2px 2px #7d2606);
}

.headline-line-4 {
  color: #fff;
  font-size: 4em;
  line-height: 1.2em;
  margin: 0;
  font-family: 'luckiest_guyregular';
  letter-spacing: 1px;
  font-weight: 300;
  text-shadow: 2px 2px #003c5b;
  width: 2em;
  display: inline-block;
}

.gamelogo-headline {
  width: 100%;
  padding:0em 7em 3em;
  padding-top: 0.2em;
  margin: 0 auto;
  display: inline-block;
}

.header-logo {
  margin-top: 0.2em;
  z-index: 100;
  padding: 0;
}

.header-logo img {
  width: 155px;
}

.wtfs {
  background: yellow;
}

img.wtfs-desktop {
  height: 180px;
  margin: 0 auto;
  display: block;
}

.tcs-full {
  font-family: 'Open Sans';
  background-color: #e2e2e2;
  font-weight: 200;
}

.tcs-full .container {
  padding: 1em 0.5em;
  border-top: solid 1px #efefef
}

tcs-full .copy {
  font-family: 'Open Sans';
  font-weight: 200;
  font-size: 12px;
  color: #1f2b38;
  margin: 0px;
  padding: 0em 0.5em 2em;
}

footer {
  background-color: #e2e2e2;
  z-index: 2;
  padding: 1em;
}

footer .copy, . {
  text-align: center;
  font-family: 'Open Sans';
  font-weight: 200;
  font-size: 12px;
  color: #1f2b38;
  margin: 0px;
  padding: 0em 0.5em 2em;
}

footer .copy a {
  color: #1f2b38;
  text-decoration: underline;
}

.social-icons {
  margin: 0 auto;
  padding: 0.5em 1em 0em;
  text-align: center;
  font-size: 3.5em;
}

.social-icons a {
  color: #1f2b38;
}

.footer-links ul {
  text-align: center;
  padding-left: 0em;
}

.footer-links li+li:before {
  content: '\2022';
  font-size: .4em;
  display: inline-block;
  position: relative;
  line-height: 1.2em;
  top: 0em;
  padding-right: 2em;
}

.footer-links li {
  display: inline-block;
  font-size: 1.5em;
  line-height: 1.5em;
  padding: 0 0.4em;
}

.footer-links a {
  text-decoration: none;
  color: #1f2b38;
}

.footer-links a:hover {
  text-decoration: underline;
}

.payment-methods ul,
.regulatory-logos ul {
  list-style-type: none;
  display: inline-block;
  text-align: center;
  width: 100%;
  padding-bottom: 1em;
  padding-left: 0em;
}

.logo1 {
  background: url(images/dt_footer_payment_v5.png);
  background-size: 100%;
  background-repeat: no-repeat;
  height: 2.7em;
  display: inline-block;
  content-visibility: auto
}

.visa {
  background-position: 0 50%;
  width: 9em;
}

.mastercard {
  background-position: 710px 50%;
  width: 12em;
}

.maestro {
  background-position: 585px 50%;
  width: 9em;
}

.paypal {
  background-position: 490px 50%;
  width: 9em;
}

.skrill {
  background-position: 490px 50%;
  width: 9em;
}

.paysafecard {
  background-position: 400px 50%;
  width: 14em;
}

.neteller {
  background-position: 255px 50%;
  width: 12em;
}

.trustly {
  background-position: 130px 50%;
  width: 13em;
}

.worldpay {
  background-position: 130px 50%;
  width: 13em;
  font-size: 18px;
}

.logo2 {
  background: url(images/dt_footer_gambling_v2.png);
  background-size: 600px;
  height: 2.5em;
  display: inline-block;
}

.plus18 {
  background-position: 0 50%;
  width: 3em;
}

.gamcom {
  background-position: 565px 50%;
  width: 11em;
}

.ibas {
  background-position: 448px 50%;
  width: 7em;
}

.gambleaware {
  background-position: 377px 50%;
  width: 16em;
}

.ecogra {
  background-position: 210px 50%;
  width: 9em;
}

.gamstop {
  background-position: 118px 50%;
  width: 11.82em;
}

@media screen and (min-width: 1441px) {
  .crate1 {
    left: 310px;
    top: 270px;
  }

  .crate2 {
    left: 230px;
    top: 250px;
  }

  .crate3 {
    left: 450px;
    top: 250px;
  }

  .parachute {
    top: -80px;
    left: 200px;
  }

  .plane {
    left: 500px;
    top: -30px;
  }

  .cloud1 {
    left: 1400px;
  }
}

@media screen and (min-width: 1681px) {
  .crate1 {
    left: 560px;
    top: 270px;
  }

  .crate2 {
    left: 480px;
    top: 250px;
  }

  .crate3 {
    left: 700px;
    top: 250px;
  }

  .parachute {
    top: -80px;
    left: 450px;
  }

  .plane {
    left: 700px;
    top: -30px;
  }

  .cloud1 {
    left: 1500px;
  }
}

@media screen and (max-width: 1024px) {
  .hero-image {
    text-align: center;
  }

  .headline-line-1,
  .headline-line-2,
  .headline-line-3 {
    text-align: center;
  }

  .headline-line-2 {
    font-size: 7.2em;
  }

  .headline-line-3 {
    font-size: 4em;
  }

  .button-wrapper {
    text-align: center;
  }

  .crate1 {
    left: 170px;
  }

  .crate2 {
    left: 100px;
  }

  .crate3 {
    left: 330px;
  }

  .parachute {
    top: -80px;
  }

  .plane {
    width: 200px;
  }

  .cloud1 {
    top: 450px;
    left: 700px;
  }
}

@media screen and (max-width: 768px) {
  .header-logo {
    margin-top: 0.5em;
    padding: 0em 0em 0em 1.5em;
  }

  .nav-button1 a,
  .nav-button2 a {
    font-size: 1.3em;
  }

  .grid-2_xs-1-equalHeight.podblue>div:nth-child(1) {
    order: 2;
  }

  .podblue-img {
    text-align: right;
  }

  .podblue-img img {
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: "FlipH";
    -ms-filter: "FlipH";
    max-width: 70%;
  }

  .grid-2 h3 {
    padding: 0em 0.5em;
  }

  .headline-line-1,
  .headline-line-4 {
    font-size: 3em;
  }

  .headline-line-2 {
    font-size: 6em;
  }

  .headline-line-3 {
    font-size: 4em;
    padding-bottom: 2em
  }

  .podblock h3 {
    font-size: 28px;
    padding: 0em 0.5em 1em 0.50em;
  }

  .podblock.step-1:before, .podblock.step-2:before, .podblock.step-3:before {
    left: 0.5em;
  }

  .gamelogo-headline {
    width: 100%;
    padding: 1em 15em;
  }

  .main-offer, .headline-line-1, .headline-line-2, .headline-line-3 {
    text-align: center;
  }

  .main-offer {
    padding: 4em 0em 5em;
  }

  .crate1 {
    /* left: 100px;
    top: 320px;
    width: 200px; */
  }

  .crate2 {
    /* left: 35px;
    top: 300px;
    width: 150px; */
  }
  .crate3 {

  }

  .parachute {
    top: -85px;
    left: 100px;
  }

  .plane {
    left: 500px;
    top: 30px;
    width: 250px;
  }

  .cloud1 {
    left: 500px;
    top: 650px;
  }

  .cloud2 {
    left: -200px;
    top: 450px;
  }

  /* .outer {
    background-position: 0px 150px;
  } */
  .full-terms {
    display: flex;
    flex-direction: column;
  }

  .full-terms p, .full-terms ul {
    width: 100%;
    display: flex;
    flex-direction: column;
  }

  .full-terms p:nth-child(4) {
    order: 2;
  }

  .full-terms ul {
    order: 5
  }
  .full-terms .button-wrapper {
    order:6;
  }
}

@media screen and (max-width: 480px) {
  .main-container {
    margin: 0;
  }

  .main-offer {
    padding: 0;
  }

  .headline-line-2 {
    font-size: 5em;
  }

  .headline-line-3 {
    font-size: 3em;
  }

  .gamelogo-headline {
    padding: 1em 8em;
  }

  .button-wrapper {
    margin: 0em auto 0em;
  }

  .crates-container {
    height: 320px;
  }

  .crate1 {
    left: 70px;
    top: 150px;
    width: 150px;
  }

  .crate2 {
    left: 35px;
    top: 200px;
    width: 100px;
  }

  .crate3 {
    left: 150px;
    top: 200px;
    width: 100px;
  }

  .parachute {
    top: 50px;
    left: 30px;
    width: 130px;
  }

  .plane {
    left: 200px;
    top: 50px;
    width: 140px;
  }

  .cloud1 {
    left: 250px;
    top: 200px;
  }
  /* .outer {
    background-position: 0px 100px;
  } */


  .whyimg{
    width: 100%;
    float: none;
    position: relative;
  }
}

@media screen and (max-width: 320px) {
  .crates-container {
    height: 350px;
  }
  .nav-button2 {
    padding-left: 0.4em;
  }
  .crate1 {
    width: 100px;
    left: 90px;
    top: 220px;
  }
  .crate2 {
    width: 80px;
    left: 70px;
    top: 220px;
  }
  .crate3 {
    width: 80px;
    left: 135px;
    top: 210px;
  }
  .parachute {
    top: 70px;
    left: 40px;
  }
  .plane {
    left: 220px;
    top: 60px;
    width: 100px;
  }
  .cloud1 {
    left: 200px;
  }
}

/*Explorer styles*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {

  .whyimg {
    display: block;
  }
  .button-wrapper {
    margin: 2em auto
  }
  header {
    margin-top: -4em
  }
  .gold-gradient {
    background: none;
    text-shadow: 2px 2px #7d2606
  }

  .podblock.step-1::before, .podblock.step-2::before, .podblock.step-3::before {
    background: none;
    text-shadow: 2px 2px #7d2606
  }
}

.counterSquare{
  width: 80px;
  height: 80px;
  background-color: #a12b90;
  text-align: center;
  margin-right: 15px;
  float: left;
  font-weight: bolder;
}

#days, #hours,#minutes,#seconds{
  line-height: 80px;
  text-align: center;
  font-size: 51px;
  background: rgba(255,255,255,1);
  background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(242,246,248,1) 49%, rgba(216,225,231,1) 49%, rgba(181,198,208,1) 49%, rgba(249,251,252,1) 69%, rgba(249,251,252,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(49%, rgba(242,246,248,1)), color-stop(49%, rgba(216,225,231,1)), color-stop(49%, rgba(181,198,208,1)), color-stop(69%, rgba(249,251,252,1)), color-stop(100%, rgba(249,251,252,1)));
  background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(242,246,248,1) 49%, rgba(216,225,231,1) 49%, rgba(181,198,208,1) 49%, rgba(249,251,252,1) 69%, rgba(249,251,252,1) 100%);
  background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(242,246,248,1) 49%, rgba(216,225,231,1) 49%, rgba(181,198,208,1) 49%, rgba(249,251,252,1) 69%, rgba(249,251,252,1) 100%);
  background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(242,246,248,1) 49%, rgba(216,225,231,1) 49%, rgba(181,198,208,1) 49%, rgba(249,251,252,1) 69%, rgba(249,251,252,1) 100%);
  background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(242,246,248,1) 49%, rgba(216,225,231,1) 49%, rgba(181,198,208,1) 49%, rgba(249,251,252,1) 69%, rgba(249,251,252,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f9fbfc', GradientType=0 );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#counterHolder{
  margin-left: auto;
  margin-right: auto;
  width: 365px;
}

.counterDescriptor{
  width: 80px;
  text-align: center;
  margin-right: 15px;
  float: left;
  font-family: 'luckiest_guyregular';
  color: #ffffff;
  text-shadow: 2px 2px #003c5b;
  font-size: 21px;
}

.gameImages{
  width:100%;
  margin-top:20px;
}

.gameImage{
  width: calc(25% - 12px);
  float: left;
  box-sizing: border-box;
  background-size: auto 100%;
  background-repeat: no-repeat;
  margin-right: 15px;
}

.gameImage img{
  width: 100%;
}

.starburst{
  background-image:url('https://www.playsunny.com/img/netent/games/starburst_not_mobile-thumb.jpg');
}

.neonstaxx{
  background-image:url('https://www.playsunny.com/img/netent/games/neonstaxx_not_mobile-thumb.jpg');
}

.templeofnudges{
  background-image:url('https://www.playsunny.com/img/netent/games/templeofnudges_not_mobile-thumb.jpg');
}

.spinatagrande{
  background-image:url('https://www.playsunny.com/img/netent/games/colossalpinatas_not_mobile-thumb.jpg');
  margin-right:0px;
}

.whychooseColumn{
  width:33%;
  float: left;
  font-weight:bold;
  text-align:center;
  margin-top: 20px;
  margin-bottom: 10px;
}

.whychooseColumn p{
  font-weight: bold;
  text-align:center;
}

.imgHolder{
  width:80%;
  max-width:150px;
  margin-left:auto;
  margin-right:auto;
  height:130px;
}

#counterHolder h4 {
  color: #1e4363;
  text-align: left;
  font-family: Quicksand;
  font-weight: 600;
  font-size: 1.8em;
  line-height: 1.2em;
  margin-bottom: 10px;
  margin-top: 20px;
}

#notifiedHolder{
  background-color: #a12b90;
  width:100%;
  padding:10px;
  padding-bottom:20px;
  padding-top:20px;
}

#notifiedHolder input[type="text"]{
  width: calc(100% - 90px);
  height: 35px;
  border-radius: 6px;
  background-color: #ffffff;
  float: left;
  border: 0;
  margin-right: 10px;
  color:#1e4363;
  padding:5px;
}

#notifiedHolder input[type="submit"]{
  width: 80px;
  height: 35px;
  border-radius: 6px;
  background-color: #ffffff;
  float: left;
  font-size: 16px;
  border: 0;
  color:#1e4363;
}

.notifiedText{
  color: #1e4363;
  text-align: left;
  font-family: Quicksand;
  font-weight: 400;
  font-size: 13px;
  margin-top:10px;
}

@media screen and (max-width: 500px) {
  .whychooseColumn {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  .whyimg2{
    width:100%;
    margin-top:20px;
    margin-bottom:20px;
  }
  .whyimg2 img{
    width: 100%;
  }
}

#footerWelcomeTermsTitle{
  text-align:center;
  font-size:16px;
  cursor:pointer;
  margin-top:20px;
  line-height:20px;
  width: 350px;
  margin-left: auto;
  margin-right: auto;
}

.footerWelcomeTermsTitleBig{
  background-image:url('../Images/arrowRightSmall.png');
  width:20px;
  height:20px;
  float:left;
  background-size:100%;
}

#footerWelcomeTerms{
  display: none;
  text-align: left;
  width: 500px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  line-height: 16px;
  font-size: 12px;
  font-family: arial;
  line-height:20px;
}

#footerWelcomeTerms a{
  color:#000000;
}

.continueButton{
  height: 50px;
  background-color: #e94cd2;
  border-radius: 8px;
  text-align: center;
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
  margin-top:28px;
  max-width: 280px;
  width:100%;
  z-index:1;
  font-size:28px;
  font-weight:bold;
  color:#fff47d;
  line-height:50px;
}

.continueButton:hover{
  background-color:#5a0d4f;
}

#cookieNotificationScreen{
  position:fixed;
  bottom:0;
  left:0;
  right:0;
  background-color:rgba(0,0,0,0.8);
  text-align:center;
  color:#ffffff;
  padding:20px;
  box-sizing: border-box;
  z-index: 100;
  font-size:12px;
}

#cookieNotificationScreen .continueButton{
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  width: 100px;
  float:none !important;
  font-size: 18px;
}

#cookieNotificationScreen a{
  color:#ffffff;
}

@keyframes pulse {
  to {
    opacity: 1;
  }
}

@keyframes pulse {
  from { transform: scale(1); }
  50% { transform: scale(0.95); }
  to { transform: scale(1); }
}

.fe-pulse-w-pause {
  animation-name: pulse;
  animation-duration: 1.1s;
  animation-iteration-count: infinite;
}

.fe-pulse-w-pause:hover,
.fe-pulse-w-pause:focus {
  animation-name: unset;
}


.mgaversion{
  background: url(../Images/footer/dt_footer_gambling_MGA.png)!important;
  background-position: -43px !important;
}