/*
Owner: TWINT AG
Ownder URL: http://www.twint.ch
License: All rights reserved
*/
/* ------------------------------------------------------------------------ */
/* Style Reset */
/* ------------------------------------------------------------------------ */
/*
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, dl, dt, dd, ol, nav ul, nav li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
*/

/* ------------------------------------------------------------------------ */
/* Tags */
/* ------------------------------------------------------------------------ */
/*html {*/
	/*height: 100%;*/
/*}*/

.twintbox {
	font-family: markproRegular, Arial, 'Helvetica Neue', Helvetica, sans-serif;
	color: rgb(89, 89, 89);
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	min-height: 100%;
	margin: 0;
	padding: 0;
}

.twintbox h1 {
	font-family: markproRegular, Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	margin: 20px 0 10px 0;
	padding: 0;
}

.twintbox h1 {
	font-size: 20px;
	line-height: 24px;
}

.twintbox a,
.twintbox a:link,
.twintbox a:visited {
	color: rgb(89, 89, 89);
	text-decoration: none;
	outline: 0;
}

.twintbox a:active {
	color: rgb(38, 38, 38);
	text-decoration: none;
	outline: 0;
}

.twintbox a:hover,
.twintbox a:focus {
	color: #00d76e;
	text-decoration: none;
	outline: 0;
}

.twintbox p {
	margin: 10px 0 10px 0;
}

.twintbox img {
	max-width: 100%;
	height: auto;
}

/* ------------------------------------------------------------------------ */
/* Layout */
/* ------------------------------------------------------------------------ */
.twintbox .twint-section,
.twintbox .twint-nav,
.twintbox .twint-header,
.twintbox .twint-page,
.twintbox .twint-row {
	display: block;
}

.twintbox .twint-section {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
	float: left;
}

.twintbox .twint-section:after {
	content: "\0020";
	height: 0;
	clear: both;
	visibility: hidden;
}

.twintbox .twint-wrap {
	width: 95%;
	margin: 0 auto;
	position: relative;
	padding: 0;
	height: inherit;
}

