body {
	direction: rtl;
	background-color: #F8F8F8;
	font-size: 13px;
	word-spacing: 1px;
}
.container {
	width: 75%;
	margin: auto;
}
.help-title {
	font-size: 34px;
	color: #292929;
    font-weight: 300;
}
.help-body {
	list-style-position: inside;
	text-align: justify;
}
.help-items {
	display: inline-block;
	width: 33%;
	text-align: center;
	padding: 30px 0 30px 0;
}
.help-items img {
	width: 200px;
	height: 200px;
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: middle;
}
h2 {
	color: #292929;
	font-size: 17px;
	margin-top: 70px;
    margin-bottom: 20px;
}
.documents, .pictures, .videos {
	margin-top: 45px;
}
.videos .help-items img {
	width: 255px;
	height: 146px;
}
.help-items p {
	margin: 0;
}
.help-items p, .help-items a {
	text-decoration: none;
	color: #0093d0;
}
.help-items a:link, .help-items p:link {
	text-decoration: none;
	cursor: pointer;
	color: #0093d0;
}
.help-items a:visited, .help-items p:visited {
	text-decoration: none;
	cursor: pointer;
	color: #0093d0;
}
.help-items:hover p {
	text-decoration: none;
	cursor: pointer;
	color: #00CC99;
}
.clear {
	clear: both;
}
@media only screen and (max-width: 1380px) {
	.help ul {
		margin: 0;
		padding: 0;
	}
}
@media only screen and (max-width: 1252px) {
	.help-items {
		width: 50%;
        text-align: center;
		float: right;
	}
	.help ul {
		margin: 0;
		padding: 0;
	}
}
@media only screen and (max-width: 768px) {
	.help-items {
		width: 100%;
        text-align: center;
		float: right;
	}
	.help ul {
		margin: 0;
		padding: 0;
	}
}
@media only screen and (max-width: 450px) {
	.help-items {
        text-align: center;
		float: right;
	}
	.help ul {
		margin: 0;
		padding: 0;
	}
}
@media only screen and (max-width: 445px) {
	.help-items img {
		max-width: 100%;
		height: auto!important;
	}
	.help-items {
		height: auto;
	}
}