@charset "utf-8";
/* CSS Document */
.footer-copy p a {
  text-decoration: none !important;
  color: #454343;
}
.click-text img {
  width: 100px;
}
.raki-logo {
  width: 60px;
  height: 60px;
}
.raki-btn {
  font-size: 14px;
  color: #292828;
  font-family: 'Gotham';
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  width: 200px;
  background-color: transparent;
  text-decoration: none;
  border: none;
  border: 1px solid #30213C;
  border-radius: 5px;
  cursor: pointer;
  font-style: normal;
}
.raki-btn-be {
  font-size: 20px;
  color: #292828;
  font-family: 'Gotham';
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  width: 350px;
  height: 50px;
  background-color: transparent;
  text-decoration: none;
  border: none;
  border: 1px solid #30213C;
  border-radius: 5px;
  cursor: pointer;
  font-style: normal;
  display: block;
  margin: 0 auto;
}
.raki-text-bg {
  background-color: #1f1e1f;
  padding: 20px 10px 0 10px;
  width: 100% !important;
  font-size: .87em;
  color: #ccff00 !important;
}
.generic-section--imagebg h3 {
  font-family: 'Gotham';
  font-size: 30px !important;
  color: #f9faed !important;
  font-weight: 700;
}
.pink a {
  color: #ccff00 !important;
  text-decoration: none;
  line-height: 0.733 !important;
  letter-spacing: -0.022em !important;
}
@font-face {
  font-family: "Poetsen";
  font-display: auto;
  src: url("../fonts/PoetsenOne-Regular.eot");
  src: url("../fonts/PoetsenOne-Regular.woff") format("woff"), url("../fonts/PoetsenOne-Regular.ttf") format("truetype"), url("../fonts/PoetsenOne-Regular.html") format("opentype"), url("../fonts/PoetsenOne-Regular.html") format("svg"), url("../fonts/PoetsenOne-Regular.eot?#iefix") format("embedded-opentype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Longhaul";
  font-display: auto;
  src: url("../fonts/Longhaul.eot");
  src: url("../fonts/Longhaul.woff") format("woff"), url("../fonts/Longhaul.ttf") format("truetype"), url("../fonts/Longhaul.html") format("opentype"), url("../fonts/Longhaul.html") format("svg"), url("../fonts/Longhaul.eot?#iefix") format("embedded-opentype");
  font-weight: 900;
  font-style: normal;
}
#RakiLogo {
  position: fixed;
  /*
  transition: background-color .3s, 
  opacity .5s, visibility .5s;
*/
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#RakiLogo.show {
  opacity: 1;
  visibility: visible;
}
/*
video {
	width: 100% !important;
    height: auto !important;
	}
*/
@media screen and (min-device-width: 1201px)  {
	.vid-lg {
		display: block !important;
	}
	.vid-md {
		display: none !important;
	}
}
@media screen and (max-width: 1024px) {
  .raki-contact h3, .raki-contact p {
    text-align: center;
  }
  .raki-text-bg, .pink {
    padding: 10px 10px 3px 10px !important;
  }
  /*VID*/
  .raki-vid, .raki-vid-mid {
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
  }
	video {
	max-width: 100% !important;
    height: auto !important;
	}
	.vid-md {
		display: block !important;
		height: 100vh;
	}
	.vid-lg {
		display: none !important;
	}
  /*VID*/
}
@media screen and (max-device-width: 1200px) {
	.vid-md {
		display: block !important;
	}
	.vid-lg {
		display: none !important;
	}
	video {
	width: 100% !important;
    height: auto !important;
	}
}
@media screen and (max-width: 790px) {
  .raki-contact h3, .raki-contact p {
    text-align: center;
  }
  .raki-text-bg, .pink {
    padding: 10px 10px 3px 10px !important;
  }
  /*VID*/
  .raki-vid {
    max-width: 100%;
    height: 50vh;
    margin: 0 auto;
    display: block;
  }
	video {
	width: 100% !important;
    height: auto !important;
	}
  /*VID*/
}

@media screen and (max-width: 360px) {
  .raki-text-bg, .pink {
    padding: 10px 10px 3px 10px !important;
  }
  /*VID*/
  .raki-vid {
    max-width: 100%;
    height: 50vh;
    margin: 0 auto;
    display: block;
  }
	video {
	width: 100% !important;
    height: auto !important;
	}
  /*VID*/
}