/* Minification failed. Returning unminified contents.
(26,2): run-time error CSS1031: Expected selector, found '/'
(26,2): run-time error CSS1025: Expected comma or open brace, found '/'
 */
/* BEGIN product header styles*/

.apps header {
  text-align: left;
}

/* Keyframes for marquee animation */
@keyframes marquee {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}

/* Apply marquee animation to card text */
/* .industry-card {
	animation: marquee 10s linear infinite;
  }
  
  /* Stop marquee animation on hover */
/* .industry-card:hover .industry-card {
	animation-play-state: paused;
  } */
*/ .apps .prod-category-header {
  width: 100%;
  height: 90vh;
  max-height: 650px;
  position: relative;
  overflow: hidden;
  text-align: left;
}
.magtek-header {
  font-size: 5rem;
  font-weight: 900;
  text-align: center;
  letter-spacing: 1px;
}
.headline {
  left: 130px;
}
.clipped {
  clip-path: polygon(50% 0, 100% 0, 100% 100%, 0% 100%);
}
.product-info {
  margin-top: 20px;
  padding: 20px;
  background-color: #ffffff;
  border-radius: 15px;
}

.product-title {
  font-size: 44px;
  font-weight: bold;
  color: #d11242;
}

.product-description {
  font-size: 18px;
  margin-bottom: 10px;
}

.product-details {
  font-size: 16px;
}
strong {
  color: #d11242;
}

