.top_navigation_container{
	z-index: 3; /*modal --- z-index: 4;*/
	width:100%;
	position: fixed;
    top: 0;
	left:0;
	height: 110px;
	border-bottom: 5px solid #FFB528;
	background-color: #292942;
	padding-bottom: 8px;
}

.top_navigation{
	width: 100%;
    max-width: 2200px;
	padding: 10px 10px 0;
    overflow: hidden;
	margin: 0 auto;
	/* background-color: rebeccapurple; */
}



.top_navigation .top_navigation_right_side{
	position: relative;
	width: 70%;
	overflow: hidden;
    float: left;
    top: 10px
}



/*****************START USER AVATAR MENU***********************/
.user_avatar{
	font-size: 240%;
}
.user_profile_dropdown_menu{
	position: fixed;
    right: 20px;
    width: 20%;
    top: 75px;
	background-color: #222;
    padding: 20px;
}
.user_profile_dropdown_menu li{
	width:100%;
	padding: 15px 5px;
	font-size: 90%;
	border-bottom: 0.5px solid #333333;
}

.user_profile_dropdown_menu .signout_li{
	border-bottom: 0px;
}
/*****************END USER AVATAR MENU***********************/





/*****************START HAMBURGER MENU***********************/
.hamburger_menu_wrapper{ 
	width: 85%; 
	float: left; 
	display:none;
}
.hamburger_menu{
	width: 85%; 
}
/*****************END HAMBURGER MENU***********************/


/*****************START NAVIGATION LOGO***********************/
.top_navigation_logo{
	width: 30%;
	float: left;
    cursor:pointer;
}
.top_navigation_logo img{
	position: relative;
    width: 100%;
	top: -6px;
}
/*****************END NAVIGATION LOGO***********************/

/*****************START NAVIGATION LINKS***********************/
.top_navigation_links {
	max-width: 1016px;
	overflow: hidden;
	float: right;
    /* background-color: #333; */
}
.top_navigation_links a span{  
	font-family: comfortaa-light;
}
.top_navigation_links a {  
	float: left;
	color: #f2f2f2;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
	font-size: 2rem;
	font-family: comfortaa-light;
}

.top_navigation_links a:hover {
	color: #000;
	text-decoration:underline;
	text-decoration-color: #EA9907;
}

.top_navigation_links a.active_page {
	border-bottom: 5px solid #EDD800;
    padding: 0;
    top: 13px;
    position: relative;
	color: #fff;
}

/*****************END NAVIGATION LINKS***********************/

/*****************START MAGNIFYING GLASS***********************/

.top_navigation_magnifying_glass {
    position: relative;
	font-size: 3rem;
	float: right;
    padding: 1px 40px 12px 68px;
	cursor:pointer;
	/* background-color: purple; */
}	

   
/*****************END MAGNIFYING GLASS***********************/	

/*****************START SIGN IN LOGO***********************/	

.top_navigation_sign_in {
	float: right;
	display: inline;
    margin: 0;
    padding: 0;
    max-width: 200px;
	cursor:pointer;
	/* background-color: rebeccapurple; */
}

.top_navigation_sign_in img{
	width: 29%;
	max-width: 60px;
    min-width: 60px;
}

.top_navigation_sign_in ._sign_in_nav_text {
	position: relative;
    display: inline;
    top: -15px;
    font-size: 2rem;
	font-family: comfortaa-light;
	cursor:pointer;
    /* font-weight: lighter;*/
}

/*****************END SIGN IN LOGO***********************/	


/*****************START MOBILE STYLES***********************/
.top_navigation_mobile_links{
	height: 600px;
}

 
.top_navigation_mobile_links ._top_menu_link {
	padding: 15px 0;
}
	
.top_navigation_mobile_links li{
	float:none;
	padding: 10px;
}

.top_navigation_mobile_links a span{
	font-size: 1.5rem;
    padding-left: 20px;
	font-family:comfortaa-light;
}

