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

/*------------------------------MainBody------------------------------*/
#MainBody {
	position:absolute;
	z-index:1;
	height:auto;
	width:100%;
	float:left;
	animation-duration: 1.5s;
	animation-delay:1s;
	transition-timing-function: ease-in-out;
	transition:all 5s ease-out;
}
#MainBody.bye {
	opacity:0;
	animation:1s;
	transition:all 5s ease-out;
	transform: translate3d(0, 800%, 0);
}

.MainBody--fadeinup {
	animation-name: fadeInUp;
}

#Step1 {
	cursor:pointer;	
}

#Step2 {
	cursor:pointer;	
}

#Quantityview {
	display:none;
}

.QTY {
	font-size:25px;
	color:#000;
}

.PriceLogin a {
	text-decoration: none;
	background-color:#FFF;
	cursor: pointer;
}

#Pricelogin {
	Display:block;
}

#Priceview {
	Display:none;
}

.bannerimg{
	opacity:0.2;
	height: 100vh;
	overflow:hidden;
	z-index:1;
}

.bannerShader {
	width:15000px;
	height:100%;
	z-index:3;
}

.tech-slideshow {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
}

.tech-slideshow > div {
  background: url(Images/HomeBanner.jpg);
  position:absolute;
  background-position: top left;
  background-size: auto 100vh;
  background-repeat: repeat-x;
  height: 100vh;
  transform: translate3d(0, 0, 0);
}
.tech-slideshow .mover-1 {
  animation: moveSlideshow 60s linear infinite;
}

@keyframes moveSlideshow {
  100% { 
    transform: translateX(-66.6666%);  
  }
}

.bannerBody{
	z-index: 1;
	width:100%;
	height:100vh;
	position:fixed;
	padding-top: 70px;
	top:0;
	left:0;
	animation-duration: 1.5s;
	animation-delay:1s;
	transition-timing-function: ease-in;
	animation-fill-mode: both;
	box-sizing:border-box;
	background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.2) 10%, rgba(255,255,255,0) 50%, rgba(255,255,255,0) 90%, rgba(255,255,255,1) 100%), linear-gradient(0deg, rgba(30,30,30,1) 0%, rgba(255,255,255,0.2) 10%, rgba(255,255,255,0) 15%);
	overflow:hidden;
}

.bannerBody--fadeinright {
	animation-name:fadeInRight;
}

			/* ABOUT BODY */

.AfterTitle {
	position:absolute;
	z-index:2;
	width:100%;
}

.ProductBody {
	display:none;
	width:100%;
	height:auto;
	position:static;
	background-color:rgba(245,245,245,1);
	box-shadow: 4px 4px 20px #000;
	padding: 10px 0px 200px 0px;
	font-family: 'Oswald', san-serif;
	text-align:center;
}


.JacksBody {
	display:none;
}

.StandsBody {
	display:none;
}

.EnginesBody {
	display:none;
}

.ShopsBody {
	display:none;
}

.MechanixsBody {
	display:none;
}

.TrucksBody {
	display:none;
}

.TiresBody {
	display:none;
}

.CreepersBody {
	display:none;
}


.BodyActive {
	display:block;
}

.ProductTitle{
	font-weight: 1000;
	font-size: 80px;
	text-align:center;
	margin-bottom:0;
	width:100%;
	z-index:2;
	background-color:rgba(245,245,245,1);
}

.AboutProductMiddle {
	height:auto;
	width:100%;
}

/* PRODUCT FORM */

.ProductForm {
	position:static;
	z-index:500;
	margin:0 auto;
	width:80%;
}

.FormBox{
	width:100%;
	color:#000;
	position:relative;
	display:block;
	margin: 0px;
}

.JacksStep{
	display: flex;
}

.Change {
	display:none;
	width:25%;
	padding: 1% 0% 1% 0;
	transition: all 0.2s ease-in-out;
	color:rgba(100,100,100,1);
	background-color:rgba(230,230,230,1);
	border: 1px solid rgba(0,0,0,0);
	box-shadow:0 3px 0 rgba(170,170,170,1);
	text-align:center;
	font-size:30px;
}

