@charset "UTF-8";

.footer {
	background: #000000; /* Old browsers */
	background: -moz-linear-gradient(top,  #000000 0%, #26272c 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000000), color-stop(100%,#26272c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #000000 0%,#26272c 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #000000 0%,#26272c 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #000000 0%,#26272c 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #000000 0%,#26272c 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#26272c',GradientType=0 ); /* IE6-9 */
	color: #656565;
	padding-bottom: 30px;
	padding-top: 58px;
}

.footer_content {
	/*width: 960px;*/
	margin: auto;
}

.footer a {
	color: #656565;
	text-decoration: none;
}

.social_item {
	display: inline-block;
	list-style-type: none;
	margin-left: 122px;
}

.social_item:first-child {
	margin-left: 0px;
}

.partners_item {
	display: inline-block;
	list-style-type: none;
	margin-left: 0px;
	vertical-align: middle;
}

.partners_item:first-child {
	margin-left: 0px;
}

.disclamer_footer {
	float: left;
	padding-top: 16px;
}

hr.footer_line {
	border: 0px;
	height: 1px;
	background-color: #353639;
	margin-top: 20px;
	margin-bottom: 20px;
}