/* ==== Google font ==== */
/*@import url('http://fonts.googleapis.com/css?family=Lato:100,300,400,700,900,100italic,300italic,400italic,700italic,900italic|Montserrat:700|Merriweather:400italic');*/

body {
	width: 100%;
	height: 100%;
	font-family: "Open Sans", Arial, Helvetica, Sans-Serif !important;
	color: #666;
	background-color: #fff;
}

html {
	width: 100%;
	height: 100%;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 20px;
	font-family: "Helvetica", Arial, Open Sans, Sans-Serif;
	font-weight: 300;
	letter-spacing: normal !important;
}

p {
	margin: 0 0 20px;
	font-size: 16px;
	line-height: 1.6em;
}

p.lead {
	font-weight: 600;
}

a {
	color: #28c3ab;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

a:hover, a:focus {
	text-decoration: none;
	color: #176e61;
}


/* misc */
hr {
	margin-top: 10px;
}

/* margins */
.marginbot-0 {
	margin-bottom: 0 !important;
}
.marginbot-10 {
	margin-bottom: 10px !important;
}
.marginbot-20 {
	margin-bottom: 20px !important;
}
.marginbot-30 {
	margin-bottom: 30px !important;
}
.marginbot-40 {
	margin-bottom: 40px !important;
}
.marginbot-50 {
	margin-bottom: 50px !important;
}
.margintop-neg5 {
	margin-top: -5px !important;
}
.margintop-neg10 {
	margin-top: -10px !important;
}
.margintop-neg20 {
	margin-top: -20px !important;
}
.margintop-neg25 {
	margin-top: -25px !important;
}
.margintop-20 {
	margin-top: 20px !important;
}
.margintop-30 {
	margin-top: 30px !important;
}
.margintop-40 {
	margin-top: 40px !important;
}


/* --- section bg var --- */

.bg-white {
	background: #fff;
}

.bg-gray {
	background: #F8F8F8;
	border-top: 1px solid #e6e9ea;
	border-bottom: 1px solid #e6e9ea;
}

.bg-coolgray {
	background: #f9f9f9;
}

.bg-graydark {
	background: #848484;
}

.bg-dark {
	background: #575757;
}

.bg-darker {
	background: #1e1e1e;
}

.bg-black {
	background: #000000;
}

.bg-orangeBright {
	background: #f04923;
}


/* --- section color var --- */

.text-light {
	color: #fff;
}
.text-yellowbright {
	color: #ffea03;
}
.text-darkgray {
	color: #161616;
}


/* ===========================
 --- Marchbig merchant info
 ============================ */

.merchant_info_intro {
	width: 100%;
	position: relative;
	padding: 40px;
}

#merchant_info_intro {
	background-image: url(../img/eas/bg_merchant_new2.jpg);
	background-size: cover;
	background-position: center;
	min-height: 650px;
	background-repeat: no-repeat;
}

.merchant_info_intro .slogan {
	padding: 230px 0px 80px;
	text-align: left;
}
.merchant_info_intro .slogan h1 {
	font-family: "Open Sans", Arial, Helvetica, Sans-Serif !important;
	color: #fff;
	line-height: 1.4em;
	margin-bottom: 20px;
	font-size: 40px;
}

/* img.smile {
	position: absolute;
	margin-top: 6px !important;
	display: inline;
	max-width: 100px;
	max-height: 67px;
} */

.merchant_info_intro .button {
	padding: 290px 0px 80px;
	text-align: center;
	margin: 0 0 0 40px;
}
.merchant_info_intro .button a{
	font-size: 1.9em;
	padding: 10px 30px;
	text-transform: none !important;
}


/*
 * OTHER DEVICES
 */
@media (max-width: 767px) {
	
	
	#merchant_info_intro {
		background-image: url(../img/eas/bg_merchant_new2.jpg);
		background-size: cover;
		min-height: 550px;
		/* min-height: 65%; */
		background-position: center;
	}
	.merchant_info_intro .slogan {
		padding: 170px 0 10px !important;
		text-align: left;
	}
	
	.merchant_info_intro .slogan h1 {
		color: #fff;
		line-height: 1.4em;
		margin-bottom: 5px;
		font-size: 25px;
	}
	
/* 	img.smile {
		position: relative;
		margin-top: 6px !important;
		display: inline;
		max-width: 50px;
		max-height: 67px;
	} */
	
	.merchant_info_intro .button {
		padding: 0px 0px 20px;
		text-align: left;
		margin: 0;
	}
	
	.merchant_info_intro .button a{
		font-weight: bold;
		font-size: 1.3em !important;
		text-transform: none !important;
	}
}

/*
 * IPHONE
 */
@media only screen and (min-width: 320px) and (max-width: 479px) {
	#merchant_info_intro {
		background-image: url(../img/eas/bg_merchant_new2.jpg);
		background-size: cover;
		min-height: 85%;
		background-position: center;
	}
	
	.merchant_info_intro .slogan {
		padding: 15px 0 0px !important;
		text-align: left;
	}
	
	.merchant_info_intro .slogan h1 {
		color: #fff;
		line-height: 1.4em;
		margin-bottom: 5px;
		font-size: 25px;
	}
	
