#strip {
	background-color: #54a2d9;
	color:#ffffff;
}
#strip .holder {
	display:flex;
	justify-content: flex-end;
}
#strip .social-icon {
	display:flex;
}
#strip .social-icon .icon {
}
#strip .info {
	display:flex;
	font-size: 16px;
}
#strip .info .item {
	display:flex;
	align-items: center;
	padding: 0 10px;
}
#strip .info .icon {
	margin-right:5px
}
#strip .info .value {
	line-height:21px;
}
#strip a {
	color:white;
	text-decoration:none;
	transition: ease 0.3s all;
	padding: 13px 0;
	display: flex;
}
#strip a:hover {
	color:black;
	background-color:#eee;
}
@media (max-width: 1023px) {
	#strip {
		display:none;
	}
}