@charset "utf-8";
/* CSS Document */
html * {
	font-family: times;
}

body{
	cursor:url(cursor1.png), auto;
}

.tc1{
	color:#bf9000;
}

.tc1 a{
	color:#bf9000;
}

.tc2{
	color:#c5d0da;
}

.tc2 a{
	color:#c5d0da;
}

.error {
	color:#a71a1a;
}

a:visited {
	color: #bf9000;
}

.z5 {
	z-index:5;
}

.bold {
	font-weight:bold;
}

.container {
	width: 85%;
	margin-left: auto;
	margin-right: auto;
	background-color: #343438;
	background-image: url('backgroundN.png');
}

@media screen and (max-width:1200px) {
	.container {
		width:95%;
	}
}

@media screen and (max-width:1000px) {
	.container {
		width:100%;
	}
}

.minwidth {
	background-color:#000000;
	margin-top:-10px;
}

.minwidthtext {
	color:#ffffff;
	font-size:4vw;
}

@media screen and (max-width:300px) {
	.minwidth {
		display: block !important;
	}
}

.no:hover {
	cursor: not-allowed;
}

.pointer:hover {
	cursor: pointer;
}

.gallery {
	clear: both;
	display: inline-block;
	width: 100%;
	padding-bottom: 35px;
	padding-top: 0px;
	margin-top: -5px;
	margin-bottom: 50px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	flex-wrap:wrap;
	max-width:1240px;
	row-gap:70px;
}

@media screen and (max-width:570px) {
	.gallery {
		margin-bottom:-60px;
		row-gap:calc(100% / 50);
	}
	.thumbnail {
		width:25% !important;
		flex: 0 0 25% !important;
	}
}

.productmodal {
	position: fixed;
	z-index: 1;
	padding-top: 10%;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,0.4);
}

.productframe {
	width:90%;
	height:35%;
	max-height:300px;
	min-height:175px;
	max-width:1240px;
	border-style:solid;
	border-color:#bf9000;
	border-radius:2px;
}

@media screen and (max-width:600px) {
	.productframe {
	height: 30%;
	min-height:200px;
	}
}



.buttons {
	clear: both;
	display: inline-block;
	width: 60%;
	padding-bottom: 0px;
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: -8px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	flex-wrap: wrap;
}

@media screen and (max-width:610px) {
	.buttons {
		width:100%;
	}
}

@media screen and (max-width:370px) {
	.buttons {
		width:176px;
	}
}


.break {
	flex-basis:100%;
	height:0;
}

.navigation {
	clear: both;
	display: block;
	width: 100%;
	height:27px;
	margin-left: auto;
	margin-right: auto;
	margin-top: -8px;
	margin-bottom: -40px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	gap: 1px;
	position:relative;
	background: linear-gradient(#2e2e31, #1f1f24);
	padding-top:5px;
	padding-bottom:5px;
}

.navigation a {
	color:#ffffff;
	font-weight:bold;
	font-size: 15px;
	
	
	text-align:center;
	
	font-family: cursive, monospace;
	background-color:#bf9000;
	border-width:3px;
	border-style:solid;
	border-color:#d8c076 #624a00 #624a00 #d8c076;
	outline:1px solid #000000;
	width:80px;
	margin:0px;
	height:21px;
}

.navigation a:hover {
	cursor: pointer;
	border-color:#624a00 #d8c076 #d8c076 #624a00;
}

.navsmall {
	font-size:12px !important;
}

.navmore {
	color:#ffffff;
	font-weight:bold;
	font-size: 15px;
	text-align:center;
	font-family: cursive, monospace;
	background-color:#bf9000;
	border-width:3px;
	border-style:solid;
	border-color:#d8c076 #624a00 #624a00 #d8c076;
	outline:1px solid #000000;
	width:80px;
	margin:0px;
	height:21px;
}

.navmore:hover {
	cursor: pointer;
	border-color:#624a00 #d8c076 #d8c076 #624a00;
}

@media screen and (max-width:736px) {
	.navigation a {
		font-size:2.6vw;
		border-width:0px;
		text-decoration: underline;
	}
	.navigation {
		gap: 1%;
	}
}

	
.dropdown:hover ~ .dropdowncontent{
	display:flex !important;
}

.dropdowncontent:hover {
	display:flex !important;
}

.hamburger {
	padding-top:1px;
}

.dropdowncontent {
	width:80px;
	position:fixed;
	z-index:1;
	display:none;
	flex-direction:column;
}

@media screen and (max-width:1000px) {
	.dropdowncontent {
	right:calc(5%);	
	}
}

@media (orientation: portrait) {
	.navigation a {
		display:none!important;
	}
	.navigation {
		justify-content:center;
		height:4vw;
	}
	.navmore {
		display:none!important;
	}
}

@media (orientation: landscape) {
	.navigationmobile {
		display:none!important;
	}
}

.navigationmobile {
	width:100%;
	display:flex;
	justify-content:flex-start;
	gap:2%;
}

.navigationmobile img {
	max-width:27px;
	width:4%;
	height:100%;
	max-height:27px;
}

.mobilenavmodal {
	position: fixed;
	z-index: 1;
	padding-top: 10%;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,0.4);
}