/* 	img.smile {
		position: relative;
		margin-top: 6px !important;
		display: inline;
		max-width: 50px;
		max-height: 67px;
	} */
	
	.merchant_info_intro .button {
		padding: 15px 0px 0px;
		text-align: left;
	}
	
	.merchant_info_intro .button a{
		font-weight: bold;
		font-size: 1.2em;
		text-transform: none !important;
	}
}

@media (max-width:479px) {
	.merchant_info_intro .slogan {
		padding: 85px 0 0px !important;
		text-align: left;
	}
}



/* ===========================
 --- Welcome
 ============================ */

.welcome_section {
	width: 100%;
	position: relative;
	padding: 40px;
}

#welcome {
	background-image: url(../img/eas/bg_welcome.jpg);
	background-size: cover;
	background-position: center;
	height: 600px;
	background-repeat: no-repeat;
}

.welcome_section .slogan {
	padding: 120px 0px;
	text-align: center;
}
.welcome_section .slogan h1 {
	font-family: "Open Sans", Arial, Helvetica, Sans-Serif !important;
	color: #fff;
	line-height: 1.4em;
	font-size: 40px;
	width: 60%;
	margin: 0 auto 60px;
}

.welcome_section .slogan .button {
	text-align: center;
}
.welcome_section .slogan .button a{
	font-size: 2.1em;
	padding: 10px 30px;
	margin: 10px 0px;
	text-transform: none !important;
	width: 240px;
}

/*
 * OTHER DEVICES
 */
@media (max-width: 767px) {
	.welcome_section .slogan {
		padding: 125px 0px;
		text-align: center;
	}
	.welcome_section .slogan h1 {
		line-height: 1.3em;
		font-size: 35px;
		width: 100%;
		margin: 0 auto 40px;
	}
}

/*
 * IPHONE
 */
@media only screen and (min-width: 320px) and (max-width: 479px) {
	#welcome {
		background-image: url(../img/eas/bg_welcome_m.jpg);
		background-size: cover;
		background-position: center ;
		height: 500px;
		background-repeat: no-repeat;
	}
	.welcome_section .slogan {
		padding: 90px 0px;
		text-align: center;
	}
	.welcome_section .slogan h1 {
		line-height: 1.1em;
		font-size: 30px;
		width: 100%;
		margin: 0 auto 30px;
	}
	.welcome_section .slogan .button a{
		font-size: 1.8em;
		padding: 10px 20px;
		margin: 10px 0px;
		text-transform: none !important;
		width: 210px;
	}
}



/* ===========================
 --- Sign In
 ============================ */

.signin_section {
	width: 100%;
	position: relative;
	padding: 40px;
}
#signin_n {
	background-image: url(../img/eas/bg_signin2.jpg);
	background-size: cover;
	background-position: center;
	height: 600px;
	background-repeat: no-repeat;
}
#dashboard_signin_n {
	background-image: url(../img/eas/bg_dashboard.jpg);
	background-size: cover;
	background-position: center;
	height: 600px;
	background-repeat: no-repeat;
}
#outletapp_signin_n {
	background-image: url(../img/eas/bg_orange.jpg);
	background-size: cover;
	background-position: center;
	height: 600px;
	background-repeat: no-repeat;
}
.signin_section .slogan {
	padding: 135px 0px;
	text-align: left;
}
.signin_section .slogan h1 {
	font-family: "Open Sans", Arial, Helvetica, Sans-Serif !important;
	color: #fff;
	line-height: 1.4em;
	font-size: 35px;
	width: 100%;
	margin: 0 0 20px;
}
.signin_section .slogan h2 {
	font-family: "Open Sans", Arial, Helvetica, Sans-Serif !important;
	color: #ededed;
	line-height: 1.3em;
	font-size: 20px;
	width: 100%;
	margin: 0 0 20px;
}
.signin_section .form {
	width: 100%;
	margin: 90px 0 0 0;
}
.well_form {
	background-image: url('../img/blacktransbg3.png');
	border-radius: 3px;
	padding: 20px 40px;
	border: 0;
	width: 90%;
	margin: 0 auto !important;
}
.well_form_black {
	background-color: #333;
	border-radius: 3px;
	padding: 20px 40px;
	border: 0;
	width: 90%;
	margin: 0 auto !important;
}
.signin_section h2, .signin_section h3  {
	font-family: "Open Sans", Arial, Helvetica, Sans-Serif !important;
}
.signin_section .note a {
	color: #9f9f9f;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.signin_section .note a:hover, .signin_section .note a:focus {
	text-decoration: none;
	color: #fff;
}

/* forgot pin */

.well_form_forgotpin {
	background-color: transparent !important;
	padding: 20px 20px;
	border: 0;
	margin: 90px auto 0 !important;
	width: 80% !important;
}

