/* ----------------------------

RESET STUFF 

------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	background-color: #090909;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* ----------------------------

ROOT COLORS 

------------------------------- */



:root {
 --color-black: #000000;
 --color-dark: #121111;
 --color-grey-dark: #1b1a1a;
 --color-grey: #636363;
 --color-greymedium: #5c5b5b;
 --color-lightgrey: #ddd9d7;
 --color-light: #FFFFFF;
 --color-bg: #1b1b1a; /*1b1b1a*/
 --color-yellow: #dcd23c;
  --color-red: #e92f32;
 --color-green: #29cf7b;
 --color-blue: #36dce6;
 --color-mainblue: #4682b4;
 --color-orange: #e64d10;
 --color-lightyellow: #fff779;
 --color-lightgreen: #62ffb0;
 --color-lightblue: #7df7ff;
 --color-white: #FFFFFF;
 --color-gold: #AA8C47;
 --color-primary: #38F997;
 --color-border: #474747;
 --color-border-light: rgba(151, 151, 151, 0.225);
 --color-text: var(--color-grey-dark);
 --color-text-light: var(--color-light);
 --alert-error: #ff1818;
 --alert-success: var(--color-primary);
 --animation-primary: .5s cubic-bezier(.7, 0, .3, 1);
 --animation-fast: .3s cubic-bezier(.7, 0, .3, 1);
 --animation-smooth: .7s cubic-bezier(.7, 0, .3, 1);
 --animation-slow: 1.2s;
 --section-padding: 16.6666vh;
 --container-padding: 8.3333vw;
 --gap-padding: clamp(1.5em, 4vw, 2.5em);
 --columns: 1;
 --title-size: 7vw;
}

@media screen and (max-width: 1024px) {
:root {
 --title-size: 10vw;
}
}

@media screen and (max-width: 540px) {
:root {
 --title-size: 18vw;
}
}
/* ----------------------------

FONTS 

------------------------------- */
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800&display=swap"); 



