@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;
	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;
}

.TField {
	height:40px;
	display:inline-block;
	width:250px;
	background-color:#FFF;
	text-align:center;
	border-radius: 6px;
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    border: 2px solid #fff;
    box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.33);
    -moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.33);
    -webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.33);
	font-family: 'Oswald', san-serif;
	font-size:18px;
}

.TField:focus {
	outline: 0;
	background: #4783ff;
	color:#FFF;
}

.TField:focus::-webkit-input-placeholder {
   color: #FFF;
}

.TFieldRegister {
	height:40px;
	display:inline-block;
	width:250px;
	background-color:#AA1111;
	text-align:center;
	border-radius: 6px;
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    border: 2px solid #fff;
    box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.33);
    -moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.33);
    -webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.33);
	font-family: 'Oswald', san-serif;
	font-size:18px;
	color:#FFF;
}

.TFieldRegister::-webkit-input-placeholder {
   color: #FFF;
}

.TFieldRegister:focus {
	outline: 0;
	background: #AA6666;
	color:#FFF;
}

.TFieldRegister:focus::-webkit-input-placeholder {
   color: #FFF;
}

.TFieldRegisterConfirm {
	height:40px;
	display:inline-block;
	width:250px;
	background-color:rgba(240,24,24,1);
	text-align:center;
	border-radius: 6px;
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    border: 2px solid #fff;
    box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.33);
    -moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.33);
    -webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.33);
	font-family: 'Oswald', san-serif;
	font-size:18px;
	color:#FFF;
}

.TFieldRegisterConfirm::-webkit-input-placeholder {
   color: #FFF;
}

.TFieldRegisterConfirm:focus {
	outline: 0;
	background: #AA6666;
	color:#FFF;
}

.TFieldRegisterConfirm:focus::-webkit-input-placeholder {
   color: #FFF;
}

.TFieldButton {
	height:50px;
	display:inline-block;
	margin-top:10px;
	width:150px;
	background-color:#FFF;
	text-align:center;
	border-radius: 6px;
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    border: 2px solid #fff;
    box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.33);
    -moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.33);
    -webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.33);
	font-family: 'Oswald', san-serif;
	font-size:18px;
	-webkit-appearance: none;
}

.TFieldButton:hover {
	outline: 0;
	background: #4783ff;
	color:#FFF;
}

.LoginBox {
	display:inline-block;
	width:100%;
}

.LoginView {
	display:none;
}

.RegisterView {
	display:block;
}

.LogToReg {
	cursor:pointer;
	display:inline-block;
	margin-top:10px;
	width:100px;
	background-color:#FFF;
	text-align:center;
	border-radius: 6px;
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    border: 2px solid #fff;
    box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.33);
    -moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.33);
    -webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.33);
	font-family: 'Oswald', san-serif;
	font-size:12px;
	color:rgba(100,100,100,1);
	-webkit-appearance: none;
}

.LogToReg:hover {
	background-color:rgba(235,235,235,1);
	color:rgba(0,0,0,1);
}

.RegToLog:hover {
	background-color:rgba(235,235,235,1);
	color:rgba(0,0,0,1);
}

.RegToLog {
	cursor:pointer;
	display:inline-block;
	margin-top:10px;
	width:100px;
	background-color:#FFF;
	text-align:center;
	border-radius: 6px;
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    border: 2px solid #fff;
    box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.33);
    -moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.33);
    -webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.33);
	font-family: 'Oswald', san-serif;
	font-size:12px;
	color:rgba(100,100,100,1);
	-webkit-appearance: none;
}

.RecaptchaDiv {
	text-align:center;
	margin-top:10px;
}

.g-recaptcha {
	display:inline-block;
}

.NoAccountNav {
	display:block;
}

.AccountNav {
	display:none;
}

.bannerBody{
	background-image: url("Images/Quality.jpg");
	background-repeat:no-repeat;
	background-position:50% 80%;
	background-size:100%;
	z-index: 8;
	width:100%;
	position:static;
	top: 80px;
	animation-duration: 1.5s;
	animation-delay:1s;
	transition-timing-function: ease-in;
	animation-fill-mode: both;
}

.bannerBody--fadeinright {
	animation-name:fadeInRight;
}

