.tj-font {
	font-family: Open, Arial, Tahoma;
	font-size: 18pt;
}
#region1wrap {
	flex: 1;
	display: flex;
    justify-content: center;
    align-items: center;
	flex-direction: column;
}
.clear {
	margin-top: 80px;
}
.tj-main {
	height: 80px;
	text-align: center;
	background: #444444;
	display: flex;
    flex-direction: column;
    font-family: Open, Arial, Tahoma;
    font-size: 16pt;
    color: #fff;
}
.tj-main a:hover {
	color: #0e0e0e;
}
a.tj-block {
	padding: 10px;
	display: block;
	text-align: center;
	border-radius: 10px;
	margin-top: 10px;
	cursor: pointer;
	color: #fff;
}
a.tj-block:hover, a.tj-block:active {text-decoration: none;}
a.tj-block h3 {font-size: 22pt;}
a.tj-block p {font-size: 16pt; font-family: 'Jura', sans-serif;}
a.tj-white {
	background: #fff;
    display: block;
    text-align: center;
}
a.tj-white:hover, a.tj-white:active {text-decoration: none;}
a.tj-white h3 {font-size: 22pt;}
a.tj-white h7 {font-size: 17pt;}
a.tj-white p {font-size: 16pt; font-family: Open;}
.tj-left {margin-left: 15px; margin-top: 10px;}
.tj-txt {
	font-family: 'Jura', sans-serif;
	background: #fff;
	padding: 20px;
	display: block;
	border-radius: 20px;
	margin-top: 10px;
	box-shadow: rgba(0, 0, 0, .12) 0 7px 20px;
}
.tj-txt h1 {padding: 0 10px 10px !important; letter-spacing: 0;}
.tj-txt h3 {color: #60BCF6;}
.tj-info { color: #000; font-size: 20pt; font-weight: bold; margin-top: 10px; line-height: 23pt;}
.tj-help { color: #666; font-size: 18pt; font-weight: bold; margin-top: 10px; line-height: 23pt;}
.tj-center {text-align: center !important;}
.tj-big {font-size: 16pt !important;}

.tj-bg {
	background: #fff;
	padding: 10px;
	display: block;
	border-radius: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
	box-shadow: 0px 7px 20px #e5e5e5;
}
.tj-contact {
	font-family: Open;
	font-size: 18pt;
	line-height: 22pt;
}
.tj-green {
	color: #9ee002;;
}
.tj-red {
	color: #ec1d25;;
	padding: 50px 0 20px 0;
    font-family: 'Roboto' !important;
    font-size: 22pt !important;
    font-weight: 500 !important;
    text-align: center;
}

.tj-footer-up {
	display: flex;
    justify-content: space-between;
    align-items: center;
	padding: 10px 30px 0px 30px;
	background: #444444;
}

.tj-footer-down {
	display: flex;
    justify-content: space-between;
    flex-direction: column;
	padding: 10px 30px 10px 30px;
    background: #444444;
}