@font-face {
	font-family: DINnext;
	src: url(https://faucet-thetacon.fuelfoundry.io/assets/fonts/dinnextltpro-mediumitalic.eot);
	src: url(https://faucet-thetacon.fuelfoundry.io/assets/fonts/dinnextltpro-mediumitalic.eot?#iefix) format('embedded-opentype'), url(https://faucet-thetacon.fuelfoundry.io/assets/fonts/dinnextltpro-mediumitalic.woff) format('woff'), url(https://faucet-thetacon.fuelfoundry.io/assets/fonts/dinnextltpro-mediumitalic.ttf) format('truetype');
	font-weight: 500;
	font-style: italic
}
@font-face {
	font-family: DINNext;
	src: url(https://faucet-thetacon.fuelfoundry.io/assets/fonts/dinnextltpro-regular.eot);
	src: url(https://faucet-thetacon.fuelfoundry.io/assets/fonts/dinnextltpro-regular.eot?#iefix) format('embedded-opentype'), url(https://faucet-thetacon.fuelfoundry.io/assets/fonts/dinnextltpro-regular.woff) format('woff'), url(https://faucet-thetacon.fuelfoundry.io/assets/fonts/dinnextltpro-regular.ttf) format('truetype');
	font-weight: 400;
	font-style: normal
}
@font-face {
	font-family: DINNext;
	src: url(https://faucet-thetacon.fuelfoundry.io/assets/fonts/dinnextltpro-italic.eot);
	src: url(https://faucet-thetacon.fuelfoundry.io/assets/fonts/dinnextltpro-italic.eot?#iefix) format('embedded-opentype'), url(https://faucet-thetacon.fuelfoundry.io/assets/fonts/dinnextltpro-italic.woff) format('woff'), url(https://faucet-thetacon.fuelfoundry.io/assets/fonts/dinnextltpro-italic.ttf) format('truetype');
	font-weight: 400;
	font-style: italic
}
@font-face {
	font-family: DINNext;
	src: url(https://faucet-thetacon.fuelfoundry.io/assets/fonts/dinnextltpro-bold.eot);
	src: url(https://faucet-thetacon.fuelfoundry.io/assets/fonts/dinnextltpro-bold.eot?#iefix) format('embedded-opentype'), url(https://faucet-thetacon.fuelfoundry.io/assets/fonts/dinnextltpro-bold.woff) format('woff'), url(https://faucet-thetacon.fuelfoundry.io/assets/fonts/dinnextltpro-bold.ttf) format('truetype');
	font-weight: 700;
	font-style: normal
}
@font-face {
	font-family: DINNext;
	src: url(https://faucet-thetacon.fuelfoundry.io/assets/fonts/dinnextltpro-bolditalic.eot);
	src: url(https://faucet-thetacon.fuelfoundry.io/assets/fonts/dinnextltpro-bolditalic.eot?#iefix) format('embedded-opentype'), url(https://faucet-thetacon.fuelfoundry.io/assets/fonts/dinnextltpro-bolditalic.woff) format('woff'), url(https://faucet-thetacon.fuelfoundry.io/assets/fonts/dinnextltpro-bolditalic.ttf) format('truetype');
	font-weight: 700;
	font-style: italic
}
@font-face {
	font-family: DINNext;
	src: url(https://faucet-thetacon.fuelfoundry.io/assets/fonts/dinnextltpro-medium.eot);
	src: url(https://faucet-thetacon.fuelfoundry.io/assets/fonts/dinnextltpro-medium.eot?#iefix) format('embedded-opentype'), url(https://faucet-thetacon.fuelfoundry.io/assets/fonts/dinnextltpro-medium.woff) format('woff'), url(https://faucet-thetacon.fuelfoundry.io/assets/fonts/dinnextltpro-medium.ttf) format('truetype');
	font-weight: 500;
	font-style: normal
}




/* ----------------------------

BASICS 

------------------------------- */



::-webkit-scrollbar {
 width: 10px;
}

::-webkit-scrollbar-track {
 background: #ececec;
}

::-webkit-scrollbar-thumb {
 background: #bcbcbc;
}

::-webkit-scrollbar-thumb:hover {
 background: #a3a3a3;
}
html body {
	margin-top: 0 !important;
	width: 100%;
	scroll-behavior: smooth;
	font-family: DINNext;
	color: var(--color-lightgrey);
}
html, body {
	overscroll-behavior-y: none;
}
html {
	-ms-text-size-adjust: 100%;
	box-sizing: border-box;
	max-width: 100%;
	-webkit-overflow-scrolling: touch;
}
.center {
	text-align: center;
}
a, a:active, a:visited {
	text-decoration: none;
	color: var(--color-light);
}
a:active {
	color: var(--color-light);
}
p {
	margin-bottom: 12px;
	color: var(--color-lightgrey);
	font-size: 15px;
	line-height: 20px
}
.middle {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.sm-gutters {
	margin-right: 6px;
	margin-left: 6px;
}
.row.s-gutters {
	margin-right: -5px;
	margin-left: -5px;
}
.no-gutters {
	margin-right: 0;
	margin-left: 0;
}
.middle {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.center-items {
	align-items: center;
	display: flex;
	justify-content: center;
}
.margin-top-1 {
	margin-top: 50px !important;
}
.margin-top-2 {
	margin-top: 80px !important;
}
.margin-top-3 {
	margin-top: 250px !important;
}
.margin-top-5 {
	margin-top: 120px !important;
}
.padding-top-3 {
	padding-top: 250px !important;
}
.padding-top-4 {
	padding-top: 350px !important;
}
.padding-top-ext {
	padding-top: 450px !important;
}
.margin-bottom-small {
	margin-bottom: 20px !important;
}
.margin-bottom-1 {
	margin-bottom: 50px !important;
}
.margin-bottom-2 {
	margin-bottom: 80px !important;
}
.margin-bottom-3 {
	margin-bottom: 250px !important;
}
.padding-bottom-3 {
	padding-bottom: 250px !important;
}
.padding-right-1 {
	padding-right: 30px !important;
}
.padding-left-1 {
	padding-left: 30px !important;
}
.block-spacing-1 {
	padding-top: 70px;
	padding-bottom: 250px;
	position: relative;
}
.block-spacing-2 {
	padding-top: 100px;
	padding-bottom: 120px;
	position: relative;
}
.block {
	display: block;
	width: 100%;
}

.block.center {
	justify-content: center;
    text-align: center;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
}

.block-custom-1 {
	max-width:450px;
	margin:0 auto;
	padding-top:25px;
}

.block-custom-1 span {
	font-size: 14px;
    line-height: 21px;
    font-weight: 500;
    color: var(--color-greymedium);
	margin-top:-20px; /* quickfix till image is good */
}


.width-100 {
	width: 100%;
}
.button-range > * {
	margin: 10px;
}
/* ----------------------------

TRANSIIONS / animations

------------------------------- */

.t1, .t1:hover {
	transition: var(--animation-primary);
}
.t2, .t2:hover {
	transition: var(--animation-fast);
}
.t3, .t3:hover {
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
}
#banner-button-container, .text-content-1, h1.heading, .view-hidden {
	opacity: 0;
	transform: translate(0px, 20px);
}
.appear, .appear-2, .appear-3, .appear-4, .appear-5, .appear-6, .appear-7 {
	opacity: 1 !important;
	transform: translate(0px, 0px) !important;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	transition: all 1s;
}
.appear-2 {
	transition-delay: 0.3s;
}
.appear-3 {
	transition-delay: 0.5s;
}
.appear-4 {
	transition-delay: 0.7s;
}
.appear-5 {
	transition-delay: 0.9s;
}
.appear-6 {
	transition-delay: 1.2s;
}
.appear-7 {
	transition-delay: 1.5s;
}
.hide {
	visibility: hidden;
	height: 0px;
	overflow: hidden;
	display: none;
}
/* ----------------------------

TITLES

------------------------------- */

[data-title] {
	font-weight: 400;
	font-size: 19px;
	line-height: 22px;
	letter-spacing: 0.5px;
	font-family: 'Montserrat';
	text-transform: uppercase;
	margin-bottom: 4px;
}
[data-title="0"] {
	color: #fff;
	font-size: 50px;
	line-height: 50px;
	font-weight: 700;
	letter-spacing: 1px;
}
[data-title="1"] {
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 40px;
	text-transform: uppercase;
	line-height: 40px;
	font-weight: 700;
	letter-spacing: 1px;
}
[data-title="2"] {
	font-size: 14px;
	line-height: 22px;
	color: var(--color-gold);
	text-transform: uppercase;
	letter-spacing: 4px;
	font-family: 'Montserrat', sans-serif;
}
[data-title="3"] {
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	text-transform: uppercase;
	line-height: 22px;
	font-weight: 700;
	letter-spacing: 1px;
}
[data-title="4"] {
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 30px;
	text-transform: uppercase;
	line-height: 32px;
	font-weight: 700;
	letter-spacing: 1px;
}
[data-title="normal"] {
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 21px;
	text-transform: inherit;
	line-height: 27px;
	font-weight: 600;
	letter-spacing: 0;
}

.color-yellow[data-title] {
	color: var(--color-yellow);
}
.color-green[data-title] {
	color: var(--color-green);
}
.color-blue[data-title] {
	color: var(--color-gold);
}
/* ----------------------------

Buttons

------------------------------- */

.button-holder {
	text-align:center;
	width:100%;
}

.icon {
	fill: var(--color-light);
	align-items: center;
	display: inline-flex;
	flex-shrink: 0;
	height: 1.5rem;
	justify-content: center;
	vertical-align: middle;
	width: 1.5rem;
	max-height: 100%;
	max-width: 100%;
}
.icon.arrow {
	height: 1rem;
	width: 1.3rem;
	position: relative;
	top: -1px;
	margin-left: 8px;
}
.icon.arrow svg { /* needed for ios and safari */
	width: 18px;
	height: 18px;
}
.btn {
	border: none;
	font-size: 14px;
	font-weight: 700;
	font-family: 'Montserrat', sans-serif;
	color: var(--color-light);
	text-decoration: none;
	cursor: pointer;
	padding: 18px 32px;
	display: inline-block;
	text-transform: uppercase;
	outline: none;
	text-align: center;
	z-index: 1;
	letter-spacing: 1px;
	line-height: 14px;
}
.btn.left {
	padding: 18px 32px 18px 0;
}
.cta-title {
	position: relative;
	top: 1px;
}
.btn.cta {
min-width: 183px;
    background: rgb(89 195 242 / 60%);
    border-radius: 30px;
    padding: 16px 25px 16px 32px;
    -webkit-box-shadow: 0px 0px 40px 0px rgb(233 47 50 / 60%);
    -moz-box-shadow: 0px 0px 40px 0px rgba(233,47,50,0.6);
    box-shadow: 0px 0px 40px 0px rgb(116 233 254 / 60%);
}
.btn.cta:hover {
	background: var(--color-white);
	color: var(--color-black);
}
.btn.cta > .icon {
	transition: var(--animation-primary);
}

.btn.cta:hover > .icon {
	fill: var(--color-black);
}

.btn.btn-standard {
	background: var(--color-gold);
	border-radius: 30px;
	position: relative;
	padding: 16px 25px 16px 32px;
}
.btn.btn-standard[data-active="0"] {
	background: var(--color-grey);
}
.btn.btn-standard:hover {
	background: var(--color-white);
	color: var(--color-black);
}
.btn.btn-min-1 {
    background: var(--color-gold);
    border-radius: 30px;
    position: relative;
    font-size: 12px;
    padding: 12px 20px 12px 20px;
}

.disabled {
	background: var(--color-greymedium) !important;
}

#banner-button-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	padding: 0;
	width: 100%;
	height: 300px;
	margin-top: -70px;
}
.banner-button {
	position: relative;
	font-size: 16px;
	margin-left: -5px;
}
.banner-button.left {
	margin-left: 0px;
}
.btn:after {
	content: '';
	position: absolute;
	z-index: -1;
}


/* ----------------------------

Basic bootstrap grid

------------------------------- */

.row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
	min-width: 100%;
}
.full {
	width: 100%;
}
.col {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
}
.col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
	padding-left: 15px;
	padding-right: 15px;
	box-sizing: border-box;
}
.col-white {
	background: #fff;
	padding: 30px;
}

.row.s-gutters .col-12, .row.s-gutters .col-11, .row.s-gutters .col-10, .row.s-gutters .col-9, .row.s-gutters .col-8, .row.s-gutters .col-7, .row.s-gutters .col-6, .row.s-gutters .col-5, .row.s-gutters .col-4, .row.s-gutters .col-3, .row.s-gutters .col-2, .row.s-gutters .col-1 {
	padding-left: 5px;
	padding-right: 5px;
}
.row.gutters .col-4 {
	max-width: 32.1%;
}
.row.gutters, .row.sm-gutters, .row.s-gutters {
	justify-content: space-between;
}
.col-12 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}
.col-10 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 83.333333%;
	flex: 0 0 83.333333%;
	max-width: 83.333333%;
}
.col-9 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
}
.col-8 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 66.666667%;
	flex: 0 0 66.666667%;
	max-width: 66.666667%;
}
.col-7 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 58.333333%;
	flex: 0 0 58.333333%;
	max-width: 58.333333%;
}
.col-6 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 49%;
	flex: 0 0 49%;
	max-width: 49%;
}
.col-5 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 41.666667%;
	flex: 0 0 41.666667%;
	max-width: 41.666667%;
}
.col-4 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}
.col-3 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}
.col-2 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 16.666667%;
	flex: 0 0 16.666667%;
	max-width: 16.666667%;
}
.col-1 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 8.333333%;
	flex: 0 0 8.333333%;
	max-width: 8.333333%;
}
.flex-col {
	display: flex;
	justify-content: space-between;
}
.col-right {
	align-items: flex-end;
	justify-content: flex-end;
}