.Change:hover {
	cursor:pointer;
	background-color:rgba(50,50,50,1);
	border: 1px solid rgba(0,0,0,0);
	color:rgba(230,230,230,1);
	box-shadow:0 3px 0 rgba(40,40,40,1);
}

.Arrow {
	font-size:45px;
	transition: padding-left 0.1s ease-in-out;
	margin-left:5%;
	line-height:0;
}

.Change:hover .Arrow {
	padding:0 12% 0 0;
}


.Active {
	display:inline-block;
}

.Step1 {
	width:25%;
	min-height:300px;
	max-height:300px;
	display:inline-block;
	padding: 1%;
	border: 1px solid rgba(0,0,0,0.1);
	transition: all 0.1s ease-in-out;
	box-shadow:0 3px 0 rgba(0,0,0,0.1);
	background-color:rgba(250,250,250,1);
	overflow:hidden;
}

.Step1:hover {
	border: 1px solid rgba(0,0,0,0.3);
	box-shadow:0 3px 0 rgba(0,0,0,0.3);
	background-color:rgba(255,255,255,1);
}

.Step1 img {
	width:70%;
	height:22vh;
	display:inline-block;
	padding:5%;
	transition: all 0.1s ease-in-out;
	filter:grayscale(100%) opacity(80%);
}

.Step1:hover img {
	filter:grayscale(0%) opacity(100%);
}

.StepTitle {
	width:100%;
	line-height:28px;
	font-size:30px;
	display:inline-block;
	font-weight:1000;
	text-transform: uppercase;
}

.Step2 {
	background-color:rgba(250,250,250,1);
}

.Step2Options {
	display:inline-block;
	width:100%;
}

.Picked{
	background-color:rgba(50,50,50,1);
	border: 1px solid rgba(0,0,0,0);
	color:rgba(250,250,250,1);
	box-shadow:0 3px 0 rgba(40,40,40,1);
	opacity:1;
	width:75%;
	min-height:auto;
	max-height:auto;
	pointer-events:none;
}

.PickedTitle {
	line-height:50px;
}

.Picked:hover {
	background-color:rgba(50,50,50,1);
	border: 1px solid rgba(0,0,0,0);
	box-shadow:0 3px 0 rgba(40,40,40,1);
	color:rgba(250,250,250,1);
	cursor:default;
}

.UnPicked {
	display:none;
}

.Step2 {
	display:flex;
	width:100%;
}

.SelectedAccessory {
	display:flex;
	width:100%;
}

.StepThree {
	display:flex;
	width:100%;
}

.StepThreeActive {
	margin-top:0;
}

.Step2Options div {
	padding:1% 0 1% 0;
	font-size:20px;
	width:100%;
	display:inline-block;
	transition: all 0.1s ease-in-out;
	line-height:50px;
}

.Step2Options div:hover {
	background-color:rgba(50,50,50,1);
	color:#FFF;
	cursor:pointer;
	pointer-events:auto;
}

.StepSelected {
	background-color:rgba(50,50,50,1)!important;
	color:#FFF;
}

.StepNotSelected {
	display:none;
}

.SubFormBox {
	width:100%;
}

.ProductLists {
	/*display:flex;*/
	flex-wrap: wrap;
	width:100%;
}

.ProductListNotSelected{
	display:none;
}

.ProductList {
	text-align:left;
}

.Values {
	width:100%;
	margin: 1% 0 1% 0;
}

.ValuesActive {
	margin: 0; 
	width: 75%;
}

.ItemGallerySlot {
	width:17.5%;
	padding:3%;
    font-family:'Oswald', san-serif;
    font-weight:300;
    font-size: 20px;
	transition: all 0.1s ease-in;
	color:rgba(0,0,0,0.6);
	margin:1%;
	box-shadow: 0 0 3px 2px rgba(200,200,200,1);
	border-radius:3px;
	display:inline-block;
	background-color:rgba(250,250,250,1);
	pointer-events: auto;
}

.ItemGallerySlot:nth-child(4n+1) {
    margin-left : 0;
}
.ItemGallerySlot:nth-child(4n) {
    margin-right : 0;
}

.ItemGallerySlot:hover {
	background-color:rgba(255,255,255,1);
	color:rgba(0,0,0,1);
	box-shadow:0 0 3px 2px rgba(230,230,230,1);
}