.twintbox .twint-nav {
	height: 50px;
	background: #ffffff;
	border-bottom: 1px solid rgb(89, 89, 89);
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.twintbox .twint-header {
	height: 170px;
	background: #ffffff;
}

.twintbox .twint-page {
	height: auto;
}

.twintbox .twint-column {
	float: left;
	display: inline;
	margin: 0 auto;
	padding: 0;
}

.twintbox .twint-one-third {
	width: 33.33%;
	margin: 0 auto;
}

.twintbox .twint-three-third {
	width: 100%;
	margin: 0 auto;
}

.twintbox .twint-text-right {
	text-align: right;
}

.twintbox .twint-text-left {
	text-align: left;
}

.twintbox .twint-text-center {
	text-align: center;
}

.twintbox .twint-text-uppercase {
	text-transform: uppercase;
}

.twintbox .twint-float-rt {
	float: right;
}

.twintbox .twint-float-lt {
	float: left;
}

.twintbox .twint-row {
	height: auto;
	background-color: #ffffff;
	margin: 10px 0 10px 0;
}

.twintbox .twint-row:before,
.twintbox .twint-row:after {
	content: '\0020';
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.twintbox .twint-row:after,
.twintbox .twint-clearfix {
	clear: both;
}

/*added .twint-clearfix via cleardiv in order to fix twint floating or something properly*/
.twintbox .twint-cleardiv{
	clear: both;
	float: none;
	height: 0;
	line-height: 0;
}


.twintbox .twint-hidden {
	display: none;
}

.twintbox .twint-grey-bg {
	background-color: rgb(245, 245, 245);
}

/* ------------------------------------------------------------------------ */
/* Fonts */
/* ------------------------------------------------------------------------ */
@font-face {
	font-family: markproRegular;
	src: url('/assets/twint/fonts/MarkOffcPro.eot');
	src: url('/assets/twint/fonts/MarkOffcPro.eot?#iefix') format('embedded-opentype'),
	url('/assets/twint/fonts/MarkWebPro.woff') format('woff'),
	url('/assets/twint/fonts/MarkOffcPro.ttf') format('truetype');
}

@font-face {
	font-family: markproLight;
	src: url('/assets/twint/fonts/MarkOffcPro.eot');
	src: url('/assets/twint/fonts/MarkOffcPro.eot?#iefix') format('embedded-opentype'),
	url('/assets/twint/fonts/MarkWebPro-Light.woff') format('woff'),
	url('/assets/twint/fonts/MarkOffcPro-Light.ttf') format('truetype');
}

/* ------------------------------------------------------------------------ */
/* Navigation */
/* ------------------------------------------------------------------------ */
.twintbox .twint-menu-item,
.twintbox .twint-header-item {
	vertical-align: middle;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.twintbox .twint-menu-item.img,
.twintbox .twint-header-item.img,
.twintbox p img {
	vertical-align: middle;
}

.twintbox .twint-back-link,
.twintbox .twint-back-link:link,
.twintbox .twint-back-link:visited {
	display: inline-block;
	left: 0;
	height: 16px;
	text-indent: 20px;
	background: url('/assets/twint/images/arrow_back.png') 0 0 no-repeat;
}

.twintbox .twint-back-link:hover,
.twintbox .twint-back-link:focus {
	background: url('/assets/twint/images/arrow_back.png') 0 -16px no-repeat;
}

.twintbox .twint-back-link:active {
	background: url('/assets/twint/images/arrow_back.png') 0 -16px no-repeat;
}

/* ------------------------------------------------------------------------ */
/* Elements */
/* ------------------------------------------------------------------------ */
.twintbox .twint-icon-info {
	background: url('/assets/twint/images/info_icon.png');
	background-repeat: no-repeat;
	background-size: 15px 15px;
	width: 16px;
	height: 17px;
	margin-right: 8px;
	display: inline-block;
	vertical-align: middle;
}

.twintbox .twint-datatrans-logo {
	background: url('/assets/twint/images/datatrans_logo.png');
	background-repeat: no-repeat;
	background-size: 100px 24px;
	width: 100px;
	height: 24px;
	display: inline-block;
	vertical-align: middle;
}

.twintbox .twint-twint-logo {
	background: url('/assets/twint/images/twint_logo.png');
	background-repeat: no-repeat;
	background-size: 80px 129px;
	width: 80px;
	height: 129px;
	display: inline-block;
	vertical-align: middle;
}

.twintbox .twint-postfinance-logo {
	background: url('/assets/twint/images/pf_logo.png');
	background-repeat: no-repeat;
	background-size: 80px 36px;
	width: 80px;
	height: 36px;
	display: inline-block;
	vertical-align: middle;
}

.twintbox .twint-credentials {
	position: relative;
	display: inline-block;
	height: 350px;
	overflow: hidden;
}

.twintbox .twint-credentials-box {
	position: relative;
	display: inline-block;
	padding: 30px 10px 0px 10px;
}

.twintbox .twint-credentials-item {
	background-color: rgb(254, 254, 254);
	vertical-align: middle;
	position: relative;
	height: 220px;
	width: 220px;
	margin: 0 auto;
}

.twintbox .twint-credentials-item img {
	vertical-align: middle;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	margin: 0 auto;
}

.twintbox .twint-credential-number {
	background-color: #cdcccc;
	font-family: markproLight, Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-size: 28px;
	font-weight: normal;
	color: black;
	height: 40px;
	width: 30px;
	line-height: 45px;
	position: relative;
	display: inline-block;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	margin: 0 auto;
}

.twintbox .twint-value {
	font-family: markproRegular, Arial, 'Helvetica Neue', Helvetica, sans-serif;
	color: rgb(89, 89, 89);
	font-size: 36px;
	line-height: 36px;
	font-weight: bold;
}

.twintbox .twint-description-box {
	width: 450px;
	margin: 0 auto;
}

.twintbox .twint-description-title {
	color: #00d76e;
	font-weight: bold;
}

.twintbox .twint-description-icon {
	background-repeat: no-repeat;
	background-size: 32px 32px;
	width: 32px;
	height: 32px;
	display: inline-block;
	vertical-align: middle;
	float: left;
	left: 0;
	top: 50%;
	margin-top: -16px;
	position: absolute;
}

.twintbox .twint-icon-app {
	background: url('/assets/twint/images/icon_app.png');
}

.twintbox .twint-icon-pay {
	background: url('/assets/twint/images/icon_pay.png');
}

.twintbox .twint-icon-cam {
	background: url('/assets/twint/images/icon_cam.png');
}

.twintbox .twint-description-item {
	display: table-cell;
	float: left;
	vertical-align: middle;
	position: relative;
	min-height: 32px;
	padding: 0 0 0 60px;
	margin: 10px 0 10px 0 !important;
	clear: both;
	width: auto;
}

.twintbox .twint-description-text {
	text-indent: -1.1em;
	margin-left: 1em;
	vertical-align: middle;
	padding-left: 20px;
	height: 32px;
	display: table-cell;
}

.twintbox a.twint-button,
.twintbox a.twint-button:link,
.twintbox a.twint-button:visited {
	display: inline-block;
	padding: 15px 20px 10px 20px;
	background: #00d76e;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0px;
	font-size: 14px;
	color: white;
	text-decoration: none;
	line-height: 14px;
	cursor: pointer;
	border: 0;
	margin-left: 5px;
	margin-right: 5px;

	/* something is off here so we try to fix the mobile button by setting a proper height:
	height: 15px;
	*/
	height: 42px
}

.twintbox a.twint-button:hover,
.twintbox a.twint-button:focus,
.twintbox a.twint-button:active {
	background: #00d76e;
	text-decoration: none;
	color: rgb(89, 89, 89);
}

.twintbox a.twint-button.twint-back-button {
	background-image: url('/assets/twint/images/arrow_back_white.png');
	background-repeat: no-repeat;
	background-position: 5px center;
}

.twintbox a.twint-button.twint-info-button {
	background-image: url('/assets/twint/images/info_icon_white.png');
	background-repeat: no-repeat;
	background-position: 5px center;
}

/* ------------------------------------------------------------------------ */
/* Responsive design styles */
/* ------------------------------------------------------------------------ */
@media only screen and (max-width: 767px) {
	.twintbox .twint-nav-mobile {
		display: block;
		height: 150px;
		background: #ffffff;
		border: none;
		-webkit-transform-style: preserve-3d;
		-moz-transform-style: preserve-3d;
		-ms-transform-style: preserve-3d;
		transform-style: preserve-3d;
	}

	.twintbox .twint-header-mobile {
		display: block;
		height: 125px;
		background: #ffffff;
	}

	.twintbox .twint-nav,
	.twintbox .twint-header,
	.twintbox .twint-credential-qrcode,
	.twintbox .twint-credential-txt {
		display: none;
	}

	.twintbox .twint-credentials {
		height: 175px;
	}

	.twintbox .twint-credentials-box {
		position: relative;
		padding: 10px 10px 0px 10px;
	}

	.twintbox .twint-credentials-item {
		height: 110px;
	}

	.twintbox .twint-description-box {
		width: 300px;
	}

	.twintbox .twint-value {
		font-size: 28px;
		line-height: 28px;
		margin-top: 30px;
	}
}

/* ------------------------------------------------------------------------ */
/* Retina optimization styles */
/* ------------------------------------------------------------------------ */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
	.twintbox .twint-info-icon {
		background: url('/assets/twint/images/info_icon@2x.png');
		background-repeat: no-repeat;
		background-size: 15px 15px;
	}

	.twintbox .twint-datatrans-logo {
		background: url('/assets/twint/images/datatrans_logo@2x.png');
		background-repeat: no-repeat;
		background-size: 100px 24px;
	}

	.twintbox .twint-twint-logo {
		background: url('/assets/twint/images/twint_logo@2x.png');
		background-repeat: no-repeat;
		background-size: 80px 129px;
	}

	.twintbox .twint-postfinance-logo {
		background: url('/assets/twint/images/pf_logo@2x.png');
		background-repeat: no-repeat;
		background-size: 80px 36px;
	}

	.twintbox .twint-icon-app {
		background: url('/assets/twint/images/icon_app@2x.png');
		background-repeat: no-repeat;
		background-size: 32px 32px;
	}

	.twintbox .twint-icon-pay {
		background: url('/assets/twint/images/icon_pay@2x.png');
		background-repeat: no-repeat;
		background-size: 32px 32px;
	}

	.twintbox .twint-icon-cam {
		background: url('/assets/twint/images/icon_cam@2x.png');
		background-repeat: no-repeat;
		background-size: 32px 32px;
	}
}
