@import url('https://fonts.googleapis.com/css2?family=Mulish:wght@400;500;600;700&display=swap');


/********** General *********/
html, body {
	height: 100%;
	width: 100%;
	padding: 0;
	margin: 0;
}

body {
    background: #fff;
	color:#000;
	font-weight: 400;
    font-style: normal;
    font-size: 17px;
	line-height: 1.4;
	letter-spacing: .25px;
	font-family: 'Mulish', sans-serif;
    -webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: none;
	padding-top:70px;
}

/***.container {
    width: 100%;
    max-width: 1440px;
}***/


body.signedin {
	padding-top:130px;
}


@media all and (max-width:767px){
	body.signedin {
		padding-top:114px;
	}
    .container {
        max-width: 100%;
    }
}


@font-face {
    font-family: 'fontawesome';
    src: url('../fonts/fontawesome-webfont.eot');
    src: url('../fonts/fontawesome-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/fontawesome-webfont.woff') format('woff'),
         url('../fonts/fontawesome-webfont.ttf') format('truetype'),
         url('../fonts/fontawesome-webfont.svg#open_sanssemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}



/* CLEAR FIX*/
.clearfix:after {
	content: ".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;}
.clearfix {display:inline-block;}

/* Hides from IE-mac \*/
* html .clearfix { height:1%;}
.clearfix {display:block;}

/* End hide from IE-mac */
.clear{clear:both;}


img {
	max-width:100%;
	height: auto;
	border:none;
}

@media \0screen {
  img { 
  	width: auto; /* for ie 8 */
  }
}

/***p{padding:0 0 10px;}***/
.nopad{padding:0 !important;}
a{text-decoration:none; cursor:pointer; }
a:hover, a:focus {}
/**
h1,h2,h3,h4,h5,h6{
	line-height:1.2;
    font-weight: 700;
    padding-bottom: 25px;
}
h1{font-size: 48px;}
h2{font-size:34px; padding-bottom:30px}
h3{font-size:28px; padding-bottom:30px;}
h4{font-size:20px; padding-bottom:15px;}
h5{font-size:16px; padding-bottom:10px;}
**/
.heading-light {
	font-weight:300;
}

.heading-normal {
	font-weight:400;
}

.heading-36 {
    margin-top: 0;
    font-size: 36px;
    line-height: 1.4;
    font-weight: 700;
}


strong{
    font-weight: 700;
}

ul.unordered-list {
    list-style: disc;
    margin: 0 0 15px 35px;
}

ul.unordered-list li{
    margin: 0 0 5px;
}

.show {
	display:block !important;
}

.link-nowrap {
	white-space: nowrap;
}



.cp-pagination .page-item.active .page-link {
    background-color: #d90303;
    border-color: #d90303;
}

@media all and (max-width:480px){
	h1{font-size:36px;}
	h2{font-size:28px;}
	body {
		font-size:14px;
	}

}


/************  nav  **************/


.navbar-cp .navbar-toggler-icon {
    background-image: url('../img/navbar-toggler.svg');
}

.navbar-no {
	margin-top:-61px;	
}

.navbar-cp {
    background: #fff;
    padding:0;
    border:0;
    
    margin-bottom: 0;
	border-radius:0;
	border-bottom:1px solid #ddd;
	    box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
	
}
.navbar-login {
    padding: .5rem 0;
}

.navbar-cp .navbar-brand {
	padding: 0;
  	width: 100px;
    height: 49px;
    background: url(../img/logo.png) no-repeat center center;
    background-size: 100px 49px;
}


.navbar-cp .navbar-toggle {
	margin-top: 10px;
}

.navbar-cp .navbar-toggle .icon-bar {
	background:#d90303;
}



.navbar-cp .navbar-nav{
}

.navbar-cp .navbar-nav>li>a {
	line-height: 40px;
    font-size: 14px;
    color: #000;
	font-weight:700;
    text-rendering: optimizeLegibility;
    text-decoration: none;
    outline: none;
}


.navbar-cp .navbar-nav>li>.nav-link {
	color: #000;
}

.navbar-cp .navbar-nav>li.register>a.nav-link, .navbar-cp .navbar-nav>li.entries>a.nav-link  {
	color:#d90303;
}


.navbar-cp .navbar-nav>li.register>a.nav-link:hover, .navbar-cp .navbar-nav>li.entries>a.nav-link:hover  {
	color:#d90303;
}

.navbar-cp .navbar-nav>li>a>i {
	display:inline-block;
	vertical-align:middle;
	margin-right:5px;
	color:#999;
}

.navbar-cp .navbar-nav>li>a:hover>i {
	color:#d90303;
}


.navbar-cp .navbar-nav>li>a:hover, .navbar-cp .navbar-nav>li>a:focus {
	color:#666;
	background:transparent;
}
.navbar-cp .navbar-nav>li.divider{
	height:30px;
	border-right:1px solid #e7e7e7;
	padding:0;
	vertical-align:middle;
	margin:15px 0;
}

.navbar-cp .navbar-nav>li>a.navbar-btn {
	padding:0 20px !important;
	margin:0 0 0 5px !important;
	margin-top:10px !important;
	margin-bottom:10px !important;
	font-size:14px !important;
	line-height:40px !important;
	border:0 !important;
	color:#fff;
	display:inline-block;
}


.navbar-cp .navbar-nav>li.signin>a {
	font-size:13px;
	font-weight:400;
	padding: 10px 15px;
}

.navbar-cp .navbar-nav>li.signin>a {

}

.navbar-cp .navbar-nav>li.signin span.glyphicon {
	display:inline-block;
	margin-right:5px;
}

.navbar-cp .navbar-nav>li.signin i {
	margin-right:10px;
	display:none;
}

.navbar-cp .navbar-nav>li.signin span.deposit {
	display:inline-block;
}


.navbar-fixed-top {
	background-color: #fff;
	padding: 0;
}

.navbar-scroll {
	border-bottom:1px solid #ddd;
}

.header-error {
	background:#000;
}

.navbar-error {
	min-height:60px;
	padding: 5px 0 !important;
}



.navbar-cp .navbar-nav>li.divider {
    height: 30px;
    border-right: 1px solid #ddd;
    padding: 0;
    vertical-align: middle;
    margin: 15px 15px 15px 0;
}


.navbar-cp .navbar-nav>li.country{
	color:#666;
	font-weight:700;
	display: none;
}
.navbar-cp .navbar-nav>li.country img{
	width:30px;
	display:inline-block;
	margin:10px 5px 10px 0;
	vertical-align:middle;
}
.navbar-cp .navbar-nav>li.country span{
	display:inline-block;
	vertical-align:middle;
    font-size: 13px;
}

.navbar-login{
    background: #fff;
    width: 100%;
}





.navbar-menu {
	background:#000;
        width: 100%;
}

.navbar-menu .navbar-nav>li>a {
    font-size: 15px;
    line-height: 20px;
    font-weight: 700;
	color:#fff;
	padding:20px 30px;
    display: block;
}

.navbar-menu .navbar-nav>li>a:hover {
	color:#aaa;
}
.navbar-menu .navbar-nav>li.active>a, .navbar-menu .navbar-nav>li.active>a:hover {
	color:#fff;
	background: #d90303;
    background: -moz-linear-gradient(top, #d90647 0%, #d90303 100%);
    background: -webkit-linear-gradient(top, #d90647 0%, #d90303 100%);
    background: -o-linear-gradient(top, #d90647 0%, #d90303 100%);
    background: -ms-linear-gradient(top, #d90647 0%, #d90303 100%);
    background: linear-gradient(to bottom, #d90647 0%, #d90303 100%);
}


.navbar-menu .signout{
	display:none;
}



/*
.navbar-menu .navbar-nav>li.active>a:after {
    height: 0;
    width: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #d90303;
    display: block;
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -10px;
}
*/


#navbar-signedin li.account span{
        width:150px;
        overflow: hidden;
        display: inline-block;
        white-space: nowrap;
        text-overflow: ellipsis;
        vertical-align: middle;
        
}


.navbar-cp .navbar-nav>li.mobile-menu {
	border-top:0 !important;
}


@media all and (max-width:992px){
	.navbar-cp .navbar-nav>li>a {
	    font-size: 13px;
	}
    
   
	
}

@media all and (max-width:767px){
	
  
    .signedin .navbar-header  {
        width: 100%;
        text-align: center;
    }
	.navbar-fixed-top {
		padding:10px 0;
	}
	.signedin .navbar-fixed-top {
		padding:10px 0 0;
	}
	
	.navbar-cp .navbar-nav>li {
		border-top:1px solid #e7e7e7;
	}
	.navbar-cp .navbar-nav>li>a {
	}
	.navbar-cp .navbar-brand{
		margin: 4px 0 0 0 !important;
	}
	
	#navbar-signedin {
		background:#fff;
		border-top:1px solid #ddd;
		margin:10px 0 0;
        width:100%;
    }
    #navbar-signedin li {
    }
    
  
    
    #navbar-signedin .nav-item  {
        border-top: 0;
    }
    
	#navbar-signedin .navbar-nav {
		margin:0;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
	}
	#navbar-signedin .nav-link {
		border-top: 0;
        padding: 0 0.5rem;
	}
	#navbar-signedin .navbar-nav>li>a {
		
	}
     #navbar-signedin li.scratchcards span{
        display: none;
    }
      #navbar-signedin li.account span{
        display: none;
    }
	#navbar-signedin li.signout {
    	display: none;
	}
    #navbar-signedin li.account {
        
    }

    
    #navbar-signedin li.country{
        text-align: right;
    }
	
	
	.navbar-menu li.signout {
    	display: block;
	}

	.navbar-menu .navbar-nav  {
		margin: 0 -15px;
	}
	
	.navbar-menu {
		background:#fff;
	}
	
	.navbar-menu .navbar-nav>li>a {
		font-size: 14px;
		line-height: 20px;
		font-weight: 700;
		color:#000;
		padding:15px;
		margin: 0 15px;
	}

	
}