.ItemGallerySlot:hover .ItemGalleryPhoto{
	filter: opacity(1);
}

.ItemGallerySlot:focus {
	border-radius:0;
	outline:none;
}

.ItemGallerySlotActive {
	width: 100%!important;
	margin: 0; 
	color: #FFF; 
	background-color: rgba(250,250,250,0); 
	box-shadow: 0px 3px 0px 0px rgba(40,40,40,1);
	padding:0.3%;
	border-radius:0;
	pointer-events: none;
}

.ItemGallerySlotActive .ItemName {
	margin-top:0;
	margin-bottom:0;
}

.ItemGalleryPhoto {
	max-width:200px;
	max-height:200px;
	display:inline-block;
	filter: opacity(0.8);
	transition: all 0.1s ease-in;
}

.ItemGalleryText {
	width:100%;
	display:inline-block;
	text-align:center;
}

.ItemOverview {
	font-size:17px;
	font-weight:300;
	transition: all 0.1s ease-in;
}

.ItemName {
	display:inline-block;
	font-weight:1000;
	margin-top:5%;
	margin-bottom:5%;
	font-size:18px;
}

.ItemLearnMore {
	border-radius:3px;
	padding:5% 0 5% 0;
	background-color:rgba(90,240,150,1);
	color:rgba(50,50,50,0.5);
	border: solid 1px rgba(50,50,50,0.2);
	transition: all 0.1s ease-in;
	font-weight:500;
	letter-spacing:2px;
	user-select:none;
}

.ItemLearnMore:hover {
	cursor:pointer;
	color:rgba(50,50,50,1);
	background-color:rgba(40,200,90,1);
	border: solid 1px rgba(50,50,50,1);
	letter-spacing:4px;
}

.Acts {
	margin-left:-5px;
	width:100%;
}
/* This is jake's 1st idea, before using category 1, 2 and 3
.SingleAct {
	
}

.DoubleAct {
}
*/
.reveal-if-active {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
}

input[type="radio"]:checked ~ .reveal-if-active,
input[type="checkbox"]:checked ~ .reveal-if-active {
  opacity: 1;
  max-height: 600px; /* little bit of a magic number :( */
  overflow: visible;
}

.reveal-if-active {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: 0.5s;
  /*
  input[type="radio"]:checked ~ &,
  input[type="checkbox"]:checked ~ & {
    opacity: 1;
    max-height: 100px;
    overflow: visible;
    padding: 10px 20px;
    transform: scale(1);
  }*/
}
/* END PRODUCT FORM */

.ProductCost {
	width:50%;
	background-color:rgba(200,0,0,1);
	height:50px;
	float:left;
	padding-top:5px;
	padding-bottom:5px;
	margin-top:-60px;
	transition: 0.5s ease-in-out;
	position:relative;
	z-index: 25;
}

.ProductPapers {
	width:100%;
	background-color:rgba(200,0,0,0.8);
	height:50px;
	float:left;
	margin-top:0px;
	transition:1s ease-in-out;
	position:relative;
	z-index:20;
	display:none;
}

.NoManual {
	width:100%;
	background-color:rgba(245,245,245,0.8);
	height:50px;
	float:left;
	margin-top:0px;
	transition:1s ease-in-out;
	position:relative;
	z-index:20;
	display:none;
	color:rgba(240,240,240,1);
}

.ProductSelected {
	width:80%;
	background-color:rgba(245,245,245,1);
	height:auto;
	max-width:1500px;
	margin:0 auto;
}

.products {
		padding:0;
		margin:0;
		list-style-type:none;
	}

.ProductSelectedText {
	display:none;
	width:100%;
	height:auto;
	margin:0 auto;
}

.ProductOpened {
	display:none;
}

.ProductBuy {
	width:50%;
	background-color:rgba(200,0,0,1);
	height:50px;
	float:right;
	padding-top: 10px;
	margin-top:-60px;
	z-index:45;	
	position:relative;
	transition: 0.5s ease-in-out;
}
.ProductBuyMove {
	margin-top:0;
}

.ProductName {
	padding: 2% 0 2% 0;
	width:100%;
}