.sub-title {
  color: #263c50;
  font-size: 20px;
}
.hero-section {
  padding-top: 180px;
  padding-bottom: 0px;
}
.hero-text h1 {
  font-size: 7.5rem; /*  the font size of the h1 */
  font-weight: 900;
}
.hero-text p {
  font-size: 2.6rem; /*  the font size of the paragraphs */
}
.hero-text strong {
  font-weight: bold; /* Make the strong text bold */
}
.hero-svg img {
  max-width: 100%; /* Make the SVG responsive */
  height: auto; /* Ensure SVG maintains aspect ratio */
}
.hero-btn {
  z-index: 2;
  background-color: #d21242 !important;
  font-size: 2.2rem !important;
  border-radius: 15px !important;
  transition: all 0.3s;
  color: white !important;
  border: 2px solid #d21242 !important;
}
.hero-btn:hover {
  background-color: #ffffff !important;
  color: black !important;
}
html {
  scroll-behavior: smooth;
}
.milestone-banner {
  background-color: #d21242;
  padding: 40px 0;
  text-align: center;
  margin: 2% 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.milestone-item {
  margin-bottom: 30px;
  margin: 0 50px;
}

.count {
  font-size: 36px;
  font-weight: 900;
  color: #fff;
  padding-bottom: 20px;
}

.label {
  font-size: 14px;
  font-weight: 500;
  color: #ffd8d8;
  padding-top: 2%;
}

.milestone-container .row {
  margin-right: unset !important;
  margin-left: unset !important;
}

/* Media Queries */

@media only screen and (max-width: 810px) {
  .milestone-item {
    display: block;
    margin-right: auto;
    margin-left: auto;
    width: 80%;
    margin: 40px 0;
  }

  .count {
    font-size: 34px;
  }

  .label {
    font-size: 22px;
  }
  .slanted-box {
    position: absolute;
    bottom: 122px;
    left: 0;
    width: 100%;
    height: 594px;
    background-color: rgba(0, 0, 0, 0.3);
    transform-origin: bottom left;
    transform: skewY(-9deg);
    z-index: 1;
  }
}

.qwantum-waves-bg {
  background-image: url("../content/images/wave.svg");
  background-size: cover; /*  */
  background-repeat: no-repeat; /*  */
  background-position: center center; /*  */
}
.qwantum-industry-cards-container-fluid {
  background-image: url("../content/images/wave2.svg");
  background-size: cover; /*  */
  background-repeat: no-repeat; /*  */
  background-position: center center; /*  */
}

.qwantum-industry-cards-container-fluid {
  padding-top: 50px;
  margin-bottom: 50px;
}
.industry-card {
  position: relative; /* Add relative positioning */
  border-radius: 30px;
  background-color: #f4f5f544;
  transition: all 0.5s ease;

  overflow: hidden;
  margin-bottom: 20px;
  color: #d21242;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  height: 280px; /* Set a fixed height for all cards */
}
.btn-primary {
  position: absolute; /* Use absolute positioning */
  bottom: 30px; /*  this value to your preference */
  left: 50%; /* Position horizontally at the center */
  transform: translateX(-50%); /* Center horizontally */
  transition: all 0.5s ease !important;
}
.industry-card:hover {
  background-color: #d21242;
  color: white;
}

.industry-card:hover .industry-card-body,
.industry-card:hover .industry-card-title,
.industry-card:hover .industry-card-text,
.industry-card:hover .btn-primary {
  color: white;
}
.industry-card:hover .btn-primary {
  color: rgb(0, 0, 0);
  background-color: white;
}

.industry-card:hover {
  background-color: #d21242;
  color: white;
}

.industry-card img {
  width: 100%;
  height: auto;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}

.industry-card-body {
  padding: 5px;
}

.industry-card-title {
  color: #263c50;
  font-size: 24px;
  margin-bottom: 10px;
  transition: color 0.3s ease;
}

.industry-card-text {
  color: #263c50;
  font-size: 16px;
  margin-bottom: 20px;
  transition: color 0.3s ease;
}

.btn-primary {
  background-color: #d21242;
  border-color: #d21242;
}

.industry-card {
  padding: 20px;
  margin-top: 20px; /* Add margin to the top */
}

.industry-card-title {
  font-size: 3rem;
  font-weight: 700;
}
.industry-card-title:hover,
.industry-card-text:hover {
  color: #ffffff;
}

.how-section1 {
  padding: 10% 0;
}

.how-section1 img {
  border-radius: 15px;
}

.how-img {
  text-align: center;
}

.how-content {
  padding: 0 30px;
}

.component-desc {
  font-style: italic;
}

.component-features {
  list-style-type: disc;
  padding: 0;
}

.component-features li {
  margin-bottom: 10px;
  font-size: 1.2em;
}

.learn-more {
  margin-top: 20px;
}

.app-link {
  text-decoration: none;
  color: #007bff;
  font-weight: bold;
}

.app-link:hover {
  text-decoration: underline;
}

.apps .prod-category-header {
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: 100%;
}

.apps .header-text {
  max-width: 1212px;
  width: 90vw;
  margin: 305px auto 0px !important;
  background-color: rgba(0, 0, 0, 0.75);
  color: white;
  padding: 50px !important;
}

.apps .header-text h1 {
  font-family: "LinotypeUniversW02-Medi_726166", "Helvetica Neue", Helvetica,
    Century Gothic, Gotham;
  font-size: 55px;
  margin-top: 20px;
  margin-bottom: 10px;
}

.apps .header-text p {
  color: white;
  font-size: 18px;
}

.apps .bckg-img {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: -1;
}

.apps .prod-subcategory-nav {
  position: absolute;
  bottom: 0px;
  width: 100vw;
  height: 89px;
  background-color: rgba(0, 0, 0, 0.75);
}

.apps .prod-subcategory-nav .nav-box {
  margin: 0px auto;
  max-width: 1280px;
  width: 100vw;
  height: 84px;
}

.apps .prod-subcategory-nav .nav-box li {
  float: left;
  list-style-type: none;
  color: white;
  font-size: 24px;
  line-height: 84px;
  padding: 0 30px;
  cursor: pointer;
}

.apps .prod-subcategory-nav .nav-box li.active {
  border-bottom: 5px solid white;
  font-family: "LinotypeUniversW02-Medi_726166", "Helvetica Neue", Helvetica,
    Century Gothic, Gotham;
}

/* END product header styles*/

/*BEGIN product column styles*/

.apps .prods {
  max-width: 1280px;
  width: 90vw;
  margin: 20px auto;
}

.apps .prod-subcategory#oem {
  display: none;
}

.apps .prod-type-header {
  padding: 30px 0px 0px;
  display: block;
  border-top: 1px solid #e0e0e0;
}

.apps .prod-type-header h1 {
  text-transform: uppercase;
  font-size: 24px;
  font-family: "Helvetica", "Helvetica Neue", Helvetica, Century Gothic, Gotham;
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 100;
}

.apps .prod-type-header h2 {
  font-size: 24px;
  line-height: 33px;
  color: rgb(51, 51, 51);
  font-family: "Helvetica", "Helvetica Neue", Helvetica, Century Gothic, Gotham;
  font-weight: 100;
  width: 100%;
  margin: 0px;
  max-width: none;
}

