/*	--------------	*/
/*	Icons	*/
/*	--------------	*/
/*	file icons */
.icon-link {
	display:block;
	width:90%;
	padding-left:35px;
	line-height:28px;
	height:30px;
	margin:10px 0;
}
.pdf {
	background:url(/mainpics/icons/icon-pdf-sm.png) left center no-repeat;
}
.doc {
	background:url(/mainpics/icons/icon-doc-sm.png) left center no-repeat;
}
.xls {
	background:url(/mainpics/icons/icon-xls-sm.png) left center no-repeat;
}
.jpg {
	background:url(/mainpics/icons/icon-jpg-sm.png) left center no-repeat;
}
/*	social icons */
.social-icon {
	display:block;
	width:44px;
	height:45px;
	float:left;
	margin:5px 10px;
	text-decoration:none;
}
.social-icon:hover {
	width:42px;
	height:42px;
	margin-right:12px;
	-webkit-box-shadow: 2px 3px 0px 0px #01a0c4;
	-moz-box-shadow: 2px 3px 0px 0px #01a0c4;
	-box-shadow: 2px 3px 0px 0px #01a0c4;
	box-shadow: 2px 3px 0px 0px #01a0c4;
}
a#fb {
	background:url(/mainpics/icons/social-fb.png) 0 0 no-repeat;
}
a#tw {
	background:url(/mainpics/icons/social-tw.png) 0 0 no-repeat;
}
a#de {
	background:url(/mainpics/icons/social-del.png) 0 0 no-repeat;
}
a#yt {
	background:url(/mainpics/icons/social-yt.png) 0 0 no-repeat;
}
a#box {
	background:url(/mainpics/icons/social-box.png) 0 0 no-repeat;
}
/*	arrows	*/
.arrow-blue-sm-down {
	background:url(/mainpics/icons/arrow-down.png) 0 0 no-repeat;
	min-height:16px;
	min-width:30px;
}
div.arrow-blue-sm-down {
	position:absolute;
	left:47%;
	bottom:5px;
}

















