/* ICONS
-------------------------------------------------------------------------------*/

.icon-stock {
	width: 20px;
	height: 20px;
	background: #888;
}
#icon-thumb:before {
	content: "";
	font-size: 2em;	
	width: 3px;
	height: 3px;
	margin: 5px 5px;
	box-shadow: 0 -5px 0,-5px -5px 0,5px -5px 0,0 0 0 32px inset,-5px 0 0,5px 0 0,0 5px 0,-5px 5px 0,5px 5px 0;
}
#icon-siteMap:before {
	content: "";
	width: 14px;
	height: 2px;
	box-shadow: 0 5.5px 0 0 #FFF, 0 11px 0 0 #FFF;
}
.icon-share {
	background-image: url(/assets/icons/icon_share.svg);
	background-position-y: -3px;
	position: absolute;	
}
.icon-close {
	background-image: url(/assets/icons/x.png);
	background-size: contain;
	position: absolute;	
}

/* Footer ScrollTop Icon */
#icon-scrollTop{
	border-radius: 50%;
	background-color: rgba(255,255,255,.5);
	width: 40px;
	height: 40px; 
	text-align: center;
	line-height: 60px;
	color: black;
}
#icon-scrollTop:before {
	content: "";
	position: absolute;
	width: 2px;
	height: 16px;
	left: 14px;
	top: 11px;
	background-color: black;
	display: block;
	transform: rotate(45deg);
}
#icon-scrollTop:after {
	content: "";
	position: absolute;
	width: 2px;
	height: 16px;
	right: 14px;
	top: 11px;
	background-color: black;
	display: block;
	transform: rotate(-45deg);
}

/* Font Awesome Icons
-------------------------------------------------------------------------------*/

/* Customizations made to FontAwesomeIcons */
.fa-facebook:before {
	font-size: 90% !important;
	margin: .1em 0 0 .3em;	
}
.fa-twitter:before {
	font-size: 110% !important;
  	margin-top: -.05em;	
}










