/* 2015-CG-Header.css */	

.active {opacity:1 !important;visibility: visible !important;}
a:focus {outline:0;} 
.scrolled, .ao-userOptions, .ao-BurgerMenu {	
	box-shadow: -1px 1px 1px rgba(0, 0, 0,0.2);
	-webkit-box-shadow: -1px 1px 1px rgba(0, 0, 0,0.2);
	-moz-box-shadow: -1px 1px 1px rgba(0, 0, 0,0.2);
}
#aor-2-1.scrolled { position: fixed; top: 0;  width: 100%; z-index: 101; }

.ao-userAvatar  {cursor:pointer;width:45px;float:left;}
.ao-realAvatar img {border-radius:15px;width:30px;height:30px;}

.ao-userOptions, .ao-BurgerMenu {
	position:absolute;z-index:900;right:0;
	visibility: hidden;opacity:0;
	transition: opacity 0.5s ease-in-out 0s, visibility 0.5s ease-in-out 0s;
	-moz-transition: opacity 0.5s ease-in-out 0s, visibility 0.5s ease-in-out 0s;
    -webkit-transition: opacity 0.5s ease-in-out 0s, visibility 0.5s ease-in-out 0s;
	
}
.ao-userOptions  {top:45px;width:90px;background-color: #657C4A;}
.ao-BurgerMenu  {top:45px;width:135px;background-color: #DCDCDC;}


.ao-userOptions a{color:#F0F0F0 !important;text-decoration:none;float:left;height: 35px;padding: 5px 0 0 10px;width:100%; text-align:left;}
.ao-userOptions a:not(:last-of-type)  {border-bottom: 1px solid #f0f0f0;}

.ao-BurgerImage:hover{cursor:pointer;}
.ao-BurgerMenu a {      
    float: left;height: 35px;width: 100%;padding: 6px 0 0 10px;text-align: left;text-transform: uppercase;      
    font: 0.9rem/160% "GillSansStd",sans-serif;background-color: #dcdcdc;letter-spacing: 0.09em;color: #657C4A !important;  
}
.ao-BurgerMenu a:not(:first-of-type){border-top: 1px solid #f0f0f0;}

.ao-BurgerMenu a.ao-LoginLink{ background-color: #657C4A;color: #F0F0F0 !important;display:none;}

/** Transitions **/
.ao-userAvatar, 
.ao-BurgerImage  {
	transition: background-color 0.3s ease 0s;
	-moz-transition:background-color 0.3s ease 0s;
	-webkit-transition:background-color 0.3s ease 0s;
}
.ao-BurgerMenu a, 
.ao-userOptions a {	
	transition: background 0.3s ease-in-out 0s, color 0.3s ease-in-out 0s;
	-moz-transition: background 0.3s ease-in-out 0s, color 0.3s ease-in-out 0s;
    -webkit-transition: background 0.3s ease-in-out 0s, color 0.3s ease-in-out 0s;
}
.ao-BurgerMenu a:hover, 
.ao-userOptions a:hover{
	background: rgba(255, 255, 255, 0.3) none repeat scroll 0 0;
}
.ao-BurgerMenu a.ao-LoginLink:hover{ 
	color: #F0F0F0; 
	background: rgba(101, 124, 74, 0.7) none repeat scroll 0 0;
}

/* Media Queries */
@media screen and (max-width:479px) {
	.ao-BurgerMenu a.ao-LoginLink{ display:block; }
}

.aos-InnerSectionDetail {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}