#Header{
	width: 100%;
	height: 60px;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100;
	background: #fff;
}
	#Header:after{
		content:"";
		position: absolute;
		left: 0;
		top: 60px;
		width: 100%;
		height: 15px;
		background: url("../img/shadow-horizontal-from-top@2x.png") no-repeat center center;
		background-size: 1440px 15px;
	}
	#header_head{
		height: 100%;
		position: relative;
		margin:	0 auto;
	}
		#head_logo{
			background: url("../img/logo-header@2x.png") no-repeat 0 0;
			width: 164px;
			height: 34px;
			background-size: 164px 34px;
			position: absolute;
			left: 15px;
			top: 14px;
			cursor: pointer;
			opacity: 1;
			-webkit-transition:opacity 0.3s ease-out;
			-ms-transition: opacity 0.3s ease-out;
			/*transition:opacity 0.3s ease-out; bug logo flickering on FF */
		}
			#head_logo:hover{
				opacity: 0.5;
			}
		#head_social, #head_mobile{
			float: right;
			height: 100%;
		}
			.social_item, .mobile_item{
				float: right;
				display: inline-block;
				height: 100%;
				font-size: 20px;
				line-height: 40px;
				padding: 0 10px;
				border-left: 1px solid #e6e6e6;
				cursor: pointer;
				background-size: 120px 60px;
				background-repeat:no-repeat;
				background-position: 0 0;
				width: 60px;
				height: 60px;
				-webkit-transition:background-position 0.3s ease-out, background-color 0.3s;
				transition:background-position 0.3s ease-out, background-color 0.3s;
			}
				.social_item:hover{
					background-color:#262626;
					background-position: -60px 0;
				}
				.social_item:nth-child(1), .mobile_item:nth-child(1){
					border-right: 1px solid #e6e6e6;
				}
				.social_item[data-action="twitter"]{
					background-image: url("../img/icon-twitter@2x.png");
				}
				.social_item[data-action="facebook"]{
					background-image: url("../img/icon-facebook@2x.png");
				}
				.social_item[data-action="offer"]{
					background-image: url("../img/icon-offer@2x.png");
				}
				.social_item[data-action="subscribe"]{
					background-image: url("../img/icon-newsletter@2x.png");
				}
				.social_item[data-action="pub"]{
					background-image: url("../img/pub/bt-header.png");
					background-size: 60px 46px;
					background-position: 0px 7px !important;
					background-color: transparent !important;
					border-left: 0px;
					margin-right: 10px;
					opacity: 1;
					-webkit-transition:opacity 0.3s ease-out;
					-ms-transition: opacity 0.3s ease-out;
					transition:opacity 0.3s ease-out;
				}
					.social_item[data-action="pub"]:hover{
						opacity: 0.5;
					}
				.mobile_item[data-action="filters"]{
					background-image: url("../img/icon-filter@2x.png");
				}
				.mobile_item[data-action="search"]{
					background-image: url("../img/icon-search@2x.png");
				}
				.mobile_item[data-action="social"]{
					background-image: url("../img/icon-share@2x.png");
				}
					.mobile_item.selected{
						background-position:-60px 0;
						background-color: #262626;
					}
		.head_wdd{
			position: absolute;
			color:#262626;
			background:url("../img/logo-wedodata-header@2x.png") no-repeat right 0;
			background-size: 90px 14px;
			height: 14px;
			position: relative;
			top: 33px;
			cursor: pointer;
			line-height: 15px;
			width: 160px;
			left: 190px;
			padding-right: 60px;
			opacity: 1;
			display: inline-block;
			-webkit-transition:opacity 0.3s ease-out;
			-ms-transition: opacity 0.3s ease-out;
			transition:opacity 0.3s ease-out;
		}
			.head_wdd:hover{
				opacity: 0.5;
			}