
.buynow {display:inline-block; padding: 0.5em; background-color: #76b900; color: #ffffff;}
.green {color:#26cc00;}
.white {color: white;}

main section {border-bottom: 3px #26cc00 solid;}
.section-header-text {padding: 2rem 0;}
.section-header-text h1 {line-height: 2.6rem;}
.section-header-text p {font-size: 1.35rem; text-align: center;}
.black-box {background-color: #000000ab; padding: 2rem;}
main .product-images .new-buy-status {float: right; font-size: 2rem; text-transform: uppercase; background-color: green; padding: 0.1em 1em; font-weight: 700;}

.products-bg .mcontainer {background: url("/images/common/85_black_trans.png"); max-width: 1600px; padding: 20px 0;}
.products-bg h4 {font-size: 16px;}

.mcontainer .prod-column {position: initial;}
.prod-accord-header {border: 1px solid #555; color: #777; cursor: pointer; margin-top: 3px; padding: 5px;}
.itemSKU {float: right; margin: 0 5px;}
.arrow-left {width: 0; height: 0; border-top: 6px solid transparent; border-bottom: 6px solid transparent; border-right: 9px solid #555; float: right;}
.prod-accord-header.active {border-color: #fff; color: #fff; font-weight: bold;}
.prod-accord-header.active .arrow-left {border-top: 9px solid #fff; border-left: 6px solid transparent; border-right: 6px solid transparent; margin-top: 3px;}
.prod-specs {position: absolute; top: 0; right: 0; padding-left: 15px; padding-right: 15px; width: 50%;}
.prod-accord-content {display: none; overflow: hidden;}
.gold-dust {background: no-repeat right/60% url(golddust.jpg);}
.header-logo { margin: 10px 0;}
.header { background: #2c3951; width: 100%;  display: block; margin: 0; height: auto;  position: relative;top: 0px;}

main .nav-bg { background: rgb(34, 111, 11); border-bottom: 1px solid #555; position: relative; z-index: 999;}
main .nav {display: flex; justify-content: center; list-style: none; margin: 0 auto; max-width: 1200px; text-transform: uppercase;}
main .nav li {cursor: pointer; margin: 0; padding: 0.5em 1em;}
main .nav li.nav-active {color: #aea57a; font-weight: 700;}
main .nav li:hover, .nav a:hover {background-color: #333; color: #aea57a;}
main .is-sticky .nav-bg {width: 100%;}


main .section-specs .row [class^="col"] {margin: 0;}
.products-bg h2 {color: #fff; font-size: 1.4em; text-transform: none; margin-bottom: 0.5em; }
.products-bg h2.prod-second { margin-top: 0.5em; }
.products-bg .product-buttons {margin: 0.5em 0;}
.prod-column-specs { padding-left: 1em; }
.prod-accord-header {border: 1px solid #333; color: #777; cursor: pointer; margin-top: 3px; padding: 5px; font-size: 0.85em; }
.itemSKU {float: right; margin: 0 5px;}
.arrow-left {width: 0; height: 0; border-top: 6px solid transparent; border-bottom: 6px solid transparent; border-right: 9px solid #555; float: right;}
.prod-accord-header.active {border-color: #fff; color: #fff; font-weight: 500;}
.prod-accord-header.active .arrow-left {border-top: 9px solid #fff; border-left: 6px solid transparent; border-right: 6px solid transparent; margin-top: 3px;}
.prod-specs {position: absolute; top: 0; right: 0; padding-left: 15px; padding-right: 15px; width: 50%;}
.prod-accord-content {display: none; overflow: hidden;}
.section-buy { background-color: #1d1d1d; padding-bottom: 2rem;}

.products-bg .product-images {list-style: none; margin: 5px 0; overflow: hidden;}
.product-images li {float: left; margin: 3px 5px 3px 0;}
.product-images img {max-width: 50px;}
.product-buttons {list-style: none; margin: 15px 0 0;}
.product-buttons a {color: #fff; display: block; padding: 4px 8px; text-decoration: none; border: 1px solid #666666; font-size: 0.75em; text-transform: uppercase;}
.product-buttons a:hover {color: #999;}
.product-buttons li {-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; display: inline-block; font-size: 1em; margin: 0 1% 10px 0; width: 30%; padding: 0; background: url(/images/common/75_black_trans.png);}
.product-buttons .statusComingSoon {display: block; padding: 4px 8px; border: 1px solid #666666; font-size: 0.75em; text-transform: uppercase;}
.product-group-specs {display: none;}
.product-group-specs h3 {font-size: 1em; font-style: italic;}
.specs-column {float: left; width: 50%;}
.specs-column ul {list-style: none; margin: 5px 10px;}
.specs-column ul li {text-indent: -4px; font-size: 0.9em;}
.specs-column ul li:before {content: "-"; position: relative; left: -5px;}
.specs-memoryheader {margin-top: 50px;}
.ko-text {max-width: 640px; float: right;}
.section-led {position: relative;}
.img-led-glow {position: absolute; top: 0;}
main .section-buy ul {list-style: none;}

.myButton {
	background-color:#751279;
	border:2px solid #ffffff;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-size:28px;
	font-weight:bold;
	padding:15px 41px;
	text-decoration:none;
	text-shadow:0px 1px 0px #512866;
}
.myButton:hover {
	background-color:#a42abd;
}
.myButton:active {
	position:relative;
	top:1px;
}

.buynow-button {
	background-color:#44c767;
	border:2px solid #18ab29;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-size:28px;
	font-weight:bold;
	padding:0px 14px;
	text-decoration:none;
	text-shadow:0px 1px 0px #2f6627;
}
.buynow-button:hover {
	background-color:#5cbf2a;
}
.buynow-button:active {
	position:relative;
	top:1px;
}


main .hue-animation {
    animation: color-hue 3s 0.2s linear infinite;
}
@keyframes color-hue {
   from {
   -webkit-filter: hue-rotate(0deg);
   filter: hue-rotate(0deg);
  }
   to {
   -webkit-filter: hue-rotate(359deg);
   filter: hue-rotate(359deg);
  }
}

@media (min-width: 801px) {
  .flex-center {display: flex; align-items: center;}
  .mobile {display: block;}
  main .section-buy ul {height: 60px; margin-left: 120px;}
  main .section-turing {background: center / cover no-repeat url("turing_bg_680.jpg"); min-height: 680px;}
  main .section-performance {background: center / cover no-repeat url("GFE_bg_575.jpg"); min-height: 575px;}
  main .section-ansel {background: center / cover no-repeat url("ansel_bg_550.jpg"); min-height: 550px;}
  main .section-form {background: center / cover no-repeat url("formfactor_bg_675.jpg"); min-height: 675px;}
  main .section-plate {background: center / cover no-repeat url("metalbackplate_bg_550.jpg"); min-height: 550px;}
  main .section-px1 {background: center / cover no-repeat url("precision_bg_595.jpg"); min-height: 595px;}
  main .section-where { min-height: 500px;}
  main .plate { line-height: 1.5rem; margin: 14rem 0 0rem 4rem;}
  
}

@media (max-width: 800px) {
  .mobile {display: none;}
  main .section-buy ul {height: 120px;}
  main .sticky-wrapper {display: block;}
}