.apps .prod-col:hover .prod-thumb-prev {
  transform: scale(1.15);
  transition: all 100ms;
  transition-timing-function: ease-out;
}

.apps .app-link-box .app-link-column p {
  font-family: "LinotypeUniversW02-Medi_726166", "Helvetica Neue", Helvetica,
    Century Gothic, Gotham;
  color: black;
  font-size: 14px;
  margin-top: 20px;
}

.apps .app-link-box .app-link-column {
  float: left;
}

.apps .app-link-box .app-link-column:first-of-type {
  /*border-right: 1px solid #ccc;*/
  width: 40%;
  margin-right: 10px;
}

.apps .app-link-box .app-link-column:last-of-type {
  width: 50%;
  margin-left: 10px;
}

.apps .app-link-box .app-link-column.single {
  width: 100%;
  border-right: 0px;
  margin-left: 0px;
}

.apps .app-link-box .app-link-column p {
  font-family: "LinotypeUniversW02-Medi_726166", "Helvetica Neue", Helvetica,
    Century Gothic, Gotham;
  color: black;
}

.apps .app-link-box .app-link-column .requirements {
  font-family: "LinotypeUniversW02-Thin_726097", "Helvetica Neue", Helvetica,
    Century Gothic, Gotham;
}

.apps .app-link {
  color: #d11242;
  font-family: "LinotypeUniversW02-Medi_726166", "Helvetica Neue", Helvetica,
    Century Gothic, Gotham;
  display: block;
  font-size: 16px !important;
}

.prod-col ul {
  margin: 25px 0px;
}

.prod-col ul li a {
  color: #d11242;
  font-family: "LinotypeUniversW02-Medi_726166", "Helvetica Neue", Helvetica,
    Century Gothic, Gotham;
  display: inline;
  font-size: 13px;
}

.apps .prod-col {
  float: left;
  width: 33%;
  max-width: 375px;
  text-decoration: none;
  color: black;
  margin-right: 40px;
  height: auto;
  height: 620px !important;
  margin-bottom: 50px;
}

.apps .prod-col:hover {
  text-decoration: none;
  color: black;
}

.apps .prod-col p {
  font-size: 18px;
}

.apps .thumb-container {
  width: 100% !important;
  height: 190px;
  position: relative;
  overflow: hidden;
  margin-left: 0px !important;
  margin-top: 40px;
  margin-bottom: 40px;
}
.apps .prod-col ul li {
  list-style-type: disc;
  margin-left: 20px;
  font-size: 18px;
}

.apps .prod-thumb-prev {
  position: absolute;
  width: 100%;
  transform: scale(1);
  transition: all 300ms;
  transition-timing-function: ease-out;
}

.apps .prod-col h3 {
  font-family: "LinotypeUniversW02-Medi_726166", "Helvetica Neue", Helvetica,
    Century Gothic, Gotham;
}

.apps .prod-col h4 {
  font-family: "LinotypeUniversW02-Medi_726166", "Helvetica Neue", Helvetica,
    Century Gothic, Gotham;
  font-size: 18px;
  margin-bottom: 12px;
}

@media (max-width: 1705px) {
  .apps .prod-category-header {
    height: 52vw;
  }
  .apps .header-text {
    padding: 5vw;
  }
}

@media (max-width: 1440px) {
  .apps .header-text {
    margin: 8vw auto;
    max-width: 75vw;
    padding: 3vw;
  }
}

@media (max-width: 1410px) {
  .apps .prod-col {
    margin-right: 2.8vw;
    max-width: 26vw;
  }

  .apps .thumb-container {
    width: 20vw;
    height: 13.31vw;
  }
}

@media (max-width: 1175px) {
  .apps .prod-col {
    height: 75vw !important;
  }

  .apps .prod-col h3 {
    font-size: 2vw;
  }

  .apps .prod-col p,
  .apps .prod-col ul li {
    font-size: 1.361vw;
  }
}

