

.inner_menu
{
position:relative;
z-index:10;
}


.container
{
position:relative;
margin-top:0px;
z-index:999;
}



a{color:#858585; text-decoration:underline;}
a:hover{color:#858585; text-decoration:none;}

.flash_area{font-size:0px;}



.content{padding:40px 5px 10px 5px;}

.content1{padding:40px 5px 10px 5px;min-height:400px !important;height:auto;height:400px;}

.foot{background:url(../images/foot.jpg) top center repeat-x; width:100%; font-family: Arial, Helvetica, sans-serif;}

#foot{font-size:12px;color:#c1c1c1;}

#foot li{color:#c1c1c1;list-style:none; padding:10px 0px 5px 0px; font-weight:bold;}

#foot li a{color:#c1c1c1;text-decoration: none;padding:0px 0px 0px 0px;}

#foot li a:hover{text-decoration:underline;}

.pol a{color:#c1c1c1;text-decoration:none;}

.pol a:hover{color:#c1c1c1;text-decoration:underline;}

.col{color:#5b5b4b;}

.col a{color:#5b5b4b;text-decoration:underline;}

.col a:hover{color:#5b5b4b;text-decoration:none;}

.space{padding:0px 10px;}

.bot{padding-bottom:15px;}

/* WAD CSS */


@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@400;700&amp;display=swap');
.header-container{
	width:100%;
	background: #000;
	display: grid;
	color: #f00;
}
.header-inner {
    margin: 0 auto;
	width: 100%;
    max-width: 954px;
	padding: 0 15px;
}
.header-inner img{
	width: 100%;
}
.logo-div {
    display: block;
    margin: 20px 0px 0 0px;
}
.logo-div img{
	max-width: 469px;
}
.navigation ul{
	display: block;
	padding-inline-start: 0px;
}
.navigation ul li {
    display: inline-block;
	padding: 6px 2.1%;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	position: relative;
	-webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
}
.navigation ul li:after{
	content: '';
	width: 1px;
	height: 20px;
	background: rgba(255,255,255,0.3);
	position: absolute;
	right: 0;
	top: 10px;
}
.navigation ul li:last-child:after, .navigation ul li:hover:after{
	display: none;
}
.navigation ul li a{
	color: #fff;
	font-size: 18px;
	text-decoration: none;
}
.navigation ul li a:hover{
	text-decoration: none;
}
.navigation ul li:hover{
	background: url(../images/button-bg.png) repeat-x;
	background-position: center;
		cursor: pointer;
		/* animation-name: bounce;
		-moz-animation-name: bounce; */
}
.navigation ul li.active{
	background: url(../images/button-bg.png) repeat-x;
	background-position: center;
}



@keyframes bounce {
	0%, 100%, 20%, 50%, 80% {
		-webkit-transform: translateY(0);
		-ms-transform:     translateY(0);
		transform:         translateY(0)
	}
	40% {
		-webkit-transform: translateY(-20px);
		-ms-transform:     translateY(-20px);
		transform:         translateY(-20px)
	}
	60% {
		-webkit-transform: translateY(-10px);
		-ms-transform:     translateY(-10px);
		transform:         translateY(-10px)
	}
}
@media screen and (max-width:954px ){
	.navigation ul li {
		padding: 6px 2%;
	}
}


