/* CSS Document */
#socmed_box {
}

/* small white */

#socmed_box .sm-wht {
}

#socmed_box .sm-wht a img {
	margin: 0 5px 0 0;
	max-width: 26px;
	max-height: 26px;
}

#socmed_box .sm-wht a:hover img {
	opacity: 0.85;
}

/* large black */

#socmed_box .lg-blk {
}

#socmed_box .lg-blk a img {
	margin: 0 5px 0 0;
	max-width: 60px;
	max-height: 60px;
	height: auto;
	width: 15%;
}

#socmed_box .lg-blk a:hover img {
	opacity: 0.55;
}