@media (max-width: 1024px) {
  .apps .prod-category-header {
    height: 75vw;
  }

  .apps .header-text {
    margin: 16vw auto;
    padding: 5vw;
  }

  .apps .header-text h1 {
    font-size: 4.8vw;
  }

  .apps .header-text p {
    font-size: 1.757vw;
  }

  .apps .prod-type-header {
    padding: 2.9vw 0px 0px;
  }

  .apps .prod-type-header h1 {
    font-size: 2.3vw;
    width: 100%;
  }

  .apps .prod-type-header h2 {
    font-size: 2vw;
    line-height: 3vw;
  }

  .apps .app-link {
    font-size: 1.1vw;
  }
}

@media (max-width: 1150px) {
  .apps .prod-subcategory-nav {
    height: 7.8vw;
  }

  .apps .prod-subcategory-nav .nav-box {
    height: 7.33vw;
  }

  .apps .prod-subcategory-nav .nav-box li {
    text-align: center;
    font-size: 1.9vw;
    line-height: 7.33vw;
    padding: 0 5vw;
  }
}

@media (max-width: 812px) {
  .apps .prod-col {
    margin-right: 2vw;
    max-width: 28vw;
    min-height: 750px !important;
  }
  .apps .app-link,
  .apps .app-link-box .app-link-column p {
    font-size: 1.2vw !important;
  }
}

@media (max-width: 650px) {
  .apps .prod-type-header h1 {
    font-size: 24px;
    line-height: 28px;
    width: 100%;
  }

  .apps .prod-type-header h2 {
    font-size: 18px;
    line-height: 26px;
  }

  .apps .prod-col {
    width: 43vw;
    max-width: 43vw;
    height: auto !important;
    margin-right: 4vw;
    margin-bottom: 8vw;
  }

  .apps .prod-col h3 {
    font-size: 24px;
  }

  .apps .prod-col p,
  .apps .prod-col ul li {
    font-size: 18px;
  }

  .apps .prod-col:nth-child(2n) {
    margin-right: 0px;
  }

  .apps .thumb-container {
    width: 44vw;
    height: 30vw;
    margin-left: -3vw;
  }

  .apps .app-link,
  .apps .app-link-box .app-link-column p {
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .apps .prod-category-header {
    height: 155vw;
  }

  .apps .prod-category-header.card-readers {
    background-size: 325%;
    background-position-x: -178vw;
  }

  .apps .header-text {
    padding: 5vw 8vw;
    margin-top: 15vw;
  }

  .apps .header-text h1 {
    font-size: 8vw;
  }

  .apps .header-text p {
    font-size: 3.33vw;
  }

  .apps .prod-subcategory-nav {
    height: 20vw;
  }

  .apps .prod-subcategory-nav .nav-box {
    height: 20vw;
  }

  .apps .prod-subcategory-nav .nav-box li {
    font-size: 4vw;
    line-height: 7vw;
    padding: 2.6vw 1vw;
  }

  .apps .prod-subcategory-nav .nav-box li#countertop {
    width: 60%;
  }

  .apps .prod-subcategory-nav .nav-box li#oem {
    width: 40%;
  }

  .apps .prod-col {
    width: 90vw !important;
    max-width: 90vw !important;
    margin-right: 0px;
    padding-bottom: 10vw;
  }
  .apps .prod-col:nth-child(2n),
  .prod-col:nth-child(4n) {
    margin-right: 0px;
  }
  .apps .thumb-container {
    width: 90vw;
    height: 50vw;
    -webkit-box-shadow: 3px 4px 5px -5px #000000;
    box-shadow: 3px 4px 5px -5px #000000;
    margin: 10vw 0px;
  }

  .apps .prod-thumb-prev {
    width: 112% !important;
    top: 0px !important;
  }

  .apps .app-link,
  .apps .app-link-box .app-link-column p {
    font-size: 14px !important;
  }
}

/*END product column styles*/

/* EVERYTHING ABOVE THIS LINE SHOULD BE THE SAME CSS (card readers page, check scanners page, pin pads page, card personalization page)*/

/*BEGIN Card Readers and OEM Components page Styles*/

.apps .prod-category-header.apps-page {
  background-image: url("../content/images/magensa-services-bckg.jpg") !important;
}

@media (min-width: 2082px) {
  .apps .prod-category-header.apps-page {
    background-size: 2269.38px !important;
    background-position: center;
    background-position-y: -81px !important;
  }
}

@media (max-width: 2082px) {
  .apps .prod-category-header.apps-page {
    background-size: 2269.38px !important;
    background-position: center;
    background-position-y: -81px !important;
  }
}

