@charset "UTF-8";
/* CSS DeAmbra Doccccc v0.9*/

.bopen-sm {font-size:20px;cursor:pointer;color:white;float:left;margin-left:-30px;margin-top:0px}
.bopen {font-size:20px;cursor:pointer;color:white;float:left;margin-left:-30px;margin-top:0px}

#u353893-4 {left:50px !important;}
#u251279-4 {width:102px !important;}
 
#bigNav {height:0px}
#lilNav {height:0px}

.overlay {
    width: 0;
    position: fixed;
    z-index: 1000000;
    top: 0;
    left: 0;
    overflow-x: hidden;
    transition: 0.2s;	
}

.overlay2 {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1000000;
    top: 0; 
    left: 0;
    overflow-x: hidden;
    transition: 0.2s;	
}

.overlay-content {
    position: relative;
    top: 0%;
	left: 0px;
    width: 100%;
    text-align: left;
    margin-top: 5px;
	color:#FFF;
	
}

.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 95%;
    color: #FFF;
    display: block;
    transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
    background-color: #5b94bc;
}

.overlay.bob1 a:hover, .overlay.bob1 a:focus {
    background-color: transparent;
}

.overlay .closebtn {
    position: absolute;
    top: 11px;
    left: 280px;
    font-size: 28px;
}

.closebtn2 {
    position: absolute;
    top: 8px;
    left: 80%;
}
	
	ul.nav1 {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;

	/* background-color: #f1f1f1; */
}

li.nav1  {
	display: block;
    color: #FFF;
	border-bottom: 1px solid rgba(91,148,188,0.5);
	margin-left: 0px;
}

li.nav1 a {
	display: block;
    color: #FFF;
	text-decoration: none;

}

li.nav1 a:hover {
    background-color: #5b94bc;
    color: white;
}

li.nav2  {
	display: block;
    color: #FFF;
	border-bottom: 1px solid rgba(91,148,188,0.5);
	margin-left: 0px;
}

li.nav2 a {
	display: block;
    color: #FFF;
	text-decoration: none;
}

li.nav3 {
	display: block;
    color: #FFF;
	border-bottom: 1px solid rgba(91,148,188,0.5);
	padding-left: 15px;
}

li.nav3 a {
	display: block;
    color: #FFF;
	text-decoration: none;
}

/* Change the link color on hover */
li.nav2 a:hover {
    background-color: #5b94bc;
    color: white;
}



@media screen and (max-width: 500px) {
  .overlay a {font-size: 100%}
  .overlay .closebtn {
    font-size: 28px;
	  left:auto;
    top: 18px;
    right: 20px;
  }
}
