* {
	margin: 0;
}
html, body {
	height: 100%;
	background-color:#e0e0e0;
	font-family: 'Quicksand', sans-serif !important;
	font-weight: 500;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -70px; /* the bottom margin is the negative value of the footer's height */
}
.wrapper.merchants-page{
	background-color: white;
}
.wrapper.howitworks-page{
	background-color: #3f3f40;
}
.push{
	background-color:#e0e0e0 !important;
}
.footer, .push {
	text-align: center;
	background-color: rgba(236, 236, 236, 1);
	width: 100%;
	padding: 10px 0px 0px 0px;
	height: 70px; /* .push must be the same height as .footer */
}

.logo-small {
    max-height: 78px !important;
    max-width: 220px !important;
}
.img-portfolio {
	margin-bottom: 30px;
}

.img-hover:hover {
	opacity: 0.8;
}

.sc-topnav {
    border-radius: 30px !important;
    padding: 3px 10px 3px 10px !important;
    margin-top: 10px !important;
    margin-left:10px !important;
}

.zipcode-options {
    margin-left:68px;
    margin-top:10px;
}

.mobileshow 
{
    display:none;
}

/*Nav bar Styles*/
.navbar-brand{

	margin-top: -15px;
}
.nav li a{
	color: #adadad;
	font-weight: 500;
}


/* Header Styles*/
.main-header{
	text-align: center;
	padding: 3em 0 0.5em 0;
	border: 0px;
	letter-spacing: 3px;
}
.header{
	background-color: white;

}

/*Buttons styles*/
.mysubheader {margin: 0px 45px 10px 0px;}
.search-box{
	padding-top: 3.0em;
}
.submit,.activate{
	display: block;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}
.activate button{
	margin-top: 0px;
	padding: 7px 60px;
	border-radius: 20px;
	background-color: #6bbd0d ;
	border: 0px;
	font-size: 18px;
	font-weight: 600;
}
.activate button .two{
	font-size: 30px;
	vertical-align: top;
}
.activate  button .one{
	font-size: 20px;
	vertical-align: -webkit-baseline-middle;
}
.submit button{

	padding: 7px 60px;
	border-radius: 20px;
	background-color: #6bbd0d;
	border: 0px;
	font-size: 23px;
	font-weight: 300;

}
.pay-button{
	border: 0px;
	padding: 10px 60px; 
	font-size: 16px;
	font-weight: 500;
	border-radius: 20px;
	color: #fff;
	background-color: #337ab7 !important;
}

.go-button{
	border: 0px;
	padding: 10px 30px; 
	font-size: 16px;
	font-weight: 500;
	border-radius: 20px;
	color: #fff;
	margin-bottom:10px;
	background-color: #5cb85c !important;
	outline: none !important;
}
.desc{
	width: 100%;
	padding: 10px;
}
.payment-container{
	padding: 20px 10px;
	display:block;
	height:auto;

}

.merchants-selects 
{
    margin-bottom:40px;
}
.merchants-page-body{
	background-color: white !important;
}
.merchants-half-page{
	padding-bottom: 2em;
	padding-top: 4em;
}
.merchants-page-body h1{
	font-size: 45px;
}

.merchants-page-body .span-select{
	color: #6bbd0d;
	font-size:18px;
	vertical-align: super;
}
.merchants-page-body .span-100{
	vertical-align: bottom;
	margin-left: -112px;
	padding-top: 5px;
	font-weight: 500;
}
.merchant-page-content h3{
	font-size: 29px;
	letter-spacing: 3px;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 300;
}
.merchants-value{
	height:105px;
	padding: 0px !important;
	margin-top: 0px;
	border-radius: 5px;
	background-color: white;
    border: 1px solid #ddd;
	text-align: center;
	max-width: 400px;
}
.merchants-value label{
	background-color: #6bbd0d;
    color: white;
    font-size: 15px;
    width: 100%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin-top: 0px;
    padding: 5px;
    text-align: center;
    letter-spacing: 1px;
}
.merchants-value h1{
	text-align: center;
    width: 100%;
    margin-top: 10px;
    font-size: 30px;
    font-weight: 600;
    font-family: Roboto, Arial;
	}
.merchants-value h4{
	text-align: center;
	margin-top: 5px;
	padding: 15px;
	width: 100%;
	font-size: 13px;
	font-weight: 600;
}

/* Search box styles*/
.search-box .input-group{
	background-color: #e0e0e0;
	border-radius: 10px;
}
.search-box .input-group-btn{
	background-color: #e0e0e0;
	border-radius: 10px;
}
.search-box .drop-button{
	background-color: #e0e0e0;
	border: 0px;
	border-radius: 10px;
}
.search-box input{
	border: 0px;
	background-color: #e0e0e0;
	border-radius: 10px;
}
.search-box .search-button button{
	border-radius: 10px;
	border: 0px;
	background-color: #e0e0e0;
}
/* Pricing Page Styles */

.price {
	display: block;
	font-size: 50px;
	line-height: 50px;
}

.price sup {
	top: -20px;
	left: 2px;
	font-size: 20px;
}