.MainTitle {
	padding-top: 10%;
	padding-right:10%;
	width:auto;
	height:auto;
	text-align:left;
	padding-bottom:5%;
	padding-left: 10%;
	color:#FFF;
}

.MainTitleBig{
	font-family: 'Oswald', san-serif;
	font-size: 80px;
	font-weight: 800;
	margin: 0 auto;
	text-shadow: 1px 1px #000;
	width:auto;
}

.MainTitleUser{
	font-family: 'Oswald', san-serif;
	font-size: 60px;
	font-weight: 800;
	margin: 0 auto;
	text-shadow: 1px 1px #000;
	width:100%;
	line-height:20px;
}

.MainTitleSmall{
	margin: 0 auto;
	text-shadow: 0.5px 0.5px #000;
	width:100%;
	display:inline-block;
	padding:10px 0px 20px 0px;
}

.FirstJump {
	width:100%;
	height:auto;
	text-align:center;
}

.downarrow{
	height:auto;
	background-color:rgba(255,255,255,0.5);
	border: 2px solid #000;
	padding: 12px 20px 12px 20px;
	background:url(Images/down-arrow.png) no-repeat center center;
}

.SecondJump {
	width:100%;
	height:auto;
	text-align:center;
	margin-top:-1.5%;
}

.downarrow2{
	height:auto;
	background-color:rgba(255,255,255,0.5);
	border: 2px solid #000;
	padding: 8px 20px 8px 20px;
	background:url(Images/down-arrow.png) no-repeat center center;
}

.downarrowhover:hover {
	background-color:rgba(0,0,0,0.5);
}
.downarrowhover:focus {
	background-color:rgba(0,0,0,0.5);
}

.SectionBox {
	width:100%;
	height:auto;
	position:static;
	padding: 5% 0% 5% 0%;
	text-align:center;
	background-color: rgba(236,236,236, 1);
	box-shadow: 4px 4px 20px #000;
	overflow:hidden;
	color:#000;
	transition: all 2s ease-in-out;
}

.SectionBox h2 {
	position: absolute; 
   top: 200px; 
   left: 0; 
   width: 100%; 
}

.SectionLeft {
	display: block;
    float: left;
    width: -webkit-calc(38% - 5px);
    width: calc(38% - 5px);
    text-align:right;
}

.SectionLeftSub {
	width:100%;
	height:248.3px;
}

.SectionRight {
	display: block;
    float: right;
	width: -webkit-calc(62% - 5px);
	width: calc(62% - 5px);
    box-sizing: border-box;
}

.Sec1 {
	width: 289.25px;
	height:auto;
	transition: all 0.5s ease;
	float:left;
	color:white;
}

.Sec2 {
	width: 289.25px;
	height:auto;
	margin-left: 10px;
	transition: all 1s ease;
	float:left;
	color:white;
}

.Sec3 {
	width: 588.5px;
	height:auto;
	color:white;
	float:left;
	transition: all 1.5s ease;
	text-decoration:none;
	margin-top:-16px;
}

.Sec4 {
	transition: all 2s ease;
	color:white;
	width:296px;
	height:auto;
	float:right;
	text-align:right;
	position:relative;
}

.SectionLeftSub img {
	max-width: 100%;
	max-height:100%;
}

.SectionRightSub {
	text-align:left;
}

.SectionRightSub img {
	max-width: 588.5px;
}

.SectionLeft img {
	max-width:100%;
	max-height:100%;
}

.SectionHover img{
	font-family: 'Oswald', san-serif;
	font-size:30px;
	text-align:center;
	line-height: 30px;
	transition: all .2s ease-in-out;
	box-shadow:2px 2px 5px rgba(0,0,0,0.5);
}

.SectionHover img:hover {
	background-color:rgba(0,0,0,0);
	opacity:0.8;
}

  a.hovertext {
    position: relative;
    text-decoration: none !important;
    text-align:center;
  }
  a.hovertext:after {
    content: attr(title);
    position: absolute;
	top:20px;
	left:0;
    text-decoration: none !important;
	text-align:left;
	padding: 10px 0px 10px 10px;
    color: #fff;
	font-family:'Oswald', san-serif;
	font-size:25px;
	line-height:30px;
	width:150px;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
  }
  a.hovertext:hover:after, a.hovertext:focus:after {
    opacity: 1.0;
	height:auto;
	width:150px;
	float:left;
	background-color:rgba(0,0,0,0.8);
	box-shadow: 2px 2px 5px rgba(0,0,0,0.5);
  }

