/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('/novalinkDefaultPage/fonts/open-sans-v13-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Open Sans'), local('OpenSans'),
       url('/novalinkDefaultPage/fonts/open-sans-v13-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/novalinkDefaultPage/fonts/open-sans-v13-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('/novalinkDefaultPage/fonts/open-sans-v13-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('/novalinkDefaultPage/fonts/open-sans-v13-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/novalinkDefaultPage/fonts/open-sans-v13-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}

body{
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	font-size: 14px;
	color: #333333;
	min-width:1200px;
	min-height: 500px;
	width: auto !important; 
	height: auto !important;
	text-align:center;
	overflow: hidden;
	margin: 0;
}

.page-wrapper {
	position: fixed;
	height: 100%;
	min-height: 100%;
	min-width: 100%;
	background-color: #ffffff;

	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	align-items: stretch;
	-webkit-box-pack: start;
	-moz-box-pack: start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}

.content-header {
	height: 50px;
	min-height: 50px;
	border: 0;
	background-color: #fff;
	padding-bottom: 5px;

	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.header-brand {
	width: 180px;
	padding: 10px 20px;
	margin-left: 100px;
}

.header-brand img {
	vertical-align: middle;
	border: 0;
	box-sizing: border-box;
}

.brand-image {
	height: 25px;
	padding-top: 5px;
}

.page-content {
	flex-grow: 2;
	box-sizing: border-box;

	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	align-items: stretch;
	-webkit-box-pack: start;
	-moz-box-pack: start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}

.language-select-wrapper {
	height: 35px;
	text-align: right;
	color: #aaa;
	box-sizing: border-box;
}

.language-select {
	margin-right: 150px;
	margin-top: 8px;
	cursor: pointer;
}

.language-select span + span {
	margin-left: 5px;
}

.language-underline {
	text-decoration: underline;
}

.content-wrapper {
	height: 100%;
	min-height: 100%;
	flex-grow: 2;

	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	align-items: stretch;
	-webkit-box-pack: start;
	-moz-box-pack: start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}

.content-left {
	width: 40%;
	flex-grow: 1;

	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	align-items: stretch;
	-webkit-box-pack: start;
	-moz-box-pack: start;
	-webkit-justify-content: center;
	justify-content: center;
}

.left-container-text {
	text-align: right;
	margin-top: -120px;
}

.left-container-button {
	text-align: right;
	padding-top: 30px;
}

.left-container-button button {
	height: 50px;
	width: 150px;
	font-weight: bold;
	font-size: 14px;
	font-family: inherit;
	line-height: inherit;
	-webkit-appearance: button;
	cursor: pointer;
	text-transform: none;
	overflow: visible;
	margin: 0;
}

.welcome1 {
	color: #e6007e;
	font-size: 60px;
	line-height: 50px;
}

.welcome2 {
	color: #aaa;
	font-size: 60px;
}

.content-right {
	width: 60%;
	flex-grow: 1;

	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	align-items: center;
	-webkit-box-pack: start;
	-moz-box-pack: start;
	-webkit-justify-content: center;
	justify-content: center;
}

.content-image {
	width: 100%;
	max-width: 900px;
	height: auto;
}

.page-footer {
	height: 35px;
	min-height: 35px;
	border: 0;
	background-color: #ffffff;
	padding-top: 5px;
	color: #000;
	vertical-align: middle;
	box-sizing: border-box;
}

@media all and (max-width: 1200px) {
	.content-wrapper {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-orient: vertical;
		-moz-box-orient: vertical;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		align-items: stretch;
		-webkit-box-pack: start;
		-moz-box-pack: start;
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
	}

	.content-left {
		width: 100%;
	}

	.content-right {
		width: 100%;
	}

	.left-container-text {
		text-align: center;
		margin-top: 40px;
	}

	.left-container-button {
		text-align: center;
	}
}