:root {
	overflow-y: scroll;
}

body {
	background: white;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #858485;
	padding-top: 78px;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	line-height: 1.5em;
}

:focus, :active {
	outline: 0!important;
}

::selection {
  background: #FF006E; /* WebKit/Blink Browsers */
  color: white;
}

::-moz-selection {
  background: #FF006E; /* Gecko Browsers */
  color: white;
}

strong {
	font-weight: 700;
}

.container {
	max-width: 1280px;
	margin: 0 auto;
	position: relative;
}

.button,
a.button,
input[type=button],
input[type=submit],
section.main .button,
section.main a.button,
section.main input[type=button],
section.main input[type=submit] {
	display: inline-block;
	padding: 0.5em 1em;
	margin: 0 0.25em;
	text-align: center;
	background: #c52369;
	color: white;
	font: inherit;
	font-weight: 600;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 4px;
	border: none;
	line-height: 1.2em;
	cursor: pointer;
}

.button:hover,
a.button:hover,
section.main a.button:hover {
	background: #DE3E83;
}

.button:focus,
a.button:focus {
	background: #AB1E5B;
}

input[type=text],
input[type=email],
input[type=search] {
	display: inline-block;
	font: inherit;
}

header {
	border-bottom: 2px solid #A61A72;
	padding: 1em;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
	background: white;
	-webkit-transition: padding 0.5s;
	-o-transition: padding 0.5s;
	transition: padding 0.5s;
}

header .search {
	display: block;
	position: absolute;
	bottom: 100%;
	left: 0;
	width: 100%;
	-webkit-transition: margin 0.5s;
	-o-transition: margin 0.5s;
	transition: margin 0.5s;
	background: #A61A72;
	height: 78px;
	padding: 1em;
	z-index: 16;
}

.search-open header .search {
	margin-bottom: -78px;
}

#searchform {
	display: block;
	max-width: 640px;
	margin: 0 auto;
	position: relative;
}

#s {
	display: block;
	border: 1px solid white;
	background: transparent;
	padding: 0.5em;
	color: white;
	border-radius: 4px;
	width: calc(100% - 83px);
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