.period {
	display: block;
	font-style: italic;
}
/*merchants */
.merchants-page-header{
	margin-bottom: 0em;
}
.merchant-link{
	width: 25%;
}
.merchant-price{
	color: #1ab9e7;
	font-size: 20px;
	font-weight: 600;
}
.merchant-body{
	width: 55%;
}
.merchant-body p{
	padding: 0px;
	margin-bottom: 5px !important;
	font-weight: 600;
}
.merchant-select{
	text-align: left;
	position: relative;
	/*padding-left: 3% !important;*/
}
.merchant-select button{
	background-color: #dedede;
	border-radius: 70px;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 15%;
}
.merchant-select .active{
	background-color: #6bbd0d !important;
	color: white;
}
.merchant-link img{
	width: 150px;
	height: 100px;
	border-radius: 5px;
	background-size: cover;
	-webkit-box-shadow: 2px 0px 5px 0px rgba(201,201,201,1);
	-moz-box-shadow: 2px 0px 5px 0px rgba(201,201,201,1);
	box-shadow: 2px 0px 5px 0px rgba(201,201,201,1);
}

.freeoffer {    padding: 2px 8px;
    display: inline-block;
    max-width: 90%;
    white-space: normal;
    text-align: left;
    text-transform: none !important;
    margin-top:-15px;
    font-size: 18px !important;
}

.purchase{
	text-align: center;
	margin: 2em auto;
}
.purchase button
{
    font-family: 'Quicksand', sans-serif !important;
	background-color: #5cb85c;
	padding: 7px 60px;
	border-radius: 20px;
	border: 0px;
	font-size: 23px;
	font-weight: 500;
}
/*total gifts styles*/
.total-wrapper{
	position: absolute;
	padding: 15px;

}
.total{
	padding-top: 0px;
	height: auto;
	/*background-color: red;*/
	/* just used to show how to include the margin in the effect */
}
.total.fixed {
	position: fixed;
	top: 65px;
	/* display: block; */
	width: 21%;

}
/* Utilities */ 

.pad-top{
	padding: 5px;
}
.clearfix{ clear: both }

/*How it works page*/
.HIW-img{
	text-align: center;
	position: relative;
	height: 443px;

}

.HIW-img:after{

	-webkit-box-shadow: inset 0px -157px 82px -19px rgba(63,63,64,1);
	-moz-box-shadow: inset 0px -157px 82px -19px rgba(63,63,64,1);
	box-shadow: inset 0px -157px 82px -19px rgba(63,63,64,1);
	content: " ";
	z-index: 10;
	display: block;
	position: absolute;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
}
.HIW-text{
	color: white;
	text-align: justify;
	padding: 2em 1em 2em 1em;
	font-family: 'Quicksand', sans-serif !important;
	font-weight: 400;
}
.HIW-h4{

	padding: 0 70px;
	color: white;
	line-height: inherit;
	margin-top: -5px;
	font-size: 20px;
	z-index: 108;

}
.HIW-p{
	padding: 0 70px;
	color: white;
	font-size: 14px;	
	font-weight: 400;
	line-height: inherit;
	margin-bottom: 20px;
}
.HIW-img img{
	
}
.HIW-enjoy{
	color: white;
	font-family: 'Quicksand', sans-serif !important;
	font-weight: 400;
	font-size: 60px;
	margin-bottom: 20px;
}

/*footer styles*/
.footer-list{
	list-style-type:none; 
	width: 100%;
	list-style: none;
	padding: 0;

	float: left;

}
.footer-list li{
	display:inline;
	margin: 0 5px;
	text-decoration: none;

}
    .footer-list li a {
        text-decoration: none;
        color: #999;
        text-transform: uppercase;
        font-size: 16px;
        font-weight: 500;
        margin-right: 12px;
    }

        .footer-list li a:hover {
            color: #5cb85c;
            font-weight: 600;
        }
    
    .copy-rights{
	text-align: center;
	color: #777;
	width: 100%;
	font-size:12px;
}

/*front page styles*/
.front-page{
	margin-top: 4em;
	text-align: center;
}
.front-page img{
	width: 100%;
}
.center{
	text-align: center;
}
.pad{
	padding: 2em 5em;
}
.red-circle {
background-color: #ed0c0c;
    color: white;
    width: 75px;
    height: 75px;
    display: block;
    padding-top: 9px;
    margin: 0 auto;
    border-radius: 80px;
    font-weight: 600;
    font-size: 40px;
}
.list-pics div{
	text-align: center;
}
.list-pics img{
	padding-top: 2em;
	display: block;
	margin: 0 auto;
	width: 100%;
}
.list-pics-new img{
  margin: 0 auto;
  display: block;
  padding-top: 2em;
}
.list-pics-new label, .list-pics label{
  color: #656565;
  padding-top: 5px;
}
.list-pics-new div{
  text-align: center;
}