@media (max-width: 1496px) {
  .apps .header-text {
    margin-top: 21vw !important;
    padding: 25px !important;
  }
}

@media (max-width: 1250px) {
  .apps .prod-category-header.apps-page {
    background-position-y: -4vw !important;
    background-size: 175vw !important;
    background-position-x: center !important;
  }
}

@media (max-width: 1024px) {
  .apps .prod-category-header.apps-page {
    background-position-y: 0px !important;
    background-size: 207vw !important;
  }
}

@media (max-width: 480px) {
  .apps .prod-category-header.apps-page {
    background-position-y: 0vw !important;
    background-size: 416vw !important;
    background-position-x: -164vw !important;
  }

  .apps .header-text {
    margin-top: 5vw !important;
    padding: 8vw !important;
  }
}

.apps .prod-subcategory-nav .nav-box li#countertop {
  margin: 0px 0px 0px 30px;
}

.apps .prod-subcategory-nav .nav-box li#oem {
  margin: 0px 50px 0px 0px;
}

@media (max-width: 1240px) {
  .apps .prod-category-header.apps-page {
    background-position-y: 10px;
  }
}

@media (max-width: 1024px) {
  .apps .prod-category-header.apps-page {
    background-size: 120%;
    background-position-x: -13vw;
  }
}

@media (max-width: 1200px) {
  .apps .prod-subcategory-nav .nav-box li#countertop,
  .prod-subcategory-nav .nav-box li#oem {
    margin: 0px;
  }
}

@media (max-width: 480px) {
  .apps .prod-category-header.apps-page {
    background-size: 210vw;
    background-position-x: -55vw;
    height: 120vw;
    background-position-y: -14vw;
  }
}

/* .milestone-banner */

/* BEGIN product header styles 18px*/


.apps header {
	text-align: left;
}

.apps .prod-category-header {
  width:100%;
  height:90vh;
  max-height:650px;
  position:relative;
  overflow:hidden;
  text-align: left;

}

.apps .prod-category-header {
	background-attachment:fixed;	
	background-repeat:no-repeat;
	background-size:100%;
}

.apps .header-text.list {
  max-width:1212px;
  width:90vw;
  margin:100px auto !important;
  background-color: rgba(0,0,0,.75);
  color:white;
  padding:100px;
}

.apps .header-text h1 {
	font-family:"LinotypeUniversW02-Medi_726166",'Helvetica Neue', Helvetica, Century Gothic, Gotham;
	font-size:55px;
	margin-top: 20px;
	margin-bottom: 10px;
}

.apps .header-text p {
	color:white;	
	font-size:18px;
}

.apps .bckg-img {
	position:fixed;
	top:0px;
	left:0px;
	z-index:-1;
}

.apps .prod-subcategory-nav {
  position:absolute;
  bottom:0px;
  width:100vw;
  height:89px;
  background-color: rgba(0,0,0,.75);

}

.apps .prod-subcategory-nav .nav-box {
	margin:0px auto;
	max-width:1280px;
	width:100vw;	
	height:84px;
}

.apps .prod-subcategory-nav .nav-box li {
	float:left;
	list-style-type:none;
	color:white;
	font-size:24px;
	line-height:84px;
	padding: 0 30px;
	cursor:pointer;
}

.apps .prod-subcategory-nav .nav-box li.active {
	border-bottom:5px solid white;
	font-family:"LinotypeUniversW02-Medi_726166",'Helvetica Neue', Helvetica, Century Gothic, Gotham;

}





/* END product header styles*/



/*BEGIN product column styles*/



.apps .prods {
	max-width:1280px;
	width:90vw;
	margin:20px auto;

}

.apps .prod-subcategory#oem{
	display:none;
}


.apps .prod-type-header {
	padding:30px 0px 0px;
	display:block;
	border-top:1px solid #E0E0E0;

}

.apps .prod-type-header h1 {
	text-transform: uppercase;
	font-size:24px;
	margin-top: 20px;
	margin-bottom: 10px;
}

.apps .prod-type-header h2 {
	font-size: 24px;
  line-height: 33px;
  color: rgb(51,51,51);
  width: 100%;
  margin: 0px;
  max-width: none;
}

.apps .prod-col:hover .prod-thumb-prev {
    transform: scale(1.15);
    transition: all 100ms;
    transition-timing-function: ease-out
}

