body {
    display: flex;
    flex-direction: column;
	margin: 0;	
	align-items: center;
	justify-content: center;
	background: #0a0a0a;
	color:#ffffff;
	font-size: 16pt;
	font-style: bold;
	font-family: 'Wobbly';
	perspective: 1000px;
	z-index: auto;
	touch-action: manipulation;
	text-align: center;
}

.container {
	display: inline-block;
	width: 1170px;
}

.page-header {
	padding-top: 10px;
}

h1 {
	position: static;
	color: white;
	margin: 30px 0 30px;
	-webkit-text-stroke: 1px #F8F8F8;
	text-shadow: 0px 4px 8px red;
	line-height: normal;
	text-align: center;
	font-family: 'Wobbly';
	font-size: 4em;
	text-shadow: 0 0 3px #ff005e, 0 0 5px #ff005e, 0 0 20px #ff005e, 0 0 40px #ff005e, 0 0 80px #ff005e;
	animation: glow 15s infinite alternate;
}
@keyframes glow {
	0% { text-shadow: 0 0 3px #ff005e, 0 0 5px #ff005e, 0 0 20px #ff005e, 0 0 40px #ff005e, 0 0 40px #ff005e; }
	50% { text-shadow: 0 0 3px #00ff27, 0 0 5px #00ff27, 0 0 20px #00ff27, 0 0 40px #00ff27, 0 0 40px #00ff27; }
	100% { text-shadow: 0 0 3px #00d4ff, 0 0 5px #00d4ff, 0 0 40px #00d4ff, 0 0 80px #00d4ff, 0 0 80px #00d4ff; }
}
h2 {
	z-index: 1;
	top: 10%;
	left: 30%;
	margin: 0em 0em;
	margin-bottom: 3.5;
	line-height: 60px;
	color: #000;
	font-size: 3em;
	text-align: center;
	font-family: 'Wobbly';
	text-shadow: 0 0 8px #fff;
}
h3 {
	color: #ffffff;
	font-family: 'Wobbly';
	margin-top: 5px;
	margin-bottom: 5px;
}


.editor-space {
	display: inline-block;
	vertical-align: top;
	width: 470px;
    height: 1020px;
}
.controls-space {
	display: inline-block;
	vertical-align: top;
	width: 600px;
    height: 1020px;
	padding: 0 30px;
	text-align: left;
}


#shirtDiv {
	touch-action: none;
	width: 470px;
	height: 1020px;
	position: relative;
	background-size: contain;
	background-position: center;
	background-color: rgb(255, 255, 255);
	box-shadow: inset 0 0 0 1000px rgba(0,0,0,0);
}
#tshirtFacing {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	width: 470px;
	height: 1020px;
	pointer-events: none;
	display: block;
	opacity: 1;
}


/* ASSET BOXES */
.asset-box {
	background-color: #1c1c1c;
    border: 1px solid white;
    padding: 30px;
    margin-bottom: 30px;
}

.asset-box-header {
	vertical-align: middle;
}
.asset-box-header h3 {
	display: inline-block;
}

#assets-logos img {
	padding: 10px;
	vertical-align: middle;
}