@media (min-width: 768px) and (max-width: 979px) {
	.signin_section .slogan {
		padding: 75px 0px;
		text-align: left;
	}
	.well_form {
		background-image: url('../img/blacktransbg3.png');
		border-radius: 3px;
		padding: 20px 20px;
		border: 0;
		width: 100%;
		margin: 0 auto !important;
	}
	
	/* forgot pin */
	.well_form_forgotpin {
		background-color: transparent !important;
		padding: 20px 20px;
		border: 0;
		margin: 90px auto 0 !important;
		width: 80%;
	}
	
}


/*
 * OTHER DEVICES
 */
@media (max-width: 767px) {
	.signin_section .slogan {
		padding: 35px 0px 20px;
		text-align: center;
	}
	.signin_section .slogan h1 {
		line-height: 1.3em;
		font-size: 33px;
		width: 100%;
		margin: 0 auto 20px;
	}
	.signin_section .slogan h2 {
		line-height: 1.3em;
		font-size: 20px;
		width: 100%;
		margin: 0 0 0px;
	}
	.signin_section .form {
		width: 80%;
		margin: 30px auto 0;
	}
	
	.well_form_black {
		background-color: #333;
		border-radius: 3px;
		padding: 20px 20px;
		border: 0;
		width: 100%;
		margin: 0 auto !important;
	}
}


/*
 * IPHONE
 */
@media only screen and (min-width: 320px) and (max-width: 479px) {
	.signin_section {
		padding: 10px;
	}
	.signin_section .logo {
		margin: 10px 20px 0;
	}
	#signin_n {
		background-image: url(../img/eas/bg_signin2.jpg);
		background-size: cover;
		background-position: center;
		height: 500px;
		background-repeat: no-repeat;
	}
	.signin_section .slogan {
		padding: 25px 0px 0px;
		text-align: left;
	}
	.signin_section .slogan h1 {
		line-height: 1.2em;
		font-size: 18px;
		width: 100%;
		margin: 0 20px 5px;
		font-weight: bold;
	}
	.signin_section .slogan h2 {
		line-height: 1.2em;
		font-size: 13px;
		width: 90%;
		margin: 0 20px 0px;
	}
	.signin_section .form {
		width: 100%;
		margin: 20px 0px 30px 0px;
	}
	.well_form {
		background-image: url(../img/blacktransbg.png);
		background-repeat: repeat;
		border-radius: 3px;
		padding: 20px 20px;
		border: 0;
		width: 100%;
		margin: 0 auto !important;
	}
	.well_form_black {
		background-color: #333;
		border-radius: 3px;
		padding: 20px 20px;
		border: 0;
		width: 100%;
		margin: 0 auto !important;
	}
	.signin_section h3  {
		font-family: "Open Sans", Arial, Helvetica, Sans-Serif !important;
		font-size: 1.2em;
	}
	
	/* forgot pin */
	.well_form_forgotpin {
		background-color: transparent !important;
		padding: 20px 20px;
		border: 0;
		margin: 0 auto !important;
		width: 100% !important;
	}
	
	
}


/* ===========================
 --- General sections
 ============================ */
 
.div_900 {
	width: 900px;
	margin: 0 auto;
}

.div_450 {
	width: 450px;
	margin: 0 auto;
}  

.div_70per{
	width: 70%;
	margin: 0 auto;
}

#header_other {
    display: block;
	position: relative;
	z-index: 1;
    max-width: 1016px !important;
    margin: 0 auto !important;
}
 
#header_merchant {
    display: block;
	position: relative;
	z-index: 1;
    max-width: 1016px !important;
    margin: 0 auto;
}

.home-section {
	padding-top: 60px;
	padding-bottom: 60px;
	display: block;
	position: relative;
	/*z-index: 120;*/
}

.section-heading {
	display: block;
}

.section-heading h1 {
	font-size: 40px;
	color: #333;
	font-weight: 500;
}

.section-heading h2 {
	font-size: 35px;
	color: #333;
	font-weight: 500;
}

.section-heading h3 {
	font-size: 28px;
	color: #333;
	font-weight: 500;
}

.section-heading h4 {
	font-size: 25px;
	color: #333;
	font-weight: 400;
}

.section-heading-white h2 {
	font-size: 35px;
	color: #fff; 
}

.section-heading i {
	margin-bottom: 20px;
}

/* No cards */
.div_nocards {
	margin-top: -10px;
	margin-bottom: 0px;
	padding-bottom: 10px;
	padding-top: 30px;
	background-color: #ee5024;
}
.div_nocards .slider {
	width: 50%;
	margin: 0 0 0 100px !important;
}
.section-heading-nocards {
	margin-top: 150px;
	width: 70%;
	position: absolute;
	right: -20px;
}
.section-heading-nocards h1 {
	font-size: 2.1em;
	line-height: 1.1em;
	text-align: left;
	font-weight: normal;
	color: white;
}
.section-heading-nocards h2 {
	font-size: 1.5em;
	text-align: left;
	line-height: 1.4em;
	letter-spacing: normal;
	color: white;
}
/* No cards end */

