
body{
	margin: 0;
	background-color: #e6cdaa;
	font-family: 'Open Sans Hebrew', sans-serif;
}
*, *:before, *:after {
  box-sizing: border-box;
}
.loadingAnim{
	z-index: 1000;
	background-color: #403020;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
}
.loadingAnim .loading_logo{
	position: absolute;
	left: 0;right: 0;top:0;bottom: 0;
	width: 90vw;
	margin: auto;
}
.loadingAnim .loading_gear{
	position: absolute;
	left: 0;right: 0;top:0;bottom: -400px;
	margin: auto;
}

.cont_welcome .text img{
	float: left;
	margin: 14vw 4vw 3vw 0vw;
	width: 32vw;
    height: auto;
}
.fillw{
	width: 100%;
}
.arRight{

position: absolute;

top: 35vw;

right: 0;

width: 7vw;
}
.arLeft{

position: absolute;

top: 35vw;

left: 0;

width: 7vw;
}
.burger{
	position: absolute;
	width: 11vw;
	height: 11vw;
	left: 1vw;
	top: 1vw;
	z-index: 10;
}

.dclogo{
	position: absolute;
	width: 27vw;
	height: 11vw;
	right: 1vw;
	top: 0vw;
	z-index: 9;
}
.headimage{
	position: relative;
	width: 100vw;
	height: 44vw;
	top: 0vw;
}


.allchairs{
	position: relative;
	display: flex;
  flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	width: 100vw;
}

.chair{
	width: 23.4vw;
  height: 29.6vw;
	margin: 1vw 0.5vw 0 0.5vw;
	background: url(../images/m_chair.png);

	background-size: contain !important;
	background-repeat: no-repeat !important;
	position: relative;
}

.chair .n{
	position: absolute;
	font-size: 5vw;
	color: #017bbd;
	font-weight: bold;
	right: 1.3vw;
	bottom: 3vw;
	width: 9vw;
	text-align: center;
}


.burgermenu{
	display: none;
	position: absolute;
	width: 45vw;
	height:100vh;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.7);
	white-space: nowrap;
	text-align: right;
}
.burgermenu .buttons{
	position: absolute;
    top: 18vw;
    right: 2vw;
}
.burgermenu .buttons a{
	display: block;
	color: white;
	font-size: 5vw;
	margin-top: 1vw;
}

.runningline{

	position:fixed;
	left: 0;
	bottom: 0;
	width: 100vw;
	height: 6.5vw;
	font-size: 3.6vw;
	line-height: 0vw;
	color: white;
	background-color: #995d34;
	border-radius: 0vw 0vw 0vw 0vw;

	direction: rtl;
}
.runningline p{
	position: absolute;
	display: inline;
	white-space: nowrap;
}


.abs {
	position: absolute;
    display: inline;
    width: 26vw;
    text-align: right;
    z-index: 10;
    top: 1vw;
    right: 1vw;
    font-size: 2.7vw;
}
#helloUser {
     display: none;
}
.ug {
    color: rgba(255,255,255,1.00);
    direction: rtl;
}
a {
    text-decoration: none;
    color: inherit;
}