.list-icons{
	text-align: center;
	font-size: 13px;
    position: fixed;
    bottom: 0;
}
.list-icons i{
	display: block;
	font-size: 35px;
	text-decoration:none;
}
.share-page{
	position:absolute; 
	top:130px;
	color:white;
	right:75px;
}
.facebook{
	position:absolute; 
	top:95px;
	width: 40px;
	right: 180px;
}
.twitter{
	position:absolute; 
	top:95px;
	width:40px;
	right: 125px;
}
.linkedin{
	position:absolute; 
	top:95px;
	width:40px;
	right: 75px;
}

.checkout-btn{
	background:#1ab9e7;
	color:#fff;
	font-size:18px;
	font-weight:500;
	/* margin:15px auto;*/
	padding: 6px 8px !important;
	border-radius: 5px;
}

sup {
vertical-align: top;
    font-size: 16px;
    padding: 7px 11px 7px 11px;
    background-color: #E7305A;
    color: white;
    margin-left: 2px;
    border-radius: 60px;
    text-decoration: none;
}

.sup-before {
    vertical-align: top;
    font-size: 14px;
    padding: 7px 10px 7px 9px;
    background-color: #E7305A;
    color: white;
    margin-left: 2px;
    border-radius: 60px;
    text-decoration: none;
    margin-right: 6px;
}
.sup-cart {
    color: #E7305A;
    text-decoration: none;
    margin-right: 6px;
}

.sharedetails 
{
    padding: 5px 20px !important;
    margin-bottom: 20px;
    font-size: 18px !important;
    max-width: 800px;
    white-space: normal;
}

.cartText 
{
    margin-left: -10px;
    font-family: 'Quicksand', sans-serif !important;
    font-size: 16px;
    text-decoration: none;
}

.spinner 
{
    text-align: center;
    margin-top: 0px;
}

button:focus,button:active {
   outline: none !important;
}

.lead {font-size: 14px;font-weight:500;}

/* new design of merchants page*/
.total h3{
	font-weight: 600 !important;
}
.fixed{
	height: 165px;
	width: 100%;
	left: 0px;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	position: fixed; 
	top: 60px; 
	padding-top: 10px;
	z-index: 100;
	background-color: #eee;
	border: 1px solid #cecece;	

}
.fixed h3{
	margin-top: 10px;
	font-size: 13px;
	font-weight: 600;
}
.fixed p{
	font-size: 12px;
}
.fixed div{
	padding: 0px !important;
}

.mobilespace {margin-bottom:0px;}
@media (min-width: 768px) 
{
    .mysubheader {margin: 30px 85px 10px 0px;}
    
    .merchants-half-page{
	    padding-top: 4em;
    }
	.fixed{
	 	
	 	height: 130px;
	}
.fixed h3{
	margin-top: 10px;
	font-size: 20px;
	font-weight: 600;
}
.fixed p{
	font-size: 16px;
}	
}

@media (min-width: 768px) and (max-width: 991px) {
    .navbar-collapse.collapse {
        display: none !important;
    }
    .navbar-collapse.collapse.in {
        display: block !important;
    }
    .navbar-header .collapse, .navbar-toggle {
        display:block !important;
    }
    .navbar-header {
        float:none;
    }
}

/*comming soon styles*/
.coming-soon-text{
	text-align: center;
	width: 100%;
}
.coming-soon-input{
	width: 70%;
	margin-top: 1em;
	margin-bottom: 3em;
	border-radius: 20px;
	border: 1px solid #cecece;
	padding: 10px;
	padding-left:20px;
	outline: none !important;
}
.coming-soon img {
	margin-bottom: 1.5em;
}
.coming-soon-btn{
	background-color: #6bbd0d;
	padding: 9px 16px;
    margin-left: 10px;
    vertical-align: baseline;border-radius: 20px;
    outline: none !important;
    min-width:100px;
}
@media (min-width: 768px){
	.coming-soon-text{
		margin-top: 2em;
		margin-bottom: 2em;
	}	

}
@media only screen and (max-device-width: 480px){
	.coming-soon-text{
		margin-top: 2em;
		margin-bottom: 2em;
	}
	.coming-soon-input{
		width: 100%;
		margin-bottom: 1em;
	}
	.coming-soon-btn{
		margin-left: 0px;
		width: 100%;

	}
}

/*promo soon styles*/
.promo-soon-text{
	text-align: center;
	width: 100%;
}
.promo-soon-input{
	border-radius: 20px;
	border: 1px solid #cecece;
	padding: 10px;
	padding-left:20px;
	outline: none !important;
}
.promo-soon img {
	margin-bottom: 1.5em;
}
.promo-soon-btn{
	background-color: #5cb85c;
	padding: 9px 16px;
    margin-left: 10px;
    vertical-align: baseline;
    border-radius: 20px;
    outline: none !important;
    min-width:100px;
    color: #fff;
    font-size:16px;
    margin-left: -40px;
}
@media (min-width: 768px){
	.promo-soon-text{
		margin-top: 2em;
		margin-bottom: 2em;
	}	

}
@media only screen and (max-device-width: 480px){
	.promo-soon-text{
		margin-top: 2em;
		margin-bottom: 2em;
	}
	.promo-soon-input{
		width: 100%;
		margin-bottom: 1em;
	}
	.promo-soon-btn{
		margin-left: 0px;
	}
	
	.fixed { height: 165px;}
	
 
    
}