/* Minification failed. Returning unminified contents.
(318,1): run-time error CSS1019: Unexpected token, found '<'
(318,2): run-time error CSS1019: Unexpected token, found '/'
: run-time error CSS1031: Expected selector, found ''
: run-time error CSS1066: Unexpected end of file encountered
 */
html, body {
	background: #fff;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 16px;
	line-height: 22px;
}

header {
	background: #000;
	border-bottom: 0 !important;
	box-shadow: none !important;
}

.top-bar {
	max-width: 1000px;
	margin: 0 auto;
	height: 111px;
	text-align: center;
}

	.top-bar img {
		max-width: 87px;
		margin: 0 auto;
	}

.content {
	max-width: 1000px;
	margin: 0 auto;
	margin-top: 60px;
}

h1 {
	font-family: ProximaNovaBold;
	font-size: 44px;
	color: #f53645;
	margin-bottom: 20px;
}

p {
	margin-bottom: 20px;
}

a.contact-link {
	text-decoration: none;
	color: #f53645;
	font-weight: normal;
}

	a.contact-link:hover {
		text-decoration: underline;
	}

.btn-primary {
	background: #000;
	color: #fff;
	text-transform: uppercase;
	font-family: ProximaNovaBold;
	font-size: 25px;
	border-radius: 0;
	border: none;
	margin-right: 25px;
	padding: 18px 34px;
}

	.btn-primary:hover {
		background: #f53645;
	}

	.btn-primary img {
		margin-right: 10px;
	}

	.btn-primary span {
		vertical-align: middle;
	}


.btns {
	margin-top: 20px;
}

.applepay-info {
	background: #f5f5f5;
	margin-top: 104px;
	padding: 45px 55px;
	margin-bottom: 160px;
}

	.applepay-info p {
		color: #54565a;
		font-size: 48px;
		font-family: ProximaNovaBold;
		line-height: 52px;
		margin-top: 12px;
		margin-right: 80px;
	}

	.applepay-info .col-xs-4 img {
		margin-left: 40px;
	}

	.applepay-info button {
		background: #63656a;
		color: #fff;
		text-transform: uppercase;
		font-size: 18px;
		font-family: ProximaNova;
		font-weight: 600;
		padding: 12px 20px;
		margin-top: 18px;
		margin-bottom: 50px;
		color: #fff;
	}

footer {
	background: #f43545;
	color: #fff;
	position: relative;
	padding-top: 20px;
	padding-bottom: 30px;
}

	footer h3 {
		font-family: ProximaNovaBold;
		font-size: 25px;
		font-weight: 600;
		margin-top: 8px;
		margin-bottom: 0;
	}

.footer-content {
	max-width: 1000px;
	margin: 0 auto;
	position: relative;
}

	.footer-content .left {
		width: 610px;
	}

	.footer-content button {
		font-family: ProximaNova;
		font-size: 16px;
		font-weight: 800;
		text-transform: uppercase;
		padding: 10px 21px;
		border: 1px solid #fff;
		color: #fff;
	}

	.footer-content p {
		font-size: 12px;
		line-height: 16px;
		margin-bottom: 15px;
		margin-top: 3px;
	}

footer ul {
	padding-top: 0;
}

footer li a {
	color: #fff !important;
	margin: 0;
	text-decoration: none !important;
	font-weight: normal !important;
}

	footer li a:hover {
		text-decoration: underline !important;
	}

.footer-content ul li {
	font-size: 14px;
	margin-left: 22px;
}

.m30 {
	margin-bottom: 30px;
}

.show-web {
	display: block;
}

.hide-web {
	display: none;
}

@media only screen and (max-width : 991px) {
	.top-bar {
		height: 70px;
		text-align: center;
	}

		.top-bar img {
			width: 13%;
			margin: 0 auto;
		}

	.content {
		padding-left: 30px;
		padding-right: 30px;
		margin-top: 30px;
	}

	h2 {
		font-size: 32px;
	}

	.btn-primary {
		font-size: 18px;
		width: 78%;
		margin-bottom: 10px;
		margin-right: 0;
		padding: 18px 0;
		font-size: 22px;
	}

		.btn-primary img {
			width: 12%;
		}

	.applepay-info {
		margin-top: 50px;
		margin-bottom: 50px;
		padding: 15px 20px 35px 20px;
		text-align: center;
	}

		.applepay-info p {
			font-size: 32px;
			margin-right: 0;
			line-height: 40px;
			margin-bottom: 10px;
			text-align: center;
		}

		.applepay-info .col-xs-8, .applepay-info .col-xs-4 {
			width: 100%;
		}

		.applepay-info button {
			margin-top: 20px;
			margin-bottom: 40px;
			width: 75%;
		}

		.applepay-info .col-xs-8 img {
			width: 80%;
			margin: 0 auto;
			margin-bottom: 10px;
		}

		.applepay-info .col-xs-4 img {
			width: 70%;
			margin: 0 auto;
			margin-top: 20px;
		}

	footer {
		padding-left: 30px;
		padding-right: 30px;
		text-align: center;
	}

	.footer-content .right {
		float: left;
		width: 100%;
	}

	.footer-content button {
		margin-top: 15px;
	}

	footer h3 {
		font-size: 20px;
		line-height: 28px;
	}

	.footer-content ul {
		background: none;
		width: 100%;
		margin-bottom: 20px;
	}

		.footer-content ul li {
			margin-left: 5%;
			margin-right: 5%;
			margin-bottom: 5px;
			display: block;
			border-bottom: none;
			text-align: center;
		}

	.footer-content .left {
		width: 100%;
	}

	.show-mobile {
		display: block;
		margin-bottom: 20px;
	}

	.hide-mobile {
		display: none;
	}

	.mobile-width {
		width: 60%;
	}

	.home .col-xs-12 {
		text-align: center;
	}
}

</style >