/* facebook video */
.div_fbvideo {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 30px;
	padding-top: 30px;
	background-color: #f9f9f9;
}
.section-heading-fbvideo {
	margin-top: 40px;
	width: 90%;
	position: absolute;
	right: 0px;
}
.section-heading-fbvideo h1 {
	font-size: 2.4em;
	line-height: 1.1em;
	text-align: left;
	color: #f04923;
}
.section-heading-fbvideo h2 {
	font-size: 1.6em;
	text-align: left;
	line-height: 1.4em;
	letter-spacing: normal;
}
/* facebook video  end */
/* responsive facebook video */
 .facebook-responsive {
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}

.facebook-responsive iframe {
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}


/* Product screen */
.div_productsscreen {
	margin-top: -20px;
	margin-bottom: 30px;
	padding-bottom: 30px;
}
.div_productsscreen .section-heading h2 {
	padding-bottom: 15px;
}
.div_productsscreen img {
	max-width: 65%;
	margin: 0 auto;
}
/* Product screen end */

/* Your Brand */
.div_yourbrand {
	margin-top: 0px;
	margin-bottom: 25px;
	padding: 50px 0 20px;
	background-color: #f9f9f9;;
}
.div_yourbrand .slider {
	text-align: center;
	width: 65%;
	margin: 0 0 0 170px !important;
}
.section-heading-yourbrand {
	width: 90%;
	margin: 180px auto 0 !important;
}
.section-heading-yourbrand h1 {
	font-size: 2.4em;
	line-height: 1.1em;
	text-align: center;
	color: black;
}
.section-heading-yourbrand h2 {
	font-size: 1.5em;
	text-align: center;
	line-height: 1.4em;
	letter-spacing: normal;
}
/* Your Brand end */

/* Your Brand layout 2 */
.section-heading-yourbrand2 {
	margin-top: 0;
}
.section-heading-yourbrand2 h1 {
	font-size: 3.5em;
	line-height: 1.1em;
	text-align: center;
	color: black;
}
.section-heading-yourbrand2 h2 {
	text-align: center;
	line-height: 1.4em;
	letter-spacing: normal;
}
img.standee {
	width: 90%;
	max-width: 500px;
	/* border: 1px solid #ccc;
	box-shadow: 0 6px 12px rgba(0,0,0,.175); */
	margin-bottom: 30px;
}
/* Your Brand layout 2 end */

/* features */
.div_features {
	width: 80%;
	min-height: 150px;
	margin: 30px auto;
	padding-bottom: 10px;
	border-bottom: 1px dashed #ededed;
}
.div_features p {
	text-align: left;
}
/* features end */

/* program */
.program {
	width: 100%;
	position: relative;
	color: #ffffff;
}
.div_program{
	margin: 120px auto;
	width: 70%;
}
#program {
	background-image: url(../img/eas/bg_shop.jpg);
	background-size: cover;
	min-height: 400px;
	background-position: center;
}
.program h1 {
	font-size: 3.5em;
	line-height: 1.1em;
	text-align: center;
}
.program h2 {
	text-align: center;
	line-height: 1.5em;
	letter-spacing: normal;
}
/* program end */

/* percentage */
.div_percentage {
	width: 80%;
	margin: 40px auto 0;
}
.div_percentage h1 {
	font-size: 5.3em;
	color: #f04923;
	margin-bottom: 5px;
}
/* percentage end */

/* starbucks */
.starbucks {
	width: 100%;
	position: relative;
	color: #ffffff;
}
.div_starbucks{
	margin-top: 80px;
}
.starbucks h1 {
	font-size: 3.5em;
	line-height: 1.6em;
	text-align: left;
}
.starbucks h2 {
	text-align: left;
	line-height: 1.5em;
	letter-spacing: normal;
}
#starbucks {
	background-image: url(../img/eas/bg_starbucks.jpg);
	background-size: cover;
	min-height: 500px;
	background-position: center;
}
/* starbucks end */

/* membership program */
.membership_program {
	width: 70%;
	margin: 0 auto;
}
.membership_program h2, .membership_program h3 {
	color: #fff;
	font-weight: 500;
}
.membership_program .button a{
	font-size: 2.1em;
	padding: 10px 30px;
	text-transform: none !important;
	margin: 0 auto;
}
/* membership program end */

/* logos */
.div_customer_logo {
	margin: 0 auto !important;
	text-align: center;
	padding: 0;
}

.flex-container-logo {
  padding: 0;
  margin: 0;
  list-style: none;
  
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  
  -webkit-flex-flow: row wrap;
  justify-content: space-around;
}

.flex-item-logo {
  background: #fff;
  width: 120px;
  height: 120px;
  margin: 10px 10px 0;
  line-height: 92px;
  color: white;
  font-weight: bold;
  font-size: 3em;
  text-align: center; 
}

.flex-item-logo img {
	margin: 0;
	padding: 0;
	width: 100%;
    vertical-align: middle;
    max-height: 120px;
}
/* logos end */

/* compatible */
.div_compatible {
	margin: 0 auto !important;
	text-align: center;
	padding: 20px 0;
	background-color: #000 !important;
	color: #fff;
}
.div_compatible img {
	max-height: 30px;
	margin-left: 10px;
}
/* compatible end */

