body {
	font-family: "Ubuntu";
	font-weight: 300;
	margin: 0;
	padding: 0;
	background-color: #57606f;
	min-height: 100vh;
	overflow-x: hidden;
	background-color: 
}

/* Custom scrollbar*/
::-webkit-scrollbar {
    width: 6px;
}
 /* Track */
::-webkit-scrollbar-track {
    border-radius: 5px;
}
 /* Handle */
::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #3498db; 
}
::-webkit-scrollbar-thumb:window-inactive {
	background: #ecf0f1; 
}
.contents:link, .contents:visited, .contents:active{
	color: #bdc3c7;
}
.main > H3{
	margin: 0;
	padding: 0;
}
.top_icons{
	display: inline-block;
	margin-top: 5px;
	float: left;	
}
#logo{
	width: 75%;
	max-width: 350px;
	height: auto;
	margin: 0px 0px;
	padding: 0px;
}
#title{
	position: relative;
	left: 0;
	bottom: 30%;
}
@-webkit-keyframes bg-slide {
    from { -webkit-transform: translateX(0); transform: translateX(0); }
    to { -webkit-transform: translateX(20%); transform: translateX(20%); }
}
#scrolling-bg{
	background: #ecf0f1;	
	background-size: 20%;
	width: 200%;
	height: 200%;
	position: absolute;
	left: -100%;
	z-index: 0;
	 
   /*-moz-animation-name: bg-slide;
    -webkit-animation-name: bg-slide;
    animation-name: bg-slide;
    
    -moz-animation-duration: 20s;
	-webkit-animation-duration: 20s;
    animation-duration: 20s;
    
    -moz-animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    
    -moz-animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	*/
}
.wrapper{
	margin: 2vw auto;
	width: 90%;
	max-width: 1200px;
	position: relative;
	padding: 2vw 0px;
	color: #ecf0f1;
	overflow: auto;
	clear: both;
}
.main > .top_icons > H3 {
	vertical-align: middle;
	color: #fff;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 10px;
	text-decoration: none;
}
.main > .top_icons > H5 {
	vertical-align: middle;
	color: #95a5a6;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
	text-decoration: none;
}
.introbg {
	background-color: #02060a;
	height: 200vh; 
	width: 120%;
	position: absolute;
	min-height: 700px;
	padding-top: 30px;
}
.introvideo {
	background-color: #000;
	height: 200vh; 
	width: 120%;
	opacity: 0.3;
	filter: alpha(opacity=45); /* For IE8 and earlier */
	position: absolute;
	min-height: 700px;
	padding-top: 30px;
}
.headerbg {
	background-color: #111;
	height: 200vh; 
	width: 100%;
	position: absolute;
	min-height: 500px;
	padding-top: 30px;
}
#youtubevid{
	position: absolute; 
	left: 0px; 
	top: 0px; 
	width: 100%; 
	height: 100%;
	overflow: visible;
}
#video{
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; 
  height: 0;
}
#video iframe{
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
}
.header {
	-js-display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	background-color: #34495e;
	position: relative;
	top: 0;
	left: 0;
	width: 100vw;
	height: 85vh;
	min-height: 500px;
	overflow: hidden;
}
h1{
	font-size: 1.3em; 
	font-weight: bold;
	color: #ecf0f1;
	padding: 5%;
	text-align: center;
}
h2{
	font-size: 1.2em; 
	text-align: left;
	font-weight: bold;
	color: #95a5a6;
	padding: 10px 10px;
}
#sidebar {
	-js-display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	width: 100%;
	overflow: auto;
	margin: 0px;
	text-align: center;
	padding: 7px 0px;
	position: absolute;
	top: 0;
	left: 0;
	overflow-y: hidden;
	z-index: 1000;
}
.wrapper > nav {
	display: block;
	float: right;
}
.wrapper > nav > ul { /* Sidebar list level one */
	display: inline-block;
	vertical-align: top;
	list-style-type: none;
	margin: 5px 0px;
	padding: 0;
	text-align: center;
}
.wrapper > nav > ul > li > a{
	display: inline-block;
	vertical-align: top;
	font-size: 0.7em;
	font-weight: bold;
	color: #fff;
	margin: 0px 0px 0px 0px;
	padding: 0px 15px;
	line-height: 33px;
	text-decoration: none;
}
.wrapper > nav > ul > ul { /* Sidebar list level two */
	display: none;
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 0px;
	text-align: center;
}
.wrapper > nav > ul > ul > li > a{
	display: block;
	vertical-align: top;
	font-size: 0.7em;
	color: #95a5a6;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	line-height: 25px;
	text-decoration: none;
}
.wrapper nav ul:hover{
	cursor: pointer;
}
.wrapper nav ul:hover ul{
	cursor: pointer;
	display: block;
}
.menu_item_wrapper {
	width: calc(98% - 60px);
	padding-top: 45%;
}
.open_app{
	display: inline;
	text-align: center;
	text-decoration: none;
	padding: 10px 10px;
	margin: 0 5px; 
	border-radius: 5px; 
	background: #ff6b81; 
	color: #ecf0f1;
	cursor: pointer;
}
#splash{
	position: absolute;
	-js-display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	width: 35%;
	min-width: 400px;
   	max-width: 1200px;
}
.flex{
	width: 100%;
	-js-display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;

}
.content{
	-js-display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: space-between;
	    -ms-flex-pack: space-between;
	        justify-content: space-between;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	min-width: 650px;
	position: relative;
	margin: 5px auto;
	overflow: auto;
	width: 90%;
	max-width: 1200px;
	position: relative;
	padding: 2% 0px;
	color: #ecf0f1;
	overflow: auto;
	clear: both;
}
.content-lr{
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.content p{
	width: 85%;
	font-size: 1em;
	text-align: center;
	color: #fff;
	margin: 5vh auto;
}
.content-lr p{
	text-align: left;
	max-width: 80%;
	margin: 4vh 0;
}
.content p b{
	color: #fff;
}
.content ul{
	color: #fff;
	text-align: left;
	padding: 0 20%
}
.post-1{
	-js-display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 10px;
	background-color: #2c3e50;
	width: 100%;
	overflow: hidden;
	border-radius: 7px 7px 0px 0px;
}
.post-2{
	-js-display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	background-color: #34495e;
	padding: 10px;
	width: calc(48% - 10px);
	margin: 5px;
	overflow: hidden;
	margin: 5px 0px;
	border-radius: 7px 7px 0px 0px;
}
.post-3{
	-js-display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	background-color: #1a1919;
	padding: 10px 10px 25px 10px;
	width: calc(33% - 28px);
	margin: 5px;
	overflow: hidden;
	margin: 10px 5px;
	border-radius: 10px;
	text-align: center;
	border-bottom: 4px solid #ed6680;
}
.game-3{
	-js-display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	background-color: #ed6680;
	padding: 0px 0px 25px 0px;
	width: calc(33% - 8px);
	margin: 10px 5px;
	overflow: hidden;
}
.game-3 img{
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}
.game-3 p b{
	color: #fff;
}
.game-3 p{
	width: calc(100% - 40px);
	font-size: 0.9em;
	text-align: justify;
	color: #fff;
	padding: 0pc 20px;
	margin: 10px auto 0 auto;
}
.post-4{
	-js-display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	background-color: #2c3e50;
	width: 24%;
	overflow: hidden;
	border-radius: 7px 7px 0px 0px;
}
.user{
	-js-display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	width: 100%;
	border-radius: 7px 7px 0px 0px;
}
.photo{
	width: 10px;
	height: 10px;
	background-color: #f1970f;
	border-radius: 50%;
	margin: 5px 5px 10px 5px;
}
.feature{
	color: #ecf0f1;
	text-align: center;
	width: 95%;
	margin: 5px;
	padding-bottom: 10px;
	font-size: 0.9em;
}
.feature b{
	color: #fff;
}
.open_app:hover{
	background: #EC407A; 
}
.how{
	background-color: #0f0e0e
}
.how:hover{
	background-color: #0b0a0a
}
@-webkit-keyframes gameslider {
	from { left: 0% }
	18% { left: 0% }
	20% { left: -100% }
	38% { left: -100% }
	40% { left: -200% }
	58% { left: -200% }
	60% { left: -300% }
	78% { left: -300% }
	80% { left: -400% }
	98% { left: -400% }
	to { left: 0% }
}
@keyframess gameslider {
	from { left: 0% }
	18% { left: 0% }
	20% { left: -100% }
	38% { left: -100% }
	40% { left: -200% }
	58% { left: -200% }
	60% { left: -300% }
	78% { left: -300% }
	80% { left: -400% }
	98% { left: -400% }
	to { left: 0% }
}
#slider{
	position: relative;
	width: 100%;
	padding-bottom: 56.25%; 
	height: 0;
	overflow: hidden;
}
#slider_container{
	width: 500%;
	position: absolute;
	padding: 0;
	left:0%;
	overflow: visible;
	moz-animation-name: gameslider;
   	-webkit-animation-name: gameslider;
    	animation-name: gameslider;
    
    	-moz-animation-duration: 10s;
	-webkit-animation-duration: 10s;
    	animation-duration: 10s;
    
    	-moz-animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
    	animation-timing-function: linear;
    
    	-moz-animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}
