body {
	width:100%;
	padding-right:-4%;
	max-width:1600px !important;
	position:absolute;
    height: 100%;
	background-color:#fff;
	color:#888888;
	text-align:left;
	font-size:16px;
	line-height:1.375;
	font-family:timesnewroman;}
::-webkit-scrollbar{
	width:3px;
	background:#224;}
footer,header,nh{display:block}
video{display:inline-block;vertical-align:baseline}[hidden]{display:none}
a{
	text-decoration:none;
	background-color:transparent}
a:active,a:hover{outline:0}
p {
    font-size: 16px;
    line-height: 1.2;
	text-indent: 20px;}
h1{margin:.67em 0;font-size:2em}
img{border:0}
.top{
	background-image: linear-gradient(blue, purple);
	color:#ffd700;
	height:54px;
	margin-left:-10px;
	padding-bottom:1px;
	top:0;
	width:100%;
	position:fixed;
	z-index:7;
}
.page-footer {
	text-align: center;
	background-color:#20202b;
	box-shadow:4px 1px 1px 1px #114;
	margin-left:145px;
	padding-top:30px;
	min-height:400px;
	column-count: 4;
	}

.page-footer .ftl {
	background-color: #20202b;
	margin-bottom:25px;
	margin-left:20px;
	margin-top:-10px;
	width:200px;
	height:200px;
	}
.page-footer .ftl a {
	color:#fff;
}
.page-footer .ftm1,.page-footer .ftm2 {
	background-color: #20202b;
	text-align: center;
	width:150px;
	height:200px;
	margin-bottom:30px;
	}
	.ftm2{
		margin-left:30px;
	}
.page-footer .ftm1 a,.ftm2 a,.ftr a{
	color:#78f;
}
.page-footer .ftr{
	background-color: #20202b;
	text-align: center;
	width:150px;
	height:200px;
	margin-bottom:30px;
	}
.page-footer .ftl p {
	color: #fff;
	font-size: 18px;
	font-weight: 300;
	}
@media screen and (max-width: 900px) {
.page-footer{
	column-count:2;
	height:auto;
}
.page-footer .ftm1,.page-footer .ftm2 {
	width:200px;
}}	
.content-3 .glyphicon,	

.text-light {
color: rgba(255,255,255,.7);}
.nh>li>a:focus {
    color: #222;
}

.top .nh > li>a:hover,
.top .nh>li>a:focus:hover {
    color: yellowgreen;
}

.top .nh > li.active>a,
.top .nh>li.active>a:focus {
    color: #aabbff ;
    background-color: transparent;
}

.top-default .nh > li.active>a:hover,
.top-default .nh>li.active>a:focus:hover {
    background-color: transparent;
}

@media(min-width:790px) {
	--main-bg-color: #112;
    
}

.btn {
	border-color: #bdf;
    color: #222;
    background-color: #fff;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
    border-radius: 10px;
    text-transform: uppercase;
}
.btn:hover {
background-color: #8bd;}
::-moz-selection {
    text-shadow: none;
    color: #fff;
    background: #222;
}

::selection {
    text-shadow: none;
    color: #fff;
    background: #222;
}

img::selection {
    color: #fff;
    background: 0 0;
}

img::-moz-selection {
    color: #fff;
    background: 0 0;
}
.topnh {
  top:0;
  right:0;
  max-height:55px;
  position:absolute;}
.topnh a {
  float: left;
  display: block;
  color: #fff;
  max-height:32px;
  text-align: center;
  padding:15px;
  margin-top:1px;
  padding-right:25px;
  text-decoration: none;
  font-family:sans-serif;
  font-size: 17px;
  padding-left:8px;
  text-transform: uppercase;
  text-shadow: 1px 1px #bbb;
  box-shadow:0px 0px 3px 0px #224;}
.topnh a:hover {
  background-color: #218;
  color: #4fb}
.topnh a.active {
  background-color:#4b4b68;
  color: #aabbff;}
.top-icon {
  display: none;}
@media screen and (max-width: 767px) {
  .topnh a:not(:first-child) {display: none;}
   
	.top-icon{
	background-image:url("../img/icon/bars.svg");
	filter:invert(85%);
	border:none;
	width:30px;
	height:30px;
	position:absolute;
	top:10px;
	right:20px;	
    display: inline-block;}
.top-icon.close {
	background-image:url("../img/icon/close.svg");}
}

@media screen and (max-width: 767px) {
	.topnh {float:left;  }
  .topnh.responsive {position: relative;}
  .topnh.responsive {
    position: absolute;
    top: 48px;
	left:60px;
	max-height:60px;
  }
	.dropdown-content {
		margin-top:10px;
		margin-bottom:-8px;
		margin-left:-20px;
		max-width:100px;}
  .topnh.responsive a {
    float: none;
    display: block;
	background-image: linear-gradient(blue, purple);
	width:600px;
    text-align: left;
	padding-top: 12px;
	padding-left: 40px;
	margin-top:8px;
	margin-bottom:-8px;
	margin-left:0;
	animation-name: topscroll;
	animation-duration: 2s;}
	@-webkit-keyframes topscroll {
	  0%   {padding-left: 37px; }
	  20%   {padding-left: 42px;}
	  40%   {padding-left: 38px;}
	  60%   {padding-left: 41px;}
	  80%   {padding-left: 39px;}
	  100%   {padding-left: 40px;}
	  }
.topnh.responsive a:hover{
  color:#8b8;}
  .topnh .dropbtn{
	  display:none;}
  .topnh.responsive .dropdown-content {
	  top:40px;}
}