/* pricing */
.pricing_section {
	padding: 40px 0 40px;
	background-color: #fff;
}
.div_pricing {
	margin-top: 10px;
	margin-bottom: 30px;
	padding-bottom: 30px;
}
.div_pricing .section-heading h2 {
	padding-bottom: 15px;
}
.div_pricing img {
	max-width: 65%;
	margin: 0 auto;
}
.panel-lite > .panel-heading { 
	color: black;
	/* background-color: #ffce51; */
	background-color: #fff;
	border:1px solid #333333;
	border-bottom: 0px solid #333333;
}
.panel-lite > .panel-heading .panel-title, .panel-standard > .panel-heading .panel-title, .panel-big > .panel-heading .panel-title {
	font-size: 1.7em;
}  
.panel-standard > .panel-heading {
	color: black;
	background-color: #fff;
	border:1px solid #333333;
	border-bottom: 0px solid #333333;
}
.panel-big > .panel-heading { 
	color: black;
	background-color: #fff;
	border:1px solid #333333;
	border-bottom: 0px solid #333333;
}
.div_pricing .pricing-big {
	color: #000;
}
.div_pricing .pricing-big .the-price h1 {
	font-size: 22px !important;
}
.div_pricing .pricing-big .panel-footer {
	padding: 10px 15px;
	border-radius: 0 0 5px 5px;
	background-color: #fff !important;
	border: 1px solid #333333;
	border-top: 0px;
}
.div_pricing .pricing-big .price-features {
	border: 1px solid #333333;
	border-bottom: 0px;
}
.div_pricing .pricing-big .price-features i {
	margin-right: 12px;
}
.div_pricing .pricing-big .price-features ul li ul li:first-child {
	margin-top: 5px;
}
.div_pricing .pricing-big .price-features ul li ul {
	margin-left: 20px;
	font-size: 0.9em;
	line-height: 1;
}
.div_pricing .pricing-big .price-features ul li ul li {
	margin-left: 10px;
}
.the-price .font-xxs {
	font-size: 70% !important;
}

/* pricing end */


/* contact */
.div_contact {
	width: 70%;
	margin: 0 auto !important;
	text-align: left;
	padding: 20px 0;
	color: #333;
}
.div_contact p {
	line-height: 2;
}
.div_contact h4 {
	margin-bottom: 10px;
	font-weight: 400;
}
.div_contact i {
	margin-right: 10px;
}
.div_contact .fbsection {
	margin-top: 30px;
}
.div_contact .fbsection a i.fa.fa-facebook {
	margin-right: 0px !important;
}

@media (max-width: 979px) {
	.div_contact {
		width: 90%;
	}
}
/*
 * IPAD HORIZONTAL
 */
@media (min-width: 768px) and (max-width: 979px) {
	.div_contact {
		width: 90%;
	}
}

/*
 * OTHER DEVICES
 */
@media (max-width: 767px) {
	.div_contact {
	width: 90%;
	}
	.div_contact .fbsection {
	   margin-top: 20px;
	   margin-bottom: 20px;
   }
}
	
/*
 * IPHONE
 */
@media only screen and (min-width: 320px) and (max-width: 479px) {
	.div_contact {
	width: 90%;
	}
}


/* contact end */


@media (max-width: 979px) {
	.div_yourbrand .slider {
		text-align: center;
		width: 90% !important;
		margin: 0 0 0 170px !important;
	}
	.section-heading-yourbrand {
		width: 90%;
		margin: 130px auto 0 !important;
	}
	
	.section-heading h1 {
		font-size: 35px;
	}
	
	.section-heading h2 {
		font-size: 30px;
	}
	
	.section-heading-white h2 {
		font-size: 30px;
	}
	
	/* Product screen */
	.div_productsscreen img {
		max-width: 65%;
		margin: 0 auto;
	}
	/* Product screen end */
	
	/* Your Brand */
	.div_yourbrand .slider {
		text-align: center;
		width: 80%;
		margin: 0 0 0 50px !important;
	}
	.section-heading-yourbrand {
		margin-top: 120px;
	}
	.section-heading-yourbrand h1 {
		font-size: 2.5em;
		line-height: 1.1em;
		text-align: center;
		color: black;
	}
	.section-heading-yourbrand h2 {
		font-size: 1.5em;
		text-align: center;
		line-height: 1.4em;
		letter-spacing: normal;
	}
	
	/* Your Brand end */
	
	/* facebook video */
	.div_fbvideo {
		margin: 0 auto !important;
		text-align: center;
		width: 100%;
	}
	.div_fbvideo .container {
		width: 100%;
	}
	.section-heading-fbvideo {
		margin-top: 30px;
		width: 100%;
		position: absolute;
		right: 0px;
	}
	.section-heading-fbvideo h1 {
		font-size: 2.4em;
		line-height: 1.1em;
		text-align: left;
		color: #f04923;
	}
	.section-heading-fbvideo h2 {
		font-size: 1.6em;
		text-align: left;
		line-height: 1.4em;
		letter-spacing: normal;
	}
	/* facebook video  end */
	
	/* features */
	.div_features {
		width: 100%;
		margin: 20px auto;
		border-bottom: 1px dashed #ededed;
	}
	.div_features .section-heading h4 {
		text-align: center;
		padding-top: 15px;
	}
	.div_features p {
		text-align: center;
	}
	/* features end */

	/* percentage */
	.div_percentage {
		width: 90%;
		margin: 30px auto 0;
	}
	/* percentage end */
	
	/* feature icon */
	.flex-item-features {
 	 	width: 130px;
 	 }
 	 /* feature icon end */
 	 
 	 /* logos */
	
	.flex-item-logo {
 	 background: #fff;
 	 width: 80px;
	  height: 80px;
 	 margin: 10px 5px 0;
 	 line-height: 60px;
  	color: white;
  	font-weight: bold;
  	font-size: 3em;
 	 text-align: center; 
	}
	
	/* logos end */
	
	
}