.SectionSelectionBox {
	width:100%;
	height:510px;
}

.SectionInfoBox {
	width:100%;
	padding-top:0px;
	padding-bottom:0px;
	height:0px;
	visibility:hidden;
	text-align:center;
	opacity:0;
	transition: all 2s ease-in-out;
	font-family:'Oswald', san-serif;
	color:#FFF;
	line-height: 30px;
}

.SectionInfoBoxActive {
	visibility:visible;
	height:auto;
	opacity:1;
	margin-top:100px;
	padding-top:20px;
	padding-bottom:50px;
}

.Sec4Info {
	width:30%;
	height:auto;
	margin: 0 auto;
	text-align:center;
	display:none;
	background-color:#AA1111;
	padding: 100px 50px 100px 50px;
	box-shadow:10px 10px 30px #000;
}

.Sec4InfoActive {
	display:block;
}

.Sec1Info {
	width:30%;
	height:auto;
	margin: 0 auto;
	text-align:center;
	display:none;
	background-color:#AA1111;
	padding: 100px 50px 100px 50px;
	box-shadow:10px 10px 30px #000;
}

.SectionInfoBox p {
	padding:0px 0px 20px 0px;
	font-size: 17px;
}

.SectionInfoBox a{
	border-radius:5px;
	background-color: rgba(255,255,255,0.2);
	border:1px solid rgba(255,255,255,0.3);
	font-family:'Oswald', san-serif;
	font-size:22px;
	color:#FFF;
	padding: 5px 40px 5px 40px;
	box-shadow: 1px 1px 2px #FFF;
	transition: all 0.1s ease-in-out;
}

.SectionInfoBox a:hover {
	background-color: rgba(255,255,255,1);
	border:1px solid rgba (0,0,0,0);
	box-shadow: 2px 2px 5px #000;
	color:#AA1111;
}

.Sec1InfoActive {
	display:block;
}

.Sec2Info {
	width:30%;
	height:auto;
	margin: 0 auto;
	text-align:center;
	display:none;
	background-color:#AA1111;
	padding: 100px 50px 100px 50px;
	box-shadow:10px 10px 30px #000;
}

.Sec2InfoActive {
	display:block;
}

.Sec3Info {
	width:30%;
	height:auto;
	margin: 0 auto;
	text-align:center;
	display:none;
	background-color:#AA1111;
	padding: 100px 50px 100px 50px;
	box-shadow:10px 10px 30px #000;
}

.Sec3InfoActive {
	display:block;
}
  
			/* ABOUT BODY */

.AboutProductBody {
	width:100%;
	height:auto;
	background-color:#FFF;
	box-shadow: 4px 4px 20px #000;
	padding: 5% 0% 5% 0%;
	font-family: 'Oswald', san-serif;
	text-align:center;
}

.AboutProductTitle{
	font-weight: 300;
	font-size: 50px;
	margin-bottom:0;
	width:100%;
	height:auto;
	transition: all 0.5s ease;
}

.AboutProductMiddle {
	width:100%;
	height:auto;
}

.AboutProductText {
	width:40%;
	display:inline-block;
	transition: all 0.5s ease;
	margin: 0 5% 0 10%;
	vertical-align: middle;
}

.AboutProductSub {
	font-size:30px;
	width:100%;
	opacity: 0.3;
	color:#000;
	text-align:left;
	text-shadow: -1px -1px 0px rgba(255,255,255,0.3), 1px 1px 0px rgba(0,0,0,0.8);
}

.AboutProductSub span {
	margin-left: 130px;
	transition: all 0.5s ease;
}

.AboutProductSubText {
	margin-top:2%;
	margin-bottom:2%;
	width:100%;
	text-align:center;
	transition: all 0.5s ease;
}

.AboutProductSubLink {
	width:100%;
}