.top_navigation_mobile_links ._nav_links_icons{
	font-size: 1.5rem;
}

._mobile_menu_open_seperator {
    border-top: 1px solid #FFB528;
	padding: 15px 0 10px 37px;
    background-color: #212136;
    margin-top: 10px !important;
}
._enable_scroll{
	overflow: scroll;
    height: 250px;
    overflow-x: hidden;
    overflow-y: auto;
}
/*****************END MOBILE STYLES***********************/	

@media only screen and (max-width: 1916px) {
	
	.top_navigation_links a {
		font-size: 1.8rem;
	}
	
	.top_navigation_sign_in ._sign_in_nav_text {	
		font-size: 1.8rem;
	}
	.top_navigation .top_navigation_right_side{
		top:20px;
	}
}
	
@media only screen and (max-width: 1780px) {
	.top_navigation_container{
		height: inherit;
	}
	.top_navigation_logo {
		width: 25%;
	}
	.top_navigation .top_navigation_right_side {
		width: 75%;
		top: 0;
	}	
}	
	
@media only screen and (max-width: 1700px) {
	.top_navigation_links a {
		font-size: 1.5rem;
	}
	.top_navigation_sign_in ._sign_in_nav_text {		
		top: -17px;
		font-size: 1.5rem;
	}
	.top_navigation_magnifying_glass {
		font-size: 2.3rem;
		padding: 6px 35px 12px 68px;
	}
	.top_navigation_sign_in img {		
		max-width: 50px;
		min-width: 50px;
	}
}
	
@media only screen and (max-width: 1550px) {
	.user_avatar {
		font-size: 220%;
		top: 3px;
		position: relative;
		right: 5px;
	}	
	
}
	
@media only screen and (max-width: 1430px) {
	.top_navigation_links a {
		font-size: 1.25rem;
	}
	.top_navigation_sign_in ._sign_in_nav_text {		
		font-size: 1.25rem;
	}
}
	
@media only screen and (max-width: 1280px) {
	.top_navigation_links a {
		font-size: 1.15rem;
	}
	
	.top_navigation_sign_in ._sign_in_nav_text {
		font-size: 1.15rem;
		top: -10px;
	}
	
	.top_navigation_magnifying_glass {
		font-size: 2rem;
	}
	.top_navigation_sign_in img {
		max-width: 40px;
		min-width: 40px;
	}
	.user_avatar {
		font-size: 200%;
	}
}

@media only screen and (max-width: 1230px) {
	.top_navigation_links a {
		font-size: 1.1rem;
	}
	.top_navigation_sign_in ._sign_in_nav_text {
		font-size:1.1rem;
	}
	.top_navigation_magnifying_glass {
		font-size: 2rem;
	}
	.user_profile_dropdown_menu li {
		font-size: 80%;
	}
}

@media only screen and (max-width: 1185px) {
	.top_navigation_links a {
		font-size: 1rem;
	}
	.top_navigation_sign_in ._sign_in_nav_text {
		font-size:1rem;
		top: -11px;
	}
	
	.top_navigation_magnifying_glass {
		font-size: 1.7rem;
		padding: 4px 23px 12px 68px;
	}

	.user_avatar {
		font-size: 163%;
		top: 1px;
	}
}

@media only screen and (max-width: 1120px) {
	.hamburger_menu_wrapper{ 
		width: 15%; 
		float: left; 
		display:block;
	}
	.hamburger_menu{
		cursor: pointer;
	}
	.top_navigation_links{
		display:none;
	}
	.top_navigation .top_navigation_left_side {
		width: 45%;
		float: left;
		padding-left: 15px;
	}
	.top_navigation .top_navigation_right_side {
		width: 55%;
		float: right;
		padding-right: 40px;
	}
	.top_navigation_logo img {
		width: 238%;
		margin-left: 10px;
		position: relative;
		top: 1px;
	}
	.top_navigation_magnifying_glass{
		top:5px;
	}
	.top_navigation_sign_in img{
		position: relative;
		top: 5px;
	}
	.top_navigation_sign_in ._sign_in_nav_text{
		display:none;
	}
	.user_profile_dropdown_menu {
		width:25%;
	}
	.user_avatar {
		font-size: 163%;
		top: 7px;
		right: -10px;
	}
}

