@charset "UTF-8";
@import url("../webfonts/almoni_dl_aaa_300/stylesheet.css");
@import url("../webfonts/almoni_dl_aaa_400/stylesheet.css");
@import url("../webfonts/almoni_dl_aaa_700/stylesheet.css");
#wrapper {
	margin: 0px;
	padding: 0px;
	height: 100vh;
	width: 100%;
}
#sidebar {
	background-color: rgba(244,241,232,1);
	margin: 0px;
	clear: both;
	float: right;
	height: auto;
	width: 20%;
	min-width: 300px;
	display: block;
	min-height: 100vh;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 50px;
	padding-left: 0px;
}
#logo {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	clear: both;
	height: auto;
	width: 80%;
	margin-top: 60px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#sidebar_content {
	padding: 0px;
	height: auto;
	width: 75%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: both;
	direction: rtl;
	text-align: justify;
	font-family: "almoni dl aaa 400";
	font-size: 0.8em;
	line-height: 1.2em;
	text-decoration: none;
}
#wrapper #sidebar #sidebar_content p img {
	width: 100%;
	height: auto;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#wrapper #sidebar #sidebar_content h1 {
	color: rgba(0,86,61,1);
	text-decoration: none;
	font-size: 2em;
	font-family: "almoni dl aaa 700";
	padding: 0px;
}
#wrapper #sidebar #sidebar_content h2 {
	color: rgba(0,86,61,1);
	font-size: 1.4em;
	text-decoration: none;
	line-height: 1px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}
#wrapper #sidebar #sidebar_content h3 {
	margin: 0px;
	text-decoration: none;
	font-size: 1.4em;
	color: rgba(0,86,61,1);
	padding: 0px;
}
#wrapper #sidebar #sidebar_content p {
	line-height: 1.3em;
	text-decoration: none;
	margin-top: 15px;
	color: rgba(51,51,51,1);
	font-size: 1em;
	font-family: "almoni dl aaa 400";
	padding: 0px;
}
#wrapper #sidebar #sidebar_content p a {
	font-family: "almoni dl aaa 700";
	font-size: 1.3em;
	text-decoration: none;
	color: rgba(255,255,255,1);
	line-height: 1.5em;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: rgba(0,86,61,1);
	background-position: center center;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	border-radius: 5px;
	width: 100%;
	text-align: center;
	display: block;
}
#wrapper #sidebar #sidebar_content p a:hover {
	color: rgba(255,255,255,1);
	text-decoration: none;
	background-color: rgba(0,161,96,1);
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#wrapper #sidebar #sidebar_content p a:active {
	background-color: rgba(102,102,102,1);
	color: rgba(255,255,255,1);
	text-decoration: none;
}
#footer {
	padding: 0px;
	clear: both;
	height: auto;
	width: 80%;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
	text-align: center;
	right: 0px;
	left: 0px;
	top: 0px;
	bottom: 0px;
	clip: rect(0px,0px,0px,0px);
}
