

/* Footer */


.footer-container .partners {
	height: 230px;
	padding: 0px 0 0;
	background: #123456;
	position: relative;
}


/*Plugin CSS*/
.str_wrap {
	overflow: hidden;
	width: 800px;
	height: 94px;
	margin: 0 auto;
	line-height: 94px;
	position: relative;
	white-space: nowrap;
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none; 
	zoom: 1;
}

.str_wrap a {
	margin: 0 30px; // space for wrapping
}

.str_move { 
	white-space: nowrap;
	position: absolute; 
	top: 0;   
	left: 0;
	cursor: move;
}

.str_wrap img {
	max-width:none !important;	
}