@media all and (max-width:480px){
	#navbar-signedin .navbar-nav>li.country{
		display:none;
	}

}





.breadcrumb {
    background-color: transparent;
    border-radius: 0;
    padding:  0 0 25px;
	margin:0;
    font-size: 11px;
}

.breadcrumb ul {
    list-style: none;
	margin:0;
}

.breadcrumb li {
    display: inline-block;
    color: #999;
}

.breadcrumb li+li:before{
	content: "/ ";
	padding: 0 5px;	
}

.breadcrumb>.active {
	color:#000 !important;
	font-weight: bold;
}

.sub-breadcrumb {
	padding: 0;
    margin-bottom: 20px;
    list-style: none;
    background-color: transparent;
    border-radius: 0;
}



/************  Section  **************/




.content {
    height: auto !important;
    min-height: 100%;
    overflow: hidden;
    width: 100%;
	padding-bottom:50px;
}

.section{
	background-color: #fff;
	padding: 100px 0;
}

.section-last{
	padding: 100px 0 200px;
}

.section-page{
	padding-top:30px;
}

.section-heading {
	background: #d90303;
    background: -moz-linear-gradient(left, #d90647 0%, #d90303 100%);
    background: -webkit-linear-gradient(left, #d90647 0%, #d90303 100%);
    background: -o-linear-gradient(right, #d90647 0%, #d90303 100%);
    background: -ms-linear-gradient(right, #d90647 0%, #d90303 100%);
    background: linear-gradient(to right, #d90647 0%, #d90303 100%);
	padding: 50px 0;
}

.section-heading h1, .section-heading h2 , .section-heading h3{
	padding: 0;
	color:#fff !important;
}




.section-text {
	padding: 60px 0;
}

@media all and (max-width:767px){
	.section {
		padding: 60px 0;
	}
	
	.section-page {
		padding-top: 30px;
	}
	.section-heading {
		padding: 30px 0;
	}
}



/************  Alerts  **************/


.alert {
	overflow:auto;
	padding:15px;
	border-radius:0;
	font-size:15px;
}
.alert .glyphicon {
	float:left;
	margin-top:2px;
}
.alert i {
	float:left;
	font-size:17px;
	margin-top:2px;
}
.alert p {
	padding:0 0 0 30px;
	margin: 0;
}

.alert p.noicon{
	padding:0;
}

.alert-warning {
	background-color: #fff4e9;
	color: #f67a0f;
}

.alert-danger {
    background-color: #ffe4e4;
    color: #d32f2f;
}

.alert i.material-icons {
    font-size: 20px;
    margin-top: 2px;
}

.help-block {
	font-size:12px;
}




@media all and (max-width:767px){
	.alert .glyphicon {
		display:inline-block;
		margin: 0 0 10px;
	}
}

@media all and (max-width:480px){
	.alert p {
		font-size:12px;
	}
}



.status-text-grey {
	color: #aaa;
}



/************  Modal  **************/


.loading {
	width:80px;
	margin:0 auto;
}

.modal-body {
	font-size:15px;
}

.modal-dialog {
    margin: 6% auto 30px;
}

.loading-cc {
	padding: 20px 30px 10px;
}


.box-white-border {
    padding: 15px;
    background: #fff;
    border: 1px solid #ddd;
}



/************  Form  **************/

label {
    display: inline-block;
    margin-bottom: .5rem;
}

.form-control {
    display: block;
    width: 100%;
    outline: none !important;
    height: auto;
    font-weight: 400;
    -webkit-box-shadow: inset 0 0 0 rgba(0,0,0,.0);
    box-shadow: inset 0 0 0 rgba(0,0,0,0.0);
}

.form-horizontal .control-label {
	padding-top: 10px;
}

.input-group-addon {
	border-radius: 0;
}

.tab-pane {
	padding-bottom:20px;
}

.has-error .form-control {
    border-color: #f52b2b;
}
.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
    color: #f52b2b;
}


.form-horizontal .control-label {
	text-align:left;
}


/************  Button  **************/

.btn {
	font-weight: 700;
	padding: .5rem 2rem;

}

.btn-back:before {
	display: inline-block;
    margin-right: 10px;
    width: auto;
    height: auto;
    content: '\f104';
    font-family: fontawesome;
}

.btn-next {
}

.btn-next:after {
    display: inline-block;
    margin-left: 10px;
    width: auto;
    height: auto;
    content: '\f105';
    font-family: fontawesome;
}

.btn-primary {
		background: #d90303;
		border-color: #d90303 !important;
/*  background: -moz-linear-gradient(top, #d90647 0%, #d90303 100%);
    background: -webkit-linear-gradient(top, #d90647 0%, #d90303 100%);
    background: -o-linear-gradient(top, #d90647 0%, #d90303 100%);
    background: -ms-linear-gradient(top, #d90647 0%, #d90303 100%);
    background: linear-gradient(to bottom, #d90647 0%, #d90303 100%);*/
}

.btn-primary:hover, .btn-primary:focus {
	background-color:#a3150c !important;
	color:#FFF;
}

.btn-orange {
	background-color:#f5982b;
	color:#FFF;
}

.btn-black {
	background-color:#000;
	color:#FFF;
}

.btn-black:hover, .btn-black:focus {
	background-color:#222 !important;
	color:#FFF;
}

.btn-white {
	background-color:#fff;
	color:#000;
}

@media all and (max-width:480px){
	.btn {
		margin:5px 0;
		display:block;
	}
}



/************************************ Color  ***********************************/


.status {
	font-weight:700;
}

.text-red {
	color:#d90303;
}

.text-red {
	color:#d90303;
}

.text-green {
	color:#44c429;
}

.text-orange {
	color: #f26739;
}

.text-blue {
	color: #00bcf2;
}
.text-grey {
	color: #aaa;
}

.text-white {
	color: #fff;
}

.text-black {
	color: #000;
}




.bg-red {
	background: #d90303;
   background: -moz-linear-gradient(left, #d90647 0%, #d90303 100%);
    background: -webkit-linear-gradient(left, #d90647 0%, #d90303 100%);
    background: -o-linear-gradient(right, #d90647 0%, #d90303 100%);
    background: -ms-linear-gradient(right, #d90647 0%, #d90303 100%);
    background: linear-gradient(to right, #d90647 0%, #d90303 100%);
	color:#fff;
}

.bg-white {
	background-color:#fff;
}

.bg-grey {
	background-color:#e7e7e7;
}


.bg-darkgrey {
	background-color:#222;
	color:#fff;
}


.bg-black {
	background-color:#000;
	color:#fff;
}

.bg-lightblue {
	background-color:#E3F2FD;
}


.table>tbody>tr>th {
    border:0;
    background: #e7e7e7;
    font-size: 14px;
	padding:15px 20px;
	font-weight:700;
	border-bottom:1px solid #ddd;
}

.table>tbody>tr>td {
    /***border:0;****/
    font-size: 14px;
	padding:15px 20px;
}



/************************************ Header ***********************************/

.header {
	padding-top: 50px;
}


/*.logo a{
	float: left;
	display:block;
	width: 100px;
    height: 49px;
    background: url(../img/logo.png) no-repeat center center;
    background-size: 100px 49px;
	margin:0 60px 0 0;
}*/

.header-navigation ul {
    list-style: none;
    margin: 8px 0 0 0;
    padding: 0;
    display: inline-block;
}

.header-navigation li {
    display: inline-block;
    margin: 0 30px;
}

.header-navigation li a{
	font-size: 14px;
	text-rendering: optimizeLegibility;
    text-decoration: none;
    outline: none;
    color: #fff;
}






/************************************ hero ***********************************/

.flexbox {
	display: flex;
    flex-wrap: wrap;
	overflow:hidden;
}

.btn-hero {
	padding: .5rem 2rem;
	margin:0 .5rem; 
	font-size:20px !important;
}

.hero-link {
	font-size:20px ;
    color: #fff;
}

.hero-link:hover,.hero-link:focus {
    color: #fff;
}

.hero-link{
	display: inline-block;
    margin-right: 5px;
    width: auto;
    height: auto;
    content: '\f105';
    font-family: fontawesome;
}

.hero {
	
	color:#000;
	padding:150px 0;
		z-index:100px;
}

.hero h1 {
	font-size:60px;
}

.hero img{
	margin-top:30px;
}

.hero-img {
	width: 750px !important;
    max-width: none !important;
}


.checklist {
	padding:0;
	background: #000;
}

.hero-list {
	width:32%;
	padding:50px 0;
	color:#fff;
	font-size:20px;
}

.hero-list-green {
	background:#00bf6f;
}

.hero-list-red {
	background:#00bf6f;
}

.hero-space {
	width:2%;
}

.hero-list span{
	font-size:48px;
	color:#666;
	display:block;
	font-weight:700;
}


.hero-click {
  background:#e7e7e7;
	border-top:1px solid #ddd;
}

.hero-click-text {
	font-size:32px;
	margin:80px 0 20px;
	padding:0 0 10px 30px;
	border-left:5px solid #d90303;
	line-height:1.3;
}

.hero-click-text strong{
	display:inline-block;
}

.currency {
    padding: 20px;
	font-size: 14px;
	border-radius: 6px;
	margin-bottom: 15px;
	background: #fff;
	
}

@media all and (max-width:1200px){
	.hero-click-text {
		margin: 60px 0 20px;
	}
	.hero-click-text strong {
		font-size: 38px;
	}
	
}


@media all and (max-width:992px){

	.hero-list {
		font-size:18px;
	}
	.hero-click-text {
		margin: 40px 0 20px;
		font-size:22px;
	}
	.hero-click-text strong {
		font-size: 30px;
	}
	
	.hero-img {
		margin-left: -100px
	}
		
}

@media all and (max-width:767px){
	.hero h1{
		font-size: 42px;
	}
	.hero h2{
		font-size: 24px;
	}
	.hero {
		padding:50px 0;
	}
	.hero-click img{
		width:60%;
		display:block;
		margin:0 auto;
	}
	
	.hero-click-text {
		text-align:center;
		    padding: 0 0 10px 0;
    border-left: 0;
	}
	
	.btn-hero {
		margin-top:5px;
		font-size:16px !important;
	}
	
	.checklist {
		padding: 50px 0;
	}
	.hero-list {
		width:100%;
		font-size:17px;
		padding: 10px 0;
	}
	.hero-list span {
	    font-size: 38px;	
	}
	.hero-img {
		margin:0;
		width: 100% !important;
	}
		
}

@media all and (max-width:480px){
	.hero h1{
		font-size: 34px;
	}
	.hero-list {
		font-size:16px;
		padding: 10px 0;
	}
	.hero-click-btn strong{
		display:inline-block;
	}
	.hero-click-btn {
		padding: 20px;
	}
	.hero-list-col p {
		font-size:16px;
	}
	
}


@media all and (max-width:992px){
	#about img{
		margin:50px auto 0;
		width:50%;
	}
}

@media all and (max-width:767px){
	#about img{
		width:80%;
	}
	
}



/************************************ Footer ***********************************/

#footer-links{
	border-top: 1px solid #e7e7e7;
	padding: 37px 0;
	font-size: 13px;
}

.footer-nav-list a{
	color:#000;
	text-decoration:none;
	font-weight:700;
}


.footer-nav-heading {
	margin-bottom: 10px;
    padding-top: 0;
    padding-bottom: 0;
	font-size: 13px;
	display:block;
}

.footer-nav-content {
	padding-bottom:30px;
	color: #777;
	font-size: 12px;
}

.footer-nav-content a{
	display:block;
	color: #777;
	margin-bottom: 7px;
}

.footer-nav-content span{
	display:block;
	color: #777;
	margin-bottom: 7px;
}

.footer-logo {
    width: 170px;
	margin-bottom:20px;
}




#footer {
    background: #000 !important;
    color: #fff;
    margin: 0;
    font-size: 12px;
    overflow: hidden;
    min-height: 50px;
    margin-top: -50px;
    line-height: 50px;
}

#footer a{
	color: #fff;
	display:inline-block;
}
#footer span.spacer{
	display:inline-block;
	margin:0 5px;
}


@media all and (max-width:767px){
	#footer-links {
		padding-top: 40px;
    	padding-bottom: 40px;
	}
	.footer-logo {
		display:none;
	}

}

@media all and (max-width:480px){
	.footer-nav-heading {
		font-size: 12px;
	}
	.footer-nav-content {
		font-size: 11px;
	}
}


@media all and (max-width:400px){
	.footer-nav-heading {
		font-size: 13px;
	}
	.footer-nav-list {
		width:100%;
	}
	.footer-nav-content {
		display:none;
	}

}


#demo {
	padding:70px 0;
    background-image: url('../img/background-icons.png');
	background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}


#demo .control-label{
	font-size:20px;
	padding: 15px 0;
}
.form-demo {
	font-size:20px;
	line-height:1;
}