#slider #slider_container img{
	position: relative;
	width: 20%;
	max-width: 20%;
	height: auto; 
	margin: 0px;
	padding: 0px;
	border: none;
	display: inline-bock;
}
.material-icons { 
	font-size: 4em; 
	color: rgba(255, 255, 255, 1); 
	width: 95%; 
	text-align: center; 
	margin-bottom: 5px; 
}
.material-icons-l{
	font-size: 4em;
	width: auto;
	padding: 0 4vw 0 0;
	display: inline-block;

}
.material-icons-r{
	font-size: 4em;
	width: auto;
	padding: 0 0 0 4vw;
	display: inline-block;
}
.fas{
	padding: 15px;
	color: #333;
}
.fas:before{
	color: #ced6e0;
}
.open_app_top{
	padding: 0px 10px;
	margin: 0px 5px; 
	border-radius: 5px; 
	background: #ff6b81; 
	color: #ecf0f1;
	cursor: pointer;
}
.open_app_top:hover{
	background: #EC407A; 
}
.footer{
	display: flex; 
	justify-content: space-between;
	align-items: flex-end;
	margin: 0 0;
	width: 100%; 
	fontsize: 0.9em;
}
.footer ul{
	list-style: none; 
	width: auto; 
	padding: 0;
	font-size: 0.9em;
	margin-right: 5px;
}
.footer ul li{
	padding-top: 5px;
}
.footer ul li a {
	color: #fff;
	text-decoration: none;
}
@media screen and (max-width: 1500px) {
	.introvideo {
		height: 175vh;
	}
}
@media screen and (max-width: 1100px) {
	.introvideo {
		height: 140vh;
	}
}
@media screen and (max-width: 900px) {
	.introvideo {
		height: 110vh;
	}
}
/*For larger Screens*/
@media screen and (min-width: 600px) {
	#sidebar > nav > ul {
		display: inline-block;
		vertical-align: top;
		list-style-type: none;
		margin: 5px 0px;
		padding: 0;
		text-align: center;
	}
	.dt{
		display: block;
	}
	.dt-inline{
		display: inline;
	}
	.mob, .mob-inline{
		display: none;
	}
	.material-icons-r{
		order: 2;
	}
	.quote{
		flex-direction: row;
	}
	.av{
		float: left;
		padding: 0px 20px 0px 0px;
	}
}
@media screen and (max-width: 650px) {
	.introvideo {
		height: 80vh;
	}	
	.content{
		width: 95%;
		max-width: 900px%;
		min-width: 10%;
		position: relative;
		margin: 5px auto;
		overflow: auto;
	}
	.content-lr{
		-webkit-box-direction: column;
		-ms-flex-direction: column;
	        flex-direction: column;
	}
	.content p{
		font-size: 0.9em;
		width: 90%;
		min-width: 10%;
	}
	.header .content{
		justify-content: center;
		text-align: center;
	}
	.material-icons-r, .material-icons-l{
		display: block;
		padding: 0;
	}
	.content .p-r, .content .p-l{
		text-align: center;
	}
	h1{
		font-size: 1.2em; 
	}
	h2{
		font-size: 0.9em;
		text-align: center;
	}
	.post-3{
		width: 85%;
	}
	.post-2{
		width: calc(47% - 10px);
	}
	.game-3{
		width: 85%;
	}
	#splash{
		position: absolute;
		width: 85%;
		min-width: 0px;
   		max-width: none;
	}
	.quote{
		flex-direction: column;
	}
	.av{
		float: none;
		margin: 0 auto;
		padding-bottom: 20px;
	}
	.author{
		margin-top: 15px;
	}
	.dt, .dt-inline{
		display: none;
	}
	.mob{
		display: block;
	}
	.mob-Inline{
		display: inline-block;
	}
}