.AboutProductSubLink a {
	text-decoration:none;
	border: 1px solid rgba(200,200,200,1);
	background-color:rgba(230,230,230,1);
	text-align:center;
	border-radius:5px;
	color:rgba(50,50,50,1);
	padding:0 2% 0 2%;
}

.AboutProductSubLink a:hover {
	background-color:rgba(220,220,220,1);
	border: 1px solid rgba(170,170,170,1);
	color:#000;
}
			
.AboutBody {
	width:100%;
	height: auto;
	background: rgba(240,240,240,1);
	box-shadow: 4px 4px 20px #000;
	margin:0 auto;
	font-family: 'Oswald', san-serif;
	display:block;
	transition: all 0.5s ease;
	padding-bottom:5%;
}

.AboutBody img {
	width:100%;
}

.AboutBodyTitle {
	width:100%;
	opacity: 1;
	color:#000;
	font-size:30px;
	font-weight:1000;
	text-align:center;
	border-bottom: 1px solid rgba(0,0,0,1);
	padding-bottom:1%;
}

.ControlMenu {
	width:30%;
	height:auto;
	z-index:1;
	display:inline-block;
	position:absolute;
	list-style-type:none;
	padding:5% 0 5% 0;
	overflow:hidden;
}

a {
	text-decoration:none;
}

.ControlMenuList {
	list-style-type: none;
	padding: 0;
}

.ControlMenuOptions {
	width:auto;
	padding:5% 2% 5% 2%;
	margin-bottom:5%;
	border-left:1px solid rgba(70,70,70,1);
	border-top:1px solid rgba(70,70,70,1);
	border-bottom:1px solid rgba(70,70,70,1);
	background-color:rgba(50,50,50,1);
	text-align:center;
	text-decoration: none;
	color:rgba(200,200,200,1);
	font-size:20px;
	font-weight:300;
	letter-spacing:2px;
	transition: 0.1s all ease-in-out;
	user-select: none;
}

.ControlMenuOptions:hover {
	width:auto;
	color:rgba(255,255,255,1);
	border-left:80px solid rgba(70,70,70,1);
	border-top:1px solid rgba(70,70,70,1);
	border-bottom:1px solid rgba(70,70,70,1);
	cursor:pointer;
	font-weight:500;
}

.ControlMenuOptionsActive.ControlMenuOptions:hover {
	width:auto;
	color:rgba(204,0,0,1);
	border-left:80px solid rgba(230,0,0,0.5);
	border-top:1px solid rgba(230,0,0,0.5);
	border-bottom:1px solid rgba(230,0,0,0.5);
	background-color:rgba(240,240,240,1);
	cursor:pointer;
	font-weight:500;
}

.ControlMenuOptionsActive  {
	width:auto;
	color:rgba(204,0,0,1);
	border-left:80px solid rgba(230,0,0,0.5);
	border-top:1px solid rgba(230,0,0,0.5);
	border-bottom:1px solid rgba(230,0,0,0.5);
	background-color:rgba(240,240,240,1);
	cursor:pointer;
	font-weight:500;
}

.ControlMenuOptions:active  {
	color:rgba(204,0,0,1);
	border-left:80px solid rgba(230,0,0,0.5);
	border-top:1px solid rgba(230,0,0,0.5);
	border-bottom:1px solid rgba(230,0,0,0.5);
	background-color:rgba(240,240,240,1);
	cursor:pointer;
}

.ControlResult {
	width:70%;
	height:auto;
	padding-left: 30%;
	display:inline-block;
	overflow:hidden;
}

.SelectedOption {
	display:block;
	width:auto;
	height:auto;
	text-align:center;
}

.SelectedExtendedWarrantyForm {
	display:none;
	text-align:left;
	width:80%;
}

.SelectedPromotionsDetails {
	height:auto;
	background-color:rgba(255,255,255,1);
	margin-top:20%;
	padding: 2% 10% 10% 10%;
	border-radius:5px;
	transition: all 0.1s ease-in;
	border:1px solid rgba(100,100,100,0.1);
}

.TitleBundle {
	padding-top:5%;
	background-color:rgba(240,240,240,1);
	width:62%;
	z-index:2;
	text-align:left;
	position:absolute;
	overflow:hidden;
}

