#divfooter {
	position: fixed;
	top: calc(100% - 42px);
	left: 0;
	right: 0;
	border-top: 2px solid #606060;
}

#divfooter #divfooterleft {
	position: relative;
	display: inline-block;
	background: rgba(190,190,190,0.5);
}

#divfooter #imgfooterlogo {
	width: 78px; /*80*/
	height: 26px; /*18*/
	margin: 5px; /*10*/
}

#divfooter #divcopyright {
	margin: 0;
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 110px;
	width: 100px;
}

#divfooter #copyrighttext {
	font-size: 10px;
	color: #909090;
	border-bottom: 10px;
}

#divfooter #divsocialmedialinks {
	display: inline-block;
}

#divsslseal {
	position: relative;
	float: right;
	display: inline-block;
	top: 3px;
}

