@charset "UTF-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	background: #FFF !important;
}

html{
    background: #FFF !important;
}

canvas {
	position:absolute;
	left:100px;
	top:0px;
	width:668px;
	height:452px;
	overflow:hidden;
}

#form1 {
	display:none;
}

.mainHolder {
	position:relative;
	left:0px;
	top:0px;
	width:100%;
	height:auto;
	padding-top:25px;
	padding-bottom:45px;
	display:inline-block;
	box-sizing:border-box;
	background-image:url(images/background.jpg);
	background-position:50% 100%;
	background-size:cover;
	background-repeat:no-repeat;
	text-align:center;
	overflow:hidden;
}

.headerImage {
	position:relative;
	left:0px;
	top:0px;
	width:100%;
	height:auto;
	display:inline-block;
	max-width:1165px;
}

.logoHolder {
	position:relative;
	left:0px;
	top:0px;
	width:95%;
	height:auto;
	max-width:1247px;
	text-align:right;
	display:inline-block;
}

.logoImage {
	position:relative;
	left:0px;
	top:0px;
	width:100%;
	height:auto;
	display:inline-block;
	max-width:195px;
	display:inline-block;
}

.gameHolder {
	position:relative;
	left:0px;
	top:0px;
	width:100%;
	height:468px;
	max-width:1165px;
	text-align:left;
	margin-top:25px;
	display:inline-block;
}

.theGame {
	position:relative;
	left:0px;
	top:0px;
	width:1008px;
	height:468px;
	display:inline-block;
	z-index:10;
}

.theGamePrint {
	width:1336px;
	height:904px;
}

.theGame .gameNav {
	position:absolute;
	left:0px;
	top:0px;
	width:245px;
	height:468px;
	background-color:rgba(255,255,255,.65);
	display:block;
	border-top-left-radius:25px;
	border-top-right-radius:25px;
	overflow:hidden;
}

.theGame .gameNav .tab {
	position:relative;
	left:0px;
	bottom:0px;
	width:233px;
	height:48px;
	border:solid;
	border-width:6px;
	border-color:#FFF;
	border-top-left-radius:25px;
	border-top-right-radius:25px;
	display:block;
	background-color:#00102c;
	cursor:pointer;
}

.theGame .gameNav .tabSub {
	margin-top:-15px;
}

.theGame .gameNav .tab p {
	margin:0px;
	padding:0px;
	position:absolute;
	left:8px;
	top:14px;
	font-family: stymie-condensed, serif;
	font-weight: 500;
	font-style: normal;
	font-size:22px;
	line-height:22px;
	color:#FFF;
}

.theGame .gameNav .tabSection {
	position:relative;
	left:0px;
	bottom:0px;
	width:245px;
	height:273px;
	display:block;
	text-align:center;
	box-sizing:border-box;
}

.theGame .gameNav .tabSection p {
	margin:0px;
	padding:0px;
	position:relative;
	left:0px;
	top:0px;
	width:80%;
	height:auto;
	display:inline-block;
	text-align:left;
	font-family:MuseoSans-700, sans-serif;
	font-weight:700;
	color:#000;
	font-size:13px;
	line-height:19px;
	margin-top:30px;
}

.theGame .gameNav .tabSection .reminder {
	margin-top:15px;
	text-align:center;
	display:none;
}

.theGame .gameNav .tabSection h2 {
	margin:0px;
	padding:0px;
	font-weight:normal;
	position:relative;
	left:0px;
	top:0px;
	width:90%;
	height:auto;
	display:inline-block;
	text-align:center;
	font-family:MuseoSans-900, sans-serif;
	font-weight:900;
	color:#000;
	font-size:12px;
	line-height:12px;
	margin-top:20px;
}

.theGame .gameNav .tabSection h3 {
	margin:0px;
	padding:0px;
	font-weight:normal;
	position:relative;
	left:0px;
	top:0px;
	width:80%;
	height:auto;
	display:inline-block;
	text-align:left;
	font-family:MuseoSans-700, sans-serif;
	font-weight:700;
	color:#000;
	font-size:10px;
	line-height:10px;
	margin-top:5px;
}

.theGame .colorHolder {
	position:relative;
	left:0px;
	top:0px;
	width:85%;
	height:auto;
	display:inline-block;
	margin:0px;
	padding:0px;
	line-height:0px;
}

.theGame .colorHolder .selector {
	position:relative;
	left:0px;
	top:0px;
	width:35px;
	height:35px;
	display:inline-block;
	border:solid;
	border-width:1px;
	border-color:rgba(0,0,0,0);
	box-sizing:border-box;
	
}

.theGame .colorHolder .insideSelected {
	border-color:#903377;
}

