@charset "utf-8";
/* CSS Document */

/* ===================================  top-menu  ================================================ */
.top-menu {
	width: 100%;
	height: 110px;
	line-height: 109px;
	background: #ffffff;;
	/*601f3a*/
}

.top-menu .logo {
    display: flex;
    height: 110px;
    /* margin-left: 10px; */
    /* margin-top: 15px; */
    align-items: center;
    justify-content: center;
}
/*.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;
}


.top-menu table {
	margin: 0 auto;
	/* line-height: normal; */
}

.top-menu table td {
	text-align: center;
	/*padding-left: 10px;*/
}

.top-menu table a {
	color: #000;
	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;
display: inline;
color: #000;
padding-bottom: 10px;
border-bottom: 3px solid #d71943;
}

#first-btn {
	background: none;
}