/* ----------------------------

CUSTOM STANDARDISED ELEMENTS

------------------------------- */

h1 {
	margin-top: 20px;
	margin-bottom: 10px;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
}
h1.heading {
	position: relative;
	margin-top: 0.5vw;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 2vw;
	-webkit-box-flex: 0;
	-webkit-flex: 0 auto;
	-ms-flex: 0 auto;
	flex: 0 auto;
	color: var(--color-light);
	font-size: 80px;
	line-height: 80px;
	LETTER-SPACING: unset;
	font-weight: 800;
}
h1.sub-heading {
	position: relative;
	margin-top: 0.5vw;
	text-align: center;
	margin: 0 auto;
	padding-bottom: 80px;
	-webkit-box-flex: 0;
	-webkit-flex: 0 auto;
	-ms-flex: 0 auto;
	flex: 0 auto;
	color: var(--color-light);
	font-size: 60px;
	line-height: 60px;
	LETTER-SPACING: unset;
	font-weight: 800;
	display:block;
}
p {
	font-size: 18px;
	line-height: 24px;
}
p.text-content-1 {
	padding: 20px 20%;
	text-align: center;
	margin: 0 auto;
	margin-top: 20px;
}
p.text-content-2 {
	padding: 20px 10%;
	text-align: center;
	margin: 0 auto;
	margin-top: 20px;
}
p.text-content-3 {
	padding: 20px 0;
	margin-top: 20px;
}
p.text-content-4 {
	padding: 25px 30px;
	margin-top: 0px;
}
.left p.text-content-1, .left p.text-content-2, .left p.text-content-3 {
	text-align: left;
}
.content-1 {
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
	margin: 0 auto;
}
.custom-container {
	padding: 0 30px;
	margin: 0 auto;
	z-index: 2;
	/*max-width: 1560px;*/
	max-width:1300px;
}