.theGame .colorHolder .selector .inside {
	position:absolute;
	left:3px;
	top:3px;
	width:27px;
	height:27px;
	display:block;
	background-color:#FF0000;
	cursor:pointer;
	border:solid;
	border-width:1px;
	border-color:rgba(0,0,0,1);
	box-sizing:border-box;
}

.theGame .theHolder {
	position:absolute;
	left:340px;
	top:0px;
	width:668px;
	height:552px;
	display:block;
	z-index:100;
}

.theHolderPrint {
	left:0px;
	top:0px;
}

.theGame .theDesign {
	position:absolute;
	left:74px;
	top:303px;
	width:668px;
	height:452px;
	display:block;
	/*background-color:#00102c;*/
	overflow:hidden;
}

.theGame .designPosition {
	left:0px;
	top:0px;
}

.theGame .designPositionPrint {
	left:50px;
	top:0px;
}

.theGame .theDesign .photoHolder {
	position:absolute;
	left:27px;
	top:27px;
	width:614px;
	height:398px;
	display:block;
	background-color:#00102c;
	overflow:hidden;
	/*clip: rect(0px, 614px, 398px, 0px);*/
	/*frame1*/
	/*clip: rect(0px, 520px, 398px, 100px);*/
	/*frame2*/
	/*clip: rect(20px, 465px, 378px, 155px);*/
	/*frame3*/
	/*clip: rect(30px, 425px, 368px, 215px);*/
	/*frame4*/
	/*clip: rect(10px, 555px, 388px, 75px);*/
	
}

.theGame .theDesign .frameShape1 {
	clip: rect(0px, 680px, 398px, 20px);
}

.theGame .theDesign .frameShape2 {
	clip: rect(20px, 765px, 378px, 5px);
}

.theGame .theDesign .frameShape3 {
	clip: rect(30px, 565px, 368px, 45px);
}

.theGame .theDesign .frameShape4 {
	clip: rect(10px, 555px, 388px, 75px);
}

.theGame .copyText {
	position:absolute;
	left:0px;
	bottom:0px;
	width:100%;
	height:auto;
	display:none;
	font-size:10px;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	z-index:35000;
	padding:5px;
}

#thePhoto {
	position:absolute;
	left:0px;
	top:0px;
	/*
	width:100%;
	height:auto;
	*/
	display:block;
	cursor:move;
}

#frameBlocker {
	position:absolute;
	left:0px;
	top:0px;
	width:816px;
	height:1056px;
	z-index:10000;
	pointer-events: none;
}

.selectedItemControls {
	position:absolute;
	left:0px;
	top:0px;
	width:200px;
	height:200px;
	border:solid;
	border-color:#903377;
	border-width:1px;
	display:block;
	z-index:45000;
	pointer-events: none;
}

.cornerItem {
	position:absolute;
	left:0%;
	top:100%;
	width:31px;
	height:31px;
	display:block;
	margin-left:-15px;
	margin-top:-15px;
	cursor:pointer;
	pointer-events: auto;
}

.resize {
	left:100%;
	top:0%;
	margin-left:-14px;
	margin-top:-14px;
}

.uploadButton {
	position:relative;
	left:0px;
	top:0px;
	width:122px;
	height:auto;
	background-color:#f1ebe3;
	border-radius:10px;
	display:inline-block;
	text-align:center;
	color:#4d4d4f;
	text-decoration:none;
	font-size:17px;
	line-height:17px;
	font-family: stymie-condensed, serif;
	font-weight: 500;
	font-style: normal;
	margin-top:50px;
	letter-spacing:1px;
	padding-top:7px;
	padding-bottom:5px;
	box-shadow: 2px 2px 5px rgba(0,0,0,.5);
}

.downloadButton {
	position:relative;
	left:0px;
	top:0px;
	width:122px;
	height:auto;
	background-color:#f1ebe3;
	border-radius:10px;
	display:inline-block;
	text-align:center;
	color:#4d4d4f;
	text-decoration:none;
	font-size:17px;
	line-height:17px;
	font-family: stymie-condensed, serif;
	font-weight: 500;
	font-style: normal;
	margin-top:50px;
	letter-spacing:1px;
	padding-top:7px;
	padding-bottom:5px;
	box-shadow: 2px 2px 5px rgba(0,0,0,.5);
}

.backNext {
	position:relative;
	left:0px;
	top:0px;
	width:122px;
	height:auto;
	background-color:#f1ebe3;
	border-radius:10px;
	display:inline-block;
	text-align:center;
	color:#4d4d4f;
	text-decoration:none;
	font-size:17px;
	line-height:17px;
	font-family: stymie-condensed, serif;
	font-weight: 500;
	font-style: normal;
	margin-top:15px;
	letter-spacing:1px;
	padding-top:7px;
	padding-bottom:5px;
	box-shadow: 2px 2px 5px rgba(0,0,0,.5);
}

.uploadGraphic {
	position:absolute;
	left:50%;
	top:50%;
	-webkit-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
}