.apps .app-link-box .app-link-column p{
		font-family:"LinotypeUniversW02-Medi_726166",'Helvetica Neue', Helvetica, Century Gothic, Gotham;
		color: black;
	font-size: 18px;
		margin-top: 20px;
}

.apps .app-link-box .app-link-column {
		float: left;
}

.apps .app-link-box .app-link-column:first-of-type {
		/*border-right: 1px solid #ccc;*/
		width: 40%;
		margin-right: 10px;
}

.apps .app-link-box .app-link-column:last-of-type {
		width: 50%;
		margin-left: 10px;
}




.apps .app-link-box .app-link-column.single {
		width: 100%;
		border-right: 0px;
		margin-left: 0px;
}

.apps .app-link-box .app-link-column p{
		font-family:"LinotypeUniversW02-Medi_726166",'Helvetica Neue', Helvetica, Century Gothic, Gotham;
		color: black;
}



.apps .app-link-box .app-link-column .requirements {
		font-family: "LinotypeUniversW02-Thin_726097",'Helvetica Neue', Helvetica, Century Gothic, Gotham;
}

.apps .app-link {
	color:#d11242;
	font-family:"LinotypeUniversW02-Medi_726166",'Helvetica Neue', Helvetica, Century Gothic, Gotham;
	display: block;
	font-size: 13px;
}




.apps .prod-col {
	float:left;
	width:33%;
	max-width:375px;
	text-decoration:none;
	color:black;
	margin-right:40px;
	height: auto;
	min-height: 500px;
  margin-bottom: 50px;
}




.apps .prod-col:hover {
	text-decoration:none;
	color:black;
}

.apps .prod-col p {
	font-size:16px;
}

.apps .thumb-container.app-icons {
	width:286px !important;
	height:180px;
	position:relative;
    overflow:hidden;
    margin-left: 20px !important;

}


.apps .app-icons .prod-thumb-prev {
	position: absolute;
    width: 100%;
    transform: scale(1);
    transition: all 300ms;
    transition-timing-function: ease-out;

}


.apps .prod-col h3 {
	font-family:"LinotypeUniversW02-Medi_726166",'Helvetica Neue', Helvetica, Century Gothic, Gotham;

}

.apps .prod-col h4 {
	font-family:"LinotypeUniversW02-Medi_726166",'Helvetica Neue', Helvetica, Century Gothic, Gotham;
	font-size:16px;
	margin-bottom:12px;
}

@media (max-width:1705px) {
	.apps .prod-category-header.apps-page-list {
	  height:52vw;
	}
	.apps .header-text {
		padding:5vw;
	}
}

@media (max-width:1440px) {
	.apps .header-text {
	  margin:8vw auto;
	  max-width:75vw;
	  padding:3vw;
	}
}


@media (max-width:1410px) {
	.apps .prod-col{
		margin-right:2.8vw;
		max-width:26vw;	
	}

	.apps .thumb-container.app-icons {
		width:100% !important;
		height:15.31vw;
		margin-left: 0vw!important;
	}

	.apps .app-icons .prod-thumb-prev {
			top: -5vw !important;
	}

}

@media (max-width:1175px) {
	.app-list .apps .prod-col {
		height:55vw !important;
		min-height: 65vw !important;
	}

	.apps .prod-col h3 {
		font-size:2vw;
	}

	.apps .prod-col p {
		font-size:1.361vw;
	}
}

@media (max-width:1024px) {
	.apps .prod-category-header.apps-page-list {
		height: 75vw;
    background-size: 120vw!important;
    background-position-x: center !important;
    background-position-y: 2vw !important;



	}


	.apps .header-text {
		margin:16vw auto;
		padding:5vw;
	}

	.apps .header-text h1 {
		font-size:4.8vw;
	}

	.apps .header-text p {
		font-size:1.757vw;
	}

	

	.apps .prod-type-header {
		padding:2.9vw 0px 0px;
	}

	.apps .prod-type-header h1 {
		font-size:2.3vw;
		width: 100%;
	}

	.apps .prod-type-header h2 {
		font-size: 2vw;
    line-height: 3vw;
	}

	.app-list .apps .app-link {
		font-size: 1.1vw !important;
	}
}