.content-1 .custom-container {
	max-width: 1100px;
	margin: 0 auto;
}
html.has-scroll-smooth {
	overflow: hidden;
}
html.has-scroll-dragging {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.has-scroll-smooth body {
	overflow: hidden;
}
.has-scroll-smooth [data-scroll-container] {
	min-height: 100vh;
}
.container {
	position: fixed;
	width: 100%;
}
.c-scrollbar {
	position: absolute;
	right: 0;
	top: 0;
	width: 11px;
	height: 100vh;
	transform-origin: center right;
	transition: transform 0.3s, opacity 0.3s;
	opacity: 0;
}
.c-scrollbar:hover {
	transform: scaleX(1.45);
}
.c-scrollbar:hover, .has-scroll-scrolling .c-scrollbar, .has-scroll-dragging .c-scrollbar {
	opacity: 1;
}
.c-scrollbar_thumb {
	position: absolute;
	top: 0;
	right: 0;
	background-color: black;
	opacity: 0.5;
	width: 7px;
	border-radius: 10px;
	margin: 2px;
	cursor: -webkit-grab;
	cursor: grab;
}
.has-scroll-dragging .c-scrollbar_thumb {
	cursor: -webkit-grabbing;
	cursor: grabbing;
}
/* ----------------------------

HEADER

------------------------------- */

.orderofthetigons-logo {
	width: 180px;
}
.orderofthetigons-logo img {
	max-width:100%;
	height:auto;
}


header {
	position: absolute;
	z-index: 9999999999999999999;
	transform: inherit !important;
	width: 100%;
	padding: 30px 0;
	top: 0;
}
header .header-inside {
	display: flex;
	/*justify-content: space-between;*/
	justify-content:center;
	align-items: center;
}

/* ----------------------------

FOOTER

------------------------------- */

footer {
	position: relative;
	z-index: 100;
	width: 100%;
	padding: 20px 0 0 0;
	top: 0;
	background: var(--color-dark);
}
footer .footer-inside {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
footer ul li {
	width: 100%;
	position: relative;
	display: flex;
}
footer h4 {
	padding: 0.65em 0;
	font-size: 19px;
	font-weight: bold;
	color: var(--color-light);
}
footer ul li a, footer ul li a:active, footer ul li a:visited {
	padding: 0.35em 0;
	color: var(--color-lightgrey);
}
footer ul li a:hover {
	color: var(--color-light);
}
.bottom-footer {
	margin-top: 0;
}
.bottom-footer p.small {
	font-size: 15px;
}
.footer .bottom-footer .social-icons {
	transform: translateX(0.75em);
}
.s-icon {
	position: relative;
	overflow: hidden;
	width: 2.5em;
	height: 2.5em;
	display: block;
	float: left;
}
.s-icon .s-icon-wrap {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(0.0001deg);
	width: 50%;
}
.s-icon .s-icon-wrap svg {
	display: block;
	width: 100%;
	fill: var(--color-text-light);
	color: var(--color-text-light);
}


/* ----------------------------

CUSTOM CODE

------------------------------- */

.home-banner, .sub-banner {
	padding-top: 250px;
}
.home-banner .banner-inside, .sub-banner .banner-inside {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	text-align: center;
	max-width: 1100px;
	margin: 0 auto;
}
.sub-banner .banner-inside.left {
	justify-content: flex-start;
	text-align: left;
	max-width: 1100px;
	margin: 0;
}
.sub-banner .banner-inside.left > * {
	text-align: left;
}
.sub-banner .banner-inside.left > p {
	padding-left: 0;
}



/* PAGE: HOW TO VIRTUAL STAKE: */


@-webkit-keyframes shine {
  to {
    background-position-x: -200%;
  }
}

@keyframes shine {
  to {
    background-position-x: -200%;
  }
} 

.nft-skeleton-loader {
    position: relative;
    margin-bottom: 30px;
    min-width: 330px;
}

.nft-skeleton-loader .skeleton-inside {
	background: #eee;
	background: linear-gradient(90deg, #121111 8%, #131212 18%, #121111 33%);
	border-radius: 5px;
	background-size: 200% 200%;
  	-webkit-animation: 1.5s shine linear infinite;
	animation: 1.5s shine linear infinite;
	width:100%;
	padding:0;
}


.nft-skeleton-loader .skeleton-inside .skeleton-top {
    width: 100%;
    height: 420px;
	background: #eee;
	background: linear-gradient(90deg, #0d0c0c 8%, #0f0e0e 18%, #0d0c0c 33%);
	background-size: 200% 200%;
	-webkit-animation: 1.5s shine linear infinite;
	animation: 1.5s shine linear infinite;
}

.nft-skeleton-loader .skeleton-inside .skeleton-info {
	display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    align-items: flex-start;
    height: 180px;
    padding: 1.5rem;
}

.nft-skeleton-loader .skeleton-inside .skeleton-info-header {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
	width:100%;
    align-items: flex-start;
}

.nft-skeleton-loader .skeleton-inside .skeleton-info-header .skeleton-item-name, 
.nft-skeleton-loader .skeleton-inside .skeleton-info-header .skeleton-item-description,
.nft-skeleton-loader .skeleton-inside .skeleton-button {
	height:26px;
	background: #181717;
	background: linear-gradient(90deg, #181717 8%, #1d1c1c 18%, #181717 33%);
	background-size: 200% 200%;
	-webkit-animation: 1.5s shine linear infinite;
	animation: 1.5s shine linear infinite;
}

.nft-skeleton-loader .skeleton-inside .skeleton-info-header .skeleton-item-name {
	width:80%;
	margin-bottom:8px;
}

.nft-skeleton-loader .skeleton-inside .skeleton-info-header .skeleton-item-description {
	width:60%;
}

.nft-skeleton-loader .skeleton-inside .skeleton-button {
	width: 40%;
	height:38px;
	border-radius: 30px;
}




.nft-gallery {
    background: #090909;
    padding-top: 100px;
    padding-bottom: 100px;
} 

.nft-item { 
    position: relative;
	margin-bottom:30px;
	min-width:330px;
}


.nft-wrap {
	background-color: var(--color-dark);
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: stretch;
    color: var(--color-white);
    border-radius: 3px;
}


.nft-wrap:hover {
	background-color: #191818;
}

.thumb-wrap-blur-bg {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    overflow: hidden;
	position:relative;
}

.thumb-wrap-blur-bg .thumb-blur {
    background-image: url(.);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 420px;
    background-size: 200% 200%;
    filter: blur(2rem);
    -webkit-filter: blur(2rem);
}

[data-nft-style="square"] .thumb-wrap-blur-bg .thumb-blur {
    height: inherit;
    width: 100%;
    padding-top: 100%;
}




.thumb-wrap-blur-bg .thumb-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.35);
}

.thumb-wrap-blur-bg .thumb {
    transition: all .2s;
    background-image: url(.);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    background-size: 67%;
    width: 100%;
    height: 100%;
    position: absolute;
}

.nft-info {
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    align-items: flex-start;
    height: 180px;
    padding: 1.5rem;
}


.info-header {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: flex-start;
}

.info-header .item-name {
    display: block;
    font-size: 17px;
    line-height: 20px;
    font-weight: 700;
    color: #fff;
    text-align: left;
	font-family: 'Montserrat', sans-serif;
	text-transform:uppercase;
	letter-spacing: 1px;
}

.info-header .item-description {
    display: block;
    font-size: 15px;
    line-height: 21px;
    color: var(--color-greymedium);
    height: 1.4rem;
    max-width: 24rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	margin-top:5px;
	font-weight:700;
}

.info-footer {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
}

.nft-button-container {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: flex-start;
}

.nft-price {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    color: var(--color-gold);
    font-size: 28px;
    line-height: 21px;
    font-weight: 600;
}

.info-footer .label {
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 600;
    color: var(--color-greymedium);
    letter-spacing: 1px;
	margin-bottom: 0.3rem;
}

.price {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
}

.price .price-amount {
    position: relative;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
}

.nft-kfuel {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: flex-end;
}

.nft-kfuel .kfuel-value {
    display: flex;
    font-size: 15px;
    font-weight: 600;
    color: var(--color-greymedium);
}




/* METAMASK NOT AUTH BOX */
/*
.meta-grid {
	padding-top:50px;
}*/

.metamask-not-auth {
	background: var(--color-dark);
	padding:60px 40px;
	text-align:center;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
	max-width:400px;
	margin:0 auto;
	border-radius: 10px;
	margin-bottom: 0px;
}

.metamask-not-auth::before {
	content:"";
	
	background-size: contain;
	width:130px;
	height:1px;
	margin-top:1px;
	margin-bottom:1px;
}

.metamask-not-auth span[data-title] {
	color: #969696;
	display:block;
	width:100%;
	margin-bottom:20px;
}

.metamask-auth {
	background: var(--color-dark);
	padding:60px 40px;
	text-align:center;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
	max-width:400px;
	margin:0 auto;
	border-radius: 10px;
	margin-bottom:100px;
}

.metamask-auth::before {
	content:"";
	background-size: contain;
	width:130px;
	height:120px;
	margin-top:-10px;
	margin-bottom:30px;
}

.metamask-auth span[data-title] {
	color: #969696;
	display:block;
	width:100%;
	margin-bottom:40px;
}


/* TEST CODE */

.icon.wallet {
    height: 1rem;
    width: 1.3rem;
    position: relative;
    margin-right: 10px;
	margin-top:2px;
	fill: var(--color-grey);
}

.button-kfuel {
	color:#969696;
	border:0;
	border-bottom:1px solid var(--color-grey);
	padding:5px 0;
	display:inline-block;
	background:transparent !important;
	 font-size: 14px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
	text-transform:uppercase;
	margin-top:15px;
	cursor:pointer;
}
.button-kfuel:hover {
	color:var(--color-fff);
	border-bottom:1px solid var(--color-white);
}


#meta-mask-id-box {
	min-width:inherit;
	background-color: var(--color-dark);
	border-radius:3px;
    color: var(--color-white);
	display:block;
	padding:20px 30px;
	font-size:12px;
	font-weight:400;
	margin-top:4px;
	letter-spacing:2px;
	position:absolute;
	right:15px;
	fill: var(--color-white) !important;
}

#meta-mask-id-box:hover {
	background-color: var(--color-gold);
}

#meta-mask-id-box:hover .icon {
	fill: var(--color-white) !important;
	color: var(--color-white);
}


