@font-face {
	font-family: 'case';
	src: url('/fonts/soliver_case_fonts/soliver_case_fonts/sOliverCase-RegularWeb.woff2') format('woff2');
}

@font-face {
	font-family: 'case_bold';
	src: url('/fonts/soliver_case_fonts/sOliverCase-BoldWeb.woff2') format('woff2');
}

@font-face {
	font-family: 'case_bold_italic';
	src: url('/fonts/soliver_case_fonts/sOliverCase-BoldItalicWeb.woff2') format('woff2');
}

@font-face {
	font-family: 'case_italic';
	src: url('/fonts/soliver_case_fonts/sOliverCase-ItalicWeb.woff2') format('woff2');
}

@font-face {
	font-family: 'case_medium';
	src: url('/fonts/soliver_case_fonts/sOliverCase-MediumWeb.woff2') format('woff2');
}

body, html {
	height: 100%;
	background-color: #ffffff;
	font-size: 16px;
	font-family: "case", sans-serif!important;
}

#app {
	width: 100%;
	max-width: 700px;
	margin-right: auto;
	margin-left: auto;
}

.font-case {
	font-family: 'case' !important;
}

.font-case-bold {
	font-family: 'case_bold' !important;
}

.font-case-bold-italic {
	font-family: 'case_bold_italic' !important;
}

h1 {
	font-size: 2em;
	font-family: "case_bold","Case", sans-serif;
	line-height: 1.08em;
	margin-bottom: 35px;
	margin-top: 20px;
}

img {
	display: block;
	margin-top: 9px;
	margin-bottom: 20px;
}

a {
	font-size: 1em;
	width: border-box;
	position: relative;
	color: black;
	text-decoration: none;
	text-transform: uppercase;
}

a:hover {
	text-decoration: none;
	color: black;
}

input[type=submit], input[type=button], .button-class {
	min-width: 156px;
	max-width: 200px;
	min-height: 40px;
	border: 1px solid black;
	font-size: 12px;
	text-transform: none !important;
	font-weight: bolder;
	line-height: 2em;
	background-color: white;
	cursor: pointer;
	-moz-transition: all .25s ease-in;
	-o-transition: all .25s ease-in;
	-webkit-transition: all .25s ease-in;
	transition: all .25s ease-in;
	margin-bottom: 15px;
	color: #000;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	font-weight: normal;
	font-family: "case_bold","Case", sans-serif;
}

input[type=submit]:hover, input[type=button]:hover, .button-class:hover {
	color: white;
	background-color: black;
}

#logo {
	border: none;
	margin-top: 50px;
	width: 144px;
	height: auto;
}

#footer {
	min-height: 64px;
	background-color: RGB(238, 233, 234);
	height: auto;
}

#footer img {
	display: inline-block;
	width: 35px;
	height: auto;
	margin-top: auto !important;
	margin-bottom: auto !important;
}

.iconholder {
	padding-left: 20px;
}

#headerimage {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
}

.container {
	max-width: 700px;
}

.main_text {
	font-size: 1.1em;
	line-height: 1.55em;
	margin-bottom: 35px;
	font-weight: 300;
	letter-spacing: 0;
}

.left_image {
	width: 340px !important;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

.right_image {
	width: 340px !important;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

.footer-icon {
	margin-left: 3%;
}

.footer-icon:hover {
	text-decoration: none;
}

.footer-link {
	font-size: 0.8125em;
	letter-spacing: 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0);
	-webkit-transition: border 500ms ease;
	-moz-transition: border 500ms ease;
	-o-transition: border 500ms ease;
	transition: border 500ms ease;
	border-spacing: 5px;
	font-weight: 300;
	line-height: 0.1em;
	top: auto;
	align-self: center;
}

.footer-link:hover {
	border-bottom: 1px solid rgba(0, 0, 0, 1);
}

.header-link {
	font-size: 0.8125em;
	letter-spacing: 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0);
	-webkit-transition: border 500ms ease;
	-moz-transition: border 500ms ease;
	-o-transition: border 500ms ease;
	transition: border 500ms ease;
	border-spacing: 5px;
	font-weight: 300;
	line-height: 0.1em;
	top: auto;
	align-self: center;
}

.header-link:hover {
	border-bottom: 1px solid rgba(0, 0, 0, 1);
}

.image {
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

.error-page * {
	font-family: 'nunito', sans-serif;
}

.error-page h1 {
	font-size: 5em;
	font-weight: bold;
}

.error-page p {
	font-size: 1.5em;
}

@media screen and (max-width: 992px) {

	.left_button_link {
		text-align: center !important;
		padding: 0 !important;
	}

	.right_button_link {
		text-align: center !important;
		padding: 0 !important;
	}

	#footer {
		height: auto;
	}

	input[type=submit], input[type=button], .button-class:hover {
		font-size: 14px; !important;
	}

	#footer img {
		margin-top: 10px !important;
		margin-bottom: 10px !important;
	}

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

@media screen and (max-width: 1400px) {
	body {
		font-size: 15px;
	}
}

@media screen and (max-width: 1200px) {
	body {
		font-size: 14px;
	}
}

@media screen and (max-width: 1100px) {
	body {
		font-size: 13px;
	}

	input[type=submit], input[type=button], .button-class {
		width: 49% !important;
	}
}

@media (max-width: 991.98px) {
	input[type=submit], input[type=button], .button-class {
		width: 90% !important;
	}

	.main_box_ok_ok {
		padding-right:0;
		padding-left: 0;
	}

}

@media screen and (max-width: 768px) {
	#iconholder {
		padding-left: 0;
	}

	#headerimage {
		display: none;
	}

	input[type=submit], input[type=button], .button-class {
		margin-bottom: 5px;
	}

	img {
		margin-top: 10px;
		margin-bottom: 10px;
	}

	.main_box {
		max-width: 540px;
	}

	.main_text {
		margin-bottom: 20px;
	}

	.left_image {
		width: 90% !important;
	}

	.right_image {
		width: 90% !important;
	}

	.w-content-mobile {
		width: 85% !important;
		max-width: 520px;
	}

	h1 {
		margin-bottom: 20px;
	}

	.header-link {
		font-size: 21px !important;
		line-height: 42px !important;
	}

}

@media screen and (max-width: 576px) {

	.head_title {
		white-space: normal !important;
	}

	body {
		font-size: 10px;
	}

	.main_box {
		width: 100%;
		max-width: unset;
		padding-right: 20px;
		padding-left: 20px;
	}

	.w-content-mobile {
		width: 90% !important;
	}

	.header-link {
		font-size: 21px !important;
		line-height: 42px !important;
	}

	input[type=submit], input[type=button], .button-class {
		max-width: none;
		width: 90% !important;
	}

}