html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
	height: 100%;
}

body {
	margin: 0;
	font-family: "Open Sans", sans-serif;
	color: #333;
	background: #e4e4e4;
	min-width: 320px;
	height: 100%;
}

section {
	border-radius: 10px;
	position: relative;
	margin: 8px;
	background: #fff;
	box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.30);
}

.w1 {
	max-width: 710px;
	margin: 0 auto;
}

header {
	height: 68px;
	text-align: center;
	background: #FFFFFF;
	box-shadow: 0 1px 4px rgba(0, 0, 0, .28);
	padding: 4px 20px;
}

.logo-container {
	width: 300px;
	height: 68px;
	margin: 0 auto;
}

.logo {
	
	height: 64px;
	
}

.price {
	border-radius: 10px 10px 0 0;
	border-bottom: 1px solid #f0f0f0;
	padding: 10px 15px;
}

.price-amount {
	border-radius: 0 0 10px 10px;
	border-top: 1px solid #f0f0f0;
	padding: 15px;
	background: #FE5000;
	vertical-align: middle;
}

h2 {
	font: 18px/22px "Open Sans", sans-serif;
	line-height: 1.3;
	font-weight: 600;
	margin: 8px 0;
}

.total-amount {
	color: #FFFFFF;
	font-weight: 700;
	font: 18px/22px "Open Sans", sans-serif;
	display: table-cell;
	vertical-align: middle;
	min-width: 150px !important;
background: #FE5000;
}

.method {
	display: inline-block;
	vertical-align: middle;
	padding: 0 10px;
}

.method-name {
	font-size: 16px;
	font-weight: 600;
}

.bold-font {
	font-weight: 600;
}

.amount {
        color: #FFFFFF;
	display: table-cell;
	word-wrap: break-word;
	vertical-align: middle;
	width: 100%;
	text-align: right;
	font: 24px/28px "Open Sans", sans-serif;
	font-weight: 600;
}

h1 {
	font: 22px/28px "Open Sans", sans-serif;
	line-height: 1.3;
	font-weight: 600;
	margin: 8px 0;
}

.list {
	padding: 10px 15px;
	list-style: none;
	margin: 0;
}

.heading {
	color: #9b9b9b;
	text-transform: uppercase;
	padding-top: 5px;
	font-size: 14px;
}

.txt {
	color: #4a4a4a !important;
	font: 600 20px/26px "Open Sans", sans-serif;
	pointer-events: none;
	text-decoration: none;
}

.list li {
	padding-bottom: 4px;
}

.nav-area {
	padding: 15px;
	margin: 0 auto;
	text-align: center;
}

	.nav-area h2 {
		margin: 0 0 15px 0;
		color: #4a4a4a;
		font: 16px/22px "Open Sans", sans-serif;
		text-transform: uppercase;
		text-align: center;
		font-weight: 600;
	}

a[href^=tel] {
	text-decoration: inherit;
	color: inherit;
}

a {
	text-decoration: none;
	color: #4a4a4a;
}

.phone {
	color: #4a4a4a !important;
	text-decoration: underline !important;
}

.button-box {
	width: 80%;
	border-radius: 100px;
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.32);
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 58%, #cdcdcd 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ffffff 58%, #cdcdcd 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ffffff 58%, #cdcdcd 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#cdcdcd', GradientType=0); /* IE6-9 */
	text-decoration: none;
	font: 14px/26px "Open Sans", sans-serif;
	text-align: center;
	margin: 0 auto 20px auto;
	vertical-align: middle;
	line-height: 70px;
	height: 70px;
	max-height: 70px;
	cursor: pointer;
}

.ico {
	max-height: 60px;
	min-height: 50px;
	/*max-width: 200px;*/
	/*max-height: 40px;*/
	padding: 10px;
	vertical-align: middle;
	/*height: 60px;*/
}

footer {
	text-align: center;
	padding-bottom: 20px;
}

/*.checkbox {
	display: table-cell;
	vertical-align: middle;
	width: 40px;
}*/

address {
	font-size: 14px;
	font-style: normal;
}

.terms {
	display: block;
	border-top: 1px solid #f0f0f0;
	padding: 10px 0 25px 15px;
}

.conditions {
	display: table-cell;
	word-wrap: break-word;
	width: 100%;
	font-size: 14px;
	color: #9b9b9b;
	line-height: 1.3;
	vertical-align: middle;
	padding: 10px 10px 0 5px;
}

.terms-conditions {
	text-decoration: underline;
	font-size: 15px;
	color: #9b9b9b;
}

.underlined {
	text-decoration: underline;
}

.try-again {
	text-decoration: underline;
	font-size: 16px;
}

.result {
	text-align: center;
	padding: 20px;
}

.result-icon {
	width: 80px;
}

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

.top-10 {
	padding-top: 10px;
}

.bottom-10 {
	padding-bottom: 10px;
}

.bottom-30 {
	padding-bottom: 30px;
}

.error {
	color: #DF3D21 !important;
}

.warning {
	color: #F89406 !important;
}