.item_name {
	text-transform: uppercase;
	width:100%;
	color:#000;
	position: relative;
	text-align:left;
	font-size:50px;
	font-weight:1000;
}

.ProductImagePriceBox {
	display:block;
	width:100%;
	height:auto;
}

.product_image {
	display:inline-block;
	width:40%;
	margin: 0 5% 0 0;
	padding: 5%;
	vertical-align:middle;
	background-image: url("Images/NewProductBackground.jpg");
	background-repeat: no-repeat;
	background-size:100% 100%;
	box-shadow: 0 10px 10px rgba(230,230,230,1);
	border-radius: 20px;
	transition: 0.2s ease-in-out;
}

.product_image img {
	max-width:100%;
	transition: all 0.2s ease-in-out;
}

.product_image img:hover {
	transform:scale(1.1);
	cursor:crosshair;
}

.product_image:hover {
	box-shadow: 0 20px 20px rgba(180,180,180,1);
}

.product_papers {
	width:30%;
	margin:0 0 0 5%;
	display:inline-block;
	vertical-align:middle;
}

.PriceToLogin {
	width:100%;
	height:auto;
	padding:5% 0 5% 0;
	color:rgba(150,150,150,1);
	margin-bottom:5%;
	border-radius: 5px;
	background-color:rgba(255,255,255,1);
	font-size:20px;
	font-weight:500;
	display:block;
	transition:all 0.2s ease-in-out;
	box-shadow:0 5px 2px rgba(230,230,230,1);
	text-decoration:none;
}

.ProductSoldAt {
	width:100%;
	height:auto;
	padding:5% 0 5% 0;
	color:rgba(50,50,50,1);
	margin-bottom:2%;
	border-radius: 5px;
	background-color:rgba(255,255,255,1);
	font-size:20px;
}

.ProductSoldAt img {
	margin:1%;
	box-shadow:1px 1px 2px rgba(50,50,50,0.5);
	filter:grayscale(100%) opacity(0.7);
	transition: all 0.2s ease-in-out;
}

.ProductSoldAt img:hover {
	filter:grayscale(0) opacity(1);
	box-shadow:1px 1px 2px rgba(50,50,50,1);
	cursor:pointer;
}

.PriceToLogin:hover {
	cursor:pointer;
	background-color:rgba(50,50,50,1);
	color:#FFF;
	letter-spacing:2px;
}

.ProductManual {
	background-color:rgba(200,0,0,0.8);
	color:rgba(250,250,250,1);
}

.ProductManual:hover {
	background-color:rgba(200,0,0,1);
	color:rgba(255,255,255,1);
}


.PriceItem {
	display:inline-block;
	color:#FFF;
	font-size: 20px;
	text-align:center;
	width:40%;
	margin-left:9%;
	position: relative;
	vertical-align:middle;
}

.product_number {
	text-transform: uppercase;
	width:100%;
	color:#000;
	position: relative;
	text-align:left;
	font-size:20px;
	font-weight:1000;
}

.product_number span {
	font-weight:500;
}

.PriceStyle{
	font-size:60px;
	color:#000;
	text-align:left;
	font-weight: 1000;
}

.product_quantity {
	height:auto;
	background-color: rgba(240,240,240,1);
	text-align:left;
	color:rgba(80,80,80,1);
	border-radius:5px;
	border:1px solid rgba(210,210,210,1);
	padding:2% 5% 2% 5%;
}

.quantitystyle {
	font-size:17px;
	min-width:60px;
	height:auto;
	font-family:'Oswald', san-serif;
	text-align:center;
	background-color:rgba(240,240,240,1);
	border-radius:20px;
	color:rgba(80,80,80,1);
	font-weight:1000;
	padding:5px;
	border:1px solid rgba(210,210,210,1);
	outline: none;
}

.quantitystyle:hover {
	border:1px solid rgba(200,200,255,1);
	background-color:rgba(245,245,245,1);
}

.quantitystyle:active {
	border:1px solid rgba(0,0,255,1);
}

.quantitystyle:focus {
	background-color:rgba(255,255,255,1);
	border:1px solid rgba(200,200,255,1);
	color:rgba(0,0,0,1);
}