@media only screen and (max-width: 1000px){

	.top_navigation_logo img {
		width: 260%;	
	}
}


@media only screen and (max-width: 900px){
	.top_navigation_logo img {
		width: 290%;
	}
	.hamburger_menu_wrapper {
		top: 5px;
		position: relative;
	}
	
	.user_profile_dropdown_menu {
		width:35%;
	}
}

	
@media only screen and (max-width: 790px){
	.top_navigation_logo{
		margin-left: 10px;
	}
		
	.top_navigation_logo img {
		width: 327%;
	}
	.hamburger_menu {
		width: 100%;
	}
}

@media only screen and (max-width: 700px){
	
	.top_navigation .top_navigation_left_side {
		width: 51%;
	}
	
	.top_navigation .top_navigation_right_side {
		width: 49%;
	}
	.top_navigation_logo img {
		width: 342%;
	}
	
	.user_profile_dropdown_menu {
		width:40%;
	}
}

@media only screen and (max-width: 600px){
	
	
	.top_navigation_logo img {
		width: 365%;
		margin-left: 0px;
	}
	
	.top_navigation .top_navigation_left_side {
		width: 52%;
		margin-right: 10px;
	}
	
	.top_navigation .top_navigation_right_side {
		width: 35%;
		padding-right: 15px;
	}
	
	.top_navigation_logo{
		margin-left: 0;
	}
	
	.top_navigation_logo img {
		margin-left: 5px;
		top: 2px;
	}
	
	.top_navigation_sign_in img {
		max-width: 35px;
		min-width: 35px;
	}
	
	.hamburger_menu_wrapper {
		margin-right: 15px;
	}
	
	.hamburger_menu {
		width: 110%;
	}
	
	.top_navigation_magnifying_glass {
		padding: 4px 10px 10px 10px;
		margin: 0 10px;
		top: 3px;
	}
	.user_profile_dropdown_menu {
		width:50%;
	}
	.user_avatar {
		font-size: 163%;
		top: 3px;
		right: -10px;
	}
}

	
@media only screen and (max-width: 550px){
	.top_navigation_container {
		height: 60px;
	}
	.top_navigation_logo img {
		width: 400%;
	}
}

@media only screen and (max-width: 500px){
	
	.top_navigation_container {
		height: 66px;
		padding-top: 3px;
	}
	.user_profile_dropdown_menu {
		width:60%;
	}
}

@media only screen and (max-width: 490px){
	.hamburger_menu {
		width: 120%;
	}	
	.top_navigation_logo img {
		width: 422%;
		margin-left: 7px;
	}
}	

@media only screen and (max-width: 450px){
	.top_navigation_container {
		height: 63px;
	}
	
	.hamburger_menu {
		width: 140%;
	}
	.top_navigation_logo img {
		width: 445%;
		margin-left: 10px;
		top: 5px;
	}
}

@media only screen and (max-width: 410px){
	.top_navigation_magnifying_glass {
		font-size: 1.4rem;
		padding: 4px 7px 10px;
		margin:0 5px;
	}
	.top_navigation_sign_in img {
		max-width: 30px;
		min-width: 30px;
	}
	.user_avatar {
		font-size: 150%;
	}
}
@media only screen and (max-width: 375px){
	.top_navigation .top_navigation_left_side {
		padding-left:0;
	}
	
	.user_profile_dropdown_menu {
		width:70%;
	}
}

@media only screen and (max-width: 310px){
    .top_navigation_magnifying_glass {
		left: 10px;
	}	
	
	.sign_in_avatar{
		left: 10px;
		position: relative;
	}
}
	
@media only screen and (max-width: 300px){
	.user_profile_dropdown_menu {
		width:80%;
	}
}

