@font-face {
	font-family: "MullerLight";
	src: url("../fonts/muller-light/MullerLight.eot");
	src: url("../fonts/muller-light/MullerLight.eot?#iefix")format("eot"),
	url("../fonts/muller-light/MullerLight.woff") format("woff"),
	url("../fonts/muller-light/MullerLight.ttf") format("truetype"),
	url("../fonts/muller-light/MullerLight.svg#webfont") format("svg");
	font-style: normal;
	font-weight: normal;
}

@font-face {
	font-family: "MullerRegular";
	src: url('../fonts/muller-regular/MullerRegular.eot');
	src: url('../fonts/muller-regular/MullerRegular.eot?#iefix') format('eot'),
	url('../fonts/muller-regular/MullerRegular.woff') format('woff'),
	url('../fonts/muller-regular/MullerRegular.ttf') format('truetype'),
	url('../fonts/muller-regular/MullerRegular.svg#webfont') format('svg');
	font-style: normal;
	font-weight: normal;
}

body {
	font-family: "MullerLight";
	margin: 0;
	padding: 0;
	padding-bottom: 50px;
}

h1 {
	font-family: "MullerRegular";
	font-weight: normal;
}

h2 {
	font-family: "MullerRegular";
	font-weight: normal;
}

h3 {
	font-family: "MullerRegular";
	font-weight: normal;
}

a {
	color: #deae2c;
}

a:hover {
	text-decoration: none;
}

.topbar {
	margin-top: -21px;
	min-height: 70px;
	position: relative;
	-webkit-box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.25);
    -moz-box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.25);
    box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.25);
    margin-bottom: 30px;
}

.topbar__logo {
	position: absolute;
	top:7px;
	left: 30px;
}

.topbar__mobilelogo {
	display: none;
	margin-right: 30px;
	float: left;
	margin-top: 7px;
}

.topbar__header {
	max-width: 800px;
	margin: 0 auto;
	line-height: 60px;
}

.credittext {
	max-width: 800px;
	margin: 0 auto;
	margin-bottom: 30px;
	color: red;
}

.creditform {
	max-width: 800px;
	margin: 0 auto;
}

.creditform__container {
	margin-left: -15px;
	margin-right: -15px;
}

.creditform__item {
	float: left;
	width: 46%;
	padding: 0 15px;
	margin-bottom: 10px;
}

.creditform__item input,
.creditform__item select {
	width: 100%;
	border-radius: 3px;
	padding: 7px 0;
	border: 1px solid #cccccc;
	font-family: "MullerLight";
	font-size: 14px;
}

.creditform__item input[type="submit"] {
	margin: 10px 0;
	width: auto;
	background: #66aa2d;
	border: none;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	padding: 5px 15px;
	font-size: 18px;
	font-family: "MullerLight";
}

.creditform__submitbtn {
	text-align: right;
}

.creditresult {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
}

.creditresult table {
	width: 100%;
	border: 0;
	border-spacing: 0;
	border-collapse: collapse;
	border: 1px solid #cccccc;
}

.creditresult th {
	text-align: left;
}

.creditresult td,
.creditresult th {
	border-bottom: 1px solid #cccccc;
	padding: 5px 0;
}

.creditresult td {
	padding: 5px 0;
}

.creditresult__pay_id {
	text-align: center!important;
	font-weight: bold;
}

.articles__container {
	background: #f5f5f5;
	padding: 20px;
	border-radius: 6px;
}

.articles {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
}

.articles__item {
	float: left;
	width: 50%;
	margin-bottom: 5px;
}

.articles__item__name a {
	color: #deae2c;
}

.articles__item__name h3 {
	margin: 0;
	font-family: "MullerLight";
}

.articles__item__date {
	font-size: 13px;
}

.forsite {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
}

.footer {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	margin-top: 30px;
	font-size: 13px;
}

.footer__copyright {
	float: left;
}

.footer__madein {
	float: right;
	text-align: right;
}

@media (max-width: 1300px) {
	.topbar__logo {
		display: none;
	}
	.topbar__mobilelogo {
		display: block;
	}
}

@media (max-width: 880px) {
	.content__wrapper,
	.topbar {
		padding: 0 20px;
	}
	.creditform__item {
		padding: 0;
		width: 100%;
	}
	.creditform__container {
		margin: 0;
	}
	.creditform__item__mobilehidden {
		display: none;
	}
	.creditresult__table {
		overflow: auto;
	}
	.creditresult__table table {
		min-width: 800px;
	}
}

@media (max-width: 578px) {
	.topbar__mobilelogo {
		display: none;
	}
	.topbar {
		text-align: center;
		padding-bottom: 10px;
		margin-top: 0;
	}
	.topbar__header {
		line-height: 80px;
	}
	.topbar__header h1 {
		margin: 0;
	}
	.articles__item {
		width: 100%;
	}
}

@media (max-width: 340px) {
	.topbar__header h1 {
		font-size: 22px;
	}
}