.add_to_cart{
	background-color:rgba(0, 125, 0, 1);
	border:1px solid rgba(0, 125, 0, 1);
	color:#FFF;
	font-family:'Oswald', san-serif;
	font-size:20px;
	font-weight:1000;
	padding:4%;
	margin-top:2%;
	width:100%;
	height:auto;
	text-align:center;
	cursor:pointer;
	border-radius:5px;
}

.add_to_cart:hover {
	background-color:rgba(0, 165, 0, 1);
	border:1px solid rgba(0, 165, 0, 1);
}

#buyButtonsDisabled {
	opacity:0.3;
	user-select:none;
	filter:grayscale(100%);
}

#buyButtonsDisabled .quantitystyle:active {
	border:1px solid rgba(210,210,210,1);
}

#buyButtonButtonsDisabled .add_to_cart {
	padding-left: 0;
	padding-right: 0;
	cursor:default;
}

#buyButtonsDisabled .add_to_cart:hover {
	background-color:rgba(0, 125, 0, 1);
	border:1px solid rgba(0, 125, 0, 1);
}

.LoggedInBuy {
	display:none;
}

.ProductText{
	width:100%;
	height:auto;
	padding-top:5%;
}

.ProductInfo {
	width:100%;
	min-height:200px;
	height:auto;
	display:inline-block;
}

.ProductInfo  ul{
	padding:0;
}

.ProductTextBox{
	width:100%;
	text-align:left;
	padding:2%;
	line-height:40px;
	font-weight:300;
	font-size:20px;
	background-color:rgba(255,255,255,1);
	box-sizing: border-box;
	border-top: 1px solid rgba(200,200,200,1);
	border-bottom: 1px solid rgba(200,200,200,1);
	border-left: 1px solid rgba(200,200,200,1);
	border-right: 1px solid rgba(200,200,200,1);
	border-radius:2px;
}

.ProductTextListTitle{
	width:auto;
	text-align:center;
	font-size: 25px;
	font-weight:500;
	padding:1% 2% 1% 2%;
	text-decoration:none;
	list-style-type: none;
	display:inline-block;
	cursor:pointer;
	color:rgba(100,100,100,1);
	margin-bottom:-1px;
	user-select:none;
	border-top: 1px solid rgba(200,200,200,0);
	border-left: 1px solid rgba(200,200,200,0);
	border-right: 1px solid rgba(200,200,200,0);
	letter-spacing:2px;
	border-radius:2px 2px 0 0;
}

.ProductTextListTitle:hover {
	background-color:rgba(255,255,255,1);
}

.box-one {
    display: none;
}
.box-two {
    display: none;
}
.box-three {
    display: none;
}

.box-active {
	display: block;
}

.options {
	display:none;
}

.box-click-active {
	border-bottom: 1px solid rgba(255,255,255,1);
	border-top: 1px solid rgba(200,200,200,1);
	border-left: 1px solid rgba(200,200,200,1);
	border-right: 1px solid rgba(200,200,200,1);
	color:rgba(0,0,0,1);
	text-shadow: 1px 0px 0px black;
	background-color:rgba(255,255,255,1);
	cursor:default;
}

/* OLD BELOW */

.ProductButton {
	background:    #f7bf29;
border-radius: 5px;
color:         #fff;
padding:       8px 20px;
font:          normal 700 18px/1 "Calibri", sans-serif;
text-align:    center;
text-shadow:   1px 1px 0 #000;
width:50%;
margin: 0 auto;
}
.item_name:after {
    content: '';
	position: absolute;
	width: 50%;
	left: 25%;
 }
 
.PriceItem:after {
    content: '';
	position: absolute;
	width: 50%;
	left: 25%;
 }
 
.ItemManual {
	color:#FFF;
	font-size: 20px;
	text-align:center;
	padding:10px;
	transition:all 0.5s ease-out;
	background-color:rgba(200,0,0,0.8);
}

.ItemManual:hover {
	background-color: rgba(0,0,0,1);
}

.NoItemManual {
	color:rgba(80,80,80,1);
	font-size: 20px;
	text-align:center;
	padding:10px;
	transition:all 0.5s ease-out;
	background-color:rgba(240,240,240,0.8);
	border: 1px solid rgba(230,230,230,1);
}

.ProductName Input {
	width:20px;
	text-align:left;
	font-family:'Oswald', san-serif;
}