/* MOBILE LAYOUT STARTS HERE */

/*
 * IPAD HORIZONTAL
 */
@media (min-width: 768px) and (max-width: 979px) {
	/* No cards */
	.div_nocards .slider {
		width: 70%;
		margin: 0 auto !important;
	}
	.section-heading-nocards {
		margin-top: 90px;
		width: 100%;
		position: relative;
		right: 0px;
	}
	/* No cards end */;
	
	/* facebook video */
	.div_fbvideo {
		margin: 0 auto !important;
		text-align: center;
		width: 80%;
	}
	
	.section-heading-fbvideo {
		margin-top: 5px;
		width: 90%;
		position: absolute;
		right: 0px;
	}
	.section-heading-fbvideo h1 {
		font-size: 2.4em;
		line-height: 1.1em;
		text-align: left;
		color: #f04923;
	}
	.section-heading-fbvideo h2 {
		font-size: 1.5em;
		text-align: left;
		line-height: 1.4em;
		letter-spacing: normal;
	}
	/* facebook video  end */
	
	/* Product screen */
	.div_productsscreen img {
		max-width: 65%;
		margin: 0 auto;
	}
	/* Product screen end */
	
	/* Your Brand */
	.div_yourbrand .slider {
		margin: 0 auto !important;
		text-align: center;
		width: 80%;
	}
	.section-heading-yourbrand h1 {
		font-size: 1.95em;
		line-height: 1.1em;
		text-align: center;
		color: black;
	}
	.section-heading-yourbrand h2 {
		font-size: 1.3em;
		text-align: center;
		line-height: 1.4em;
		letter-spacing: normal;
	}
	/* Your Brand end */
	
	/* logos */
	
	.flex-item-logo {
 	 background: #fff;
 	 width: 80px;
	  height: 80px;
 	 margin: 10px 5px 0;
 	 line-height: 60px;
  	color: white;
  	font-weight: bold;
  	font-size: 3em;
 	 text-align: center; 
	}
	
	/* logos end */
	
	/* pricing */
	.div_pricing {
		margin-top: 0px !important;
	}
	/* pricing end */
}


 * IPAD VERTICAL
 */
@media (min-width: 768px) and (max-width: 880px) {

	/* No cards */
	.div_nocards .slider {
		width: 60% !important;
		margin: 0 auto !important;
		border: 1px solid yellow;
	}
	.section-heading-nocards {
		margin-top: 0px;
		width: 100%;
		position: relative;
		right: 0px;
	}
	/* No cards end */
	
	/* facebook video */
	.div_fbvideo {
		margin: 0 auto !important;
		text-align: center;
		width: 100%;
	}
	.div_fbvideo .container {
		width: 100%;
	}
	.section-heading-fbvideo {
		margin-top: 0px;
		width: 90%;
		position: relative;
		right: 0px;
	}
	.section-heading-fbvideo h1 {
		font-size: 2.4em;
		line-height: 1.1em;
		text-align: center !important;
		color: #f04923;
	}
	.section-heading-fbvideo h2 {
		font-size: 1.5em;
		text-align: center !important;
		line-height: 1.3em;
		letter-spacing: normal;
	}
	/* facebook video  end */
	
	/* Product screen */
	.div_productsscreen img {
		max-width: 65%;
		margin: 0 auto;
	}
	/* Product screen end */
	
	/* Your Brand */
	.section-heading-yourbrand {
		width: 90%;
		margin: 0 auto !important;
	}
	
	.section-heading-yourbrand h1 {
		font-size: 2.0em;
		line-height: 1.1em;
		text-align: center;
		color: black;
	}
	.section-heading-yourbrand h2 {
		font-size: 1.3em;
		text-align: center;
		line-height: 1.4em;
		letter-spacing: normal;
	}
	.div_yourbrand .slider {
		margin: 0 auto !important;
		text-align: center;
		width: 100%;
	}
	/* Your Brand end */
	
	/* starbucks */
	.starbucks {
		width: 100%;
		position: relative;
		color: #ffffff;
	}
	.div_starbucks{
		margin-top: 60px;
	}
	.starbucks h1 {
		font-size: 2.2em;
		line-height: 1.2em;
		text-align: left;
	}
	.starbucks h2 {
		font-size: 1.2em;
		text-align: left;
		line-height: 1.4em;
		letter-spacing: normal;
	}
	#starbucks {
		background-image: url(../img/eas/starbucks_bg.jpg);
		background-size: cover;
		min-height: 400px;
		background-position: center;
	}
	/* starbucks end */
	
	/* pricing */
	.div_pricing {
		margin-top: 0px;
	}
	/* pricing end */
}