.img-polaroid,
.img-polaroid-bg {
	cursor:pointer;
	width:65px;
	background-color:rgba(255, 255, 255, 0);
}
.img-polaroid-bg {
	padding: 3px;
	background-color: rgba(255, 255, 255, 0);
	border: 1px solid rgba(255, 255, 255, 0);
	border: 1px solid rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.color-layer,
.color-bg {
	border: 1px solid #CCC;
	margin: 8px;
	zoom: 1;
	vertical-align: top;
	display: inline-block;
	cursor: pointer;
	overflow: hidden;
	width: 20px;
	height: 20px;
}

.rotate {	
	-webkit-transform:rotate(90deg);
	-moz-transform:rotate(90deg);
	-o-transform:rotate(90deg);
	/* filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1.5); */
	-ms-transform:rotate(90deg);
}



#confirmSave {
	display:none;
	position:absolute;
	z-index: 100;
	background-color:rgba(0,0,0,0.7);
	width:100%;
	height:100%;
	top:0;
	left:0;
}
.confirmBox {
	background-color:#25c;
	background-image: linear-gradient(to bottom, #1488cc, #2b32b2);
	webkit-border-radius:20px;
	moz-border-radius:20px;
	border-radius:20px;
	width:400px;
	height:150px;
		padding: 25px;
	text-align:center;
	position:relative;
	top:40%;
	left:50%;
		transform: translate(-50%, -50%);
}
.confirmButton {
	width:100px;
	margin:10px;
	margin-top: 10px;
}

.btn-container {
	perspective: 1000px;
}

.btn-group>.btn:first-child {
	-webkit-border-top-left-radius:13px;
	-moz-border-radius-topleft:13px;
	border-top-left-radius:13px;
}
.btn-group>.btn:last-child,.btn-group>.dropdown-toggle {
	-webkit-border-top-right-radius:13px;
	moz-border-radius-topright:13px;
	border-top-right-radius:13px;
}
.btn-group>.btn-mini+.dropdown-toggle {
	padding-right:13px;
}

.btn {
	font-size: 20px;
	color: #fff;
	text-decoration: none;
	padding: 15px 20px;
	border: 2px solid #fff;
	position: relative;
	transition: all 0.3s ease;
	border-radius: 5px;
}

.btn::before {
	content: '';
	position: absolute;
	top: -2px;
	left: -2px;
	right: -2px;
	bottom: -2px;
	background: linear-gradient(45deg, #05e8f2, #00ff00, #0000ff, #05e8f2);
	background-size: 400%;
	z-index: -1;
	filter: blur(5px);
	opacity: 0;
	transition: all 0.3s ease;
}

.btn:hover {
	color:#333333;
	text-decoration:none;
	background-color:#e6e6e6;
}

.btn:hover::before {
	opacity: 1;
	background-position: 100%;
}

.btn.active,
.btn:active {
	background-color:#e6e6e6;
}
[class^="icon-"],
[class*=" icon-"] {
	opacity: 0.8;
    background-image: url(/img/glyphicons-halflings-white.png);
}
.icon-fast-backward {
    background-position: -216px -72px;
}
.icon-fast-forward {
    background-position: -360px -72px;
}
.icon-trash {
    background-position: -456px 0;
}
.icon-retweet {
    background-position: -336px -120px;
}
.rotate {
    transform: rotate(90deg);
}

select,textarea,input[type="text"],input[type="password"],input[type="datetime"],input[type="datetime-local"],input[type="date"],input[type="month"],input[type="time"],input[type="week"],input[type="number"],input[type="email"],input[type="url"],input[type="search"],input[type="tel"],input[type="color"],.uneditable-input {
	font-style: bold;
	font-size:18px;
	color:#000000;
}

/* Hologram start
------------------------------------- */

.btn {
	position: relative;
	font-size: 1.1rem;
	font-weight: 600;
	color: #fff;
	background: none;
	border: none;
	cursor: pointer;
	overflow: hidden;
	transition: all 0.4s ease;
}

.hologram {
	border: 2px solid rgba(0, 255, 255, 0.5);
	background: rgba(0, 255, 255, 0.1);
	box-shadow: 0 0 15px rgba(0, 255, 255, 0.3);
	backdrop-filter: blur(5px);
}

.hologram .scan-line {
	position: absolute;
	width: 100%;
	height: 2px;
	background: linear-gradient(
	to right,
	transparent,
	rgba(0, 255, 255, 0.8),
	transparent	);
	top: 0;
	animation: scan 2.5s linear infinite;
	filter: blur(1px);
}
@keyframes scan {
	0% { top: -10%; }
	100% { top: 110%; }
}

.hologram span {
	position: relative;
	display: inline-block;
	color: #00ffff;
	text-shadow: 0 0 8px rgba(0, 255, 255, 0.5);
	animation: glitch 2s infinite;
}
.hologram span.glitch1 {
	animation: glitch 1.58s infinite;
}
.hologram span.glitch2 {
	animation: glitch 2.121s infinite;
}
.hologram span.glitch3 {
	animation: glitch 1.893s infinite;
}
.hologram span.glitch4 {
	animation: glitch 2.354s infinite;
}
.hologram span.glitch1:hover,
.hologram span.glitch2:hover,
.hologram span.glitch3:hover,
.hologram span.glitch4:hover {
	animation: none;
}
@keyframes glitch {
	0%, 100% { transform: translateX(0); opacity: 0.3; }
	20% { transform: translateX(-5px); opacity: 0.5; }
	40% { transform: translateX(5px); opacity: 0.7; }
	60% { transform: translateX(-3px); opacity: 0.5; }
	80% { transform: translateX(3px); opacity: 0.3; }
}

/* Hologram end
------------------------------------- */

@font-face {
	font-family: 'Wobbly';
	font-weight: bold;
	src: url('/css/Wobbly.otf');
}