.OptionTitle {
	font-size:30px;
	color:#000;
}

.OptionTitleSub {
	font-size:18px;
	color:rgba(0,0,0,0.6);
	margin-bottom:1%;
}

.OptionSubTitle {
	font-size:30px;
	color:#000;
	margin-bottom:1%;
	margin-top:5%;
	border-bottom: 1px solid #000;
}

.SelectedEbayStoreSale {
	display:none;
	width:80%;
	height:auto;
	text-align:left;
}

.OrderHistory {
	margin-top: 25%;
}

.OrderHistoryBox {
	border: 1px solid #000;
	background-color:rgba(255,255,255,1);
	padding: 0 2% 0% 2%;
	border-radius:5px;
	border:1px solid rgba(100,100,100,0.1);
	width: 100%;
	max-height:35px;
	overflow:hidden;
	margin-bottom:2%;
	text-align:left;
	display:inline-block;
	position: relative;
	opacity:0.6;
	transition: opacity 0.1s, max-height 0.4s ease-in;
}

.OrderHistoryBox:hover {
	background-color:rgba(255,255,255,1);
	border:1px solid rgba(100,100,100,0.2);
	cursor:pointer;
	opacity:1;
}

.OrderHistoryBoxNotAnimate {
	opacity:0.4;
}

.OrderHistoryBoxAnimate {
	max-height:300px;
	opacity:1;
}

.TransactionId {
	width:70%;
	text-align: left;
	height:auto;
	font-size:25px;
	font-weight:500;
	font-family: 'Oswald', san-serif;
	letter-spacing: 3px;
}

.TransactionItems {
	width:80%;
	padding:10px;
	display:block;
}

table {
	text-align:left;
	width:100%;
}

.ItemFont {
	font-weight:300;
	font-family: 'Oswald', san-serif;
}

.TotalPaid {
	font-weight: 1000;
	font-family: 'Oswald', san-serif;
}

.OrderTime {
	width:auto;
	top:0;
	right:0;
	padding: 5px;
	background-color:rgba(240,0,0,0.1);
	border:1px solid rgba(240,0,0,0.2);
	position: absolute;
	border-radius:0 5px 0 5px;
}

#Update {
	background-color:rgba(255,70,15,1);
	color:#FFF;
	opacity:0.7;
}

#Update:hover {
	opacity:1;
	cursor:pointer;
}

#Update:focus {
	background-color:rgba(150,70,15,1);
}

.SelectedOptionView { 
	display:inline-block;
}

.SelectionSpaceAuto {
	display:block;
	height:auto;
}

.MenuActive {
    border-top: 6px solid #AA1111;
    color: #333;
}

/**
* Make the field a flex-container, reverse the order so label is on top.
*/
 
.field {
  display: flex;
  flex-flow: column-reverse;
  margin-bottom: 2%;
}
/**
* Add a transition to the label and input.
* I'm not even sure that touch-action: manipulation works on
* inputs, but hey, it's new and cool and could remove the 
* pesky delay.
*/
label, .AccountDetailInputs {
  transition: all 0.2s;
  touch-action: manipulation;
}

.AccountDetailInputs {
  font-size: 1.5em;
  border: 0;
  border-bottom: 1px solid rgba(0,0,0,0.4);
  font-family: inherit;
  -webkit-appearance: none;
  border-radius: 0;
  padding: 1%;
  cursor: text;
  opacity:0.5;
  background: url(Images/Omega/Emblem.png) no-repeat;
  background-color: rgba(240,240,240,0.5);
  background-position: right center;
}

.AccountDetailInputs:hover {
  outline: 0;
  border-bottom: 1px solid rgba(0,0,0,0.8);
  background-color: rgba(180,180,180,0.2);
  opacity:0.6;
}

.AccountDetailInputs:hover + label {
  color:rgba(0,0,0,0.5);
}

.AccountDetailInputs:focus {
  outline: 0;
  border-bottom: 1px solid rgba(0,0,0,1);
  background-color: rgba(180,180,180,0.2);
  opacity:1;
}

.NoImage {
	background:none;
	background-color: rgba(240,240,240,0.5);
}

label {
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color:rgba(0,0,0,0.2);
}

