/*
  Add an initial background-image to .backgroundTransition container. This image
  should match the first image passed into the plugin's 'background' array.
  Adding this here ensures that there is a background image loaded on page load,
  while waiting for document.ready().
 */


/*
  The following css is merely to style the white container in the middle of the page.
*/
.content {
    position: absolute;
	bottom: 10%;
    width: 50%;
    margin-left: 0px;
    margin-right: auto;
    padding: 20px;
    background-color: rgba(0,0,0,0);
    color:#000;
	z-index: 3;
}

.translate {
    position: absolute;
	height: 200px;
    min-width: 200px;
    margin: 0 auto;
    bottom: 65px;
    padding: 45px;
	z-index: 3;
}

.translate_02 {
    position: absolute;
    right: 0px;
    bottom: 0px;
	z-index: 3;
}