@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%;
		margin: 0px;
		padding: 0px;
}
.container {
    width: 100%;
    height: 90%;
    display: table;
    text-align: center;
}
.container > .wrapper {
    display: table-cell;
    vertical-align: middle;
}

.app-grid {
	margin: 20px 0 0 0;
	padding: 0;
	list-style: none;
	display: block;
	text-align: center;
	width: 100%;
}

.app-grid:after,
.app-item:before,.app-item-gr:before {
	content: '';
    display: table;
}

.app-grid:after {
	clear: both;
}

.app-grid li {

	display: inline-block;
	margin: 20px;
}



.app-info p {
	color: #fff;
	padding: 20px 5px;
	font-style: italic;
	margin: 0 30px;
	font-size: 12px;
	border-top: 1px solid rgba(255,255,255,1);
}

.app-info p a {
	display: block;
	color: #fff;
	color: rgba(255,255,255,0.7);
	font-style: normal;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 9px;
	letter-spacing: 1px;
	padding-top: 4px;
	font-family: 'Open Sans', Arial, sans-serif;
}

.app-info .fa {
	font-size: 50px;
	line-height: 50px;
	color: #00458e;
	display: block;
}

.app-link {
	display:inline-block;
	width:280px;
	height:280px;
}


.footer {
	color: #444;
	margin: 0 auto;
	text-align: center;
	padding:50px 0 25px 0;
}
.footer a {
	color: #444;
	text-decoration: none;
}
.footer a:hover {
	color: #00458e;
}



.app-item {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	position: relative;
	/*border: 5px solid #90C1E1;*/
	border:none;
	cursor: hand;
}

.app-item-gr {
	width: 220px;
	height: 220px;
	border-radius: 50%;
	position: relative;
	cursor: hand;
	background:#fe5000;
}

.app-info-wrap,.app-info-wrap-gr,
.app-info{
	position: absolute;
	width: 200px;
	height: 200px;
	/*border-radius: 50%;*/
}

.app-info-wrap {
	 top: 20px;
	 left: 10px;
	 background:#fff;
 }

.app-info-wrap-gr {
	top: 20px;
	left: 10px;
	/*background:#fff;*/
	}

.app-info > div {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-position: center center;

	-webkit-backface-visibility: hidden; /*Just for webkit to have a smooth font*/
}

.app-info .app-info-front img {
	/* width: 200px;
	height: 200px; */

	margin: 18px 0;
  width: 164px;
  height: 164px;
}

.app-info .app-info-front {
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}

.app-info .app-info-back {
	opacity: 0;

/*	background: #00458e;
	pointer-events: none;

	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-o-transform: scale(1.5);
	-ms-transform: scale(1.5);
	transform: scale(1.5);

	-webkit-transition: all 0.4s ease-in-out 0.2s;
	-moz-transition: all 0.4s ease-in-out 0.2s;
	-o-transition: all 0.4s ease-in-out 0.2s;
	-ms-transition: all 0.4s ease-in-out 0.2s;
	transition: all 0.4s ease-in-out 0.2s;*/
}




h1,h2 {
	font-family: 'Open Sans', Arial, sans-serif;
	color:#fe5000;
	text-shadow:
			0 0 1px #fff,
			0 1px 2px rgba(0,0,0,0.3);
}

h1 {font-size:28px;}
h2 {font-size:26px;display:inline-block;color:#fe5000;}

.head {margin:25px 0;}
.logo {
	margin: 0 auto;
	text-align: center;
	width: 192px;
	height: 120px;
}

.logo img {
	width: 100%;
	height: 100%;
}

.subline {margin: 0 auto 30px auto; text-align: center;}

.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);
}

/*
.blue {color:#4095CB!important;}
.blue-bg {background:#4095CB!important;}

.green {color:#FE5000!important;}
.green-bg {background:#FE5000!important;}
*/
.app-info-back h3 {
	color:#fff;

}

/*
.app-item-gr:hover .app-info-front {
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);

	opacity: 0;
}

.app-item-gr:hover .app-info-back {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);

	opacity: 1;
	pointer-events: auto;
}

.app-item:hover .app-info-front {
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);

	opacity: 0;
}

.app-item:hover .app-info-back {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);

	opacity: 1;
	pointer-events: auto;
}
*/
/*.demo .app-item-gr {

}

.demo  .app-item {
	border: 5px solid #FE5000;
}

.demo .app-item-gr {
	!* border: 5px solid #FE5000; *!
	border: 10px solid #FE5000;
}

.demo .app-info-wrap-gr {
    !* box-shadow: 0 0 0 12px rgba(254,80,0,1.0), inset 0 0 3px rgba(254,80, 0, 0.8); *!
		box-shadow: 0 0 0 0px rgba(254,80,0,1.0), inset 0 0 0px rgba(254,80, 0, 0.8);
}

.demo h2 {
	color: #FE5000;
}*/