.ProductName span {
	padding: 0px 5px 0px 5px;
}


.item_add {
  text-decoration: none;
  background-color: #EEEEEE;
  color: #333333;
  border-top: 1px solid #CCCCCC;
  border-right: 1px solid #333333;
  border-bottom: 1px solid #333333;
  border-left: 1px solid #CCCCCC;
  margin-left:5px;
  cursor:pointer;
}

.item_add:hover{
  background-color: #CCCCCC;
}

.item_add:active{
  background-color: #AAAAAA;
}

.ProductImage {
	padding:10px 10px 0px 10px;
	width:45%;
	height:auto;
	display:inline-block;
}

.ProductImages img{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    text-align: center;
	margin: 20px 0px 0px 0px;
	-webkit-transition: all 0.5s ease; /* Safari and Chrome */
  	-moz-transition: all 0.5s ease; /* Firefox */
  	-o-transition: all 0.5s ease; /* IE 9 */
  	-ms-transition: all 0.5s ease; /* Opera */
  	transition: all 0.5s ease;
}

.ProductImages img:hover{
    -webkit-transform:scale(1.25); /* Safari and Chrome */
    -moz-transform:scale(1.25); /* Firefox */
    -ms-transform:scale(1.25); /* IE 9 */
    -o-transform:scale(1.25); /* Opera */
     transform:scale(1.25);
}
figure img {
		zoom:1.3;
		overflow:hidden;
}

figure {
	max-height:250px;
}

.CatagoryBox {
    padding: 0;
    margin:0 auto;
    list-style: none;
    width:90%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    height: 75%;
    overflow-y: scroll;
}

.CatagoryBox a{
	text-decoration:none;
	background-color:rgba(240,240,240,1);
	border-radius:20px;
	width: 40%;
	margin:0.5%;
	height: 10em;
	text-align: center;
	transition: all 0.2s ease-in-out;
	overflow:hidden;
	box-shadow: 1px 1px 5px rgba(200,200,200,1);
	opacity:0.8;
}

.jacksBody {
	background-image: url("Images/Jacks.png");	
	background-repeat: no-repeat;
	background-size: contain;
}

.standsBody {
	background-image: url("Images/Stands.png");
	background-repeat: no-repeat;
	background-size: contain;
}

.enginesBody {
	background-image: url("Images/EngineEquipment.png");
	background-repeat: no-repeat;
	background-size: contain;
}

.shopsBody {
	background-image: url("Images/Shops.png");
	background-repeat: no-repeat;
	background-size: contain;
}

.mechanixsBody {
	background-image: url("Images/Mechanixs.png");
	background-repeat: no-repeat;
	background-size: contain;
}

.trucksBody {
	background-image: url("Images/Trucks.png");
	background-repeat: no-repeat;
	background-size: contain;
}

.tiresBody {
	background-image: url("Images/Tires.png");
	background-repeat: no-repeat;
	background-size: contain;
}

.creepersBody {
	background-image: url("Images/Creepers.png");
	background-repeat: no-repeat;
	background-size: contain;
}

.Catagories {
	color: rgba(50,50,50,1);
	font-weight: bold;
	transition: all 0.2s ease-in-out;
	margin:0 0 0 31%;
	height:100%;
	font-family:'Oswald', san-serif;
  
}

.CatagoryBox a:hover {
	background-color:rgba(250,250,250,1);
	cursor:pointer;
	opacity:1;
}

.Catagories h1 {
	text-align:center;
	color:rgba(80,80,80,1);
	text-shadow:1px 1px rgba(0,0,0,0);
	transition: all 0.2s ease-in-out;
}

.CatagoryBox a:hover h1 {
	color:rgba(0,0,0,0.8);
	text-shadow:1px 1px rgba(0,0,0,0);
	margin:2% 0 2% 0;
	padding: 0;
}

.CatagoryBox a:hover {
	transform: translateY(-4%);
}

.CatagoryBox a:hover .CatagoryRight {
	filter:grayscale(0%);
}

.CatagoryRight{
	display:inline-block;
	vertical-align:middle;
	width:39%;
	margin:0;
	padding:0;
	height:100%;
	transition: all 0.2s ease-in-out;
	filter:grayscale(100%);
}

