/*=- /Content/Layouts/Clean/stylesheets/section-social-links.css -=*/

.section-social-links ul {
  float: right;
  margin-right: 80px;
}
.section-social-links ul li {
  display: inline-block;
}
.section-social-links a {
  width: 20px;
  height: 20px;
  display: block;
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
}
.section-social-links [data-source-name="facebook"] a {
  background: url(/content/filebank?id=9778dc65-f843-45f2-bb5a-723cca3241ad) top right no-repeat;
}
.section-social-links [data-source-name="linkedin"] a {
  background: url(/content/filebank?id=2457bc76-26df-46e1-ad5b-3cbba1f4e39f) top right no-repeat;
  margin-left: 10px;
}
.section-social-links [data-source-name="twitter"] a {
  background: url(/content/filebank?id=075f75ea-996a-4c44-95d7-588ce14f3a1b) top right no-repeat;
  margin-left: 10px;
}
.section-social-links [data-source-name="instagram"] a {
  background: url(/content/filebank?id=435150dd-cfca-41dd-a7af-329c9c47fdc8) top right no-repeat;
  margin-left: 10px;
}
/*
.design-home_page .section-social-links {
	z-index: 100;
	position: fixed;
	right: 0;
	top: 140px;
	padding: 16px 12px 16px 16px;
	background: #ffffff;
	background: rgba(255,255,255,.8);
	border: 1px solid #6093bf;
	border-width: 1px 0 1px 1px;
	-webkit-border-radius: 7px 0 0 7px;
	-moz-border-radius: 7px 0 0 7px;
	border-radius: 7px 0 0 7px;
	width: 2.5em;
}

.design-home_page .section-social-links ul {
	list-style-type: none;
	margin-right: 0;
	margin-top: -1em;
}


.design-home_page .section-social-links a {
	width: 36px;
	height: 36px;
	display: block;
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
	transition: background .5s;
}

.design-home_page .section-social-links [data-source-name="facebook"] a {
	background: url(/content/filebank?id=27099956-c6f1-451e-a7df-3dd8f408ba3f) top right no-repeat;
	margin: 0 auto 14px;
}

.design-home_page .section-social-links [data-source-name="facebook"] a:hover {
	background: url(/content/filebank?id=37def659-00ae-443d-a769-c6cfd858a9ee) top left no-repeat;
}

.design-home_page .section-social-links [data-source-name="linkedin"] a {
	background: url(/content/filebank?id=dddb8f82-d2e6-468d-a306-0374b70743d4) top right no-repeat;
	margin: 0 auto 14px;
}

.design-home_page .section-social-links [data-source-name="linkedin"] a:hover {
	background: url(/content/filebank?id=eddd77ee-afa8-4da6-8981-84045c4256f2) top left no-repeat;
}

.design-home_page .section-social-links [data-source-name="twitter"] a {
	background: url(/content/filebank?id=01ab7a1b-cbf4-4789-a44a-40ffd0dc9c1b) top right no-repeat;
	margin: 0 auto;
}

.design-home_page .section-social-links [data-source-name="twitter"] a:hover {
	background: url(/content/filebank?id=6b290919-816a-47e1-9cf8-1342aaff9c8d) top left no-repeat;
}
*/

