.footer
{
	min-width: 980px;
	width:100%;
	direction: rtl;
	clear: both;
}

.footer-wrap
{
	width:980px;
	margin:auto;
	overflow:hidden;
	padding:20px 0px 20px 0px;
	font-family: segoe aref;
        border-top:solid 1px black;
}

.footer-wrap .footer-blocks
{
	width:300px;
	height:200px;
	float:right;
	padding:0px 13px;
}

.footer-wrap .footer-blocks .title
{
	font-weight:bold;
	font-size:20px;
	cursor:default;
}

.footer-wrap #logo,
.footer-wrap #contacts

{
	border-left:1px solid rgba(0, 0, 0, 0.3);
}

.footer-wrap #contacts a
{
	color:#000000;
	font-size: 18px;
	text-align:justify;
}

.footer-wrap #logo img
{
	width: 110px;
	float: right;
	padding: 0px 20px;
}

.footer-wrap #subscribtion input
{
	width:280px;
	height:30px;
	font-size:20px;
	font-family:segoe;
	color:black;
	padding:3px 10px;
	margin-top:20px;
	text-align: left;
	direction: ltr;
}

.footer-wrap #subscribtion input#sub
{
	width:305px;
	height:36px;
	font-size:20px;
	font-family:segoe aref;
	color:white;
	cursor:pointer;
	background-color:#0CC;
	border:none;
	margin-top:10px;
	text-align: center;
}