* {
	box-sizing: border-box;
}

body {
	padding-bottom: 20px;
	background: #f2f2f2;
}

.faint {
	color: #999;
}

.fa {
	font-size: 3em !important;
	text-align: center;
	padding: 20px;
}

.btn:hover {
	outline: 0 !important;
}

.btn:focus {
	outline: 0 !important;
}

.btn:active {
	outline: 0 !important;
}



.btn-download {
	height: 50px;
	text-align: center;
	margin-top: 30px;
	font-size: 1.7em!important;
}

.btn-flip-extend,
.btn-flip:hover,
.btn-flip:focus {
	background-color: transparent;
	box-shadow: none;
	opacity: 1;
}

.btn-flip {
	opacity: 0.8;
	color: #666;
	background-color: transparent;
}

.btn-flip i {
	font-size: 16px;
}

.card-holder {
	margin-top: 50px;
}

.card-container {
	perspective: 800px;
	transform-stylE: preserve-3d;
	border-radius: 4px;
	margin-bottom: 30px;
	width: 100%;
	height: 420px;
}

.card-container:not(.manual-flip):hover .front {
	transform: rotateY(180deg);
}

.card-container:not(.manual-flip):hover .back {
	transform: rotateY(0deg);
}

.card-container.hover.manual-flip .front {
	transform: rotateY(180deg);
}

.card-container.hover.manual-flip .back {
	transform: rotateY(0deg);
}

.card {
	transform-style: preserve-3d;
	border-radius: 4px;
	transition: transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	position: relative;
	background: none repeat scroll 0 0 #fff;
	color: #444;
	max-width: 320px;
	margin: 0 auto;
}

.card .cover {
	border-radius: 4px 4px 0 0;
	height: 105px;
	overflow: hidden;
	z-index: -2;
}

.card .cover img {
	width: 100%;
}

.card .branded {
	position: relative;
	background: #fff;
	border-radius: 50%;
	display: block;
	height: 120px;
	margin: -55px auto 0;
	width: 120px;
	text-align: center;
}

.card .content {
	background-color: rgba(0, 0, 0, 0);
	box-shadow: none;
	padding: 10px;
}

.card .content .main {
	min-height: 140px;
}

.card .use-for {
	font-size: 22px;
	text-align: center;
}

.card h5 {
	margin: 5px 0;
	font-weight: 400;
	line-height: 20px;
}

.card .footer {
	color: #999;
	padding: 10px 0 0;
	text-align: center;
}

.card .footer .btn-simple {
	margin-top: -6px;
}

.card .header {
	padding: 15px 20px;
	height: 90px;
}

.card .back .content .main {
	height: 215px;
}

.front {
	backface-visibility: hidden;
	transition: transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	transform-style: preserve-3d;
	transform: rotateY(0deg);
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.14);
	border-radius: 4px;
	position: absolute;
	background-color: #fff;
	width: 100%;
	height: 420px;
	top: 0;
	left: 0;
	z-index: 2;
}

.back {
	backface-visibility: hidden;
	transition: transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	transform-style: preserve-3d;
	transform: rotateY(-180deg);
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.14);
	border-radius: 4px;
	position: absolute;
	background-color: #fff;
	width: 100%;
	height: 420px;
	top: 0;
	left: 0;
}
h3{
    margin-top: -12px !important;
}

.back .btn-simple {
	position: absolute;
	left: 0;
	bottom: 4px;
}

.qr canvas {
	backface-visibility: hidden;
	margin: 0 auto;
}

.title {
	color: #506a85;
	text-align: center;
	font-weight: 300;
	font-size: 44px;
	margin-bottom: 90px;
	line-height: 90%;
}