.labelhollow {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	transform-origin: left bottom;
	transform: translate(0, 1.5rem) scale(1);
	color:rgba(0,0,0,0.6);
}

/**
* Translate down and scale the label up to cover the placeholder,
* when following an input (with placeholder-shown support).
* Also make sure the label is only on one row, at max 2/3rds of the
* field—to make sure it scales properly and doesn't wrap.
*/
.AccountDetailInputs:placeholder-shown + label {
  cursor: text;
  max-width: 66.66%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transform-origin: left bottom;
  transform: translate(0.5rem, 2.6rem) scale(1.5);
}
/**
* By default, the placeholder should be transparent. Also, it should 
* inherit the transition.
*/
::-webkit-input-placeholder {
  opacity: 0;
  transition: inherit;
  color:rgba(0,0,0,0.2);
}

.TField::-webkit-input-placeholder {
  opacity: 1;
  transition: inherit;
  color:rgba(0,0,0,0.2);
}

.TFieldRegister::-webkit-input-placeholder {
  opacity: 1;
  transition: inherit;
}

.TFieldRegisterConfirm::-webkit-input-placeholder {
  opacity: 1;
  transition: inherit;
}

.LogInField::-webkit-input-placeholder {
  opacity: 1;
  transition: inherit;
}
/**
* Show the placeholder when the input is focused.
*/
.AccountDetailInputs:focus::-webkit-input-placeholder {
  opacity: 1;
}
/**
* When the element is focused, remove the label transform.
* Also, do this when the placeholder is _not_ shown, i.e. when 
* there's something in the input at all.
*/
.AccountDetailInputs:not(:placeholder-shown),
.AccountDetailInputs:focus + label {
  transform: translate(0, 0) scale(1);
  cursor: pointer;
  color:rgba(0,0,0,1);
}

.WhoIsBva {
	display:block;
}

.ProductsPage {
	display:none;
}

/* IPAD */