/*input[type="checkbox"] {
	display: none;
}*/

	/*input[type="checkbox"] + label {
		font-size: 14px;
		line-height: 22px;
		letter-spacing: 1px;
		color: #333;
		cursor: pointer;
	}

		input[type="checkbox"] + label:before {
			content: '\00a0';
			display: inline-block;
			width: 23px;
			height: 23px;
			margin-right: 10px;
			font-size: 33px;
			background-color: #eee;
			text-align: center;
			color: #9b9b9b;
			position: relative;
			top: 8px;
			border: 1px solid #9b9b9b;
			padding: 3px;
			border-radius: 3px;
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
		}

	input[type="checkbox"]:checked + label:before {
		content: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAGFJREFUeNpiYBj24P///wZA3E9Nw97/h4D51DQMBM4DscCoYVQ0DCiZANJETcP+QzUZUOxNqKL/6IaSHWYgRVgMTaAoArAY+p/i2MRhKPlJA4uhlBmGZuh8qhg2/AFAgAEA3x1sImNA6G4AAAAASUVORK5CYII=') !important;
		background: #9b9b9b;
		color: white;
		padding-bottom: 4px;
	}*/
/*input[type="checkbox"] {
	display: none;
}*/

input[type="checkbox"] + label {
	font-size: 14px;
	line-height: 22px;
	letter-spacing: 1px;
	color: #333;
	cursor: pointer;
}

input[type="checkbox"] + label:before {
	content: '\00a0';
	display: inline-block;
	width: 23px;
	height: 23px;
	margin-right: 10px;
	font-size: 33px;
	background-color: #eee;
	text-align: center;
	color: #9b9b9b;
	position: relative;
	top: 8px;
	border: 1px solid #9b9b9b;
	padding: 3px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

input[type="checkbox"]:checked + label:before {
	content: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAGFJREFUeNpiYBj24P///wZA3E9Nw97/h4D51DQMBM4DscCoYVQ0DCiZANJETcP+QzUZUOxNqKL/6IaSHWYgRVgMTaAoArAY+p/i2MRhKPlJA4uhlBmGZuh8qhg2/AFAgAEA3x1sImNA6G4AAAAASUVORK5CYII=') !important;
	background: #9b9b9b;
	color: white;
	padding-bottom: 4px;
}

button {
	border: none;
}

.stralfors-section {
	/*font-family: StagSans-Book;*/
	max-width: 710px;
	margin: 0 auto;
	position: relative;
	padding: 30px 20px 30px 20px;
	background: #ffffff;
	text-align: left;
}

.stralfors-heading {
	/*font-family: StagSans-Medium;*/
	font-size: 28px;
	padding-bottom: 10px;
}

.stralfors-info {
	font-size: 21px;
	padding-top: 20px;
	text-align: left;
}

.stralfors-line-left {
	font-size: 21px;
	padding: 5px;
	text-align: left;
}

.stralfors-line-right {
	font-size: 21px;
	padding: 5px;
	text-align: right;
}

.stralfors-line-center {
	font-size: 21px;
	padding-top: 5px;
	text-align: center;
}

.stralfors-text {
	font-size: 20px;
}

.stralfors-hr {
	border: none;
	height: 2px;
	/* Set the hr color */
	color: #888; /* old IE */
	background-color: #888; /* Modern Browsers */
}

.stralfors-table {
	width: 100%;
	margin-top: 30px;
}

.stralfors-amount {
	vertical-align: middle;
	width: 100%;
	text-align: left;
	font: 28px/32px "Open Sans", sans-serif;
	font-weight: 600;
	padding-top: 10px;
	padding-bottom: 10px;
}

.payment-complete-button {
	background-color: rgb(38, 170, 72);
	border: 2px solid rgb(38, 170, 72);
}

.payment-complete-text {
	width: 100%;
	text-align: center;
	vertical-align: middle;
	padding-bottom: 20px;
	font-size: 28px;
	color: #fff;
}

.payment-cancel-text {
	width: 100%;
	text-align: center;
	vertical-align: middle;
	padding-bottom: 20px;
	font-size: 28px;
	color: #000;
}

.stralfors-line-alt {
	background-color: rgb(245, 245, 249);
}

#noscript-warning {
	font-family: sans-serif;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1030;
	text-align: center;
	font-weight: bold;
	font-size: 80%;
	margin-bottom: 5px;
	color: #FFF;
	background-color: #FF9900;
	padding: 5px 0 5px 0;
}

@media (min-width: 480px) {

	h1, .amount {
		font-size: 16px;
	}

	.button-box {
		min-height: 70px;
		line-height: 70px;
	}

	.method-name {
		font-size: 16px;
	}
}

@media (min-width: 481px) {

	h2, .total-amount {
		font-size: 21px;
	}

	.nav-area h2 {
		font-size: 18px;
	}

	h1 {
		font-size: 24px;
	}

	.button-box {
		min-height: 70px;
		line-height: 70px;
	}

	.method-name {
		font-size: 22px;
	}

	.amount {
		font-size: 32px;
	}

	.price-amount {
		padding: 25px 20px;
	}

	.heading {
		font-size: 16px;
	}

	.txt {
		font-size: 25px;
		line-height: 33px;
	}

	address {
		font-size: 16px;
	}

	.try-again {
		font-size: 20px;
	}

	.terms {
		padding: 10px 15px 25px 15px;
	}

	.list, .price {
		padding: 10px 20px;
	}
}

@media (min-width: 550px) {

	.button-box {
		min-height: 90px;
		line-height: 90px;
	}

	footer {
		padding-top: 15px;
	}

	address {
		font-size: 18px;
	}

	.heading {
		font-size: 16px;
	}

	.nav-area h2 {
		font-size: 20px;
	}

	.try-again {
		font-size: 24px;
	}

	.terms {
		padding: 10px 15px 25px 15px;
	}

	.price-amount {
		padding: 25px 25px;
	}

	.list, .price {
		padding: 10px 25px;
	}
}

@media (min-width: 730px) {

	section {
		margin: 8px 0;
	}
}