.index {
	background: #f2f2f2;
}

.index header .primary-link {
	display: none;
}

.index .main {
	display: table;
	font-size: 0;
	height: 100%;
	table-layout: fixed;
}

.index .main .header-push,
.index .main .footer-push {
	display: table-row;
}

.index .main .main-inner {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}

.index .info,
.index .ticker {
	font-size: 18px;
	padding: 40px 0 60px;
	position: relative;
}

.index .info {
	float: left;
	padding-right: 30px;
	width: 380px;
}

.index .ticker {
	float: right;
	width: 380px;
}

.index h1 {
	color: #313632;
	margin: 11px 0 0;
	text-align: left;
	font-size:57px;
}

.index h1:lang(fr) {
	font-size:42px;
}

@media (max-width: 768px) {
	.index h1:lang(fr) {
		font-size:28px;
	}
}

.index h2 {
	font-family: inherit;
	font-weight: normal;
	font-size: inherit;
	margin: 25px 0 2em;
}

.index .button {
	margin: 10px 0;
	max-width: none;
}

.index .app-marketing p:lang(en) {
	line-height: 40px;
	float:left;
	margin: 0;
}

.index .app-marketing p:lang(fr) {
	line-height: 40px;
	margin: 0;
	text-align:center;
	float:none;
}

.index .ticker p {
	color: #76b844;
	margin: 21px 0 17px;
	line-height: 20px;
	text-align: center;
}

.index .ticker-inner,
.index .ticker-curtain {
	height: 355px;
}

.index .ticker-curtain {
	background-image: -moz-radial-gradient(center, ellipse cover,  rgba(50,50,50,0.1) 0%, rgba(71,71,71,0.1) 68%, rgba(71,71,71,0) 73%, rgba(80,80,80,0) 100%), -moz-radial-gradient(center, ellipse cover,  rgba(50,50,50,0.1) 0%, rgba(71,71,71,0.1) 65%, rgba(71,71,71,0) 70%, rgba(80,80,80,0) 100%); /* FF3.6+ */
	background-image: -webkit-radial-gradient(center, ellipse cover,  rgba(50,50,50,0.1) 0%,rgba(71,71,71,0.1) 68%,rgba(71,71,71,0) 73%,rgba(80,80,80,0) 100%), -webkit-radial-gradient(center, ellipse cover,  rgba(50,50,50,0.1) 0%,rgba(71,71,71,0.1) 65%,rgba(71,71,71,0) 70%,rgba(80,80,80,0) 100%); /* Chrome10+,Safari5.1+ */
	background-image: radial-gradient(ellipse at center,  rgba(50,50,50,0.1) 0%,rgba(71,71,71,0.1) 68%,rgba(71,71,71,0) 73%,rgba(80,80,80,0) 100%), radial-gradient(ellipse at center,  rgba(50,50,50,0.1) 0%,rgba(71,71,71,0.1) 65%,rgba(71,71,71,0) 70%,rgba(80,80,80,0) 100%); /* W3C */
	background-size: 100% 10px;
	background-repeat: no-repeat;
	background-position: 0 -5px, 0 350px;
	pointer-events: none;
	position: absolute;
	width: 100%;
}

.index .ticker-inner {
	border: 1px solid #e7e7e7;
	border-width: 0 1px;
	font-size: 14px;
	margin: 0 11px;
	overflow: hidden;
}

.index .ticker .offer {
	border-top: 1px solid #e7e7e7;
	background: white;
	display: table;
	height: 58px;
	table-layout: fixed;
	width: 100%;
}

.index .ticker .offer:not(.init) {
	animation: new-offer 1s;
	-webkit-animation: new-offer 1s;
}

@keyframes new-offer {
	0% {
		background: #e4f1da;
		margin-top: -59px;
	}
	50% {
		background: #e4f1da;
		margin-top: -59px;
	}
	100% {
		background: white;
		margin-top: 0;
	}
}

@-webkit-keyframes new-offer {
	0% {
		background: #e4f1da;
		margin-top: -59px;
	}
	50% {
		background: #e4f1da;
		margin-top: 0;
	}
	100% {
		background: white;
	}
}

.index .ticker .offer > * {
	display: table-cell;
	vertical-align: middle;
}

.index .ticker .offer .img {
	border-right: 1px solid #e7e7e7;
	line-height: 0;
	width: 58px;
}

.index .ticker .offer img {
	max-width: 58px;
}

.index .ticker .offer .offer-details {
	padding: 0 10px;
	width: 100%;
}

.index .ticker .offer .offer-details span {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.index .ticker .offer .offer-details .offer-description {
	font-size:12px;
	color:#80807e;
}

.index .ticker .offer .offer-name,
.index .ticker .offer .cash-back-amount {
	display: block;
	font-family: 'Avenir LT W01 95 Black';
	margin-bottom:0px;
}
.index .ticker .offer .cash-back-amount {
	margin-top:1px;
	margin-bottom:-2px;
}
.index .ticker .offer .cash-back {
	color: #76b844;
	padding-right: 10px;
	text-align: right;
	width: 55px;
}
.index .ticker .offer .cash-back .cash-back-description {
	font-size:12px;
}

.app-icons a:lang(fr), .blank-app-icon:lang(fr) {
	float: left;
	height: 40px;
	/*
	margin-right: 0em;
	margin-left: 0em;*/
	width:134px;
	margin-top: 0.5em;
}

.app-icons:lang(fr) {
	margin: 0em 1em 1em 3em;
}

@media (max-width: 768px) {
	.index .main .container {
		display: block;
		padding: 0;
	}
	.index .main .main-inner {
		padding-bottom:20px;
	}
	.index h1 {
		margin: 0 auto;
		width: 250px;
		font-size:37px;
		text-align:center;
	}
	.index h2 {
		font-size: inherit;
		text-align: center;
	}
	.index .ticker,
	.index .info {
		float: none;
		margin: 0 auto;
		max-width: 380px;
		padding: 0;
		width: 100%;
	}
	.index .main .container .inner {
		display: block;
		margin: 0 auto;
		max-width: 380px;
		width: 100%;
	}
	.index .info {
		padding-top: 20px;
	}
	.index .ticker-inner,
	.index .ticker-curtain {
		height: 235px;
	}
	.index .ticker-curtain {
		background-position: 0 -5px, 0 230px;
	}
	.index .ticker p {
		margin-top: 20px;
	}
	.index .seperator,
	.index .app-marketing {
		margin: 1em auto;
		width: 266px;
	}
}

