﻿footer {
	width: 920px;
	margin: 0 auto;
	padding: 0px;
	position: relative;
	background-color: rgba(0, 0, 0, 0);
	text-align: left;
	line-height: 50px;
	padding-left: 10px;
	padding-right: 20px;
	font-family: font1;
	font-size: 17px;
	font-weight: normal;
	font-style: normal;
	color: rgb(190, 190, 190);
	display: block;
	direction: rtl;
}

footer a {
	font-family: font1;
	font-size: 17px;
	font-weight: normal;
	font-style: normal;
	color: rgb(190, 190, 190);
	text-decoration: underline;
}
footer a:hover{
	color: rgb(130, 130, 130);
}

.f_ps {
	text-align: right;
	float: right;
	margin-top: 15px;
	width: 180px;
	border-style: none solid none none;
	border-width: 0px 3px 0px 0px;
	border-right-color: #DEC058;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 15px;
}
.f_ps_title {
	font-family: font1;
	font-size: 24px;
	color: rgba(190, 190, 190, 1);
	padding-bottom: 5px;
	line-height: 21px;
}
.f_ps a {
	clear:both;
	float: right;
	font-family: font1;
	font-size: 20px;
	color: rgba(180, 180, 180, 1);
	line-height: 18px;
	text-decoration: none;
	margin: 4px 0 3px 0;
	padding: 0px;
}
.f_ps a:hover {
	color: rgba(130, 130, 130, 1);
}
.f_crs {
	padding-top: 13px;
	float: left;
	width: 134px;
	line-height: 21px;
	padding-left: 20px;
}
.f_crs_i {
	text-align:right;
	float: right;
}
.f_dds {
	text-align: left;
	float: left;
	width: auto;
	clear: both;
	padding-left: 20px;
}
@media only screen and (max-width: 700px) {
	.f_crs {
		float: right;
		clear: both;
	}
	.f_dds {
		float: right;
		text-align: right;
	}
}

@media only screen and (max-width: 960px) {
	footer {
		width: auto;
		margin: 0 auto;
		padding: 0px;
		position: relative;
		background-color: rgba(0, 0, 0, 0);
		text-align: left;
		line-height: 50px;
		padding-left: 20px;
		padding-right: 20px;
		font-family: font1;
		font-size: 17px;
		font-weight: normal;
		font-style: normal;
		color: rgb(190, 190, 190);
	}
}