@media all and (max-width: 1024px) {
	
	.SelectedPromotionsDetails {
		margin-top: 30%; 
	}
	
	.MainTitleBig {
		font-size:40px;
	}
	
	.AboutBodyTitle {
		font-size: 15px;
	}
	
	.ControlMenuOptions {
		font-size: 12px;
	}

	.ControlMenuOptions:hover {
		width:auto;
		color:rgba(255,255,255,1);
		border-left:30px solid rgba(70,70,70,1);
		border-top:1px solid rgba(70,70,70,1);
		border-bottom:1px solid rgba(70,70,70,1);
		cursor:pointer;
		font-weight:500;
	}

	.ControlMenuOptionsActive.ControlMenuOptions:hover {
		width:auto;
		color:rgba(204,0,0,1);
		border-left:30px solid rgba(230,0,0,0.5);
		border-top:1px solid rgba(230,0,0,0.5);
		border-bottom:1px solid rgba(230,0,0,0.5);
		background-color:rgba(240,240,240,1);
		cursor:pointer;
		font-weight:500;
	}

	.ControlMenuOptionsActive  {
		width:auto;
		color:rgba(204,0,0,1);
		border-left:30px solid rgba(230,0,0,0.5);
		border-top:1px solid rgba(230,0,0,0.5);
		border-bottom:1px solid rgba(230,0,0,0.5);
		background-color:rgba(240,240,240,1);
		cursor:pointer;
		font-weight:500;
	}

	.ControlMenuOptions:active  {
		color:rgba(204,0,0,1);
		border-left:30px solid rgba(230,0,0,0.5);
		border-top:1px solid rgba(230,0,0,0.5);
		border-bottom:1px solid rgba(230,0,0,0.5);
		background-color:rgba(240,240,240,1);
		cursor:pointer;
	}

	.bannerBody {
		color:#000;
	}
	.bannerBody h2 {
		font-size:64px;
	}
	.bannerBody h3 {
		font-size:30px;
	}
	.bannerimg2 {
		background-size:180%;
	}
	
	.SectionLeft {
	display: block;
    float: left;
    width: -webkit-calc(38% - 5px);
    width: calc(38% - 5px);
    text-align:right;
}

.SectionLeftSub {
	width:100%;
	height:169.25px;
}

.SectionRight {
	display: block;
    float: right;
	width: -webkit-calc(62% - 5px);
	width: calc(62% - 5px);
    box-sizing: border-box;
}

.Sec1 {
	width: 209.25px;
	height:auto;
	transition: all 0.5s ease;
	float:left;
	color:white;
}

.Sec2 {
	width: 209.25px;
	height:auto;
	margin-left: 10px;
	transition: all 1s ease;
	float:left;
	color:white;
}

.Sec3 {
	width: 428.5px;
	height:auto;
	color:white;
	float:left;
	transition: all 1.5s ease;
	text-decoration:none;
	margin-top:-4px;
}

.Sec4 {
	transition: all 2s ease;
	color:white;
	width:216px;
	height:auto;
	float:right;
	text-align:right;
	position:relative;
}

.SectionLeftSub img {
	max-width: 100%;
	max-height:100%;
}

.SectionRightSub {
	text-align:left;
}

.SectionRightSub img {
	max-width: 428.5px;
}

.SectionLeft img {
	max-width:100%;
	max-height:100%;
}

.SectionHover img{
	font-family: 'Oswald', san-serif;
	font-size:30px;
	text-align:center;
	line-height: 30px;
	transition: all .2s ease-in-out;
	box-shadow:2px 2px 5px rgba(0,0,0,0.5);
}

.SectionHover img:hover {
	background-color:rgba(0,0,0,0);
	opacity:0.8;
}

  a.hovertext {
    position: relative;
    text-decoration: none !important;
    text-align:center;
  }
  a.hovertext:after {
    content: attr(title);
    position: absolute;
	top:20px;
	left:0;
    text-decoration: none !important;
	text-align:left;
	padding: 10px 0px 10px 10px;
    color: #fff;
	font-family:'Oswald', san-serif;
	font-size:25px;
	line-height:30px;
	width:150px;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
  }
  a.hovertext:hover:after, a.hovertext:focus:after {
    opacity: 1.0;
	height:auto;
	width:150px;
	float:left;
	background-color:rgba(0,0,0,0.8);
	box-shadow: 2px 2px 5px rgba(0,0,0,0.5);
  }
  
  .Sec1Info {
	width:60%;
}
.Sec2Info {
	width:60%;
}
.Sec3Info {
	width:60%;
}
.Sec4Info {
	width:60%;
}

  .SectionInfoBoxActive {
	margin-top:-50px;
}
  
	.AboutProductTitle {
		font-size: 30px;
		margin-left:-18px;
	}
	
	.AboutProductText {
		
	}
	
	.AboutProductSub {
		font-size:20px;
	}
	
	.AboutProductSubText {
		font-size:15px;
	}
	
	.AboutProductSub span {
	margin-left: 80px;
	transition: all 0.5s ease;
	}
	
	.AboutProductImage img {
		width:75%;
	}
	
	.AboutBody {
		height: auto;
	}
	
	.AboutBodyText{
		text-align:center;
	}
}