.mobilenavside {
	position:fixed;
	z-index: 2;
	padding-top: 10%;
	left: 0;
	top: 0;
	width:75%;
	height: 100%;
	overflow: auto;
	background-color: #1f1f24;
	border-right-style:solid;
	border-color:#bf9000;
	animation: slide-in-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@keyframes slide-in-left {
  0% {
            transform: translateX(-1000px);
  }
  100% {
            transform: translateX(0);
  }
}

.mobilenavside a {
	color:#bf9000;
	font-size:5vw;
	font-weight: bold;
	position:relative!important;
	margin-left:10%;
}


a {
	color: #c5d0da;
	text-decoration: none;
}


.imgf {
	animation:imagefade ease 0.75s;
	animation-iteration-count:1;
	animation-fill-mode:forwards;
}

@keyframes imagefade {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}


.thumbnail {
	width: 256px;
	height: auto;
	max-height:256px;
	text-align: center;
	margin-top: 5px;
	padding-bottom: 5px;
	margin-left: 1%;
	margin-right: 1%;
	flex: 1 0 21%;
}

.cards {
	width: 100%;
	height: auto;
	max-width: 256px;
	max-height: 256px;
	filter: drop-shadow(4px 4px 30px #212121);
	z-index:0;
}






.welcome {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top:50px;
  position:relative;
  width:40%;
  height:40%;
  max-width:294px;
  max-height:34px;
}

.sitelogo {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom:-30px;
  width:100%;
  height:100%;
  max-width:440px;
}

.sitelogogulbert:hover {
	cursor:url(cursoreyes.png), auto;
}

.horsebar {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top:-10px;
  margin-bottom:-10px;
  width:80%;
  height:80%;
  max-width:465px;
  max-height:24px;
}

.horsey2 {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top:275px;
}

.last {
  font-size: 18px;
  font-style:italic;
  margin-top:-20px;
}

.inactive {
	pointer-events: none;
	cursor: default;
}

h1 {
	font-weight:bold;
	font-size: 32px;
}

h2,
p {
  font-size: 28px;
}

@media screen and (max-width:900px) {
	h2 {
		font-size:3vw;
	}
	h1 {
		font-size: 7vw;
	}
	.basictext {
		font-size:2.2vw;
	}
	.biggerbasic {
		font-size:3vw;
	}
}

p {
  color: #c5d0da;
  font-size: 18px;
}

.desc {
  font-size: 18px;
  margin-top:-20px;
}

.listing {
  font-size: 18px;
  text-decoration: underline;
  margin-top:0px;
}


.tagline {
	  text-shadow: 1px 1px 5px #675419;
}

.title {	
	text-decoration: underline overline;
	font-weight: bold;
	font-size: 72px;
	margin-top:20px;
	text-shadow: 0px 1px 0px #a87b00;
}

.title:after {
		content: attr(data-text);
	  
}

@media screen and (min-width:800px) {
	.title {
			text-shadow: 0px 1px 0px #a87b00,
				 0px 2px 0px #977317, 
				 0px 3px 0px #8c6c0b,
				 0px 4px 0px #745d17, 
				 0px 5px 0px #685512;
	}
}





.smalltitle {
	text-decoration:underline overline;
	font-weight: bold;
	font-size:48px;
	margin-top:20px;
}

.nav {
  color: #c5d0da;
  font-size: 28px;
  text-decoration: underline;
}

@media screen and (max-width:1002px) {
	.title {
		font-size:7vw;
	}
	.smalltitle {
		font-size:5vw;
	}
}
 
@media screen and (max-width:700px) {
	.desc {
		font-size: 3vw;
		margin-top:-20px;
	}
	.listing {
		font-size: 3vw;
	}
}


.pagegallery {
	clear: both;
	display: inline-block;
	width: 100%;
	padding-bottom: 35px;
	padding-top: 40px;
	margin-top: -55px;
	margin-bottom: 0px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	gap:125px;
}

.pagebutton {
	display:flex;
	flex-wrap:wrap;
	max-width:190px;
	width:190px;
	justify-content:center;
}

.pagebutton img {
	max-width:128px;
	max-height:128px;
	width:100%;
	margin-bottom:-10px;
	overflow:hidden;
	padding-left:20px;
	padding-right:20px;
}

.pagebutton h2 {
	font-size:20px;
	text-decoration:underline;
}

@media screen and (max-width:1000px) {
	.pagegallery {
		gap:80px;
	}
	.pagebutton {
		width:20%;
	}
	.pagebutton img {
		padding-left:0px;
		padding-right:0px;
	}
	.pagebutton h2 {
		font-size:2.7vw;
	}
}

@media screen and (max-width:660px) {
	.pagegallery {
		gap:15%;
	}
}

.promotion {
}

.viewbutton {
	border: solid;
	border-radius: 2px;
	border-width: thin;
	padding:5px;
	font-size:28px;
	font-weight:bold;
}

.vcounter {
	background: linear-gradient(#2e2e31, #1f1f24);
	width:70px;
	font-size:20px;
	font-family:sans-serif;
	color:#bf9000;
	border-width:1px;
	border-style:solid;
	border-color:#5b5551 #383532 #383532 #5b5551;
	padding-left:5px;
	padding-right:5px;
	padding-top:2px;
	padding-bottom:2px;
	text-shadow: 1px 1px 0px #8e6b00;
}







/* About */
.abouttext {
	font-weight:normal;
}

.abouttextsm {
	max-width:640px;
	text-align:left;
	font-weight:normal;
}

.aboutimgsm {
	max-width:642px;
}

@media screen and (max-width:1244px) {
	.abouttext,
	.aboutimg {
		display: none !important;
	}
}

@media screen and (min-width:1245px) {
	.abouttextsm,
	.aboutimgsm {
		display: none !important;
	}
}

@media screen and (max-width:700px) {
	.abouttextsm {
		font-size:3vw;
		max-width:90%;
	}
	.aboutimgsm {
		max-width: 95%;
	}
}

.horsebio {
	display:flex;
	flex-direction:row;
	width:90%;
	max-width:920px;
	gap:40px;
	margin-top:80px;
}

.horsebio p {
	margin-bottom: -27px;
}

.biotxt {
	font-size: 18px;
}

.bioimg {
	
	max-width:270px;
	max-height:270px;
}


@media screen and (max-width:1000px) {
	.bioimg {
		max-width:100%;
		max-height:100%;
	}
	.horsebiotxt {
		max-width:40vw;
		min-width:40vw;
	}
}

@media screen and (max-width:600px) {
	.biotxt {
		font-size: 3vw;
	}
}

@media screen and (max-width:440px) {
	.biotxt {
		margin-top:18px;
	}
}

.biodivider {
	border-top:3px dotted #c5d0da;
	margin-top:50px;
	width:90%;
	max-width:920px;
}

.morklisting {
	color: #bf9000;
    font-size: 14px;
    text-decoration: underline;
    margin-top:0px;
}

.morklisting a {
	color: #bf9000;
}

@media screen and (max-width:880px) {
	.morklisting {
		font-size: 1.5vw !important;
		width: 100%;
		height: auto;
		max-width: 256px;
		max-height: 256px;
	}
}


/* FAQ */

.faqside {
	position: -webkit-sticky;
	position:sticky;
	top:10px;
	margin-top:30px;
	margin-right:-100px;
	margin-left:150px;
	float:left;
	background: linear-gradient(#343438, #2e2e31);
	width:140px;
	border-width:2px;
	border-style:solid;
	border-color:#808080 #808080 #808080 #808080;
	outline-style:solid;
	outline-width:1px;
	outline-color:#000;
}

.faqside a {
	text-align:center;
	font-size:20px;
	border-bottom: 1px solid #c5d0da;
	margin-bottom:-17px;
	display:block;
}

.question {
	display:flex;
	flex-direction:column;
	margin-top:30px;
}

.qouter {
	border-bottom: 1px solid #c5d0da;
	margin-top:15px;
}

.faqinput {
	display:none;
}

.faqlabel {
    display: inline-block;    
    margin: 0 0 1px 0;
    cursor: pointer;
    transition: ease .5s;
	font-size:24px;
	padding:0;
	text-align:left;
	font-weight:bold;
}

.faqlabel:hover{
	
}

.content {
	margin-top:-15px;
    border-radius: 3px;
	text-align:left;
	padding-top:0px;
	padding-left:0px;
	margin-bottom:0px;
}

.faqinput + .faqlabel + .content {
    opacity:0;
	height:0;
	transition: ease .5s;
	pointer-events:none;
}

.faqinput:checked + .faqlabel + .content {
    opacity:1;
	height:auto;
}

.faqright {
	display:flex;
	flex-direction:column;
	justify-content:flex-start;
	width:80%;
	max-width:640px;
}

.faqheader {
	display:inline-block;
	text-align:left;
	margin-bottom:0px;
	text-shadow: 1px 1px 1px #a87b00,
				 2px 2px 1px #624a00;
}

.fha {
	margin-top:60px;
}

@media screen and (max-width:1300px) {
	.faqside {
		margin-right:0px;
		margin-left:60px;
	}
}

@media screen and (max-width:900px) {
	.faqright {
		max-width:440px;
	}
}

@media screen and (max-width:680px) {
	.faqside {
		display:none;
	}
	.faqright {
		max-width:600px;
	}
	.faqlabel {
		font-size:3vw;
	}
	.faqanswer {
		font-size:3vw;
	}
}



/* Contact */










/* Product Page */
.productinfo {
	display:flex;
	flex-direction:row;
	justify-content:center;
	margin-top:20px;
	gap:30px;
}

@media screen and (max-width:960px) {
	.productinfo {
		gap:10px;
		max-width:90%;
	}
	.producttag {
		padding-top:12px;
	}
}

.productinfosides {
	display:flex;
	flex-direction:column;
	gap:15%;
}

.productimage {
	width:40%;
	max-width:640px;
}

.producttag {
	font-size:16px;
	font-style:italic;
	margin-top:5px;
}

.productdesc {
	color:#c5d0da;
	font-size:24px;
	width:50%;
	max-width:640px;
}

@media screen and (max-width:660px) {
	.productdesc {
		font-size:4vw;
		width:80%;
	}
	.downloadtext {
		font-size:4vw !important;
	}
	.dwnldnow {
		max-width:30vw;
		margin-top:5px;
		margin-bottom:5px;
	}
}

.productheader {
	color:#c5d0da;
	font-size:32px;
	font-weight:bold;
	text-decoration: underline;
}

.downloadbutton {
	margin-bottom:-20px;
}

.downloadtext {
	color:#c5d0da;
	font-size:24px;
	font-weight:bold;
	margin-bottom:-30px;
	margin-top:-10px;
}

.modal {
	display: none;
	position: fixed;
	z-index: 1;
	padding-top: 10%;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,0.65);
	backdrop-filter: blur(10px);
}

.modal-content {
	margin: auto;
	display: block;
	width: 100%;
	max-width: 960px;
}

.modal-content {
	animation-name: zoom;
	animation-duration: 0.2s;
}

@keyframes zoom {
	from {transform:scale(0.5)}
	to {transform:scale(1)}
}

.close,
.closesmall {
	position: absolute;
	top:15px;
	right:45px;
	color: #f1f1f1;
	font-size: 40px;
	font-weight: bold;
	transition: 0.3s;
}

.close:hover,
.close:focus,
.closesmall:hover,
.closesmall:focus {
	color: #bbb;
	text-decoration: none;
	cursor: pointer;
}

.modpage {
	background-color:#2a2a2d;
	border-style:solid;
	border-width:2px;
	border-color:#1f1f24;
	width:90%;
	margin-top:20px;
}

.modpageinner {
	width:100%;
	display:flex;
	justify-content:start;
	padding:0;
	margin:0;
	gap:20px;
}

.modtitle {
	margin-top:10px;
	margin-bottom:10px;
	text-shadow: 1px 1px 1px #675419;
}

.modline {
	margin-top:0px;
	margin-bottom:10px;
	font-size:14px;
	font-style:italic;
}

.modhr {
	display:block;
	padding:0px;
	border:0;
	border-top:2px solid #1f1f24;
	width:100%;
	margin-top:0px;
	margin-bottom:0px;
	height:0px;
}

.modvr {
	border-left:1px solid #1f1f24;
	border-right:1px solid #1f1f24;
	border-top:0;
	border-bottom:0;
	margin:0px;
}

.modimg {
	height:360px;
	margin:20px;
	width:100%;
	max-width:640px;
	margin-right:0px;
	object-fit:cover;
	object-position: left;
}

.moddescbox {
	position:relative;
	width:100%;
	padding:0;
	margin-top:10px;
}

.moddwnlbox {
	position:relative;
	width:100%;
	padding:0;
	margin-top:10px;
	display:flex;
	justify-content:center;
	gap:50px 50px;
	flex-wrap:wrap;
	padding-top:30px;
	padding-bottom:40px;
}

.modscrnbox {
	position:relative;
	width:100%;
	padding:0;
	margin-top:10px;
}

.modchngbox {
	position:relative;
	width:100%;
	padding:0;
	padding-top:40px;
	margin-top:10px;
}

.moddesc {
	text-align:center;
	margin:auto;
	margin-top:40px;
	overflow-y:scroll;
	width:90%;
	height:300px;
}

.modheader {
	position:absolute;
	top:0;
	left:10px;
	margin:0;
}

.scrngallery {
	display:flex;
	justify-content:center;
	gap:30px;
	margin-bottom:10px;
	padding-top:40px;
}

.scrngallery img {
	width:100%;
	max-width:150px;
}

.dnlwddiv {
	
}

.dnlwddiv p {
	margin:-5px;
	max-width:220px;
}

.modchangelog {
	margin-bottom:40px;
	margin-top:0px;
	max-width:550px;
}

.modchangeheader {
	font-weight:bold;
	margin:0px;
}

.chnghr {
	width:80%;
	max-width:550px;
}

.modimgmini {
	cursor:pointer;
}

@media screen and (max-width:700px) {
	.modimg,
	.modvr	{
		display:none;
	}
}






/* Header */
.loginmodal {
	display: none;
	position: fixed;
	z-index: 1;
	padding-top: 100px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,0.4);
}

.loginmodal-content {
	background: linear-gradient(#343438, #2e2e31);
	margin: auto;
	padding:20px;
	border: 3px solid #46423f;
	width: 80%;
	height: 240px;
	max-width: 640px;
	
	border-width:2px;
	border-style:solid;
	border-color:#808080 #808080 #808080 #808080;
}

.loginmodal-content form {
	color: #c5d0da;
}

.loginclose {
	float:right;
	color: #f1f1f1;
	font-size: 40px;
	font-weight: bold;
	transition: 0.3s;
}

.loginclose:hover,
.loginclose:focus {
	color: #bbb;
	text-decoration: none;
	cursor: pointer;
}

.loginflex {
	display: flex;
	flex-direction: row;
	gap: 10%;
	justify-content: center;
}

.loginform {
	width: 40%;
	height:40%;
	max-width: 150px;
}

.logintext {
	text-shadow: 3px 3px 10px #000;
}

@media screen and (max-width:550px) {
	.logintext {
		font-size:3.5vw;
	}
}

.headerlogo {
	display:flex;
	flex-direction:row;
	flex-flow:center;
	margin-bottom:-80px;
	gap:0px;
	align-content:flex-start;
	flex-wrap:nowrap;
	max-width:1320px;
	width:90%;
}

.headerbox {
	width:50%;
	max-width:440px;
	margin:auto;
}

.musicplayer {
	width:auto;
	max-width:100%;
}

.musicplayer:hover {
	cursor: pointer;
}

.sitelogosmall {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:50px;
}

.smallheader {
	font-size:2vw;
}


.headerhorse {
	width:auto;
	max-width:50%;
}

.submitbutton {
	background-color:#C0C0C0;
	border-width:2px;
	border-style:solid;
	border-color:#FFFFFF #808080 #808080 #FFFFFF;
	outline:1px solid #000000;
}

.submitbutton:hover {
	border-color:#808080 #FFFFFF #FFFFFF #808080;
}


.affiliateforminput {
	width:auto;
	height:auto;
	max-height:15px;
	max-width:40%;
}

.affiliateformsubmit {
	width:auto;
	height:auto;
	max-width:30%;
	background-color:#C0C0C0;
	border-width:2px;
	border-style:solid;
	border-color:#FFFFFF #808080 #808080 #FFFFFF;
	outline:1px solid #000000;
}

.affiliateformsubmit:hover {
	border-color:#808080 #FFFFFF #FFFFFF #808080;
}

.affiliateformsubmitsmall {
	width:auto;
	height:auto;
	max-width:30%;
	display:none;
	background-color:#C0C0C0;
	border-width:2px;
	border-style:solid;
	border-color:#FFFFFF #808080 #808080 #FFFFFF;
	outline:1px solid #000000;
}

.affiliateformsubmitsmall:hover {
	border-color:#808080 #FFFFFF #FFFFFF #808080;
}

.affiliatetext {
	font-size: 14px;
}

.headerboxaffil{
}

.affilsubmitsmall {
	display: none;
}

@media screen and (max-width:900px) {
	.headerlog {
		margin-bottom:30px;
	}
	.sitelogo {
		margin-bottom:68px;
		width:60%;
		height:60%;
	}
	.affiliatetext {
		font-size: 2vw;
	}
	.headerbox {
		max-width: 20%;
		position:relative;
		margin-top:-2%;
	}
	.headerboxaffil {
		margin-top:-5%;
	}
	.affiliateformsubmit {
		display:none;
	}
	.affiliateformsubmitsmall {
		display:inline-block;
	}
	.affiliateforminput {
		max-height:10px;
	}
}

@media screen and (max-width:500px) {
	.headerboxaffil {
		margin-top:-9%;
	}
}

@media screen and (max-width:400px) {
	.headerboxaffil {
		margin-top:-12%;
	}
}

@media screen and (max-width:370px) {
	.headerboxaffil {
		margin-top:-15%;
	}
	.affiliateforminput {
		max-height:7px;
	}
}

@media screen and (max-width:340px) {
	.headerboxaffil {
		margin-top:-18%;
	}
	.affiliateformsubmitsmall {
		width:1px;
	}
}

@media screen and (max-width:310px) {
	.headerboxaffil {
		margin-top:-23%;
	}
}


.angelmodal {
	display: none;
	position: fixed;
	z-index: 1;
	padding-top: 10%;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,0.75);
	animation-name:angelanim;
	animation-duration:1s;
	z-index:99;
}

@keyframes angelanim {
	from {opacity:0.5;}
	to {opacity:1}
}

.angelimg {
	width:80%;
	max-width:800px;
}

.goliradiv {
	position: fixed;
	z-index:999;
	padding-top:0%;
	left:0;
	top:40%;
	width:100%;
	height:100%;
	overflow:auto;
	pointer-events:none;
}

.goliravid {
	filter: drop-shadow(3px 3px 10px #212121);
}

@media screen and (max-width:800px) {
	.goliravid {
		width:90%;
	}
}






.jenuinelisting {
	display:flex;
	flex-direction:row;
	width:90%;
	max-width:1200px;
	gap:20px;
	margin-top:0px;
}

.jenuinelisting p {
	margin-bottom: -27px;
}

.jenuineimg {
	float:left;
	width:100%;
	max-width:218px;
	min-width:128px;
}


@media screen and (max-width:900px) {
	.jenuineheader{
		font-size:5vw;
	}
}

@media screen and (max-width:700px) {
	.jenuinetxt {
		font-size:2vw;
	}
}

@media screen and (max-width:600px) {
	.jenuinetxt {
		margin-top:5%;
		font-size:3vw;
	}
}

@media screen and (max-width:500px) {
	.jenuinetxt {
		margin-top:6%;
	}
	.jenuineheader{
		margin-bottom:-20px !important;
	}
}

@media screen and (max-width:400px) {
	.jenuinetxt {
		margin-top:15%;
	}
}




.clearlyinput {
	position: relative;
	animation-name:clrly;
	animation-duration:2s;
	animation-iteration-count:1;
	animation-timing-function: linear;
	animation-play-state: paused;
	z-index:99;
}

@keyframes clrly {
  from {width:256px;}
  to {width:100%;}
}

.modalclearly {
	display: noe;
	position: fixed;
	z-index: 1;
	padding-top: 0%;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	display:none;
}

.fourohfourcontent {
	display: block !important;
}

.fourohfour {
	display: none !important;
}



/* Tournaments */

.tourneyinfo {
	display:flex;
	flex-direction:row;
	width:90%;
	max-width:1280px;
	gap:80px;
	margin-top:80px;
}


.tourneytitle {
	text-decoration: underline overline;
	font-weight: bold;
	font-size: 36px;
	margin-top:20px;
	text-align:center;
}

@media screen and (max-width:1480px) {
	.tourneytitle {
		font-size: 2.2vw;
	}
}

.tourneydesc {
	width:40vw;
	display:inline-block;
}

.tourneydesc a {
	text-decoration: underline;
}

.tourneylisting p {
	max-width:340px;
}

.tourneyevents {
	display:flex;
	max-width:640px;
	flex-wrap: wrap;
	gap: 10px;
	justify-content:flex-start;
}

.tourneyevent {
	border: solid;
	border-radius: 5px;
	border-width: thin;
	padding:4px;
	font-size:20px;
	font-weight:bold;
}

@media screen and (max-width:1280px) {
	.tourneydesc {
		font-size: 2.2vw;
	}
}

.rhplist {
	text-align:left;
	color:#c5d0da;
	font-size:22px;
}

.rhplist a {
	color:#bf9000;
	text-decoration:underline;
	font-weight:bold;
}

@media screen and (max-width:800px) {
	.rhplist {
		font-size: 3vw;
	}
	.tourneyevent {
		font-size: 3vw;
		padding: 1px;
	}
	.tourneyevents {
		gap:5px;
	}
}


/* Affiliates */
.entropygif {
	position:fixed;
	bottom:0px;
	right:0px;
}

.affcards {
	width: 100%;
	height: auto;
	max-width: 256px;
	max-height: 256px;
	z-index:0;
	background-color:black !important;
}

.afftxt {
	font-size:16px;
}

@media screen and (max-width:900px) {
	.afftxt {
		font-size:1.7vw;
	}
}

.affth:hover .affoverlay {
	opacity:1;
}

.affth:hover .affcards {
	-webkit-mask-image: -webkit-gradient(linear, left 90%, left bottom, from(rgba(0,0,0,1)), to(rgba(0,0,0,0)));
	filter: blur(4px) brightness(70%);
	transition: .2s ease;
}

.affcontainer {
	position:relative;
}

.affoverlay {
	width:256px;
	max-height:256px;
	position:absolute;
	left:5%;
	top:60%;
	opacity:0;
	transition: .2s ease;
}

@media screen and (max-width:1300px) {
	.affoverlay {
		width:100% !important;
		left:0%;
	}
}

/* Price */
.graphbox {
	width:70%;
	height:auto;
	border-color:#bf9000;
	border-width:3px;
	border-style:solid;
}

.priceflex {
	width:80%;
	display:flex;
	gap:1%;
}

.pricetimestamp {
	font-size:14px;
	margin-top:2px;
}

.horsepiece {
	width:40%;
	margin-top:30px;
}

.pricebox1 {
	width:29%;
}

.pricebox2 {
	width:100%;
	height:20%;
	border-bottom: solid;
	border-color:#bf9000;
	display: flex;
	align-items:flex-end;
}

.pricenumber {
	margin-top:0px;
	font-size: 3vw;
	margin-bottom:0px;
}

.priceoz {
	font-size:2vw;
	margin-top:0px;
	margin-bottom:5px;
}

.pricelist {
	clear: both;
	display: inline-block;
	width: 100%;
	padding-bottom: 35px;
	padding-top: 0px;
	margin-top: 100px;
	margin-bottom: 50px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	flex-wrap:wrap;
	max-width:1000px;
	row-gap:50px; 
}

.priceex {
	max-width:160px;
}

.priceimg {
	width:100%;
}

.pricetxt {
	width:100%;
	background-color:#2a2a2d;
	border-style:solid;
	border-color:#1f1f24;
}

.daybutton {
	width:auto;
	height:auto;
	max-width:30%;
	background-color:#C0C0C0;
	border-width:2px;
	border-style:solid;
	border-color:#FFFFFF #808080 #808080 #FFFFFF;
	outline:1px solid #000000;
	color:#000;
	font-size:14px;
	padding:3px;
}

.daybutton:hover {
	cursor: pointer;
	border-color:#808080 #FFFFFF #FFFFFF #808080;
}

.pricetable {
		
}

@media screen and (max-width:1200px) {
	.priceflex {
		flex-wrap:wrap;
		width:95%;
	}
	.graphbox {
		width:100%;
	}
	.pricetimestamp {
		font-size:2vw;
	}
	.horsepiece {
		display:none;
	}
	.pricebox1 {
		margin-top:20px;
	}
	.pricelist {
		width:95%;
		max-width:750px;
	}
}

@media screen and (max-width:600px) {
	.priceex {
		max-width:30%;
	}
}

/* Adverts */
.ytc {
	width:100%;
	height:100%;
}

.adcon {
	width:90%;
	max-width:1540px;
	display:flex;
	flex-direction:row;
	justify-content:center;
	flex-wrap:wrap;
	gap:30px;
}

.adbox {
	width:30%;
	aspect-ratio: 16 / 9;
	position:relative;
	border-style:solid;
	border-radius:3px;
	border-color:#1f1f24;
}

@media screen and (max-width:900px) {
	.adbox {
		width:45%;
	}
	.adcon {
		gap: 15px;
	}
}

/* Products */

.productmain {
	width:90%;
	max-width:1000px;
	display:flex;
	margin-bottom:50vh;
}

.productinner {
	width:100%;
}

.productsecond {
	width:100%;
	height:25%;
	border-bottom: solid;
	border-color:#bf9000;
	display: flex;
	flex-wrap:wrap;

}

.productthird {
	width:100%;
	height:50%;

}

.productimg {
	max-width:256px;
	width:50%;
	filter: drop-shadow(4px 4px 30px #212121);
	margin-right:40px;
}

.productname {
	font-size: 25px;
	margin-top:0px;
	margin-bottom:0px;
}

.cartbutton {
	width:auto;
	height:auto;
	max-width:30%;
	background-color:#C0C0C0;
	border-width:2px;
	border-style:solid;
	border-color:#FFFFFF #808080 #808080 #FFFFFF;
	outline:1px solid #000000;
	color:#000;
	font-size:14px;
	padding:3px;
}

.cartbutton:hover {
	cursor: not-allowed;
	border-color:#808080 #FFFFFF #FFFFFF #808080;
}

@media screen and (max-width:1200px) {
	.productname {
		font-size:2vw;
	}
	.cartbutton {
		font-size:2vw;
		max-width:70%;
	}
}

@font-face {
	font-family: "Cornerstone";
	src: url(https://www.realhorsepiss.com/assets/Cornerstone.ttf) format("truetype");
}