#theFrame {
	position:absolute;
	left:0px;
	top:0px;
	width:668px;
	height:452px;
	z-index:5000;
	pointer-events: none;
	display:none;
}

#theLines {
	position:absolute;
	left:0px;
	top:0px;
	width:668px;
	height:452px;
	z-index:5001;
	pointer-events: none;
	display:none;
}

.frameSelector {
	position:relative;
	left:0px;
	top:0px;
	width:96px;
	height:67px;
	display:inline-block;
	
	background-position: 50% 50%;
	background-size:90px 61px;
	background-repeat:no-repeat;
	margin-top:20px;
	margin-left:5px;
	margin-right:5px;
	box-sizing:border-box;
	border:solid;
	border-color:rgba(255, 255, 255, 0);
	border-width:1px;
	cursor:pointer;
}

.frameSelected {
	border-color:#903377;
}

.characterClass {
	position:relative;
	left:0px;
	top:0px;
	display:inline-block;
	cursor:move;
	margin-top:15px;
	margin-left:5px;
	margin-right:5px;
}

#tabSection3 {
	overflow-x:hidden !important;
	overflow-y:scroll !important;
	-webkit-overflow-scrolling: touch;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:30px;
}

.theDragger {
	position:absolute;
	left:0px;
	top:0px;
	display:block;
	z-index:100000;
	cursor:move;
}

.tshirtItem {
	position:absolute;
	display:block;
	cursor:move;
}

.popupCover {
	position:fixed;
	left:0px;
	top:0px;
	width:100vw;
	height:100vh;
	display:none;
	background-color:#5E5095;
	z-index:50000;
}

.popupCoverStart {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
	background-color:#4E83AB;
	z-index:50000;
}

.theGame .theTrash {
	position:absolute;
	left:260px;
	top:363px;
	width:68px;
	height:68px;
	display:none;
	cursor:pointer;
	z-index:200;
}

.bottomCopyRight {
	font-family: Arial, sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size:11px;
	line-height:14px;
	color:#FFF;
}

#downloadImageShowText {
	font-family: stymie-condensed, serif;
	font-weight: 500;
	font-style: normal;
	text-align:center;
	display:inline-block;
	width:90%;
}

#downloadImageShow {
	display:inline-block;
	max-width:1080px;
}

#downloadImageHolder {
	position:relative;
	left:0px;
	top:0px;
	width:100%;
	height:auto;
	display:none;
	text-align:center;
	padding-bottom:25px;
	padding-top:25px;
}

@media only screen and (max-width:650px){
	.theGame .gameNav {
		width:750px;
	}
	/*
	#tabSection3 {
		overflow-x:hidden !important;
		overflow-y:scroll !important;
		-webkit-overflow-scrolling: touch;
	}
	*/
	.characterClass {
		margin-left:10px;
		margin-right:10px;
	}
	.theGame .gameNav .tabSection {
		width:750px;
		padding-left:0px;
		padding-right:0px;
		padding-bottom:0px;
	}
	.theGame .gameNav .tab {
		width:738px;
	}
	.theGame {
		width:750px;
	}
	#theHolder {
		left:41px;
		top:500px;
	}
	.uploadButton {
		width:152px;
		font-size:27px;
		line-height:27px;
	}
	.downloadButton {
		width:152px;
		font-size:27px;
		line-height:27px;
	}
	.backNext {
		width:152px;
		font-size:27px;
		line-height:27px;
	}
	.theGame .gameNav .tabSection p {
		font-size:18px;
		line-height:24px;
	}
	.logoHolder {
		text-align:center;
	}
	.frameSelector {
		width:130px;
		height:101px;
		background-size:120px 91px;
		margin-left:15px;
		margin-right:15px;
	}
	.theGame .colorHolder .selector {
		width:55px;
		height:55px;
		
	}
	
	.theGame .colorHolder .selector .inside {
		left:3px;
		top:3px;
		width:47px;
		height:47px;
	}
	#backButton {
		margin-top:15px !important;
	}
	.theGame .theTrash {
		left:50px;
		top:963px;
	}
}

.lds-roller {
  position: absolute;
  left:50%;
  top:50%;
  width: 64px;
  height: 64px;
  margin-left:-32px;
  margin-top:-32px;
  display: inline-block;
}
.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 32px 32px;
}
.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
  margin: -3px 0 0 -3px;
}
.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
  top: 50px;
  left: 50px;
}
.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
  top: 54px;
  left: 45px;
}
.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
  top: 57px;
  left: 39px;
}
.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
  top: 58px;
  left: 32px;
}
.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
  top: 57px;
  left: 25px;
}
.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
  top: 54px;
  left: 19px;
}
.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
  top: 50px;
  left: 14px;
}
.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
  top: 45px;
  left: 10px;
}
@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