/*
 * OTHER DEVICES
 */
@media (max-width: 767px) {
	/* No cards */
	.div_nocards .slider {
		width: 40%;
		margin: 0 auto !important;
	}
	.section-heading-nocards {
		margin-top: 0px;
		width: 100%;
		position: relative;
		right: 0px;
	}
	.section-heading-nocards h1 {
		font-size: 1.7em;
		line-height: 1.1em;
		text-align: center;
		font-weight: normal;
		color: white;
	}
	.section-heading-nocards h2 {
		font-size: 1.2em;
		text-align: center;
		line-height: 1.4em;
		letter-spacing: normal;
		color: white;
	}
	/* No cards end */
	
	/* facebook video */
	.div_fbvideo {
		margin: 0 auto !important;
		text-align: center;
		width: 100%;
	}
	.div_fbvideo .container {
		width: 100%;
	}
	.section-heading-fbvideo {
		margin-top: 0px;
		width: 100%;
		position: relative;
		right: 0px;
	}
	.section-heading-fbvideo h1 {
		font-size: 2.4em;
		line-height: 1.1em;
		text-align: center !important;
		color: #f04923;
	}
	.section-heading-fbvideo h2 {
		font-size: 1.5em;
		text-align: center !important;
		line-height: 1.4em;
		letter-spacing: normal;
	}
	/* facebook video  end */
	
	/* Product screen */
	.div_productsscreen img {
		max-width: 65%;
		margin: 0 auto;
	}
	/* Product screen end */
	
	/* Your Brand */
	.section-heading-yourbrand {
		margin: 0 auto !important;
	}
	.div_yourbrand .slider {
		margin: 0 auto !important;
		text-align: center;
		width: 50%;
		margin: 0 auto !important;
	}
	/* Your Brand end */
	
	/* your brand layout 2 */
	img.standee {
		width: 70%;
		max-width: 500px;
		margin-bottom: 30px;
	}
	
	.section-heading-yourbrand {
		margin-top: 0px;
	}

	.section-heading h1 {
		font-size: 35px;
	}
	
	.section-heading h2 {
		font-size: 30px;
	}
	
	.section-heading-white h2 {
		font-size: 30px;
	}

	/* percentage */
	.div_percentage {
		width: 100%;
		margin: 30px auto 0;
	}
	/* percentage end */
	
	/* starbucks */
	.starbucks {
		width: 100%;
		position: relative;
		color: #ffffff;
	}
	.div_starbucks{
		margin-top: 60px;
	}
	.starbucks h1 {
		font-size: 2.2em;
		line-height: 1.2em;
		text-align: left;
	}
	.starbucks h2 {
		font-size: 1.2em;
		text-align: left;
		line-height: 1.4em;
		letter-spacing: normal;
	}
	#starbucks {
		background-image: url(../img/eas/starbucks_bg.jpg);
		background-size: cover;
		min-height: 400px;
		background-position: center;
	}
	/* starbucks end */
	
	/* pricing */
	.div_pricing {
		margin-top: 0px;
	}
	/* pricing end */
}

/*
 * IPHONE
 */
