@charset "UTF-8";
* {
	-webkit-text-size-adjust: none;
}
body{}
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}
.builder-container {
	max-width: 1000px; 
	margin: 30px;
}
.color-results-container{
	max-width:1000px; 
	width: 100%;
	border-radius: 10px;
	border-style:solid;
	border-width:1px;
	border-color:#666666;
	overflow: hidden;
	background-color:#ffffff;
	margin-top: 15px;
	margin-bottom: 15px;
	height: 50px;
}
.color-results-container p{
	vertical-align: middle;
 }
.builder-wrapper {
	max-width:1000px; 
	width: 100%;
	display: block;
	position: relative;
	height: 650px;
	border-radius: 10px;
	border-style:solid;
	border-width:1px;
	border-color:#666666;
	overflow: hidden;
	background-color:#ffffff;
}
.builder-wrapper svg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	padding-top:25px;
	padding-bottom:25px;
}
.color-selection p {
	visibility:hidden; 
	display:inline-block;
	margin:0 15px 5px 0; 
	font-size:12px; 
	white-space:nowrap;
}
.chooser:not(:first-of-type) {
	margin-top: 16px;
}
.chooser{
	background-color:#ffffff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.chooser ul {
	list-style:none; 
	margin:0; 
	padding:0; 
	display:inline-block; 
	vertical-align:middle;
}
.chooser li {
	display:inline-block; 
	width:40px; 
	height:40px; 
	padding:1px; 
	border-style:solid; 
	border-width:1px; 
	position:relative; 
	margin-right:5px; 
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.chooser li span {
	display:none; 
	position:absolute; 
	bottom:111%; 
	font-size:10px; 
	letter-spacing:.1em; 
	white-space:nowrap;
}
.chooser li:hover span {
	display:block; 
	width:auto;
}
.chooser a {
	display:block;
	height:100%;
	width:100%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.color-options-panel {
	background-color: #ffffff;
	max-width: 1000px; 
	padding: 20px; 
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border-style:solid;
	border-width:1px;
	border-color:#666666;
}
.color-options{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color:#ccc;
}
.btn-primary {
	color: #fff;
	background-color: #c21b31;
	border-color: #c21b31;
	font-weight: bold;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
button#download-image{
	margin-top: 20px;
}
img{
	width: 100%;
	height: auto;
}
.front-wrapper img{
    max-height: 190px;
    max-width: 250px;
}






.back-wrapper img{
    /*max-height: 225px;
    max-width: 110px;*/
}
.builder-wrapper svg {
	z-index:5000;
}
*{
	box-sizing: border-box;
}
.wrapper1 {
	perspective: 215px;
	margin: 0em auto; 
	width: 47em;
	z-index: 999999;
	position: absolute;
}
.inner1 {
	transform: rotateY(-1deg);
}
.inner1 img {
	display: block;
	height: auto;
	max-width: 100;
	margin: 0 auto;
}
#color-results-container-left{
	padding-top:13px;
	padding-left: 35px;
}
#color-results-container-right{
	padding-top:13px;
	padding-right: 35px;
}
.print-button{
	background-color: #c21831;
	border: none;
	color: white;
	padding: 15px 52px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	margin-top:20px;
	font-weight: bold;
	width:100%;
}
.print-button:hover{
	background-color: #9d1325;
	border: none;
}









/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
	
	#logoOne{
		/*background-color:green;*/
	}
	#logoTwo{
		/*background-color:green;*/
	}
	#logoOne{
		object-fit: contain;
		position: absolute;
		top: 240px;
		left: 45px;
		width: 110px;
		height: 110px;
	}
	#logoOne{
		z-index:9999;
		object-fit: contain;
	}

	/*BACK LOGO*/
	#logoTwo{ 
		transform: scaleX(-1); 
		position: absolute;
		z-index:-2;
		top: 255px;
		left: 340px;
		object-fit: contain;
		width: 55px;
		height: 55px;
	}
	#logoTwo{
		z-index:1000;
		object-fit: contain;
	}
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
	
	#logoOne{
		/*background-color:red;*/
	}
	#logoTwo{
		/*background-color:red;*/
	}
	#logoOne{
		object-fit: contain;
		position: absolute;
		top: 210px;
		left: 60px;
		width: 150px;
		height: 150px;
	}
	#logoOne{
		z-index:9999;
		object-fit: contain;
	}

	/*BACK LOGO*/
	#logoTwo{ 
		transform: scaleX(-1); 
		position: absolute;
		z-index:-2;
		top: 235px;
		left: 450px;
		object-fit: contain;
		width: 70px;
		height: 70px;
	}
	#logoTwo{
		z-index:1000;
		object-fit: contain;
	}
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
	
	#logoOne{
		/*background-color:orange;*/
	}
	#logoTwo{
		/*background-color:orange;*/
	}
	#logoOne{
		object-fit: contain;
		position: absolute;
		top: 175px;
		left: 180px;
		width: 200px;
		height: 200px;
	}
	#logoOne{
		z-index:9999;
		object-fit: contain;
	}

	/*BACK LOGO*/
	#logoTwo{ 
		transform: scaleX(-1); 
		position: absolute;
		z-index:-2;
		top: 211px;
		left: 680px;
		object-fit: contain;
		width: 90px;
		height: 90px;
	}
	#logoTwo{
		z-index:1000;
		object-fit: contain;
	}	
	
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
	
	#logoOne{
		/*background-color:pink;*/
	}
	#logoTwo{
		/*background-color:pink;*/
	}
	#logoOne{
		object-fit: contain;
		position: absolute;
		top: 175px;
		left: 220px;
		width: 200px;
		height: 200px;
	}
	#logoOne{
		z-index:9999;
		object-fit: contain;
	}

	/*BACK LOGO*/
	#logoTwo{ 
		transform: scaleX(-1); 
		position: absolute;
		z-index:-2;
		top: 211px;
		left: 720px;
		object-fit: contain;
		width: 90px;
		height: 90px;
	}
	#logoTwo{
		z-index:1000;
		object-fit: contain;
	}	
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
	
	#logoOne{
		/*background-color:yellow;*/
	}
	#logoTwo{
		/*background-color:yellow;*/
	}
	#logoOne{
		object-fit: contain;
		position: absolute;
		top: 175px;
		left: 220px;
		width: 200px;
		height: 200px;
	}
	#logoOne{
		z-index:9999;
		object-fit: contain;
	}

	/*BACK LOGO*/
	#logoTwo{ 
		transform: scaleX(-1); 
		position: absolute;
		z-index:-2;
		top: 211px;
		left: 720px;
		object-fit: contain;
		width: 90px;
		height: 90px;
	}
	#logoTwo{
		z-index:1000;
		object-fit: contain;
	}
}