
.menu{z-index: 7;
	  width: 110%;
	  top:0%;
      position: fixed;
      float: right;
}
	
.menu-toggle {
	z-index: 9;
	display: none;
	cursor: pointer;
	float: right;
	padding: 12px;
	margin: 15px;
	background:#333366;}

   .icon-bar {
	background-color: #ffcc00;
	display: none;
	width: 22px;
	height: 2px}
.icon-bar + .icon-bar { margin-top: 4px }

#logo {
		z-index: 7;
		left: -389px;
		position: fixed;
        top: 0%;
		right:10%;
		bottom:10%;
		box-shadow: -44px 10px  15px black;
		}

#navmenu{
	display: none;
	}

.site-nav{
	background: url("img/menu_n.gif");
	background-repeat: no-repeat;
	background-size: cover;
	position:fixed;
	right:-750px;
	display: block;
	box-shadow: 15px 10px  15px black;	
    }

.site-nav ul {
	z-index:6;
	
	
	
	}

.site-nav ul li {
	display: inline-flex;
    margin-left: 10px;
	margin-right: 11px;
	margin-bottom: 13px;
	margin-top: 12px;
	right: 9px;
	}

.site-nav ul li a {
	font-weight: bold;
	font-family: 'Exo', sans-serif;
    font-size: 11px;
    text-decoration: none;
  	letter-spacing: .12em;
  	text-transform: uppercase;
  	color: #fff;
  	-webkit-transition: color .3s;
  	transition: color .3s;
	}
.site-nav ul li a:hover,
.site-nav ul li a:focus {
    outline: none;
	color:#ffcc00;
   /* border-bottom: 1px solid white;*/
    }

#BG_Slide{
	left: 0%;
	top: 0%;
	position: fixed;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	backface-visibility: hidden;
	animation: slideBg 14s linear infinite 0s;
	animation-timing-function:ease-in-out; 
	background-image: url("img/background10.jpg");
    }
@keyframes slideBg {
	25%{background-image: url("img/background11.jpg");}
	75%{background-image: url("img/background12.jpg");}

}

#szci{
	z-index: 17;
	position: fixed;
	right: 0%;
	bottom: 0%;
	}
.footers{
	z-index: 16;
	background: url("img/footer.gif");
	background-position: left;
	background-repeat: no-repeat;
	display: inline-flex;
	position: fixed;
	left: -600px;
    bottom:12px;
	width: 840px;
	height: 29px;
	box-shadow: -34px -8px  15px black;
    }
.date{
	position: absolute;
	z-index: 15;
	font-size: 1.0em;
	margin-left: 70px;
	bottom: -12px;
	color:#FFFFFF;
	font-family: 'Exo', sans-serif;
    }
.hotline a{
	position: absolute;
	z-index: 15;
	font-size: 0.9em;
	left: 400px;
	margin-top: 5px;
	color: #ffcc00;
	font-family: 'Exo', sans-serif;
    }
.facelink{
	position: absolute;
	z-index: 15;
	margin-left: 15px;	
    padding: 2px;
	}

@media (max-width:980px){
    .menu-toggle{display: inline-block;top:-2%; margin: 12px; padding: 11px; z-index: 9;}
	.icon-bar{display: block;top:-2%; z-index: 9;}
    #szci{width: 30%;}
	.date{display: none;}
	.hotline a{left: 50px; margin-left: 5px;font-size: 0.7em;}
	.site-nav { display: none; clear:both; background: #000033; width: 100%;top:60px;box-shadow: 11px 10px  15px black;}
	.site-nav > ul { float: none;}
	.site-nav li { width: 100%; border: 0; z-index:4; }
	.site-nav li:last-child { margin: 1 0 15px 0; }
	#logo {box-shadow: none; width: 28%;left:-389px; top:2%;z-index: 8;}
	#navmenu {width:115%;height: 60px;	z-index:6;
	position: fixed;display: block; top:0px;left:-50px;}
	.menu{width:98%;margin-left: 1%;box-shadow: 11px 10px  15px black;}
}