@media (max-width:1150px) {
	.apps .prod-subcategory-nav {
		height:7.8vw;
	}

	.apps .prod-subcategory-nav .nav-box{
	    height:7.33vw;
	}

	.apps .prod-subcategory-nav .nav-box li{
	    text-align: center;
	    font-size: 1.9vw;
	    line-height: 7.33vw;
	    padding: 0 5vw;
	}


}

@media (max-width:768px) {
	.apps .prod-col{
    margin-right: 2vw;
    max-width: 28vw;
	}
	.apps .app-link, .apps .app-link-box .app-link-column p{
		font-size: 1.2vw;
	}

}


@media (max-width:650px) {
	.apps .prod-type-header h1 {
		font-size:24px;
		line-height: 28px;
		width: 100%;
	}

	.apps .prod-type-header h2 {
		font-size: 16px;
    	line-height: 26px;

	}

	.app-list .apps .prod-col {
		width:43vw;
		max-width:43vw;
		height:auto !important;
		margin-right:4vw;
	  margin-bottom: 8vw;	
	}



	.apps .prod-col h3 {
		font-size:24px;
	}

	.apps .prod-col p {
		font-size:16px;
	}

	.apps .prod-col:nth-child(2n) {
		margin-right:0px;
	}

	.apps .thumb-container.app-icons {
		width:44vw;
		height:30vw;
		margin-left: -3vw;
	}

	.app-list .apps .app-link, .apps .app-link-box .app-link-column p{
		font-size: 1.9vw !important;
	}
}

@media (max-width:480px) {
	.apps .prod-category-header {
		height:155vw;
	}

	.apps .prod-category-header.card-readers {
		background-size: 325%;
    	background-position-x: -178vw;

	}

	.apps .header-text {
		padding:5vw 8vw;
		margin-top:15vw;
	}

	.apps .header-text h1 {
		font-size:8vw;
	}

	.apps .header-text p {
		font-size:3.33vw;
	}

	.apps .prod-subcategory-nav {
		height: 20vw;
	}

	.apps .prod-subcategory-nav .nav-box {
		height:20vw;
	}

	.apps .prod-subcategory-nav .nav-box li {
		font-size: 4vw;
    	line-height: 7vw;
    	padding:2.6vw 1vw;
	}

	.apps .prod-subcategory-nav .nav-box li#countertop {
		width:60%;
	}

	.apps .prod-subcategory-nav .nav-box li#oem {
		width:40%;
	}


	.app-list .apps .prod-col {
		width:90vw;
		max-width:90vw;
		margin-right:0px;
		padding-bottom: 10vw;
		height:  auto !important;
	}
	.apps .prod-col:nth-child(2n), .prod-col:nth-child(4n) {
		margin-right:0px;
	}
	.apps .thumb-container.app-icons {
		width: 90vw;
    height: 50vw;
		-webkit-box-shadow: none !important; 
		box-shadow: none !important;
    margin: 10vw 0px;
	}

	.apps .app-icons .prod-thumb-prev {
		width:90vw !important;
		top: -15vw !important;
	}

	.app-list .apps .app-link, .apps .app-link-box .app-link-column p {
		font-size: 3.1vw !important;
	}
}

/*END product column styles*/

/* EVERYTHING ABOVE THIS LINE SHOULD BE THE SAME CSS (card readers page, check scanners page, pin pads page, card personalization page)*/

/*BEGIN Card Readers and OEM Components page Styles*/

.apps .prod-category-header.apps-page-list {
		background-image: url(../content/images/magtek-apps-bckg.jpg);
    background-position-y: -90px;
    background-size: cover;
}

.apps .prod-subcategory-nav .nav-box li#countertop {
	margin: 0px 0px 0px 30px;
}

.apps .prod-subcategory-nav .nav-box li#oem {
	margin: 0px 50px 0px 0px;
}

@media (max-width:1240px) {

	.apps .prod-category-header.apps-page {

    	background-position-y: 10px;
	}
}

@media (max-width:1024px) {

	.apps .prod-category-header.apps-page{
    background-size: 120%;
    background-position-x: -13vw;
	}
}

@media (max-width:1200px) {
	.apps .prod-subcategory-nav .nav-box li#countertop, .prod-subcategory-nav .nav-box li#oem {
		margin: 0px;
	}
}

@media (max-width:480px) {
	.apps .prod-category-header.apps-page-list {
		background-size: 210vw !important;
    background-position-x: -38vw  !important;
    height: 120vw;
    background-position-y: 9vw !important;
	}
}

