
.container {
  width: 100%;
        top: 0;
     
        overflow:hidden;
		padding-bottom:130px;
}
	#aa{
	margin-top:-70px;
}	

	
a {
	text-decoration: none;
}

/*---------- Wrapper --------------------*/

nav {
	height: 60px;
	position:relative;
	top:-70px;
	
}

ul {
	text-align: center;
	margin-top:10px;
}

ul li {
	font: bold 13px Verdana, 'Georgia';
	cursor: pointer;
	
}
ul li.drop {
	display: inline-block;
	
	position: relative;
}
ul > li {
	display: inline-block;
}


ul li a {
	width:250px;
	line-height: 60px;
	padding: 0 20px;
	height: 60px;
	color: #fff;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
 ul li:hover  a{
	color: orange;
}
 ul li:active  a{
	color: orange;
}
ul li:hover .ucgen{
	border-top: 10px solid #fff;
}

.dropOut .triangle {
	width:0;
	height: 0;
	opacity:1;
	position: absolute;
	margin-top:13px;
	z-index:11;
	top:-15px;
	 left: 50%;
	margin-left: -80px;
	border-left: 80px solid transparent;
	border-right: 80px solid transparent;
	border-top: 0px solid #606a76;
		-webkit-transition: border .3s ease-out;
	-moz-transition: border .3s ease-out;
	-ms-transition: border .3s ease-out;
	-o-transition: border .3s ease-out;
	transition: border-top .3s ease-out;
}

.dropdownContain {
	width:250px;
	position: absolute;
	overflow:hidden;
	z-index:111;
	
    left: 50%;
	margin-left: -125px;
	height:0px;
	-webkit-transition: all .5s cubic-bezier(0.6, -0.28, 0.74, 0.05);
	-moz-transition: all .5s cubic-bezier(0.6, -0.28, 0.74, 0.05);
	-ms-transition: all .5s cubic-bezier(0.6, -0.28, 0.74, 0.05);
	-o-transition: all .5s cubic-bezier(0.6, -0.28, 0.74, 0.05);
	transition: all .5s cubic-bezier(0.6, -0.28, 0.74, 0.05);
}
.dropOut {
	background: white;
	position: relative;
	margin-top: 2px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 6px rgba(0,0,0,.15);
	-moz-box-shadow: 0 1px 6px rgba(0,0,0,.15);
	box-shadow: 0 1px 6px rgba(0,0,0,.15);
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out;
}
.ucgen{
	top:50%;
	margin-top:-6px;
	right:1px;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 10px solid orange;
	position:absolute;
	-webkit-transition:all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5sease-out;
	transition: all .5s ease-out;
	
}
.dropOut ul {
	border-top:3px solid #1d2d35; 
	float: left;
	background:#606a76;
	padding: 10px 0;
}
.dropOut ul li{
	margin:0 3px;
	background:#606a76;
	width:240px;
	-webkit-transition: all .1s ease-out;
	-moz-transition: all .1s ease-out;
	-ms-transition: all .1s ease-out;
	-o-transition: all .1s ease-out;
	transition: all .1s ease-out;
	overflow:hidden;
	
}

.dropOut ul li a{
	
	line-height: 40px;
	
	text-align: center;
	color: #fff;
	-webkit-transition: all .1s ease-out;
	-moz-transition: all .1s ease-out;
	-ms-transition: all .1s ease-out;
	-o-transition: all .1s ease-out;
	transition: all .1s ease-out;
}.dropOut ul li:hover a{color:orange;}

.dropOut ul li:hover {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background:#4a5662;
	box-shadow:inset 0 0 5px 4px #434e58;
}

ul li:hover .dropdownContain{ 
	height:200px;
	top: 50%;
    left: 50%;
	margin-left: -125px;
	z-index: 2;
	}
ul li:hover .underline { border-bottom-color: #777; }
ul li:hover .dropOut { opacity: 1; }
	ul li:hover .dropOut .triangle{
	
	border-top: 10px solid #606a76;
	top:-15px;
	}
	
	


header {
	height: 60px;
	position: relative;
	background-color: #606a76;
	box-shadow: 0 0 5px 4px #434e58;
}
header h1 {
	color: #1d2d35;
	text-align: left;
	font-size: 27px;
	line-height: 60px;
	font-weight: bold;
	padding-left: 20px;
}

.burger {
	position: absolute;
	float: left;
	padding: 10px;
	top: 4px;
	left: 10px;
	
	display: none;
}
.burger li {
	width: 30px;
	height: 4px;
	background-color: #fff;
	border-radius: 3px;
	margin: 5px 0;
}
.burger.open li {background-color: #d9dde1;}

/*  Removable CSS  */

.header-section,
.body-section,
.footer-section 
{padding: 20px;
}

.header-section {background-color: #ffffff;}
.body-section {background-color: #f4f5f6;}
.footer-section { 

        width: 100%;
		bottom:0;
		top:100%;
        height: 60px;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: silver;
        clear: both;
        background: #dadee1;
        line-height: 60px;
	box-shadow: 0 0 5px 4px #434e58;
		z-index:111;
}
.placefiller {
	text-align: center;
	font-size: 20px;
	border: 1px dashed rgba(190, 196, 202, 0.5);
}
.header-section .placefiller { height:100%;}
.body-section .placefiller { height:100%;}
.footer-section .placefiller {
	text-align:center;
	line-height:60px;
	color:#949ba5;
	border: 1px dashed rgba(190, 196, 202, 0.9);
}






@media only screen and (max-width: 985px) {
	
	
	

header {
	height: 60px;
	z-index: 2;
	background-color: #060a0c;
	
	position: relative;
	top: 0;
	right: 0;
	left: 0;
	
		/* starting point */
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
header h1 {
	color: #ffffff;
	text-align: center;
	padding-left: 0;
	display: block;
}
.burger {display: block;}
		

	
a {
	text-decoration: none;
}

/*---------- Wrapper --------------------*/



ul {
	text-align: center;
	margin-top:10px;
	left:0;
}

ul li {
	font: bold 13px Verdana, 'Georgia';
	cursor: pointer;
	left:0;
	width:80%;
	margin:0 10%;
}
ul li.drop {
	position: relative;
}
ul > li {
	display: block;
}


ul li a {
	width:250px;
	line-height: 60px;
	padding: 0 20px;
	height: 60px;
	color: #fff;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
 ul li:hover  a{
	color: orange;
}
 ul li:active  a{
	color: orange;
}
ul li:hover .ucgen{
	border-top: 10px solid #fff;
}

.dropOut .triangle {
	opacity:1;
	position: relative;
	
	 left: 50%;
	margin-left: -80px;
	border-left: 80px solid transparent;
	border-right: 80px solid transparent;
	border-top: 0px solid #606a76;
		-webkit-transition: border .3s ease-out;
	-moz-transition: border .3s ease-out;
	-ms-transition: border .3s ease-out;
	-o-transition: border .3s ease-out;
	transition: border-top .3s ease-out;
}

.dropdownContain {
		width:250px;
	position: relative;
	overflow:hidden;
	z-index:111;
	
    left: 50%;
	margin-left: -125px;
	top:0px;
	height:0px;
	-webkit-transition: all .5s cubic-bezier(0.6, -0.28, 0.74, 0.05);
	-moz-transition: all .5s cubic-bezier(0.6, -0.28, 0.74, 0.05);
	-ms-transition: all .5s cubic-bezier(0.6, -0.28, 0.74, 0.05);
	-o-transition: all .5s cubic-bezier(0.6, -0.28, 0.74, 0.05);
	transition: all .5s cubic-bezier(0.6, -0.28, 0.74, 0.05);
}
.dropOut {
	width:100%;
	height:0px;
	background: #1d2d35;
	position: absolute;
	-webkit-box-shadow: 0 1px 6px rgba(0,0,0,.15);
	-moz-box-shadow: 0 1px 6px rgba(0,0,0,.15);
	box-shadow: 0 1px 6px rgba(0,0,0,.15);
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out;
}
.ucgen{
	top:50%;
	margin-top:-6px;
	right:1px;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 10px solid orange;
	position:absolute;
	-webkit-transition:all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5sease-out;
	transition: all .5s ease-out;
	
}
.dropOut ul {
	border-top:3px solid transparent; 
	
	background:transparent;
	padding: 10px 0;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out;
}
.dropOut ul li{
	background:transparent;
	-webkit-transition: all .1s ease-out;
	-moz-transition: all .1s ease-out;
	-ms-transition: all .1s ease-out;
	-o-transition: all .1s ease-out;
	transition: all .1s ease-out;
	overflow:hidden;
	
}
.dropOut ul li a{
	
	line-height: 40px;
	text-align: center;
	color: #fff;
	-webkit-transition: all .1s ease-out;
	-moz-transition: all .1s ease-out;
	-ms-transition: all .1s ease-out;
	-o-transition: all .1s ease-out;
	transition: all .1s ease-out;
}.dropOut ul li:hover a{color:orange;}

.dropOut ul li:hover {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background:transparent;
	margin-left:1px;
	box-shadow:inset 0 0 5px 4px #434e58;
}

ul li:hover .dropdownContain{ 
 left: 50%;
	margin-left: -125px;
	top:0px;
	height:200px;}
ul li:hover .underline { border-bottom-color: #777; }
ul li:hover .dropOut { opacity: 1; 
height:200px;
margin-top:-10px;
position:relative;
}
	ul li:hover .dropOut .triangle{
	
	border-top: 20px solid #606a76;
	top:0px;
	}
	

nav ul :first-child a.active,
nav ul :first-child a:hover 
{border-radius: 10px 0 0 0;}

.header-section {margin-top: 60px;}


/* NAVIGATION ANNIMATION */
nav{
	width: 300px;
	height: 100%;
	position: fixed;
	z-index:-111;
	left: 0;
	top: 0;
	margin: 0;
	background-color: #606a76;
	border-radius: 8px;
	
	/* starting point */
	opacity: 0;
	-webkit-transform: translate3d(5%,0,0)scale(.97);
	-moz-transform: translate3d(5%,0,0)scale(.97);
	transform: translate3d(5%,0,0)scale(.97);
}

/*Nav Expanding Open Effect*/
nav.open {
	opacity: 1;

	z-index:1;
	-webkit-transform: translate3d(0,0,0)scale(1);
	-webkit-animation: slideIn .35s ease-in-out;
	
	-moz-transform: translate3d(0,0,0)scale(1);
	-moz-animation: slideIn .35s ease-in-out;
	
	transform: translate3d(0,0,0)scale(1);
	animation: slideIn .35s ease-in-out;
}
@-webkit-keyframes slideIn {
	0%       {opacity: 0;
				-webkit-transform: translate3d(5%,0,0)scale(.97);}
	100%  {opacity: 1;
				-webkit-transform: translate3d(0,0,0)scale(1);}
}
@-moz-keyframes slideIn {
	0%      {opacity: 0;
				-moz-transform: translate3d(5%,0,0)scale(.97);}
	100%  {opacity: 1;
				-moz-transform: translate3d(0,0,0)scale(1);}
}
@keyframes slideIn {
	0%      {opacity: 0;
				transform: translate3d(5%,0,0)scale(.97);}
	100%  {opacity: 1;
				transform: translate3d(0,0,0)scale(1);}
}

/*Nav Shrinking Closed Effect*/
nav.close {
	opacity: 0;
	
	-webkit-transform: translate3d(5%,0,0)scale(.97);
	-webkit-animation: slideOut .3s ease-in-out;
	
	-moz-transform: translate3d(5%,0,0)scale(.97);
	-moz-animation: slideOut .3s ease-in-out;
	
	transform: translate3d(5%,0,0)scale(.97);
	animation: slideOut .3s ease-in-out;
}
@-webkit-keyframes slideOut {
	0%      {opacity: 1;
				-webkit-transform: translate3d(0,0,0)scale(1);}
	100%  {opacity: 0;
				-webkit-transform: translate3d(5%,0,0)scale(.97);}
}
@-moz-keyframes slideOut {
	0%      {opacity: 1;
				-moz-transform: translate3d(0,0,0)scale(1);}
	100%  {opacity: 0;
				-moz-transform: translate3d(5%,0,0)scale(.97);}
}
@keyframes slideOut {
	0%      {opacity: 1;
				transform: translate3d(0,0,0)scale(1);}
	100%  {opacity: 0;
				transform: translate3d(5%,0,0)scale(.97);}
}



/* CONTENT ANNIMATION */
.content {
	/* starting point */
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	z-index: 1;
}

/*Content Sliding Open Effect*/
header.open,
.content.open 
{   
	-webkit-transform: translate3d(300px,0,0);
	-webkit-animation: open .5s ease-in-out;
	
	-moz-transform: translate3d(300px,0,0);
	-moz-animation: open .5s ease-in-out;
	
	transform: translate3d(300px,0,0);
	animation: open .5s ease-in-out;
}
@-webkit-keyframes open {
	0%      {-webkit-transform: translate3d(0,0,0);}
	70%    {-webkit-transform: translate3d(320px,0,0);}
	100%  {-webkit-transform: translate3d(300px,0,0);}
}
@-moz-keyframes open {
	0%      {-moz-transform: translate3d(0,0,0);}
	70%    {-moz-transform: translate3d(320px,0,0);}
	100%  {-moz-transform: translate3d(300px,0,0);}
}
@keyframes open {
	0%      {transform: translate3d(0,0,0);}
	70%    {transform: translate3d(320px,0,0);}
	100%  {transform: translate3d(300px,0,0);}
}

/*Content Sliding Closed Effect*/
header.close,
.content.close 
{
	-webkit-transform: translate3d(0,0,0);
	-webkit-animation: close .3s ease-in-out;
	
	-moz-transform: translate3d(0,0,0);
	-moz-animation: close .3s ease-in-out;
	
	transform: translate3d(0,0,0);
	animation: close .3s ease-in-out;
}
@-webkit-keyframes close {
	0%      {-webkit-transform: translate3d(300px,0,0);}
	100%  {-webkit-transform: translate3d(0,0,0);}
}
@-moz-keyframes close {
	0%       {-moz-transform: translate3d(300px,0,0);}
	100%  {-moz-transform: translate3d(0,0,0);}
}
@keyframes close {
	0%       {transform: translate3d(300px,0,0);}
	100%  {transform: translate3d(0,0,0);}
}
.footer-section { 
padding:5px;
margin-top:-70px;
	 top:20px;
        width: 98%;
		bottom:0;
        height: 60px;
        font-family: Arial, Helvetica, sans-serif;
        font-size: calc(2.5vw);
        color: silver;
        clear: both;
        background: #dadee1;
        line-height: 60px;
	box-shadow: 0 0 5px 4px #434e58;
		z-index:111;
}
.placefiller {
	text-align: center;
	font-size: calc(3.5vw);
	border: 1px dashed rgba(190, 196, 202, 0.5);
}
}