@font-face {
		    font-family: "Interface";
		    src: url('../fonts/if_corp_rg-webfont.woff2') format('woff2'),
		         url('../fonts/if_corp_rg-webfont.woff') format('woff');
		    font-weight: 400;
		    font-style: normal;
		}
		@font-face {
		    font-family: "Interface";
		    src: url('fonts/if_corp_bd-webfont.woff2') format('woff2'),
		         url('fonts/if_corp_bd-webfont.woff') format('woff');
		    font-weight: 700;
		    font-style: normal;
		}
		@font-face {
		    font-family: "Interface";
		    src: url('fonts/if_corp_xbd-webfont.woff2') format('woff2'),
		         url('fonts/if_corp_xbd-webfont.woff') format('woff');
		    font-weight: 800;
		    font-style: normal;
		}
		@font-face {
		    font-family: "Interface";
		    src: url('fonts/if_corp_it-webfont.woff2') format('woff2'),
		         url('fonts/if_corp_it-webfont.woff') format('woff');
		    font-weight: 400;
		    font-style: italic;
		}
		body {
			background-color: #000;
		}
		h1 {
			font-family: 'Interface',Arial,sans-serif;
			color: #fff;
			font-size: 50px;
			text-align: center;
		}
		a {
			text-decoration: none;
		}
		.button {
			font-family: 'Interface',Arial,sans-serif;
			font-size: 2vw;
			font-weight: bold;
			background-color: #439539;
			color: #fff;
			border: 2px solid #fff;
		  	border-radius: 5px;
			padding: 6px 30px;
			display: inline-block;
			transition: 0.3s;
			cursor: pointer;
		}
		.button:hover {
			background-color: #fff;
			color: #439539;
			border: 2px solid #439539;
			text-decoration: none;
		}
		.top {
			font-family: 'Interface',Arial,sans-serif;
			color: #fff;
			font-size: 20px;
			padding: 5px 15px;
			border-radius: 0 0 0 5px;
			position: fixed;
			top: 0;
			right: 0;
			background-color: #439539;
		}
		.btm {
			font-family: 'Interface',Arial,sans-serif;
			color: #fff;
			font-size: 20px;
			padding: 5px 15px;
			border-radius: 0 5px 0 0;
			position: fixed;
			bottom: 0;
			left: 0;
			background-color: #439539;
		}
		.container {
			margin: 0 auto;
			width: 90%;
		}
		ul.android-settings {
			margin: 0;
			padding: 0;
			text-align: center;
		}
		ul.android-settings > li {
			display: inline-block;
			margin: 0 0 20px;
			padding: 0 10px;
			vertical-align: top;
			width: 30%;
		}
		#content {
			color: #fff;
			font: 16px/2 'Interface',Arial,sans-serif;
		}
		@media (max-width: 768px) {
			.button {
				font-size: 8vw;
			}
		}
		@media (max-width: 414px) {
			.top, .btm {
				font-size: 15px;
			}
			ul.android-settings > li {
				margin-bottom: 20px;
				padding: 0;
				width: 100%;
			}
			#content {
				text-align: center;
			}
		}
		@media (min-height: 768px) and (max-width: 1024px) {
			ul.android-settings > li {
				padding: 0 5px;
			}
			#content h1 {
				line-height: 1.2;
			}
		}
		a {
			color: #439539;
			transition: all 0.4s ease-in-out;
		}
		a:hover,
		a:focus {
			color: #fff;
		}
		#main {
			height: 100vh;
			display: -webkit-flex;
  			-webkit-align-items: center;
  			display: flex;
  			align-items: center;
			justify-content: center;
			-webkit-justify-content: center;
		}
		.icon {
			background: rgba(67, 149, 57, 0.6);
			border-radius: 100%;
			display: block;
			height: 100px;
			margin: 0 auto 10px;
			position: relative;
			width: 100px;
		}
		.icon::before {
			bottom: 0;
			content: "";
			left: 0;
			line-height: 100px;
			margin: 0 auto;
			position: absolute;
			right: 0;
			top: 0;
		}
		.icon.icon-sport::before {
			background: url(../img/icons/sport.png) no-repeat center;
		}
		.icon.icon-betgames::before {
			background: url(../img/icons/betgames.png) no-repeat center;
		}
		.icon.icon-live::before {
			background: url(../img/icons/live.png) no-repeat center;
		}
		.icon.icon-sport {
			background: rgba(67, 149, 57, 0.6);
		}
		.icon.icon-betgames {
			background: rgba(179, 17, 77, 0.6);
		}
		.icon.icon-live {
			background: rgba(172, 194, 64, 0.6);
		}
		.icon.icon-settings::before {
			background: url(../img/icons/settings.png) no-repeat center;
		}
		.icon.icon-security::before {
			background: url(../img/icons/security.png) no-repeat center;
		}
		.icon.icon-allow::before {
			background: url(../img/icons/allow.png) no-repeat center;
		}
		.icon.icon-ok::before {
			background: url(../img/icons/ok.png) no-repeat center;
		}
		.icon.icon-download::before {
			background: url(../img/icons/download.png) no-repeat center;
		}
		.icon.icon-progress::before {
			background: url(../img/icons/progress.png) no-repeat center;
		}
		.icon.icon-install::before {
			background: url(../img/icons/install.png) no-repeat center;
		}
		.icon.icon-register::before {
			background: url(../img/icons/register.png) no-repeat center;
		}
		.android-settings.pbottom {
			padding-bottom: 20px;
		}