@charset "utf-8";
/* CSS Document */

/* ===================================  top-menu  ================================================ */
.topMenu_container{
	width: 100%;
	padding: 10px 30px;
	display:block;
    align-items: center;
}
.topMenu_container.loggedin{
	display: flex;
}
.top-menu {
	width: 100%;
	height: 129px;
	line-height: 109px;
	background-color: #232323;
	display: flex;
    align-items: center;	
}
.home .top-menu{
	position: absolute;
    z-index: 9;
	background-color: transparent;
}
.top-menu .logo {
	display: block;
	height: 74px;
	margin-left: 30px;
    text-align: end;
	padding-top:13px;	
}
.top-menu .logo.loggedin{
	padding-top:0px;
}
.top-menu .logo img{
	vertical-align: top;
}
.top-menu .social-network {

	height: 32px;
}

.top-menu .social-network a {
	color: white;
	font-size: 16px;
	font-family: "Open Sans Hebrew";
	text-decoration: none;
}

.top-menu .social-network a:hover {
	text-decoration: underline;
}

.userLogin a {
    font-size: 20px;
    color: #fff;
    border: 1px solid #fff;
    padding: 0px 30px;
    line-height: 60px;
    display: inline-block;
    border-radius: 80px;
    cursor: pointer;
}
.userRegister a {
    font-size: 20px;
    color: #fff;
    background-color: #189BAF;
    padding: 0px 30px;
	margin: 0px 10px;
    line-height: 60px;
    display: inline-block;
    border-radius: 80px;
    cursor: pointer;
}
.top-menu table {
	margin: 0 0;
	/* line-height: normal; */
}

.top-menu table td {
	text-align: center;
	/*padding-left: 10px;*/
}

.top-menu table a {
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
	padding: 0 8px;
	font-family: "Open Sans Hebrew";
	font-size: 18px;
	text-align: center;
	display: block;
}

.top-menu table a:hover,
#selected {
	 background: transparent !important;
display: inline;
color: #fff !important;
padding-bottom: 10px !important;
border-bottom: 2px solid white;
}

#first-btn {
	background: none;
}
.mob_right_menu_sec{
    display: flex;
    align-items: center;
	margin-right: 25px;
}
.userLogin,.userRegister {
    float: inline-start;
    margin-left: 15px;
}
.userLogin a,.userRegister a {
	font-weight:bold;	
}
@media only screen and (max-width: 480px) {
	.top-menu .logo {
		padding-top: 4px;	
	}
}