.nft-container, .skeletons {
	display:flex;
}
.nft-container.hide-me, .skeletons.hide-me, .metamask-not-auth.hide-me, #meta-mask-id-box.hide-me {
	display:none;
}

.metamask-connected header .header-inside {
	align-items: inherit;
}

.metamask-connected header .custom-container {
	position:relative;
	padding:0 15px;
}








/* [END] GENERAL STYLES */



/* ====================================================

[BEGIN] min 900px/DESKTOP styles 

==================================================== */

@media (min-width: 900px) {
}
/* [END] min 900px/DESKTOP styles */ 





/* ====================================================

[BEGIN] max 1220px/IPAD styles 

==================================================== */

@media (max-width: 1220px) {
}

/* [END] max 1220px/IPAD styles */




/* ====================================================

[BEGIN] unique #1

==================================================== */

@media (min-width: 900px) and (max-width: 1550px) {
}

/* [END] max 1220px/IPAD styles */





/* ====================================================

[BEGIN] unique #2

==================================================== */

@media (min-width: 900px) and (max-width: 1050px) {
	.btn.cta {
		min-width: 110px;
	}
}

/* [END] max 1220px/IPAD styles */



/* ====================================================

[BEGIN] max 900px/MOBILE styles 

==================================================== */

@media (max-width: 900px) {
	
	
	.container {
		position: relative;
		height: inherit;
	}
	main {
		width: 100vw;
		max-width: 100%;
		overflow-x: hidden;
	}
	
	
	/* ----------------------------

		BASICS 

	------------------------------- */

	.margin-top-1 {
		margin-top: 25px !important;
	}
	.margin-top-2 {
		margin-top: 40px !important;
	}
	.margin-top-3 {
		margin-top: 175px !important;
	}
	.margin-top-5 {
		margin-top: 60px !important;
	}
	.padding-top-3 {
		padding-top: 100px !important;
	}
	.padding-top-4 {
		padding-top: 175px !important;
	}
	.padding-top-ext {
		padding-top: 225px !important;
	}
	.margin-bottom-small {
		margin-bottom: 10px !important;
	}
	.margin-bottom-1 {
		margin-bottom: 25px !important;
	}
	.margin-bottom-2 {
		margin-bottom: 40px !important;
	}
	.margin-bottom-3 {
		margin-bottom: 175px !important;
	}
	.padding-bottom-3 {
		padding-bottom: 175px !important;
	}
	.padding-right-1 {
		padding-right: 15px !important;
	}
	.padding-left-1 {
		padding-left: 15px !important;
	}
	.sub-banner .custom-container {
		max-width: 100%;
		width: inherit;
	}
	.home-banner, .sub-banner {
		padding-top: 150px;
	}
	.sub-banner.icon-head-banner {
		padding-top: 340px !important;
	}
	p.text-content-1 {
		padding: 20px;
	}
	p.text-content-2 {
		padding: 0;
	}
	.block-spacing-1 {
		padding-top: 35px;
		padding-bottom: 125px;
	}
	
	
	/* ----------------------------

		Basic bootstrap grid

	------------------------------- */

	.row.s-gutters .col-12, .row.s-gutters .col-11, .row.s-gutters .col-10, .row.s-gutters .col-9, .row.s-gutters .col-8, .row.s-gutters .col-7, .row.s-gutters .col-6, .row.s-gutters .col-5, .row.s-gutters .col-4, .row.s-gutters .col-3, .row.s-gutters .col-2, .row.s-gutters .col-1 {
		padding-left: 5px;
		padding-right: 5px;
	}
	.row.gutters .col-4 {
		max-width: 100%;
	}
	.row.gutters, .row.sm-gutters, .row.s-gutters {
		justify-content: space-between;
	}
	.col-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.col-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}
	.col-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.col-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
	.col-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.col-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.col-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.col-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	.col-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	.flex-col {
		display: flex;
		justify-content: space-between;
	}
	.col-right {
		align-items: flex-end;
		justify-content: flex-end;
	}
	footer .flex-col {
		flex-wrap: wrap;
	}
	footer .sub-col {
		width: 100%;
		padding: 0 0 20px 0;
	}
	footer .sub-col li a, footer .sub-col h4 {
		text-align: center;
		width: 100%;
		line-height: 25px;
		font-size: 20px;
	}
	footer .sub-col li a {
		padding: 15px 0;
	}
	.bottom-footer {
		padding-bottom: 20px;
		margin-top: 20px;
	}
	.bottom-footer .col-6 {
		text-align: center;
		justify-content: center;
	}
	footer ul li {
		border-top: 1px solid var(--color-grey-dark);
	}
	footer ul li:last-child {
		border-bottom: 1px solid var(--color-grey-dark);
	}
	
	

	/* ----------------------------

		TITLES

	------------------------------- */
	h1 {
		margin-top: 0;
	}
	h1.sub-heading {
		font-size: 35px;
		line-height: 38px;
		LETTER-SPACING: 1px;
	}
	h1.heading span.red_underline::after, h1.sub-heading span.red_underline::after {
		height: 7px;
	}
	h1.sub-heading.appear span.red_underline::after, h1.sub-heading.appear-2 span.red_underline::after {
		bottom: 2px;
	}
	h1.heading {
		font-size: 38px;
		line-height: 40px;
		LETTER-SPACING: 1px;
	}
	[data-title] {
		font-weight: 300;
		font-size: 19px;
		line-height: 22px;
		letter-spacing: 0.5px;
		font-family: 'Montserrat', sans-serif;
		text-transform: uppercase;
		margin-bottom: 4px;
	}
	[data-title="0"] {
		color: #fff;
		font-size: 35px;
		line-height: 35px;
		font-weight: 700;
		letter-spacing: 1px;
	}
	[data-title="1"] {
		color: #fff;
		font-family: 'Montserrat', sans-serif;
		font-size: 30px;
		text-transform: uppercase;
		line-height: 30px;
		font-weight: 700;
		letter-spacing: 1px;
		overflow-wrap: break-word;
		
	}
	[data-title="2"] {
		font-size: 14px;
		line-height: 22px;
		color: var(--color-gold);
		text-transform: uppercase;
		letter-spacing: 4px;
		font-family: 'Montserrat'
	}
	[data-title="3"] {
		color: #fff;
		font-family: 'Montserrat', sans-serif;
		font-size: 20px;
		text-transform: uppercase;
		line-height: 22px;
		font-weight: 700;
		letter-spacing: 1px;
	}
	[data-title="4"] {
		color: #fff;
		font-family: 'Montserrat', sans-serif;
		font-size: 30px;
		text-transform: uppercase;
		line-height: 32px;
		font-weight: 700;
		letter-spacing: 1px;
	}
	
	[data-title="normal"] {
		color: #fff;
		font-family: 'Montserrat', sans-serif;
		font-size: 21px;
		text-transform: inherit;
		line-height: 27px;
		font-weight: 600;
		letter-spacing: 0;
	}
	
	
	/* START: CUSTOM CODE */
	#header-navigation,  .site-menu .btn.cta {
		display: none;
	}
	header {
		padding: 20px 0;
	}
	.orderofthetigons-logo {
		width: 150px;
	}
	footer .lorderofthetigons-logo {
		display: none;
	}
	

	/* MOBILE NAV */

	header .header-inside {
		flex-wrap: wrap;
		justify-content:center;
	}
	

	
	/* CUSTOM: Virtual Staking */

	#fuel-foundry-faucet {
		padding-top:50px !important;
		margin-top:0 !important;
	}
	
	
	.nft-item, .nft-skeleton-loader {
		width: 49.5% !important;
		min-width: 49.5%;
		max-width: 50% !important;
		padding-left: 5px;
   		padding-right: 5px;
		margin-bottom:10px;
	}

	.thumb-wrap-blur-bg .thumb-blur, .nft-skeleton-loader .skeleton-inside .skeleton-top {
		height: inherit;
    	padding-top: 110%;
	}
	
	.info-header {
		justify-content: center;
		align-items: center;
		text-align: center;
		width: 100%;
	}
	
	.info-header .item-name {
		font-size: 0.9rem;
		line-height:1rem;
		text-align:center;
	}
	
	.info-header .item-description {
		font-size: 0.7rem;
		line-height:0.8rem;
		max-width: 100%;
	}
	
	.nft-info {
		height:auto;
		min-height:160px;
	}
	
	.info-footer {
		flex-wrap:wrap;	
	}
	
	.nft-button-container {
		width: 100%;
   	 	margin: 15px 0;
	}
	
	
	.info-footer .btn.btn-min-1 {
		padding: 8px 10px;
		display: block;
		width: 100%;
		font-size: 0.6rem;
	}
	
	.info-footer .label {
    	font-size: 0.5rem;
		margin-bottom: 0.1rem;
	}
	.nft-kfuel {
		width: 100%;
		justify-content: center;
		align-items: center;
	}

	.nft-kfuel .kfuel-value {
		font-size: 0.6rem;
	}
	
	#metamask_button .icon {
		display:none;
	}

	
	
	/* TEST CODE */
	#meta-mask-id-box {
		border-radius: 0px;
		position:absolute;
		top:0;
		right:0;
		left:0;
		text-align:center;
	}
	
	body.metamask-connected .orderofthetigons-logo {
		margin-top:50px;
	}
	
	
	body.metamask-connected main {
		padding-top:50px;	
	}
	
	
}

/* [END] max 900px/MOBILE styles */
