/* ---------------------------------------- MOBILE WALLET HOMEPAGE ---------------------------------------- */
#mobile-wallet .jumbotron {
	padding-top: 50px !important;
	padding-bottom: 250px!important;
	background-image: url("/tts/sa/commercial_cards/mobile-wallet/assets/img/jumbotron/home-jumbotron-1x.jpg");
}

.header-text {
	padding-left: 5% !important;
}

.header-text h1 {
	font-size:3rem !important;
	font-weight:bold;
}

.header-background-text h1 {
	font-size:3rem !important;
	font-weight:bold;
  padding-left: 2% !important;
  padding-top: 5% !important;
  padding-bottom: 4% !important;
}

.header-background-text h4 {
  padding-left: 2% !important;
  padding-bottom: 4% !important;
}

#page-subnav button.navbar-toggle {display:none}


/* ---------------------------------------- APPLE / GOOGLE / SAMSUNG PAY HOMEPAGE ---------------------------------------- */


.jumbo-image .j-image {background-color:#E6EBED; border-radius:15px;}

#apple-pay .apple-jumbotron, #google-pay .google-jumbotron, #samsung-pay .samsung-jumbotron{
	padding-top: 600px;
	background-image: url("/tts/sa/commercial_cards/mobile-wallet/assets/img/jumbotron/blue-field-1x.jpg");
	position: relative;
}

.apple-phone, .google-phone, .samsung-phone {
  position: absolute;
	bottom:0;
	right: 10%;
}

.apple-background .h4, .google-background .h4, .samsung-background .h4{
	padding-top: 40px;
}

#app-store-block{
  background-color:#E6EBED;
  clear: both;
  padding: 15px;
}

.apple-process-headers, .google-process-headers, .samsung-process-headers{
  text-align: center;
  color: #fff;
  background-color: #0f1632;
  font-weight: bold;
  padding: 5px;
border-radius:15px;
}

.apple-table-img, .google-table-img, .samsung-table-img{
  margin-left: auto;
  margin-right: auto;
}

.col-half-offset{
    margin-left:4.166666667%
}

/* ---------------------------------------- JUMBOTRON MEDIA QUERIES ---------------------------------------- */
@media only screen and (-o-min-device-pixel-ratio: 5/4), only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 1.25dppx) {
 #mobile-wallet .jumbotron {
		background-image: url("/tts/sa/commercial_cards/mobile-wallet/assets/img/jumbotron/home-jumbotron-2x.jpg");
	}
	#apple-pay .apple-jumbotron, #google-pay .google-jumbotron,#samsung-pay .samsung-jumbotron {
		background-image: url("/tts/sa/commercial_cards/mobile-wallet/assets/img/jumbotron/blue-field-2x.jpg");
}
}

/* ---------------------------------------- Media Queries ---------------------------------------- */

/* lg */
@media (min-width: 1200px) {
	
}

/* md */
@media (max-width: 1199px) {

	#mobile-wallet .header-text h1 {
	font-size:2.5rem !important;
  }

	#mobile-wallet .header-background-text h1 {
	font-size:2.5rem !important;
  }

	.apple-phone, .google-phone, .samsung-phone {
	  position: absolute;
		bottom:0;
		right: 0;
	}
	

	
}

/* sm */
@media (max-width: 991px) {

  #mobile-wallet .header-text h1 {
	font-size:2rem !important;
  }
.header-background-text h1 {
	font-size:2rem !important;
  }

  #mobile-wallet .wallet-header h3{
		font-size: 1.5rem !important;
  }

	.apple-phone, .google-phone, .samsung-phone {
	  position: absolute;
		bottom:0;
		right: 0;
	}

  .col-half-offset{
      margin-left:0;
  }
}

/* xs */
@media (max-width: 767px) {

#mobile-wallet .jumbotron {
	padding-top: 50px !important;
	padding-bottom: 50px!important;
	background-image: url("/tts/sa/commercial_cards/mobile-wallet/assets/img/jumbotron/blue-field-1x.jpg")}

#mobile-wallet .header-text h1 {
	font-size:3rem !important;
}

.header-background-text h1 {
	font-size:3rem !important;
}

#mobile-wallet .wallet-header h3{
		font-size: 1.5rem !important;
  }

.apple-phone, .google-phone, .samsung-phone {
	  display:none !important;
	}

.col-half-offset{
      margin-left:0;
  }
}

/* xxs */
@media (max-width: 575px) {
	.apple-phone, .google-phone, .samsung-phone {
	  display:none !important;
	}
}

@media screen and (max-width: 991px) and (orientation: landscape) {
	.apple-phone, .google-phone, .samsung-phone {
	  /* position: static; */
		bottom:0;
		right: 0;
	}
}

/* ---------------------------------------- PADDING CLASSES FOR VISUAL MARKUP ---------------------------------------- */
.pl-30 {
	padding-left: 30px;
}
.pr-30 {
	padding-right: 30px;
}
.pl-45 {
	padding-left: 45px;
}
.pl-75 {
	padding-left: 75px;
}
.pl-90 {
	padding-left: 90px;
}