.CatagoryRight img {
	width:100%;
	height:100%;
	transition: all 0.2s ease-in-out;
	border-radius: 0 0 200px 0;
}

.CatagoryText {
	opacity:0;
	width:100%;
	transition: all 0.1s ease-in-out;
	display:inline-block;
	height:auto;
	padding:0;
	margin:10% 0 0 0;
}
.CatagoryBox a:hover .CatagoryText{
	opacity:1;
	height:50%;
	margin:0 0 0 0;
}

.buttonNew {
	background-color:rgba(83, 194, 46, 1);
	color:#FFF;
	font-family:'Oswald', san-serif;
	font-size:17px;
	font-weight:1000;
	padding: 5px 60px 5px 60px;
	width:auto;
	height:auto;
	text-align:center;
	border:none;
	transition: 0.1s ease-in-out;
	cursor:pointer;
	box-shadow:0px 3px 0px rgba(71, 167, 39, 1);
	border-radius:5px;
	margin:2% 0 2% 0;
}

.buttonNew:hover {
	color:#000;
	background-color:rgba(83, 150, 46, 1);
}

/* IPAD */

@media all and (max-width: 1250px) {
	
	.Step1 img {
		width:40%;
	}

	figure img {
		zoom:0.9;
	}
	
	.ProductForm {
		position:static;
		width:80%;
		float:none;
	}
	
	.JacksStep{
		display: inline-block;
	}
	
	.Step1 {
		width:43.5%;
		margin:2%;
	}
	
	.Picked{
		width:72.3%;
		margin:0;
	}
	
	.ItemGallerySlot {
		width:43%;
	}
	
	.ItemGallerySlot:nth-child(2n+1) {
    margin-left : 0;
	}
	
	.ItemGallerySlot:nth-child(2n) {
		margin-right : 0;
	}
	
	.ProductBody {
	width:100%;
	text-align:center;
	padding: 10px 0px 100px 0px;
}
	
	.ProductSelectedText {
	display:none;
	padding: 0 5% 0 5%;
}

	.bannerBody {
		color:#000;
		padding-top:10vh;
	}
	.bannerBody h2 {
		font-size:64px;
	}

	.bannerimg2 {
		background-size:180%;
	}
	.ProductSelectedText {
		padding: 0;
	}
	
	.PriceToLogin {
		font-size:12px;
	}
	
	.CatagoryBox a{
		background-color:rgba(240,240,240,1);
	  width: 80%;
	  margin:0.5%;
	  height: 5em;
	  text-align: center;
		transition: all 0.2s ease-in-out;
		overflow:hidden;
		box-shadow: 1px 1px 5px rgba(200,200,200,1);
	}
	
	.CatagoryText {
		display:none;
	}
	
	.buttonNew {
		display:none;
	}
	
	.Catagories {
		color: rgba(50,50,50,1);
		font-weight: bold;
		transition: all 0.2s ease-in-out;
		margin:0 0 0 21%;
		height:100%;
		font-family:'Oswald', san-serif;
	  
	}
	
	.Catagories h1 {
		font-size:1.5em;
	}
	
	.CatagoryBox a:hover h1 {
		margin: 0.67em;
	}

}