/* IPHONE LANDSCAPE */
@media all and (max-width:736px) {
	
	.SelectedPromotionsDetails {
		margin-top: 40%; 
	}
	
	.bannerBody {
		color:#000;
	}
	
	.bannerimg {
		background-size:180%;
	}
	
	.bannerimg2 {
		background-size:130%;
	}
	
	.SectionSelectionBox {
		width:100%;
		height:910px;
	}
	.SectionLeft {
		display: block;
		width: -webkit-calc(100% - 5px);
		width: calc(100% - 5px);
		text-align:right;
	}

	.SectionLeftSub {
		width:100%;
		height:169.25px;
	}

	.SectionRight {
		display: block;
		width: -webkit-calc(100% - 5px);
		width: calc(100% - 5px);
		box-sizing: border-box;
	}

	.Sec1 {
		width: 169.25px;
		height:auto;
		transition: all 0.5s ease;
		color:white;
	}

	.Sec2 {
		width: 169.25px;
		height:auto;
		transition: all 1s ease;
		color:white;
	}

	.Sec3 {
		width: 338.5px;
		height:auto;
		color:white;
		transition: all 1.5s ease;
		text-decoration:none;
		margin-top:15px;
	}

	.Sec4 {
		transition: all 2s ease;
		color:white;
		width:176px;
		height:auto;
		position:relative;
	}

	.SectionLeftSub img {
		max-width: 100%;
		max-height:100%;
	}

	.SectionRightSub {
		text-align:left;
	}

	.SectionRightSub img {
		max-width: 338.5px;
	}

	.SectionLeft img {
		max-width:100%;
		max-height:100%;
	}

	.SectionHover img{
		font-family: 'Oswald', san-serif;
		font-size:30px;
		text-align:center;
		line-height: 30px;
		transition: all .2s ease-in-out;
		box-shadow:2px 2px 5px rgba(0,0,0,0.5);
	}

	.SectionHover img:hover {
		background-color:rgba(0,0,0,0);
		opacity:0.8;
	}

	a.hovertext {
		position: relative;
		text-decoration: none !important;
		text-align:center;
	}
	
	a.hovertext:after {
		content: attr(title);
		position: absolute;
		top:20px;
		left:0;
		text-decoration: none !important;
		text-align:left;
		padding: 10px 0px 10px 10px;
		color: #fff;
		font-family:'Oswald', san-serif;
		font-size:25px;
		line-height:30px;
		width:150px;
		-webkit-transition: 0.2s ease-in-out;
		-moz-transition: 0.2s ease-in-out;
		-o-transition: 0.2s ease-in-out;
		-ms-transition: 0.2s ease-in-out;
		transition: 0.2s ease-in-out;
	}
	
	a.hovertext:hover:after, a.hovertext:focus:after {
		opacity: 1.0;
		height:auto;
		width:150px;
		float:left;
		background-color:rgba(0,0,0,0.8);
		box-shadow: 2px 2px 5px rgba(0,0,0,0.5);
	}
	  
	.SectionInfoBoxActive {
		margin-top:-50px;
	}

	.Sec1Info {
		width:60%;
	}
	.Sec2Info {
		width:60%;
	}
	.Sec3Info {
		width:60%;
	}
	.Sec4Info {
		width:60%;
	}
		
	.AboutProductMiddle {
		height:auto;
	}
	
	.AboutProductTitle {
		font-size: 30px;
	}
	
	.AboutProductText {
		width:60%;
		margin: 0 5% 0 5%;
	}
	
	.AboutProductSub {
		font-size:20px;
		text-align:center;
	}
	
	.AboutProductSubText {
		font-size:12px;
	}
	
	.AboutProductSub span {
		margin-left: 65px;
		transition: all 0.5s ease;
	}
	
	.AboutProductSubLink {
		margin: 5% 0 5% 0;
	}

	.AboutProductImage {
		text-align:center;
		width:40%;
		transition: all 0.5s ease;
	}
	
	.AboutProductImage img {
		width:75%;
	}
	
	.AboutBody {
		height: auto;
	}
	
	.AboutBodyText{
		text-align:center;
	}
	
	.AccountOption {
		padding: 0;
	}
	
	.AccountMenu {
		display:block;
		margin: 0 auto;
		width:50%;
	}
	
	.SecondJump {
		margin:5% 0 5% 0;
	}
}

/* IPHONE PORTRAIT */
@media all and (max-width: 414px) {
	.AboutBody {
		background:none;
		background-color: rgba(240,240,240,1);
	}

	.ControlMenu {
		width:100%;
		position:static;
		background-color: rgba(250,250,250,1);
	}
	
	.ControlResult {
		padding-left:0;
		width:100%;
	}
	
	.SelectedExtendedWarrantyForm {
		display:none;
		text-align:left;
		width:90%;
	}

	.SelectedEbayStoreSale {
		display:none;
		width:90%;
		height:auto;
		text-align:left;
	}
	
	.SelectedOptionView { 
		display:inline-block;
	}
	
	.AboutBodyTitle {
		font-size: 30px;
	}
	
	.MainTitleBig {
		font-size: 30px;
	}
	
	.TitleBundle {
		width:90%;
		margin: 2% 0 2% 0;
		position:static;
	}
	
	.bannerBody {
		color:#000;
		padding-bottom: 5%;
	}
	
	.bannerimg {
		background-size:250%;
	}
	.bannerimg2 {
		background-size:230%;
	}
	.AccountMenu {
		width:70%;
	}
}