
body {
	direction: rtl;
	width: 100%;
	background-color: #ECECEC;
	font-family: 'Arimo', sans-serif;
	margin: 0;
	height: 100%;
}

body, html {
	height: 100%;
	position: relative;
}

/* footer {
	width: 100%;
	position: absolute;
	bottom: 0;
} */

html, body {
    overflow: auto;
}

.wrap {
	position: relative;
	margin: 0;
	height: 100%;
}

h2 {
	font-size: 40px;
	font-weight: normal;
}

h3 {
	font-size: 24px;
	font-weight: bold;
}

h4 {
	font-size:24px;
	font-weight: bold;
	font-family:'Arimo', sans-serif;
	color: #000;
}

h5 {
	font-size: 20px;
	font-weight: bold;
	font-family:'Arimo', sans-serif;
	margin: 0;
}

p {
	margin: 0;
}

a {
	text-decoration:none;
	color: #000;
}

.element_hide {
	display:none;
}

.element_show: {
	display: block;
}