/* IPHONE LANDSCAPE */
@media all and (max-width:736px) {
	.bannerBody {
		margin-top: 40px;
		padding-top: 5vh;
	}
	
	.ProductForm {
		position:static;
		width:100%;
		float:none;
		scale:0.5;
		border-radius:0;
	}
	
	.Picked{
		margin:0;
	}
	
	.Step1 {
		min-height:auto;
	}
	
	.ItemGallerySlot {
		width:100%;
	}
	
	.ItemGalleryPhoto {
		width:30%;
	}
	
	.ItemGalleryText {
		width:60%;
	}
	
	.ItemName {
		font-size: 16px;
		font-weight: 1000!important;
	}
	
	.ItemOverview {
		font-size: 14px;
	}
	
	.ItemGalleryText {
		margin: 0 0 0 0;
	}
	
	.ItemLearnMore {
		margin:2% 0 2% 0;
		padding: 1% 0 1% 0;
	}
	
	.ItemGallerySlot:nth-child(1n+1) {
    margin-left : 0;
	}
	
	.ItemGallerySlot:nth-child(1n) {
		margin-right : 0;
	}
	
	.ProductBody {
		width:100%;
		padding: 10px 0px 50px 0px;
	}
	
	.ProductTitle {
		font-size:40px;
	}
	
	.StepTitle {
		font-size:20px;
	}
	
	.item_name {
		font-size:25px;
		-webkit-text-size-adjust: 100%;
	}
	
	.product_number {
		font-size:15px;
		-webkit-text-size-adjust: 100%;
	}
	
	.PriceStyle{
		font-size:40px;
		-webkit-text-size-adjust: 100%;
	}

	.ProductTextBox {
		font-size:15px!important;
		-webkit-text-size-adjust: 100%;
		line-height:30px;
	}
	
	.ProductTextTitle {
		width:70%;
		text-align:center;
		font-size: 20px;
		font-weight:800;
		box-shadow: 0 21px 21px -21px gray;
	}
	
	.ProductTextListTitle {
		font-size:20px;
		-webkit-text-size-adjust: 100%;
	}

	.ProductImages img{
		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
		text-align: center;
		margin: 0px 0px 0px 0px;
		width:50%;
	}
	
	
	.product_image {
		width:40%;
	}
	
	
	.ProductSoldAt {
		font-size:12px;
	}
	
	.ProductInfo {
	width:100%;
	}
	
	.CatagoryBox {
		width:100%;
	}
	
	.CatagoryBox a{
		background-color:rgba(240,240,240,1);
	  width: 45%;
	  margin:1%;
	  height: 3em;
	  text-align: center;
		transition: all 0.2s ease-in-out;
		overflow:hidden;
		box-shadow: 1px 1px 5px rgba(200,200,200,1);
	}
	
	.Catagories h1 {
		font-size:1em!important;
	}
	
	.Arrow {
		display:none;
	}
	
	.Change {
		font-size: 15px;
	}
	
}

/* IPHONE PORTRAIT */
@media all and (max-width: 414px) {

	.bannerBody {
		color:#000;
		padding-top: 2vh;
	}
	
	.CatagoryLeft {
	width:100%;
	display:inline-block;
	vertical-align:middle;
	transition: all 0.2s ease-in-out;
	margin:0;
	height:100%;
}

	.MainTitleBig {
		font-size: 50px;
	}
	
	.MainTitleSmall {
		font-size: 15px;
		line-height: 25px;
	}
	
	.Picked{
		margin:0;
	}
	
	.StepTitle {
		font-size:15px;
	}
	
	.Step1 {
		width:100%;
		margin:0 auto;
		min-height:auto;
	}
	
	.ProductBody {
		width:100%;
		padding: 10px 0px 50px 0px;
	}
	
	.ProductTitle {
		font-size:40px;
	}
	
	.ProductLists {
		display:inline-block;
	}
	
	.ProductForm {
		border-radius:0;
	}
	
	.PriceItem {
		margin-left:0;
	}
	
	.ProductInfo {
	width:100%;
	}
	
	.ProductImage {
	padding:0px 10px 0px 10px;
	}
	
	.product_image {
		width:90%;
	}
	
	.ProductTextListTitle {
		font-size:14px;
		-webkit-text-size-adjust: 100%
	}


	.ProductImages img {
		width:70%;
	}
	.PriceItem {
	width:100%;
	}
	
	.product_papers {
		width:90%;
		margin: 5% 0 0 0;
	}
	
	.CatagoryBox a{
		background-color:rgba(240,240,240,1);
	  width: 90%;
	  margin:1%;
	  height: 3em;
	  text-align: center;
		transition: all 0.2s ease-in-out;
		overflow:hidden;
		box-shadow: 1px 1px 5px rgba(200,200,200,1);
	}
	
	.Catagories {
		margin: 0 0 0 21%;
	}
	
	.Catagories h1 {
		font-size:1em!important;
	}
	
	.ItemGallerySlot {
		width:90%;
	}
	
	.ItemGalleryPhoto {
		width:80%;
	}
	
	.ItemGalleryText {
		width:100%;
	}
}

/*BOTTOM BAR*/
#top-menu li {
	float:left;
	width:12.5%!important;
}