header .search input[type=submit] {
	position: absolute;
	top: 0;
	right: 0;
	border: 1px solid white;
	width: 80px;
	padding: 0;
	height: calc(100%);
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.search-open header {
	padding-top: 98px;
}

header .logo {
	display: block;
	width: 120px;
}

header .logo img {
	display: block;
	width: 100%;
}

header a.nav-opener {
	display: block;
	position: fixed;
	top: 0.5em;
	right: 0.5em;
	width: 40px;
	height: 40px;
	line-height: 40px;
	color: #c52369;
	font-size: 30px;
	text-decoration: none;
	z-index: 15;
	-webkit-transition: margin 0.5s;
	-o-transition: margin 0.5s;
	transition: margin 0.5s;
}

.admin-bar header a.nav-opener {
	margin-top: 46px;
}

.search-open header a.nav-opener {
	margin-top: 82px;
}

.admin-bar.search-open header a.nav-opener {
	margin-top: 130px;
}

@media (min-width: 782px) {
	.admin-bar header a.nav-opener {
		margin-top: 32px;
	}
}

header a.nav-opener i {
	display: block;
	position: absolute;
	top: 50%;
	left: 25%;
	width: 50%;
	height: 2px;
	margin: -1px;
	background: currentColor;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

header a.nav-opener i:first-of-type { top: 35%; }
header a.nav-opener i:last-of-type { top: 65%; }

nav.main {
	font-weight: 300;
	font-size: 20px;
	z-index: 14;
	padding: 0;
	cursor: default;
}

nav.main .user-actions {
	padding: 1em;
}

nav.main .user-actions .button {
	font-size: 14px;
}

nav.main ul {
	list-style: none;
	display: block;
	padding: 0;
	margin: 0;
}

nav.main ul li {
	list-style: none;
	display: block;
	padding: 0 0.75em;
	margin: 0;
}

nav.main ul li a {
	color: inherit;
	text-decoration: none;
	display: block;
	padding: 0.5em;
}

nav.main ul li a:hover,
nav.main ul li a:focus,
nav.main ul li a:active {
	color: #C52369;
}

nav.main ul li.menu-item-has-children > a:after {
	content: "";
	display: inline-block;
	margin: 0 0 0 0.5em;
	content: "\e908";
	font-family: "perks-icons";
	font-size: 0.5em;
	vertical-align: middle;
}

nav.main ul li a[href*=for-employers]:before {
	content: "\e90a";
	display: inline-block;
	margin: 0 0.5em 0 0;
	font-family: "perks-icons";
	font-size: 1.25em;
	width: 1em;
	text-align: center;
}

nav.main ul li a[href*=for-employees]:before {
	content: "\e909";
	display: inline-block;
	margin: 0 0.5em 0 0;
	font-family: "perks-icons";
	font-size: 1.25em;
	width: 1em;
	text-align: center;
}

nav.main ul li ul {
	background: #181818;
	margin: 0 -0.75em;
	padding: 0.5em 1em;
}

nav.main .social {
	padding: 0.5em 1em 1em;
}

nav.main .social a {
	color: white;
	text-decoration: none;
	display: inline-block;
	padding: 0.25em;
	font-size: 1.2em;
}

nav.main .social a:hover,
nav.main .social a:focus,
nav.main .social a:active {
	color: #C52369;
}

#wpadminbar {
	position: fixed;
}

@media (max-width: 959px) {
	.admin-bar header {
		top: 46px;
	}

	.nav-open header a.nav-opener i {
		opacity: 0;
		-webkit-transform: rotate(135deg);
		-ms-transform: rotate(135deg);
		-o-transform: rotate(135deg);
		transform: rotate(135deg);
	}

	.nav-open header a.nav-opener i:first-of-type {
		opacity: 1;
		-webkit-transform: rotate(135deg);
		-ms-transform: rotate(135deg);
		-o-transform: rotate(135deg);
		transform: rotate(135deg);
		top: 50%;
	}

	.nav-open header a.nav-opener i:last-of-type {
		opacity: 1;
		-webkit-transform: rotate(225deg);
		-ms-transform: rotate(225deg);
		-o-transform: rotate(225deg);
		transform: rotate(225deg);
		top: 50%;
	}

	nav.main {
		position: fixed;
		top: -100%;
		left: 0;
		width: 100%;
		height: 100%;
		overflow: hidden;
		background: #2c2c2c;
		-webkit-transition: top 0.5s;
		-o-transition: top 0.5s;
		transition: top 0.5s;
		color: #858485;
		overflow: hidden;
		overflow-y: auto;
	}

	.nav-open nav.main {
		top: 0;
	}
}

@media (min-width: 782px) and (max-width: 959px) {
	.admin-bar header {
		top: 32px;
	}

	.admin-bar.search-open header a.nav-opener {
		margin-top: 116px;
	}
}

header a.search-opener {
	display: block;
	position: absolute;
	top: 0;
	right: 40px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	color: #c52369;
	font-size: 22px;
	font-family: "perks-icons";
	text-decoration: none;
	text-align: center;
}

header a.search-opener:before {
	content: "\e900";
}

header a.account-opener {
	display: block;
	position: absolute;
	top: 0;
	right: 80px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	color: #c52369;
	font-size: 22px;
	font-family: "perks-icons";
	text-decoration: none;
	text-align: center;
}

header a.account-opener:before {
	content: "\e90a";
}

@media (min-width: 960px) {
	body {
		padding-top: 0;
	}

	header {
		border-bottom: none;
		border-top: 5px solid #A61A72;
		padding: 2em 2em 1em;
		position: relative;
	}

	.search-open header {
		padding-top: 114px;
	}

	header .logo {
		width: 280px;
	}

	header a.nav-opener {
		display: none;
	}

	header a.search-opener {
		right: 420px;
	}

	.logged-in header a.search-opener {
		right: 440px;
	}

	header a.account-opener {
		display: none;
	}

	nav.main {
		text-align: center;
		padding: 1em 0 0;
	}

	nav.main .user-actions {
		position: absolute;
		top: 0;
		right: 0;
		padding: 0.25em;
	}

	nav.main .primary ul {
		position: absolute;
		top: 0;
		right: 280px;
		font-size: 18px;
	}

	.logged-in nav.main .primary ul {
		right: 300px;
	}

	nav.main ul li {
		display: inline-block;
		padding: 0;
		position: relative;
	}

	nav.main ul li ul {
		position: absolute;
		top: 100%;
		left: 0;
		white-space: nowrap;
		padding: 0.5em;
		font-size: 16px;
		font-weight: 400;
	}

	nav.main ul li ul li {
		display: block;
	}

	nav.main ul li.current_page_item a {
		color: #C52369;
	}

	nav.main .social {
		position: absolute;
		top: 0;
		right: 190px;
		padding: 0;
	}

	.logged-in nav.main .social {
		right: 210px;
	}

	nav.main .social a {
		color: #2c2c2c;
	}
}

section.banner {
	text-align: center;
	color: white;
	position: relative;
	z-index: 2;
}

section.banner .slides {
	position: relative;
	width: 100%;
}

section.banner .slides .slide {
	padding: 5em 0;
	width: 100%;
}

section.banner h1 {
	font-weight: 400;
	font-size: 32px;
	margin: 0;
	padding: 1em 0.25em;
}

section.banner h1 strong {
	font-weight: 700;
	display: block;
}

section.banner p {
	margin: 0;
	padding: 0 0 2em;
}

section.banner .button,
section.banner a.button {
	background: transparent;
	border: 1px solid white;
}

section.banner .button:hover,
section.banner .button:focus,
section.banner .button:active,
section.banner a.button:hover,
section.banner a.button:focus,
section.banner a.button:active {
	background: white;
	color: #A61A72;
}

section.banner .nav {
	text-align: center;
	padding: 1em 0;
}

section.banner .nav span {
	display: inline-block;
	width: 15px;
	height: 15px;
	background: #A3A3A3;
	font-size: 0;
	margin: 0 2px;
	vertical-align: top;
	border-radius: 50%;
	cursor: pointer;
}

section.banner .nav span.cycle-pager-active {
	background: #A61A72;
}

@media (min-width: 480px) {
	section.banner .slides .slide {
		padding: 2em 0;
	}
}

@media (min-width: 768px) {
	section.banner .slides .slide {
		padding: 5em 0;
	}

	section.banner h1 {
		font-size: 40px;
	}
}

footer {
	padding: 2em 1em;
	background: #2C2C2C;
	text-align: center;
}

footer .reward {
	text-transform: uppercase;
}

footer .reward em {
	font-style: normal;
	color: #c52369;
	display: block;
	font-size: 30px;
}

footer .copyright {
	padding: 1em 0;
	border-top: 1px solid #424242;
	border-bottom: 1px solid #424242;
	margin: 1em 0;
}

footer .license {
	font-size: 12px;
}

nav.footer,
footer .contact,
footer .email-us {
	display: none;
}

footer .newsletter input[type="text"],
footer .newsletter input[type="email"] {
	background: transparent;
	border: 1px solid white;
	padding: 0.25em 0.5em;
	font: inherit;
	font-weight: 300;
	color: white;
	border-radius: 4px;
}

footer .security {
	margin: 1em auto;
	background: white;
	padding: 1em;
	text-align: center;
	display: table;
}

footer .security img {
	display: block;
	width: 120px;
	height: 101px;
	margin: 0 auto;
}

@media (min-width: 960px) {
	footer .reward {
		text-align: left;
		float: left;
		margin: 0 0 1em 0;
	}

	footer .newsletter {
		float: right;
		padding: 0.5em 0;
	}

	footer .newsletter p {
		margin: 0 1em;
		display: inline-block;
	}

	footer .bottom {
		clear: both;
		border-top: 1px solid #424242;
		padding: 2em 0;
		overflow: hidden;
		position: relative;
	}

	nav.footer {
		display: table;
		float: left;
		font-size: 14px;
		margin-right: 40px;
		overflow: hidden;
		table-layout: fixed;
	}

	nav.footer ul {
		list-style: none;
		display: table-cell;
		padding: 0;
		margin: 0;
		text-align: left;
		position: relative;
		padding-right: 40px;
		width: 140px;
		-webkit-box-sizing: content-box;
		-moz-box-sizing: content-box;
		box-sizing: content-box;
	}

	nav.footer ul + ul {
		padding-right: 0;
	}

	nav.footer ul li {
		list-style: none;
		display: block;
		padding: 0;
		margin: 0;
	}

	nav.footer ul li a {
		display: block;
		border-bottom: 1px solid #424242;
		text-decoration: none;
		color: #F1F1F1;
		padding: 0.5em 1em 0.25em 0;
		white-space: nowrap;
	}

	nav.footer ul li a:hover,
	nav.footer ul li a:focus,
	nav.footer ul li a:active {
		color: #C52369;
	}

	footer .contact {
		display: block;
		float: left;
		text-align: left;
	}

	footer .contact .tel {
		display: block;
		color: white;
		font-weight: 700;
		font-size: 24px;
	}

	footer .contact .tel:before {
		display: inline-block;
		vertical-align: middle;
		content: "\e903";
		font-family: "perks-icons";
		font-weight: normal;
		margin: 0 0.25em 0 0;
	}

	footer .contact .email {
		display: block;
		text-decoration: none;
		color: white;
		margin: 0 0 0.5em 0;
	}

	footer .contact .email:hover {
		color: #C52369;
	}

	footer .contact .email:before {
		display: inline-block;
		content: "\e904";
		font-family: "perks-icons";
		font-weight: normal;
		margin: 0 0.5em 0 0;
	}

	footer .address {
		width: 220px;
		margin: 0 0 0.5em 0;
	}

	footer .address span {
		white-space: nowrap;
	}

	footer .social {
		font-size: 1.4em;
		cursor: default;
	}

	footer .social a {
		text-decoration: none;
		color: white;
	}

	footer .email-us {
		display: block;
		position: absolute;
		top: 1em;
		right: 1em;
		font-size: 24px;
		font-weight: 300;
		color: white;
		text-decoration: none;
		line-height: 2em;
	}

	footer .email-us:before {
		content: "\e905";
		font-family: "perks-icons";
		display: inline-block;
		font-size: 2em;
		vertical-align: middle;
		color: #C52369;
		margin: 0 0.25em 0.13em 0;
		line-height: 1em;
	}

	footer .copyright {
		border: none;
		text-align: left;
		font-size: 14px;
		padding: 0;
		margin: 0;
	}

	footer .license {
		text-align: left;
	}

	footer .security {
		margin: 0;
		position: absolute;
		bottom: 0;
		right: 0;
	}
}

@media (min-width: 1280px) {
	nav.footer {
		margin: 0 180px 0 0;
	}

	nav.footer ul {
		-webkit-column-gap: 60px;
		-moz-column-gap: 60px;
		-o-column-gap: 60px;
		column-gap: 60px;
	}

	footer .email-us {
		right: 0;
	}
}

section.main {
	padding: 1em;
	background: white;
}

section.main .container {
	max-width: 768px;
}

.page-id-29 section.main .container {
	max-width: 960px;
}

section.main h1 {
	font-weight: 300;
	color: #c52369;
	margin: 0 0 0.5em 0;
	font-size: 32px;
}

section.main h2 {
	font-weight: 300;
	font-size: 24px;
	margin: 2em 0 0.5em 0;
	color: #c52369;
}

section.main h3 {
	font-weight: 300;
	font-size: 22px;
	margin: 2em 0 0.5em 0;
	color: #c52369;
}

section.main a {
	color: #c52369;
	text-decoration: none;
}

section.main .video-iframe-wrapper {
	display: block;
	position: relative;
	margin: 2em 0;
}

section.main .video-iframe-wrapper:before {
	content: "";
	display: block;
	padding: 56.67% 0 0 0;
}

section.main .video-iframe-wrapper iframe {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

section.main .usps {
	font-size: 0;
	text-align: center;
	margin: 1rem 0;
}

section.main .usps .usp {
	display: block;
	font-size: 2rem;
	text-align: center;
}

section.main .usps .usp img {
	display: block;
	max-width: 100%;
	height: auto;
}

section.main .usps .usp ul {
	list-style: none;
	display: block;
	padding: 0 1em;
	margin: 0;
	font-size: 14px;
}

section.main .usps .usp ul li {
	list-style: none;
	display: block;
	padding: 0;
	margin: 1em 0;
}

@media (min-width: 768px) {
	section.main .usps .usp {
		display: inline-block;
		width: 33.33%;
		vertical-align: top;
	}
}

@media (min-width: 960px) {
	section.main {
		padding: 2em 2em 5em;
	}

	section.main h1 {
		font-size: 64px;
	}

	section.main h2 {
		font-size: 48px;
	}

	section.main h3 {
		font-size: 32px;
	}

	section.main .video-iframe-wrapper {
		margin: 5em 0;
	}

	section.main .usps {
		margin: 3rem 0;
	}
}

/* FAQ Page */

.page-id-33 section.main ul {
	list-style: none;
	display: block;
	padding: 0;
	margin: 0;
}

.page-id-33 section.main ul li {
	list-style: none;
	display: block;
	padding: 1em 3.5em 1em 1em;
	margin: 1em 0;
	border: 1px solid #E0E0E0;
	border-radius: 4px;
	position: relative;
	cursor: pointer;
}

.page-id-33 section.main ul li:before {
	content: "\e907";
	font-family: "perks-icons";
	display: block;
	border: 2px solid currentColor;
	width: 1.2em;
	text-align: center;
	height: 1.2em;
	line-height: 1.2em;
	border-radius: 50%;
	position: absolute;
	top: 1em;
	right: 1em;
}

.page-id-33 section.main ul li ul {
	list-style: none;
	display: block;
	padding: 0;
	margin: 1em -3.5em 0 -1em;
}

.page-id-33 section.main ul li ul li {
	border: none;
	margin: 0;
	border-top: 5px solid #c52369;
	border-radius: 0;
	color: #A61A72;
	padding-bottom: 0;
	cursor: default;
	padding: 1em 1em 0;
}

.page-id-33 section.main ul li ul li:before {
	content: "\e906";
	font-family: "perks-icons";
	display: inline-block;
	border: 2px solid currentColor;
	width: 1.2em;
	text-align: center;
	height: 1.2em;
	line-height: 1.2em;
	border-radius: 50%;
	margin: 0 0.35em 0 0;
	position: static;
}

.page-id-33 section.main ul li ul li:after {
	display: none;
}

section.benefits {
	text-align: center;
	padding: 1em;
	background: #F1F1F1;
}

section.benefits h2 {
	font-weight: 300;
	font-size: 32px;
	margin: 0;
	color: #c52369;
}

section.benefits ul {
	list-style: none;
	display: block;
	padding: 0;
	margin: 1em 0;
	text-align: center;
}

section.benefits ul li {
	list-style: none;
	display: block;
	padding: 0;
	margin: 0;
	position: relative;
	white-space: nowrap;
}

section.benefits ul li:before,
section.benefits ul li:after {
	content: "\2022";
	display: inline-block;
	color: #c52369;
	margin: 0 0.5em;
}

@media (min-width: 768px) {
	section.benefits {
		background: #F1F1F1 url(../img/benefit-bkgrd.png) 0 100% no-repeat;
		background-size: cover;
	}

	section.benefits ul {
		display: inline-block;
		color: #333333;
		text-align: left;
		-webkit-column-count: 2;
		-moz-column-count: 2;
		-o-column-count: 2;
		column-count: 2;
		-webkit-column-gap: 5em;
		-moz-column-gap: 5em;
		-o-column-gap: 5em;
		column-gap: 5em;
	}

	section.benefits ul li:after {
		display: none;
	}
}

@media (min-width: 960px) {
	section.benefits {
		padding: 4em;
		text-align: left;
	}

	section.benefits .container:before {
		content: "";
		display: block;
		width: 50%;
		float: left;
		height: 360px;
	}

	section.benefits h2 {
		font-size: 40px;
	}

	section.benefits ul {
		-webkit-column-gap: 2em;
		-moz-column-gap: 2em;
		-o-column-gap: 2em;
		column-gap: 2em;
		max-width: 48%;
	}
}

section.offers {
	padding: 1em;
}

section.offers .container {
	overflow: hidden;
	max-width: 1280px;
}

section.offers h1 {
	text-align: center;
}

section.offers nav.categories {
	border-top: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
	padding: 0 0 0.5em 0;
}

section.offers nav.categories .sidebar-title {
	cursor: pointer;
	padding: 0.5em 0 0;
}

section.offers nav.categories .sidebar-title:after {
	content: "\e90b";
	display: inline-block;
	font-family: "perks-icons";
	margin: 0 0.25em;
	width: 1em;
	height: 1em;
	line-height: 1em;
	vertical-align: middle;
	-webkit-transition: transform 0.5s;
	-o-transition: transform 0.5s;
	transition: transform 0.5s;
}

section.offers nav.categories.open .sidebar-title:after {
	-webkit-transform: rotateZ(90deg);
	-ms-transform: rotateZ(90deg);
	-o-transform: rotateZ(90deg);
	transform: rotateZ(90deg);
}

section.offers nav.categories ul {
	list-style: none;
	display: block;
	padding: 0;
	margin: 0;
}

section.offers nav.categories ul li {
	list-style: none;
	display: block;
	padding: 0;
	margin: 0;
}

section.offers nav.categories ul li a {
	display: block;
	padding: 0.5em 0;
	color: #c52369;
	text-decoration: none;
}

section.offers nav.categories ul li a:after {
	content: "\e90b";
	display: inline-block;
	font-family: "perks-icons";
	margin: 0 0.5em;
	color: white;
	background: #c52369;
	width: 1em;
	height: 1em;
	line-height: 1em;
	border-radius: 50%;
	visibility: hidden;
}

section.offers nav.categories ul li a:hover:after,
section.offers nav.categories ul li a:focus:after,
section.offers nav.categories ul li a:active:after {
	visibility: visible;
}

section.offers .offer-content {
	text-align: center;
	margin: 1em 0;
}

section.offers .button.load-more {
	display: block;
	width: 160px;
	position: relative;
	overflow: hidden;
	margin: 1em auto;
}

section.offers .button.load-more.loading:after {
	content: "\e90d";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 320px;
	height: 320px;
	line-height: 320px;
	background: inherit;
	text-align: center;
	font-family: "perks-icons";
	font-weight: normal;
	margin-left: -160px;
	margin-top: -160px;
	-webkit-animation: spin 1s linear infinite;
	-o-animation: spin 1s linear infinite;
	animation: spin 1s linear infinite;
}

@-webkit-keyframes spin {
	from {
		-webkit-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
	}
	to {
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-o-keyframes spin {
	from {
		-webkit-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
	}
	to {
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes spin {
	from {
		-webkit-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
	}
	to {
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

article.offer {
	display: block;
	margin: 1em 0;
	overflow: hidden;
	border-radius: 4px;
	border: 1px solid #d9d9d9;
	width: 100%;
}

article.offer .image {
	display: block;
	position: relative;
}

article.offer .image img {
	display: block;
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}

article.offer .image:before {
	content: "";
	display: block;
	padding: 72% 0 0 0;
	background: white;
}

article.offer .image:after {
	content: "\e90c";
	font-family: "perks-icons";
	font-size: 40px;
	color: #EAEAEA;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 2em;
	height: 2em;
	line-height: 2em;
	margin: -1em 0 0 -1em;
	text-align: center;
}

article.offer .text {
	padding: 1em;
	background: #eaeaea;
	text-align: center;
}

article.offer .text .description {
	font-weight: 600;
	font-size: 18px;
	display: block;
	color: inherit;
	text-decoration: none;
}

@media (min-width: 480px) {
	section.offers .offer-content {
		margin: 1.5em 1em;
	}

	article.offer {
		display: inline-block;
		width: 45%;
		vertical-align: top;
		margin: 0.5em;
		box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
	}

	article.offer .text .description {
		min-height: 4.5em;
	}
}

@media (min-width: 768px) {
	section.offers h1 {
		text-align: left;
	}

	section.offers aside {
		display: block;
		float: left;
		width: 240px;
	}

	section.offers nav.categories .sidebar-title:after {
		display: none;
	}

	section.offers .offer-content {
		margin: 1em 1em 1em 280px;
		text-align: left;
	}
}

@media (min-width: 1280px) {
	section.offers .offer-content {
		margin: 1em 1em 1em 320px;
	}

	article.offer {
		width: 30%;
	}
}

section.page-banner {
	padding: 40% 0 0;
	position: relative;
}

section.page-banner .gmap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #EAEAEA;
}

@media (min-width: 768px) {
	section.page-banner {
		padding: 20% 0 0;
	}
}

@media (min-width: 1280px) {
	section.page-banner {
		padding: 15% 0 0;
	}
}

section.offer ol.steps {
	list-style: none;
	display: block;
	padding: 1em 0;
	margin: 1em 0;
	counter-reset: steps;
	color: #c52369;
}

section.offer ol.steps li {
	list-style: none;
	display: block;
	margin: 0 0 1em 0;
	padding: 0.3em 0 0.5em 3em;
	position: relative;
	counter-increment: steps;
}

section.offer ol.steps li:before {
	content: counter(steps);
	display: block;
	width: 1.5em;
	height: 1.5em;
	line-height: 1.5em;
	border-radius: 50%;
	background: #C61E69;
	color: white;
	text-align: center;
	font-weight: 700;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 1.5em;
}

section.offer ol.steps li:after {
	content: "";
	display: block;
	position: absolute;
	top: 0.8em;
	left: 35px;
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-left-color: #C61E69;
}

section.offer h1 {
	margin: 0;
}

section.offer .buttons {
	float: right;
	padding: 0.5em 0 0;
	position: relative;
	z-index: 2;
}

section.offer .buttons .button {
	background: #858485;
}

section.offer .buttons .button:before {
	content: "\e90b";
	font-family: "perks-icons";
	font-weight: normal;
	-webkit-transform: rotateZ(180deg);
	-ms-transform: rotateZ(180deg);
	-o-transform: rotateZ(180deg);
	transform: rotateZ(180deg);
	display: inline-block;
	vertical-align: middle;
}

section.offer h2 {
	margin: 0;
	font-weight: 700;
	color: #858485;
	margin-right: 3em;
}

section.offer .company-profile {
	display: block;
	border: 1px solid #d9d9d9;
	border-radius: 4px;
	overflow: hidden;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
	margin: 1em 0;
}

section.offer .company-profile .image {
	display: block;
}

section.offer .company-profile .image img {
	display: block;
	width: 100%;
	height: auto;
}

section.offer .company-profile .text {
	padding: 1em;
	background: #eaeaea;
}

section.offer .get-offer {
	margin: 1em 0;
	display: block;
	padding: 1em 0;
}

section.offer .offer-terms {
	font-size: 12px;
	margin: 1em 0;
}

@media (min-width: 480px) {
	section.offer .company-profile {
		display: table;
		overflow: hidden;
		width: 100%;
	}

	section.offer .company-profile .image {
		display: table-cell;
		width: 50%;
		vertical-align: middle;
		background: white;
	}

	section.offer .company-profile .text {
		display: table-cell;
		vertical-align: top;
	}
}

@media (min-width: 768px) {
	section.offer ol.steps {
		overflow: hidden;
	}

	section.offer ol.steps li {
		float: left;
		width: 30%;
		margin-right: 3%;
	}

	section.offer .company-profile .image {
		width: 30%;
	}

	section.offer .company-profile .text {}
}

@media (min-width: 960px) {
	section.offer .buttons {
		padding: 2.3em 0 0 0;
	}

	section.offer .buttons .button:after {
		content: "Back";
		display: inline-block;
		vertical-align: middle;
		margin: 0 0 0 0.25em;
	}
}

section.account .company-details {
	border: 1px solid #d9d9d9;
	border-radius: 4px;
	text-align: center;
	padding: 1em;
	margin: 1em 0;
}

section.account .company-details .image {
	display: block;
	max-width: 280px;
	margin: 0 auto 1em;
	height: calc(100% - 2.5em);
	position: relative;
}

section.account .company-details .image .image-wrapper {
	display: table;
	width: 100%;
	height: 100%;
}

section.account .company-details .image .image-wrapper-tc {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

section.account .company-details .image img {
	display: block;
	width: 100%;
	height: auto;
}

section.account .company-details .image span.image.null {
	display: block;
	width: 100%;
	height: auto;
	margin: 0;
	min-height: none;
	text-align: center;
	font-size: 120px;
	color: #cccccc;
	font-family: "perks-icons";
	position: relative;
	padding: 0;
}

section.account .company-details .image span.image.null:before {
	content: "";
	display: block;
	padding: 80% 0 0 0;
}

section.account .company-details .image span.image.null:after {
	content: "\e90c";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 2em;
	height: 2em;
	line-height: 2em;
	text-align: center;
	margin: -1em 0 0 -1em;
}

section.account .company-details .image a.upload {
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 20em;
	text-align: center;
	margin-left: -10em;
	font-size: 0.8em;
	color: inherit;
	text-decoration: underline;
}

section.account .company-details .text {
	font-size: 16px;
	color: #c52369;
}

section.account .account-admin,
section.account .account-access,
section.account .account-users,
section.account .account-stats,
section.account .account-payments {
	border: 1px solid #d9d9d9;
	border-radius: 4px;
	padding: 0;
	margin: 1em 0;
	overflow: hidden;
}

section.account .account-admin .title,
section.account .account-access .title,
section.account .account-users .title,
section.account .account-stats .title,
section.account .account-payments .title {
	background: #F5F5F5;
	border-bottom: 1px solid #d9d9d9;
	padding: 0.5em;
	text-align: center;
	text-transform: uppercase;
	color: #c52369;
}

section.account .account-admin .text,
section.account .account-access .text,
section.account .account-users .text,
section.account .account-stats .text,
section.account .account-payments .text {
	padding: 1em;
}

section.account .account-admin .text p,
section.account .account-access .text p,
section.account .account-users .text p,
section.account .account-stats .text p,
section.account .account-users .payments p {
	margin: 1em 0;
}

section.account .account-admin .text p:first-child,
section.account .account-access .text p:first-child,
section.account .account-users .text p:first-child,
section.account .account-stats .text p:first-child,
section.account .account-payments .text p:first-child {
	margin-top: 0;
}

section.account .account-admin .text p:last-child,
section.account .account-access .text p:last-child,
section.account .account-users .text p:last-child,
section.account .account-stats .text p:last-child,
section.account .account-payments .text p:last-child {
	margin-bottom: 0;
}

section.account .account-stats .text h4 {
	margin-top: 0;
	color: #C52369;
}

section.account em.amount {
	font-style: normal;
	font-weight: 700;
	color: #C52369;
}

section.account strong.expired,
section.account strong.pending {
	font-weight: 700;
	color: #FF0000;
	display: inline-block;
	margin: 0 0 0 1em;
	text-transform: uppercase;
}

section.account strong.pending {
	color: #C52369;
}

section.account .address {
	display: inline-block;
	vertical-align: top;
}

section.account .user-table {
	width: 100%;
	border-collapse: collapse;
}

section.account .user-table thead th {
	text-align: left;
	border-bottom: 1px solid currentColor;
	padding: 0.5em 0;
}

section.account .user-table tbody td {
	padding: 0.5em 0;
	border-bottom: 1px solid #eaeaea;
	position: relative;
}

section.account .user-table .actions {
	display: block;
	position: absolute;
	top: 0.5em;
	right: 0;
}

section.account .user-table tbody td em {
	font-style: normal;
	font-weight: 700;
	display: inline-block;
	margin: 0 0 0 1em;
	font-size: 0.8em;
}

section.account .user-table tbody tr.spare .send-welcome-email,
section.account .user-table tbody tr.spare .delete-user {
	display: none;
}

section.account .email-newsletter {
	border: 1px solid #d9d9d9;
	border-radius: 4px;
	text-align: center;
	padding: 1em;
	margin: 1em 0;
}

section.account .email-newsletter .title {
	color: #c52369;
}

section.account .email-newsletter label {
	font-weight: 700;
	display: block;
	padding: 0 0 0 2em;
	position: relative;
	cursor: pointer;
	max-width: 460px;
	margin: 0 auto;
}

section.account .email-newsletter label input {
	display: block;
	position: absolute;
	top: 0.25em;
	left: 0;
}

section.account .paypal {
	display: block;
	margin: 0 0 1em 0;
}

section.account .manual-invoice:before {
	content: "- or -";
	display: block;
	text-align: center;
	margin: 0 0 1em 0;
}

@media (min-width: 768px) {
	section.account .account-details {
		overflow: hidden;
		position: relative;
	}

	section.account .company-details {
		position: absolute;
		top: 0;
		left: 0;
		height: calc(100% - 1em);
		width: 49%;
	}

	section.account .account-admin,
	section.account .account-access {
		float: right;
		width: 49%;
		margin: 1em 0 0;
		clear: right;
	}

	section.account .paypal {
		float: left;
		margin: 0 4em 0 0;
	}

	section.account .manual-invoice {
		float: left;
		position: relative;
		padding-left: 5em;
		margin: 0 0 1em 0;
	}

	section.account .manual-invoice:before {
		content: "or";
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		margin: 0;
	}
}

article.post {
	border-radius: 4px;
	border: 1px solid #d9d9d9;
	background: #F5F5F5;
	margin: 1em 0;
	overflow: hidden;
}

article.post .image {
	display: block;
	margin: 0 0 1em;
	overflow: hidden;
}

article.post .image img {
	display: block;
	width: 100%;
	height: auto;
}

article.post .text {
	padding: 1em;
}

article.post .text h2 {
	margin: 0;
	font-size: 24px;
}

article.post .text h2 a {
	color: #c52369;
	text-decoration: none;
}

article.post .text .meta {
	font-size: 0.8em;
	font-weight: 600;
}

article.post.offer-search-result .text .meta,
article.post.search-result .text .meta {
	color: #c52369;
}

article.post.offer-search-result .text h2 {
	font-weight: 600;
	font-size: 18px;
}

article.post.offer-search-result .text h2 a {
	color: #858485;
}

@media (min-width: 768px) {
	article.post {
		padding: 1em;
		overflow: hidden;
	}

	article.post .image {
		float: left;
		width: 200px;
		margin: 0;
	}

	article.post .text {
		padding: 0;
		margin-left: 220px;
	}
}

section.article h1 {
	margin: 0;
}

section.article .meta {
	margin: 0 0 3em 0;
	font-size: 0.8em;
	font-weight: 600;
}

@media (min-width: 960px) {
	section.article h1 {
		font-size: 36px;
	}

	section.article h2 {
		font-size: 30px;
	}

	section.article h3 {
		font-size: 24px;
	}

	section.article h4 {
		font-size: 20px;
	}
}

nav.pagination {
	margin: 2em 0;
	text-align: center;
}

nav.pagination h2 {
	display: none;
}

nav.pagination .nav-links {
	border: 1px solid #d9d9d9;
	border-radius: 4px;
	overflow: hidden;
	font-size: 0;
	display: inline-block;
	margin: 0 0.5rem;
	cursor: default;
}

nav.pagination .nav-links .page-numbers {
	display: inline-block;
	min-width: 2em;
	height: 2em;
	line-height: 2em;
	border-right: 1px solid #d9d9d9;
	text-align: center;
	padding: 0 0.5em;
	font-size: 1rem;
	text-decoration: none;
	color: #757575;
}

nav.pagination .nav-links .page-numbers {
	display: none;
}

nav.pagination .nav-links a.page-numbers:hover,
nav.pagination .nav-links a.page-numbers:focus,
nav.pagination .nav-links a.page-numbers:active {
	background: #EAEAEA;
}

nav.pagination .nav-links .page-numbers.prev,
nav.pagination .nav-links .page-numbers.next,
nav.pagination .nav-links .page-numbers.current {
	display: inline-block;
}

nav.pagination .nav-links .page-numbers:last-child {
	border-right: none;
}

nav.pagination .nav-links .page-numbers.current {
	background: #A61A72;
	color: white;
}

nav.pagination .nav-links .page-numbers.prev,
nav.pagination .nav-links .page-numbers.next {
	padding: 0 1em;
}

@media (min-width: 480px) {
	nav.pagination .nav-links .page-numbers {
		display: inline-block;
	}
}

@media (min-width: 768px) {
	nav.pagination {
		text-align: left;
	}
}

section.voucher {
	padding: 2em 1em;
	text-align: center;
}

section.voucher a {
	display: block;
	max-width: 761px;
	margin: 0 auto;
}

section.voucher a img {
	display: block;
	width: 100%;
	height: auto;
}

@media (min-width: 768px) {
	section.voucher {
		padding: 5em 1em 2em;
	}
}

section.latest-offers {
	padding: 2em 1em;
	text-align: center;
}

section.latest-offers .container {
	max-width: 960px;
}

section.latest-offers h2 {
	margin: 0 0 1em 0;
	font-size: 40px;
	color: #c52369;
	font-weight: 300;
}

@media (min-width: 768px) {
	section.latest-offers {
		padding: 3em 1em;
	}

	section.latest-offers article.offer {
		width: 30%;
	}
}

section.clients {
	padding: 0 1em 3em;
	position: relative;
	z-index: 1;
}

section.clients .slider {
	width: 100%;
}

@media (max-width: 767px) {
	section.clients .slider img {
		display: block;
		width: 60%;
		height: auto;
		margin: 0 20%;
	}
}

@media (min-width: 768px) {
	section.clients {
		padding: 2em 1em 5em;
	}
}

.contact div.wpcf7 {
	border-bottom: 1px solid #d9d9d9;
}

div.wpcf7 p,
.register-form p {
	margin: 0 0 1em;
}

div.wpcf7 p:last-child,
.register-form p:last-child {
	margin-bottom: 0;
}

div.wpcf7 label,
.register-form label {
	display: none;
}

div.wpcf7 input[type="text"],
div.wpcf7 input[type="email"],
div.wpcf7 input[type="password"],
.register-form input[type="text"],
.register-form input[type="email"],
.register-form input[type="password"],
.login-form input[type="text"],
.login-form input[type="email"],
.login-form input[type="password"] {
	display: block;
	border: 1px solid #E0E0E0;
	padding: 1em;
	font: inherit;
	font-weight: 300;
	width: 100%;
}

div.wpcf7 textarea,
.register-form textarea {
	display: block;
	border: 1px solid #E0E0E0;
	padding: 1em;
	font: inherit;
	font-weight: 300;
	width: 100%;
	height: 8.25em;
}

div.wpcf7 input[type="text"]:focus,
div.wpcf7 input[type="email"]:focus,
div.wpcf7 input[type="password"]:focus,
div.wpcf7 textarea:focus,
.register-form input[type="text"]:focus,
.register-form input[type="email"]:focus,
.register-form input[type="password"]:focus,
.register-form textarea:focus {
	border-color: #c52369;
}

.contact div.wpcf7 input[type="submit"] {
	display: block;
	margin: 0;
	width: 100%;
}

div.wpcf7-response-output {
	margin: 1em 0;
	padding: 1em;
}

div.wpcf7-mail-sent-ok {
	border: 1px solid #56C523;
	background: #EAFFE1;
}

div.wpcf7-mail-sent-ng {
	border: 1px solid #C52323;
	background: #FFD6D6;
	color: #C52323;
}

div.wpcf7-spam-blocked,
div.wpcf7-validation-errors {
	border: 1px solid #C58223;
	background: #FFF1DC;
}

section.main.contact .container {
	overflow: hidden;
}

section.main.contact em {
	font-style: normal;
	display: block;
	padding-top: 1em;
}

section.main.contact em:before {
	content: "\e903";
	font-family: "perks-icons";
	color: #C52369;
	display: inline-block;
	margin: 0 0.25em 0 0;
}

section.main.contact a[href*=mailto] {
	display: inline-block;
	color: inherit;
	text-decoration: none;
}

section.main.contact a[href*=mailto]:before {
	content: "\e905";
	font-family: "perks-icons";
	color: #C52369;
	display: inline-block;
	margin: 0 0.25em 0 0;
}

section.main.contact .social {
	font-size: 2em;
}

@media (min-width: 768px) {
	.contact div.wpcf7 {
		float: left;
		width: 50%;
		padding: 0 2em 2em 0;
		border-bottom: none;
		border-right: 1px solid #d9d9d9;
		margin: 1em 2em 1em 0;
	}
}

section.why-us {
	padding: 1em;
}

section.why-us .container {
	max-width: 1024px;
}

section.why-us h2 {
	font-size: 32px;
	color: #c52369;
	font-weight: 300;
	margin: 0;
	text-align: center;
}

section.why-us h3 {
	margin: 2em 0 0;
	font-size: 24px;
	font-weight: 300;
	color: #c52369;
	text-align: center;
}

@media (min-width: 768px) {
	section.why-us .cols {
		overflow: hidden;
		border-bottom: 1px solid #d9d9d9;
	}

	section.why-us .cols.second {
		border-bottom: none;
	}

	section.why-us .cols .left {
		float: left;
		width: 47.5%;
	}

	section.why-us .cols .right {
		float: right;
		width: 47.5%;
	}

	section.why-us h3 {
		text-align: left;
	}

	section.why-us .cols p {
		margin: 1em 0 3em;
	}
}

@media (min-width: 960px) {
	section.why-us h2 {
		font-size: 40px;
	}

	section.why-us h3 {
		font-size: 32px;
	}
}

.fancybox-stage form {
	display: block;
	padding: 24px 0;
}

.fancybox-stage form p {
	margin: 0 0 1em 0;
}

.fancybox-stage form p.login-remember {
	float: right;
}

.fancybox-stage form p.login-submit {
	margin: 2em 0 0;
}

.fancybox-stage form p:last-child {
	margin-bottom: 0;
}

.fancybox-stage form p label {
	display: block;
	font-size: 0.8em;
	font-weight: 600;
	margin: 0 0 0.25em 0;
	padding: 0 1em;
}

.fancybox-stage form p input[type="text"],
.fancybox-stage form p input[type="email"],
.fancybox-stage form p input[type="password"] {
	display: block;
	padding: 0.5em;
	background: white;
	border: 1px solid #cccccc;
	width: 100%;
}

.fancybox-stage form p input[type="checkbox"] {
	display: inline-block;
	vertical-align: middle;
	margin: 0 0.25em 0 0;
}

.fancybox-slide--iframe .fancybox-content {
	max-width: 100%;
}

@media (min-width: 768px) {
	.fancybox-stage form p input[type="text"],
	.fancybox-stage form p input[type="email"],
	.fancybox-stage form p input[type="password"] {
		width: 320px;
	}
}

@media (min-width: 960px) {
	.fancybox-stage form p input[type="text"],
	.fancybox-stage form p input[type="email"],
	.fancybox-stage form p input[type="password"] {
		width: 480px;
	}
}

.new-users-form h2,
.edit-user-form h2,
.offer-denied h2,
.upload_logo_form h2 {
	margin: 0 0 1em 0;
	font-weight: 300;
}

.new-users-form .charges strong {
	color: #C52369;
}

.new-users-form .emails p {
	position: relative;
}

.new-users-form .emails input {
	width: calc(50% - 3em);
	margin: 0 0.5em 0.25em ;
	display: inline-block;
}

.edit-user-form input[type="email"],
.edit-user-form input[type="text"] {
	width: calc(50% - 3em);
	margin: 0 0.5em 0.25em ;
	display: inline-block;
}

.new-users-form .emails p a.remove {
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	line-height: 1.5em;
	height: 1.5em;
	margin-top: -0.75em;
	text-decoration: none;
	font-size: 0.8em;
	color: #C52369;
}

.upload_logo_form p {
	margin: 1em 0;
}

@media (min-width: 768px) {
	.new-users-form,
	.edit-user-form {
		min-width: 480px;
	}
}

.loading-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: white;
	background: rgba(255, 255, 255, 0.8);
}

.loading-overlay:before {
	content: "\e90d";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 2em;
	text-align: center;
	line-height: 2em;
	height: 2em;
	margin: -1em 0 0 -1em;
	font-family: "perks-icons";
	color: #C52369;
	-webkit-animation: spin 1s linear infinite;
	-o-animation: spin 1s linear infinite;
	animation: spin 1s linear infinite;
	font-size: 40px;
}

section.main .sign-up-split h2 {
	margin: 1em 0;
}

.sign-up-split .register-form {
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 2em;
}

@media (min-width: 768px) {
	.sign-up-split {
		overflow: hidden;
	}

	.sign-up-split .register-form {
		float: left;
		width: calc(50% + 2em);
		border-bottom: none;
		padding-bottom: 0;
		padding-right: 2em;
	}

	.sign-up-split .login-form {
		width: calc(50% - 4em);
		float: right;
	}
}

a.select-all {
	font-size: 0.9em;
	display: inline-block;
	margin-left: 0.5em;
}

a.send-welcome-email-bulk {
	font-size: 0.9em;
	position: absolute;
	top: 0.5em;
	right: 0;
}

ol.report {
	list-style: none;
	display: block;
	margin: 0;
	counter-reset: report;
	padding: 0 0 0 4em;
}

ol.report li {
	list-style: none;
	display: block;
	padding: 0;
	margin: 0;
	position: relative;
	counter-increment: report;
}

ol.report li li {
	counter-increment: report2;
}

ol.report li li li {
	counter-increment: report3;
}

ol.report li:before {
	content: counter(report);
	display: block;
	position: absolute;
	top: 0;
	right: 100%;
	width: 4em;
	text-align: left;
}

ol.report ol {
	counter-reset: report2;
	list-style: none;
	display: block;
	padding: 0;
	margin: 0;
}

ol.report ol ol {
	counter-reset: report3;
}

ol.report li li:before {
	content: counter(report) "." counter(report2);
}

ol.report li li li:before {
	content: counter(report) "." counter(report2) "." counter(report3);
}

table.list-table {
	border: 1px solid #C52369;
	border-collapse: collapse;
}

table.list-table thead th {
	background: #C52369;
	color: white;
	padding: 0.5em;
	text-align: left;
}

table.list-table td {
	padding: 0.5em;
	border-bottom: 1px solid #CCCCCC;
}

table.list-table tr:last-child td {
	border-bottom: none;
}

ol.alpha {
	list-style: none;
	display: block;
	margin: 0;
	padding: 0;
	counter-reset: alpha;
}

ol.alpha li {
	list-style: none;
	display: block;
	padding: 0 0 0 2em;
	margin: 0;
	position: relative;
	counter-increment: alpha;
}

ol.alpha li:before {
	content: "(" counter(alpha, lower-alpha) ")";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

section.testimonials {
	background: #F1F1F1;
	text-align: center;
	padding: 0 0 2em 0;
}

section.testimonials .company-logo {
	display: inline-block;
	margin: 0.5em 0;
	max-width: 15em;
	max-height: 5em;
	width: auto;
	height: auto;
}

section.testimonials h2 {
	margin: 0;
	padding: 2rem 3rem 0;
	font-size: 24px;
	font-weight: 300;
	color: #c52369;
	text-align: center;
	text-transform: uppercase;
}

section.testimonials .container {
	padding: 2em 2em 0;
	max-width: 42em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

section.testimonials .slider {
	position: relative;
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
}

section.testimonials .slider .drawer {
	position: relative;
	width: 100%;
	overflow: hidden;
	-webkit-transition: margin 1s;
	-o-transition: margin 1s;
	transition: margin 1s;
}

section.testimonials .slider[data-slides="2"] .drawer { width: 200%; }
section.testimonials .slider[data-slides="3"] .drawer { width: 300%; }
section.testimonials .slider[data-slides="4"] .drawer { width: 400%; }
section.testimonials .slider[data-slides="5"] .drawer { width: 500%; }
section.testimonials .slider[data-slides="6"] .drawer { width: 600%; }
section.testimonials .slider[data-slides="7"] .drawer { width: 700%; }
section.testimonials .slider[data-slides="8"] .drawer { width: 800%; }
section.testimonials .slider[data-slides="9"] .drawer { width: 900%; }
section.testimonials .slider[data-slides="10"] .drawer { width: 1000%; }

section.testimonials .slider[data-index="0"] .drawer { margin-left: 0; }
section.testimonials .slider[data-index="1"] .drawer { margin-left: -100%; }
section.testimonials .slider[data-index="2"] .drawer { margin-left: -200%; }
section.testimonials .slider[data-index="3"] .drawer { margin-left: -300%; }
section.testimonials .slider[data-index="4"] .drawer { margin-left: -400%; }
section.testimonials .slider[data-index="5"] .drawer { margin-left: -500%; }
section.testimonials .slider[data-index="6"] .drawer { margin-left: -600%; }
section.testimonials .slider[data-index="7"] .drawer { margin-left: -700%; }
section.testimonials .slider[data-index="8"] .drawer { margin-left: -800%; }
section.testimonials .slider[data-index="9"] .drawer { margin-left: -900%; }

section.testimonials .slider .drawer .slides {
	display: table;
	width: 100%;
	table-layout: fixed;
}

section.testimonials .slider .drawer .slides .slide {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

section.testimonials blockquote {
	margin: 0;
	padding: 0;
	font-weight: 300;
}

section.testimonials blockquote p {
	margin: 0;
	font-style: italic;
	line-height: 1.3em;
	color: #c52369;
}

section.testimonials blockquote p:before {
	content: open-quote;
}

section.testimonials blockquote p:after {
	content: close-quote;
}

section.testimonials .author {
	font-size: 0.8em;
	font-weight: 300;
	margin: 2em 0;
	color: #333333;
}

section.testimonials .author strong {
	font-weight: 500;
}

section.testimonials nav {
	text-align: center;
	cursor: default;
}

section.testimonials nav i {
	display: inline-block;
	margin: 0 0.25em;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: #cccccc;
	font-size: 0.8em;
	cursor: pointer;
}

section.testimonials .slider[data-index="0"] nav i:nth-child(1),
section.testimonials .slider[data-index="1"] nav i:nth-child(2),
section.testimonials .slider[data-index="2"] nav i:nth-child(3),
section.testimonials .slider[data-index="3"] nav i:nth-child(4),
section.testimonials .slider[data-index="4"] nav i:nth-child(5),
section.testimonials .slider[data-index="5"] nav i:nth-child(6),
section.testimonials .slider[data-index="6"] nav i:nth-child(7),
section.testimonials .slider[data-index="7"] nav i:nth-child(8),
section.testimonials .slider[data-index="8"] nav i:nth-child(9),
section.testimonials .slider[data-index="9"] nav i:nth-child(10) {
	background: #c52369;
}

@media (min-width: 768px) {
	section.testimonials {
		font-size: 16px;
	}

	section.testimonials h2 {
		padding: 4rem 0 0;
		font-size: 28px;
	}
}

@media (min-width: 960px) {
	section.testimonials {
		padding: 1em 0 4em;
		font-size: 18px;
	}

	section.testimonials h2 {
		font-size: 32px;
	}
}

section.video {
	position: relative;
}

section.video:before {
	content: "";
	display: block;
	padding: 56.67% 0 0 0;
}

section.video iframe {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

section.cinema-logos {
	background: #EAEAEA;
	padding: 2em 1em;
	text-align: center;
}

section.cinema-logos ul {
	list-style: none;
	display: block;
	padding: 0;
	margin: 0;
}

section.cinema-logos ul li {
	list-style: none;
	display: inline-block;
	padding: 1em;
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 45%;
	vertical-align: middle;
}

section.cinema-logos ul li img {
	display: block;
	width: 100%;
	height: auto;
}

@media (min-width: 768px) {
	section.cinema-logos ul li {
		width: 30%;
		padding: 2em;
	}
}

@media (min-width: 960px) {
	section.cinema-logos ul li { padding: 2em 3em; }
}

@media (min-width: 1200px) {
	section.cinema-logos ul li { padding: 2em 4em; }
}