@media only screen and (min-width: 320px) and (max-width: 479px) {
	
	#header_other {
    	display: block;
		position: relative;
		z-index: 1;
    	width: 100% !important;
    	margin: 0 auto !important;
	}

	.section-heading h1 {
		font-size: 30px;
	}
	
	.section-heading h2 {
		font-size: 28px;
	}
	.section-heading-white h2 {
		font-size: 28px;
	}
	
	/* No cards */
	.div_nocards .slider {
		width: 90%;
		margin: 0 auto !important;
	}
	.section-heading-nocards {
		margin-top: 0px;
		width: 100%;
		position: relative;
		right: 0px;
	}
	.section-heading-nocards h1 {
		font-size: 1.7em;
		line-height: 1.1em;
		text-align: center;
		font-weight: normal;
		color: white;
	}
	.section-heading-nocards h2 {
		font-size: 1.2em;
		text-align: center;
		line-height: 1.4em;
		letter-spacing: normal;
		color: white;
	}
	/* No cards end */
	
	/* facebook video */
	.div_fbvideo {
		margin: 0 auto !important;
		text-align: center;
		width: 100%;
	}
	.div_fbvideo .container {
		width: 100%;
	}
	.section-heading-fbvideo {
		margin-top: 0px;
		width: 100%;
		position: relative;
		right: 0px;
	}
	.section-heading-fbvideo h1 {
		font-size: 2.2em;
		line-height: 1.1em;
		text-align: center !important;
		color: #f04923;
	}
	.section-heading-fbvideo h2 {
		font-size: 1.5em;
		text-align: center !important;
		line-height: 1.4em;
		letter-spacing: normal;
	}
	/* facebook video  end */
	
	/* Product screen */
	.div_productsscreen img {
		max-width: 100%;
		margin: 0 auto;
	}
	/* Product screen end */

	/* Your Brand */
	.div_yourbrand .slider {
		margin: 0 auto !important;
		text-align: center;
		width: 100% !important;
	}
	.section-heading-yourbrand {
		width: 90%;
		margin: 0 auto !important;
	}
	.section-heading-yourbrand h1 {
		font-size: 1.8em;
		line-height: 1.1em;
		text-align: center;
		color: black;
	}
	.section-heading-yourbrand h2 {
		font-size: 1.2em;
		text-align: center;
		line-height: 1.3em;
		letter-spacing: normal;
	}
	/* Your Brand end */
	
	/* your brand layout 2 */
	img.standee {
		width: 100%;
		max-width: 500px;
		margin-bottom: 30px;
	}
	/* your brand layout 2 end */
	/* features */
	.div_features {
		width: 100%;
		margin: 20px auto 10px;
		border-bottom: 1px dashed #ededed;
	}
	.div_features .section-heading, .div_features p {
		text-align: center;
	}
	/* features end */
	
	/* program */
	.div_program{
		margin: 80px auto 70px;
		width: 100%;
	}
	#program {
		background-image: url(../img/eas/bg_shop.jpg);
		background-size: cover;
		min-height: 300px;
		background-position: center;
	}
	/* program end */
	
	/* percentage */
	.div_percentage {
		width: 100%;
		margin: 10px auto;
	}
	.div_percentage h1 {
		font-size: 5.3em;
		color: #f04923;
		margin-bottom: 5px;
		margin-top: 25px;
	}
	/* percentage end */
	
	/* starbucks */
	.starbucks {
		width: 100%;
		position: relative;
		color: #ffffff;
	}
	.div_starbucks{
		margin-top: 60px;
	}
	.starbucks h1 {
		font-size: 2.2em;
		line-height: 1.2em;
		text-align: left;
	}
	.starbucks h2 {
		font-size: 1.2em;
		text-align: left;
		line-height: 1.4em;
		letter-spacing: normal;
	}
	#starbucks {
		background-image: url(../img/eas/starbucks_bg.jpg);
		background-size: cover;
		min-height: 400px;
		background-position: center;
	}
	/* starbucks end */
	
	/* membership program */
	.membership_program {
		width: 100%;
		margin: 0 auto;
	}
/* membership program end */

/* logos */
	.flex-container-logo {
  	padding: 0;
  	margin: 0;
  	list-style: none;
  
 	 display: -webkit-box;
 	 display: -moz-box;
 	 display: -ms-flexbox;
 	 display: -webkit-flex;
 	 display: flex;
  
 	 -webkit-flex-flow: row wrap;
  	justify-content: space-around;
	}
	
	.flex-item-logo {
 	 background: #fff;
 	 width: 80px;
	  height: 80px;
 	 margin: 10px 5px 0;
 	 line-height: 60px;
  	color: white;
  	font-weight: bold;
  	font-size: 3em;
 	 text-align: center; 
	}
	
	.flex-item-logo img {
		margin: 0;
		padding: 0;
		width: 100%;
   	 	vertical-align: middle;
   	 	max-height: 100px;
	}
	/* logos end */
	
	/* pricing */
	.div_pricing {
		margin-top: 0px;
	}
	/* pricing end */
	
}


/* merchant signin dropdown TESTING */
.bg-black .navbar {
	min-height: 10px;
}

li.dropdown a.dropdown-toggle {
	color: #fff;
	font-size: 13px;
	text-transform: capitalize;
	padding:0;
	margin-top: -20px;
	background-color: transparent;
}

li.dropdown a.dropdown-toggle:hover,li.dropdown a.dropdown-toggle:focus,li.dropdown a.dropdown-toggle:active {
	color: #333;
	background-color: transparent;
}

ul .merchantlogin-dropdown.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: $zindex-dropdown;
  display: none; /* none by default, but block on "open" of the menu */
  float:none;
  width: 100px !important;
  min-width: 108px !important;
  padding: 5px 0;
  margin: 2px 0 0; /* override default ul */
  list-style: none;
  font-size: 20px;
  background-color: transparent !important;
  border: 1px solid $dropdown-fallback-border; /* IE8 fallback */
  border: 1px solid $dropdown-border;
  border-radius: $border-radius-base;
  @include box-shadow(0 6px 12px rgba(0,0,0,.175));
  background-clip: padding-box;
  

  }
ul .merchantlogin-dropdown.dropdown-menu li a {
	  color: #555 !important;
	  margin: 0 !important;

	  &:hover {
		  color: #000 !important;
	  }
/* merchant signin dropdown end */