@charset "utf-8";
.background {
	background-color: #000;
}

.black{

	background-color: #000;
}

video{
width:99%;
height:auto;
}

.heading{
color:#CCC;	
}

	/* The sticky class is added to the navbar with JS when it reaches its scroll position */

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 40000;
}

/* Add some top padding to the page content to prevent sudden quick movement (as the navigation bar gets a new position at the top of the page (position:fixed and top:0) */

.sticky + .content {
  padding-top: 20px;
   z-index: 40000;
}
	
	
	.mobile-margin{
	margin-top:150px;
	}
	
	.bottom-txt{font-size:80%}
	
	.topspace{
	margin-top:8%;	
	}
	.bottomspace{
	margin-top:8%;	
	}
	
	.news{
		/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#45484d+0,000000+100;Black+3D+%231 */
background: #45484d; /* Old browsers */
background: -moz-linear-gradient(top,  #45484d 0%, #000000 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #45484d 0%,#000000 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #45484d 0%,#000000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 ); /* IE6-9 */

border-bottom:1px solid gray;
padding:5px;
	}
	
	.newscontent{
	color: #FFF;
	background-color: #003E00;
	width: auto;
	padding: 3px;
	max-height: 270px;
	}
	
	.400x300-thumb{
		min-width:400px;
		min-height300px;
	}

.newdate
{
font-size:14px;
font-weight:200;
color:#FFF	
}

.newsmembers2{
max-width:320px;	
}

.searchtab{
.margin-top:4px;	
}

.btnnn {
z-index: 12000;
cursor:pointer;
}


.card {
	z-index: 1999;
}

.android {
	z-index: 9999;
}