@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: normal;
	src: url('../fonts/OpenSans-Regular.eot');
	src: local('Open Sans'), local('OpenSans'), url('../fonts/OpenSans-Regular.ttf') format('truetype');)
}

body {
	background: #fff;
	color: #00458e;
	font: 12px/1.5 'Open Sans', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	overflow-y: auto;
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
}

html, body {
    height: 100%;
		height: 100%;
		margin: 0px;
		padding: 0px;

}

h1,h2 {
	font-family: 'Open Sans', Arial, sans-serif;
	color:#f7a71f;
	margin: 0px;
	padding: 0px;
}

h1 {
		font-size:28px;
		color:#FFF;
		font-weight: 700;
    font-style: normal;
    text-decoration: none;
    mix-blend-mode: normal;
    letter-spacing: 2px;
}
h2 {font-size:22px;color:#FFF;   letter-spacing: 0px; }

.app-info h3 {
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 14px;
	margin: 0 15px;
	padding: 45px 0 0 0;
	height: 65px;
	font-family: 'Open Sans', Arial, sans-serif;
	text-shadow:
			0 0 1px #fff,
			0 1px 2px rgba(0,0,0,0.3);
}


.header {
	position:absolute;
	 top:0px;
	 left:0px;
	 height:211px;
	 right:0px;
	 overflow:hidden;
}

.header .logo {
	float: right;
	padding: 40px 20px;
}

.header .logo-wrapper {
	max-width: 1140px;
	height: 131px;
	position: relative;
	display: block;
	margin: auto;
}

.header .subline {
	background-color: #f7a71f;
	height: 80px;
	text-align: center;
}

.content {
	position:absolute;
	top:211px;
	bottom:75px;
	left:0px;
	right:0px;
	overflow:hidden;

	background-color: #FFF;
}

.content-wrapper {
	height: 100%;
	width: 100%;

	text-align: center;
}

.content-wrapper a {
	margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%)
}

.footer {
	position:absolute;
	bottom:0px;
	height:75px;
	left:0px;
	right:0px;
	overflow:hidden;

	background-color: #535250;
	color: #fff;
}

.footer a {
	color: #fff;
	text-decoration: none;
}
.footer a:hover {
	color: #f7a71f;
}

.footer-text {
	padding: 32px 0 25px 0;
	margin: 0 auto;
	text-align: center;
}


.app-item-gr {
	width: 220px;
	height: 220px;
	border-radius: 50%;
	position: relative;
	cursor: hand;
	background: #0C367F;

	margin: auto;
}

.app-item-gr:after, .app-item:before, .app-item-gr:before {
    content: '';
    display: table;
}

.app-info-wrap-gr {
    top: 20px;
    left: 10px;
}

.app-info-wrap, .app-info-wrap-gr, .app-info {
    position: absolute;
    width: 200px;
    height: 200px;
}

.app-info > div {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-position: center center;
    -webkit-backface-visibility: hidden;

		text-align: center;
		color: #FFF;
}