.font-400 {
	font-weight:400;
}








.default-giftcards {
}


.default-giftcards .row{
	margin-right:-10px;
	margin-left:-10px;
}

.default-giftcards .card{
	padding:10px;
}


.plusmore {
	cursor:pointer;
}









.why-item i{
	float:left;
	font-size:30px;
	color:#d80c00;
	margin-left:5px;
}

.why-item-tick i{
	color:#009d03;
}

.why-item p{
	padding:0 50px 20px 50px;
}









.work-img {
	background:#e6e6e6;
	margin-bottom:20px;
	position:relative;
	border-radius:5px;
	box-shadow: 0 30px 50px  rgb(50 50 93 / 25%);
	overflow:hidden;
}

.work-step {
	display:block;
    color: #fff;
	background:#d80c00;
    font-size: 18px;
    font-weight: 700;
    line-height: 60px;
    text-align: center;
    width: 60px;
    height: 60px;
    margin:0 auto 25px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
}
.work-step-business {
	margin:0 0 25px;
}


.work-step span{
	margin-top:15px;
}

.incentives-icon {
	width:30px;

	display:block;
}
.incentives-icon span{

font-size:36px !important;
}
.incentives-green {background-color: #30b954;}
.incentives-red {background-color: #d80c00;}
.incentives-yellow {background-color: #fd9b1d;}
.incentives-blue {background-color: #4081ed;}
.incentives-orange {background-color:#ff5200;}

.incentives-purple {background-color:#6001d3;}



.usecases {
	background-color: #111;
	border-radius: 6px;
    overflow: hidden;
    color: #fff;
    position: relative;
	display: flex;
  	flex-direction: column;
	height: 100%;
	box-shadow: 0 30px 50px rgb(50 50 93 / 25%);
	margin:0 auto;
	max-width: 350px;
}


.usecases-text {
	flex-grow: 1;
}

.participant-img {
	border-radius: 6px;
	overflow: hidden;
	margin: 0 auto 30px;
	max-width: 350px;
}


.prizes-seq {
    border-radius: 6px;
    overflow: hidden;
	padding:40px;
    margin-bottom: 30px;
}




.prizes-wrap {
	border:1px solid #ddd;
	border-radius: 8px;
    box-shadow: 0 30px 50px rgb(50 50 93 / 25%);
    margin-bottom: 30px;
	overflow: hidden;

}

.prizes-table {
	margin-bottom: 0;
	


}

.prizes-table>tbody>tr>td, .prizes-table>thead>tr>th {
    font-size: 24px;
	padding: 30px 30px;
    line-height: 1.2;
}

.prizes-table th {
	border-top: 0;
	font-weight: 900;
	background:#222;
	color:#fff;
	border-right: 1px solid #111;
}

.prizes-table td {
    border-right: 1px solid #ddd;
}

.prizes-table>tbody>tr>td {
}

.prizes-table th:last-child, .prizes-table td:last-child {
    border-right: none;
}

.prizes-number {
	max-width: 40px !important;
	width: 40px !important;
	height: 40px !important;
	font-size: 18px;
    font-weight: 700;
    line-height: 40px;
    text-align: center;
	border-radius: 100%;
	background:#111;
	color:#fff;
	margin-right: 15px;
}

.prizefirst {background:#d80c00}
.prizesecond {background:#222}
.prizethird {background:#666}


.countryprize-item {
	font-size:14px;
	line-height: 1.5;
	cursor: pointer;
}

.countryprize-item img{
	width: 28px !important;
	max-width:28px !important;
}
.prize-popover {
	display: none;
}
.prize-desc {
	font-size:14px;
}

@media all and (max-width:992px){

	.prizes-table>tbody>tr>td, .prizes-table>thead>tr>th {
		font-size: 16px;
		padding: 15px 20px;
	}

	.prizes-number {
		display: none;
	}

}

/**************************** Pricing ******************************/


.customscamt {
	display: none;
	padding-left: 1.25rem;
}

.pricing-quote {
	border-radius:6px;
	background: #fff;
	padding: 40px;
	box-shadow: 0 30px 50px rgb(50 50 93 / 25%);
	margin-bottom: 30px;
}

.pricing-quote-amt {
	
}



.pricing-table {
	margin-bottom:30px;
}

.pack-label {
	font-size:14px;
	font-weight:900;
	padding:10px 0;
	background:#fff;
}

.pricing-item {
	overflow:hidden;
	text-align:center;
	border-radius:6px;
	border:1px solid #ddd;
/*	box-shadow: 0 1px 8px rgba(0,0,0,.1);
*/	margin-bottom:10px;
}

.pricing-amt {
    padding: 30px 10px 40px;
	position:relative;
	background:#111;
	
	
}


/*.pricing-amt:after {
    content: '';
    position: absolute;
    bottom:-10px;
	left:50%;
	margin-left:-15px;
	width: 0;
    height: 0;
	border: 0 solid transparent;
	border-left-width: 15px;
	border-right-width: 15px;
	border-top:10px solid #111;
    z-index: 10;
}*/


.pricing-item .pricing-amt span{
	display:block;
}

.entries-label {
	font-size:16px;
	font-weight:400;
	display:block;
	opacity:0.7;
}

.pricing-item .pricing-amt .entries{
	font-size:32px;
	font-weight:700;
	line-height:1.3;
	color:#fff;
}


.pricing-price {
    padding: 20px 5px;
	font-size:26px;
	font-weight:700;
	line-height:1.3;
	margin:0 auto;
	color:#000;
	background:#fff;
	position:relative;
}


.price-03 .pricing-price {
	color:#fff;
	background:#30b954;
}
.price-04 .pricing-price {
	color:#fff;
	background:#4081ed;
}
.price-05 .pricing-price {
	color:#fff;
	background:#fd9b1d;
}
.price-06 .pricing-price {
	color:#fff;
	background:#d80c00;
}




.pricing-price span{
	font-size:14px;
	font-weight:400;
}

.pricing-price span.dollar{
	display:inline-block;
	margin-top:5px;
	font-size:16px;
	vertical-align:top;
}

.savings{
	font-size:14px;
	line-height:50px;
	color:#000;
	min-height:50px;
	font-weight:900;
	background:#fff;
}


.price-03 .savings{
	color:#00a859;
}
.price-04 .savings{
	color:#3775e2;
}
.price-05 .savings{
	color:#f7961c;
}
.price-06 .savings{
	color:#d80c00;
}




.pricing-btn {
	padding:20px 15px;
	background:#fff;
	border-top:1px dashed #ddd;
}

.pricing-btn .btn{
    padding: 12px 5px;
	font-size:13px;
}

.pricing-saving-blank {
	background:transparent;
}





.pricing-table .row {
	margin-right: -5px;
	margin-left: -5px;
}

.pricing-table-item {
	padding-right: 5px;
    padding-left: 5px;
}


/**************************** Contact ******************************/



.contact-info-box {
	font-size:14px;
}

.contact-form {
	background-color: #fff;
    padding: 40px;
}

/*.contact-form, .contact-txt {
    display: table-cell;
    vertical-align: top;
    float: none;
    box-sizing: border-box;
}*/



@media all and (max-width:992px){
	.contact-info-box {
		padding:0 0 40px 0;
	}
}

@media all and (max-width:767px){
	.contact-form {
		padding: 40px 15px;
	}

}

#giftcards {
	padding: 50px 0;
}



/************************ FAQ ************************/




#faq .help-item{
	padding: 40px 0 30px;
}



#faq h3{
	padding: 5px 0 0 0;
}


.br-dashed-bottom {
    border-bottom: 1px dashed #aaa;
}


#faq {
	font-size:16px;
}

.register-form {
	font-size:14px
}


.nav-faq {
	margin-bottom:30px;	
}

.nav-faq .nav-link.active, .nav-faq .show>.nav-link {
    color: #fff;
    background-color: #d90303;
}














/************************ Home ************************/

.home-intro {
	border-width: 1px;
    border-color: #ddd;
    border-style: solid;
	padding:40px 0 30px;
}

.home-intro-step {
    border: 1px solid #d80c00;
    color: #fff;
    background: #d80c00;
    font-size: 16px;
    font-weight: 700;
    line-height: 36px;
    text-align: center;
    width: 40px;
    height: 40px;
    float:left;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
}

.home-intro p{
	font-size:16px;
	padding-left:60px;
}

.home-intro p strong{
	font-size:20px;
	font-weight:900;
	margin-bottom:10px;
}

.home-intro p a{
	display:inline-block;			
	margin:10px 0 0;
}




.home-item-header {
    padding: 10px 20px;
    background: #e7e7e7;
    border-width: 1px 1px 0 1px;
    border-style: solid;
    border-color: #ddd;
    font-weight: 700;
}

.home-item {
    border-width: 1px;
    border-color: #ddd;
    border-style: solid;
    padding: 15px 20px;
}

.home-item span{
	font-size:26px;
	display:inline-block;
	padding:5px 0;
}

.home-item-links {
    padding: 15px 20px;
    border-width:  0 1px 1px 1px;
    border-style: solid;
    border-color: #ddd;
	font-size:15px;
}

.side-links {
    border-width: 1px;
    border-color: #ddd;
    border-style: solid;
    padding: 10px 20px ;
	font-size:14px;
}


.side-links h4{
	padding:10px 0 0; 
}

.side-links ul {
	margin-bottom:0;
}
.side-links ul li {
    padding: 15px 0;
    line-height: 1.5;
    border-top: 1px dashed #ccc;
    font-size: 14px;
}

.side-links  ul li.first {
    border-top: 0;
}

.side-links ul li i{
	 color: #999;
    margin: 0 15px 0 0;
    font-size: 20px;
}

.country-select a{

    display:block;
	border: 1px solid #ddd;
	text-align:center;
    text-decoration: none !important;
	padding:20px;
	margin-bottom:30px;
	font-size:17px;
    border-radius: 5px;

}

.country-select a:hover{
	background-color: #ddd;
}

.country-select img {
    margin: 0 auto 10px;
    display: block;
    width: 50px;
}

.country-select .country-recipients {
    display: block;
    margin: 0 0 10px;
    color: #000;
    font-size: 14px;
    font-weight: 700;
}

.choose-country-selected {
    padding: 12px;
    border: 1px solid #ddd;
    background: #f7f7f7;
    margin: 10px 0 !important;
}
.choose-country-selected img{
	display:inline-block;
	margin-right:15px;
	vertical-align:middle;
	width:35px;
}

.choose-country-selected span{
	display:inline-block;
	vertical-align:middle;
}



/************************ Send ************************/

.send-item {
    border-width: 1px 1px 0 1px;
    border-color: #ddd;
    border-style: solid;
	padding:0;
}

.send-links {
    padding: 15px 20px;
    border-width: 1px;
    border-style: solid;
    border-color: #ddd;
	font-size:15px;
}

.send-label{
    font-size: 12px;
    font-weight: 700;
    display: block;
}
.send-info {
    font-size: 13px;
    padding-bottom: 10px;
    display: block;
}



/************************ Buy ************************/


.buy-radio {

	border: 1px solid #ddd;
    background: #fff;
    padding: 15px 20px;
    border-radius: 6px;
    margin-bottom: 10px;
    font-size: 15px;

}

.buy-section {
	border-bottom: 1px dashed #ddd;
}



.buy-table {
/*    margin-right: -5px;
    margin-left: -5px;*/
}

.buy-item {
/*    padding-right: 5px;
    padding-left: 5px;*/
}


.buy-item a{
	display:block;
	text-decoration:none;
	text-align:center;
	background: #d90303;
    background: -moz-linear-gradient(top, #d90647 0%, #d90303 100%);
    background: -webkit-linear-gradient(top, #d90647 0%, #d90303 100%);
    background: -o-linear-gradient(top, #d90647 0%, #d90303 100%);
    background: -ms-linear-gradient(top, #d90647 0%, #d90303 100%);
    background: linear-gradient(to bottom, #d90647 0%, #d90303 100%);
    text-align: center;
	padding-top:30px;
	margin-bottom:10px;
}

.buy-item a:hover{

}

.buy-item a .entries{
	width: 120px;
    height: 120px;
    border-radius: 60px;
    background: #fff;
    color: #d90303;
    display: block;
    margin: 0 auto 30px;
    font-size: 32px;
    font-weight: 900;
	line-height:1.0;
	padding-top:35px;
    -webkit-box-shadow: 0px 10px 40px 0px rgba(54,54,54,0.15);
    -moz-box-shadow: 0px 10px 40px 0px rgba(54,54,54,0.15);
    box-shadow: 0px 10px 40px 0px rgba(54,54,54,0.15);
	position: relative;
}


.buy-item a .entries:after {
    height: 0;
    width: 0;
    border-left: 17.5px solid transparent;
    border-right: 17.5px solid transparent;
    border-top: 15px solid #d90303;
    display: block;
    content: "";
    position: absolute;
    bottom: -45px;
    left: 50%;
    margin-left: -17.5px;
}


.buy-item a .entries-label{
	font-size: 18px;
    font-weight: 300;
    display: block;
	margin-top:2px;
}

.buy-item a .price {
    display:block;
	background: #f7f7f7;
    font-size: 32px;
    padding: 40px 15px 30px 15px;
    color: #222;
    font-weight: 900;
    line-height: 1.1;
    border: 1px solid #ddd;
}

.buy-item a .dollar {
    display: inline-block;
    font-size: 16px;
    vertical-align: top;
}
.buy-item a .price-label {
	font-size: 18px;
    font-weight: 400;
}


.buy-item a .buy-btn{
    border-top: 1px solid #ddd;
    margin-top: 20px;
    padding-top: 20px;
	display:block;
}
 
.buy-item a .btn {
    padding: 10px 15px;
    font-size: 14px;
}


.br-top {
	border-top:1px solid #ddd;
	margin-top:50px;
	padding-top:50px;
}


.buy-item .special {
    background: #111;
    color: #fff;
    text-align: center;
    padding: 5px;
    font-weight: 700;
    font-size: 14px;
	display:block;
	min-height:34px;
}


.buy-item .special-blank {
    background: transparent;
}





.buy-item-02 a{
	display:block;
	overflow:hidden;
	border:1px solid #ddd;
	color:#000;
	margin-bottom:30px;
	position:relative;
	box-shadow: 0 1px 8px rgba(0,0,0,.1);
}


.buy-item-02 .special{
	position:absolute;
	font-size:14px;
	bottom:0;
	right:0;
	color: #fff;
    background: #000;
	padding:3px 20px 4px;
	text-align:right;
	z-index:100;
}





.buy-item-02 .special-03 {
	color:#fff;
    background: #30b954;
}
.buy-item-02 .special-04 {
	color:#fff;
    background: #4081ed;
}
.buy-item-02 .special-05 {
	color:#fff;
    background: #fd9b1d;
}
.buy-item-02 .special-06 {
	color:#fff;
    background: #d80c00;
}


.buy-item-02 a:hover{
	border:1px solid #000;
}


.buy-item-02 a .entries {
	float:left;
	width:50%;
	padding:30px 0 40px 20px;
	color:#000;
	font-size:26px;
	font-weight:400;
	line-height:1.1;
	position:relative;
	background:#fff;
}


.buy-item-02 a .entries span {
	font-size:16px;
	font-weight:400;
	display:block;
}

.buy-item-02 a .entries:after {
	content: '';
    position: absolute;
    right: -24px;
    top: 0;
    width: 0;
    height: 0;
    border: 0 solid transparent;
	border-top: 60px solid transparent;
	border-bottom: 60px solid transparent;
	border-left: 24px solid #fff;
    z-index: 10;
}


.buy-item-02 a .price {
	float:left;
	width:50%;
	padding:30px 20px 40px 0;
	background:#ddd;
	color:#000;
	text-align:right;
	font-size:26px;
	font-weight:900;
	line-height:1.1;
}


.buy-item-02 a .price sup{
	display: inline-block;
    margin-top: 5px;
    font-size: 16px;
	font-weight:400;
}

.buy-item-02 a .price span{
	font-size:16px;
	font-weight:400;
}


.buy-item-gst {
	color: #666;
	font-size:13px;
}

@media all and (max-width:992px){
	.buy-item-02 a {
	margin-bottom:20px;
	}
	
	.buy-item-gst {
		margin-bottom:20px;
	}
}




	
.buy-balance {
	border:1px solid #ddd;
	    background: #f7f7f7;
	padding:15px 20px;
	border-radius:6px;
	margin:30px 0;
	font-size:15px;
}
.buy-balance .entries {
	font-weight:700;
	display:inline-block;
}


.buy-balance a {
	padding:0 15px;
	display:inline-block;
}

.buy-balance h3 {
	padding:0;
}

.buy-balance p {
	padding:0;
}

.buy-info {
	padding:0 0 20px;
	text-align:center;
}



.table-payment{
	background:#e7e7e7;
}

.table-payment>tbody>tr>td{
	padding:10px 20px;
}

.table-payment>tbody>tr.payment-subtotal>td {
	font-weight:900;	
}

.table-payment>tbody>tr.payment-total-gst {
	border-top:5px solid #FFF;
}

.table-payment>tbody>tr.payment-total-gst>td {
	font-size:17px;
	text-transform:uppercase;
	font-weight:900;
}

.table-payment>tbody>tr.payment-cc {
	border-top:5px solid #FFF;
}

.total-pay {
	font-size:24px;
}

.payment-method {
	padding:15px;
	border:1px solid #ddd;
	margin-bottom:15px;
}


.payment-method .radio{
	margin:15px;
}

.payment-method .radio label{
	width:100%;
}


.payment-method img{
	width: 120px;
	margin:10px 0;
}

.payment-method p{
	font-size:15px;
	padding: 0;
	margin: 0;
	color:#666;
}
.form-cc {
	margin-top:20px;
	padding:20px 20px 0 20px;
	font-size:14px;
	border-top:1px solid #ddd;
	display:none;
}
.payment-cc {
	display:none;
}

.payment-item {
	border:1px solid #ddd;
	background:#f7f7f7;
	padding:20px 30px;
	margin-bottom:20px;
}


.payment-price {
	font-size:36px;
	font-weight:900;
	border-top:1px dashed #ddd;
	margin-top:15px;
	padding-top:15px;
	line-height:1.1;
}
.payment-price span{
	font-size: 16px;
    font-weight: 700;
    display: block;
}

.payment-price sup {
    font-size: 20px;
    font-weight: 400;
}


.payment-entries {
	color:#d90303;
	font-size:36px;
	font-weight:900;
	line-height:1.1;
}

.payment-entries span{
	font-size: 16px;
    font-weight: 700;
    display: block;
}








.filter {
	padding:20px 20px 10px;
	border:1px solid #ddd;
}
.filter .btn{
    padding: 12px;
}

.filter .has-error .form-control {
	box-shadow: inset 0 0 0 rgba(0,0,0,0);
    outline: none !important;
}


.filter .form-control {
    font-size: 12px;
	padding: 12px;
	outline:none;
	box-shadow: inset 0 0 0 rgba(0,0,0,0);
    outline: none !important;
}

.filter .filter-input input:focus.form-control {
	border-color:#ccc;
	border-style: solid;
    border-width: 1px 0 1px 1px;
}


.filter .has-error .filter-input input:focus.form-control {
	border-color:#a94442;
	border-style: solid;
    border-width: 1px 0 1px 1px;
}

.filter .input-group-addon {
    background: #fff !important;
    border-radius: 0;
    cursor: pointer;
	font-size:12px;
}

.filter .filter-input .form-control {
    border-right: 0;
}

.filter .filter-custom {
    display: none;
}

.table .table-time {
	display:block;
	font-size:11px;
	color:#666;
}

.filter-custom-col {
	border-bottom:1px dashed #ccc;
	padding-bottom:20px;
	margin-bottom:20px;
}


.ui-widget {
	font-size:14px !important;
}

.pagination {
	font-size:13px !important;

}

.timezone {
	font-size:12px;
}


@media all and (max-width:992px){
	.filter {
		margin-bottom:25px;
	}
}



.refnumber {
    background: #e1f0fc;
    padding: 15px 20px;
    font-size: 16px;
}


.refnumber .number{
    font-weight: 700;
    font-size: 28px;
}


.refdetails {
	background:#e7e7e7;
	padding:20px;
	margin-bottom:20px;
}

.bpay img{
	float:left;
	margin-top:3px;
}

.bpay p{
	padding:0 0 0 50px;
}



/************** invoice ************/


.print-show {
	display:none;
}


.inv .inv-logo img{
	width:100px;
}
.inv .inv-ui {
    text-align: right;
    font-size: 11px;
    padding: 0 0 10px;
	line-height:1.3;
}
.inv .inv-heading {
    font-size: 24px;
    font-weight:700;
    padding: 0 0 10px;
}


.inv .inv-account {
    font-size: 14px;
    padding: 0 0 20px;
}
.inv .inv-account strong {
	display: block;
    margin: 0 0 6px 0;
}
.inv .inv-account span {
	font-size: 17px;
	padding: 0 0 15px;
	display: block;
	font-weight:700;
}
.inv .inv-details th{
    padding: 8px 15px;
    font-size: 15px;
	background: #d90303;
	color: #fff;
}
.inv .inv-details td{
	font-size: 13px;
    padding: 8px 15px;
    background: #f7f7f7;
}
.inv .inv-amount {
	margin-top:20px;
}
.inv .inv-amount th{
	background: #333333;
	color:#fff;
    font-size: 13px;
    padding: 8px 15px;
}
.inv .inv-amount td{
    padding: 8px 15px;
	font-size: 13px;
	vertical-align:top;
}
.inv .inv-amount-total {
	background: #f7f7f7;
	font-weight: 700;
}
.inv .inv-amount-total-gst {
	background: #e7e7e7;
	font-weight: 700;
}
.inv .inv-amount-total-pay {
	font-weight: 700;
}

.inv .inv-pay-heading {
    color: #000000;
    font-size: 17px;
    text-align: left;
	font-weight: 700;
    padding: 10px 0 0 0;
}

.inv .inv-pay-method {
    color: #ffffff;
    font-size: 14px;
    padding: 8px 15px;
    text-align: left;
    background: #d90303;
    font-weight: 700;
}

.inv .inv-pay-blue {
    background: #e1f0fc;
    padding: 10px;
    line-height: 1.5;
    font-size: 12px !important;
}

.inv .inv-pay-bpay {
    width: 40px;
    padding-right: 6px;
}

.inv .inv-bank td {
	padding:2px 0;
}
.inv .inv-pay-details {
    font-size: 12px;
    text-align: left;
    line-height: 1.3;
}
.inv .inv-bank-text {
	font-weight: 700;
}
.inv .inv-bank {
    width: 100%;
    background: #e1f0fc;
    padding: 8px 15px;
    margin: 15px 0 15px 0;
}
.inv-confirm {
	display:none;
}

.inv .inv-pay-grey {
	border: 1px solid #dae8e7 !important;
    background: #f7f7f7 !important;
	padding: 10px;
	font-size:12px;
}


.inv .inv-pay-type {
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom:1px dashed #dddddd;
}

.inv .inv-amount-item span{
	font-size:12px;
	color:#888888;
}

.inv .inv-pay-type-heading {
	font-size:14px;
	font-weight:700;
	display:inline-block;
	margin-bottom:5px;
}




/**************************** Send **************************/

a.send-type {
	display:block;
	text-decoration:none !important;
	border:1px solid #ddd;
	color:#000 !important;
	text-align:left;
	padding:20px 20px 20px 0;
	margin-bottom:30px;
	box-shadow: 0 1px 8px rgba(0,0,0,.1);
	overflow:hidden;
}


a:hover.send-type {
	border:1px solid #000;
}

.send-type span.send-name{
	display:block;
	font-size:16px;
	padding:10px 0 0 40%;

}

.send-type span.send-name strong{
	font-size:18px;
	font-weight:900;
}

.send-type img{
	width:40%;
	margin:0;
	float:left;
}



.send-form .btn {
    /**padding: 12px;***/
}

.bulk-link {
    font-size: 13px;
    padding: 10px 15px;
    display: block;
}

.icon-link {
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
}

a.link-viewall span {
    color: #000 !important;
}


h4.send-step-title span {
    float: left;
    border: 1px solid #d80c00;
    color: #fff;
    background: #d80c00;
    font-size: 16px;
    font-weight: 700;
    line-height: 36px;
    text-align: center;
    width: 40px;
    height: 40px;
    margin: -7px 15px 0 0;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
}


.send-step-item {
    padding: 0 0 20px 55px;
	border-bottom:1px dashed #ddd;
	margin-bottom:40px;
}


@media all and (max-width:767px){
	.send-step-item {
		padding: 0 0 20px 0;
	}
	
	h4.send-step-title span {
		display:block;
		float:none;
		margin:0 auto 20px;
	}
	

}




.emailpreview {
	line-height:1.2;
	max-width:640px;
	margin:0 auto;
	padding:0 20px 20px 20px;
	font-family:Arial, Helvetica, sans-serif;
}

.emailpreview .email-winheader {
}

.emailpreview .email-prizetext {
	padding:20px 0;
	font-size:14px;
}

.emailpreview .email-prizetext li{
	padding-bottom:5px;
}



.emailpreview .email-button {
	padding:20px;
	text-align:center;
	background: #eeeeee;
}

.emailpreview .email-button img{
	display:block;
	margin:0 auto;
}

.emailpreview .prize-item {
	background:#000;
	color:#fff;
	text-align:center;
	font-size:13px;
	padding:15px;
	margin-bottom:20px;
}


.emailpreview .prize-amt {
	font-weight:900;
	font-size:24px;
}

.emailpreview .prize-red {
	background: #d90303;
}
.emailpreview .prize-text {
	padding: 20px; 
}





.emailpreview .email-client {
	padding-bottom:20px;
}
.emailpreview .email-heading {
	font-size: 20px;
    font-weight: 700;
    padding: 20px 0;
	text-align:center;
}
.emailpreview .email-message {
	background:#eee;
    padding: 20px;
	margin-bottom:20px;
	font-size:14px;
}

.emailpreview .email-from {
	background:#fff;
}
.emailpreview .table {
	border:1px solid #ddd;
}

.message-row {
	border-top:1px solid #ddd;
}


.emailpreview .email-terms {
	font-size:11px;
	color:#6a6d6e;
	margin-bottom:20px;
	padding:20px;
	background: #eeeeee;
}
.emailpreview .email-footer {
	font-size:11px;
	color:#6a6d6e;
}

.emailpreview .email-footer img{
	display:inline;
	margin-left:5px;
	vertical-align:top;
}

.table-emailprizes{
	border-bottom: 1px solid #dddddd; 
}

.table-emailprizes th{
	background:#cccccc;
	font-size:16px;
	padding:15px 20px 15px 20px;
	text-align:left;
}

.table-emailprizes td{
	font-size:16px;
	padding:20px;
	text-align:left;
}

.table-emailprizes tr.row-red {
	background:#d90303;
	color:#fff;
}
.table-emailprizes span.prizeamt {
	font-weight:700;
	font-size:22px;
}
.text-inline {
	display:inline-block;
}

.table-confirm>tbody>tr>td{
	font-size:16px;
	white-space:normal !important;
}

.email-giftcards {
	display:block;
	margin:10px auto;
}

.modal-dialog-top {
    margin: 0 auto 30px;
}


@media all and (max-width:480px){

	.table-confirm>tbody>tr>td{
		font-size:14px;
	}

}

.send-emailpreview {
	display:block;
	border:1px solid #ddd;
	padding: 15px 20px;
}

.send-emailpreview i {
    color: #999;
    margin: 0 15px 0 0;
    font-size: 20px;
}



.smspreview {
	position: relative;
	overflow: hidden;
		border:1px solid #ddd;
	padding: 15px 20px;
	font-size:14px;
}

.smspreview .sms-from {
    text-align: center;
    padding: 10px 0;
    font-weight: 700;
    margin: 0 0 10px;
	border-bottom:1px solid #ddd;
}

.sms-no {
	text-align:center;
	display:block;
	font-size:11px;
	padding:5px 0;
	color:#666;
}


.smspreview .sms-message {
    padding: 10px 15px;
    background: #e7e7e7;
    border-radius: 10px;
    word-wrap: break-word;
	margin-bottom:10px;
}

.smspreview .sms-url {
    color: #0072bc;
    text-decoration: underline;
}


.smspreview:hover .sms-preview-overlay, .smspreview:focus .sms-preview-overlay {
	opacity:1;
}

.smspreview .sms-preview-overlay {
	opacity:0;
	-webkit-transition: opacity .25s ease;
	background:rgba(0,0,0,.70);
	position: absolute;
	top: 0;
	left: 0;
	width:100%;
	height:100%;
}

.smspreview .sms-preview-overlay span{
	color:#fff;
	text-align:center;
	display:block;
	padding:110px 0 0;
	font-size:20px;
	font-weight:700;
	
}
.modal-new-email, .modal-new-mobile {
    display: none;
    padding: 0 15px 15px;
}

.modal-mobile, .modal-email {
    padding: 0 15px 15px;
}



.processing {
	text-align:center;
	padding:30px;
	background:#e1f0fc;
}

.processing h4{
	padding:0;
}
.processing img{
	width:80px;
	margin:0 auto;
}

/*********** Help ***********/

.contact-item {
	border:1px solid #ddd;
	padding:20px;
	height: 100% !important;
	background:#f7f7f7;
	text-align:left;
	font-size:14px;
}

.contact-item i{
	color:#d90303;
	margin-bottom:20px;
	font-size:32px;
}

.faq-questions {
	text-align: left;
}

.faq-questions a{
	display: block;
	margin-bottom: 6px;
}

.faq-anchor {
    position: relative;
}
.faq-anchor a {
    position: absolute;
    top:-70px;
}

/*********** Help ***********/


.account-section-box {
	padding: 25px 30px 10px;
	background:#f7f7f7;
	border: 1px solid #ddd;
}

.account-section {
	padding: 30px 0;
}

.br-dashed-top	{
	border-top: 1px dashed #ddd;
}




.heading-underline:after {
    display: block;
    content: "";
    height: 3px;
    width: 100px;
    background: #d80c00;
    margin: 20px auto 40px;
    margin-top: 20px;
    position: relative;
}


.table-win .prize{
	font-size: 20px;
	font-weight:900;
    display: block;
}

.table-win .prize{
	font-size: 20px;
	font-weight:900;
    display: block;
}

.table-win .prize500{
	background: #222;
	color:#FFF;
}


.cancel-entry {
	padding:20px;
	background:#e7e7e7;
}


.inline-text {
	display:inline-block;
}

.fweight400 {
	font-weight:400 !important;
}

.winners-list{
    margin-bottom:40px;
    padding-bottom:40px;
    border-bottom:1px dashed #ddd;
}
.winners-testimonials {
    display: flex;
    flex-wrap: nowrap;
}
.winners-img {
    width:100px;
    margin-right:30px;
    
}

.winners-circle {
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 5px 20px #ddd;
}

.winners-img img{
    max-width:100px !important;
}

@media all and (max-width:767px){

.winners-img img{
    max-width:75px !important;
}

}



