@charset "utf-8";
/* CSS Document */
body, html { overflow-x: hidden; }

body {
    font-size: 1em;
    line-height: 1.4;
    font-family: 'Raleway', sans-serif;
    font-style: normal; 
    -webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
    -webkit-text-size-adjust: 100%;
}

img {
    vertical-align: middle;
}

.image-section {
    position: fixed;
}

.image-container {
    position: relative;
}

.image-container img {
	position: absolute;
	width: 1410px;
	top: 3px;
	height: 872px;
	left: -4px;
}
#main-wrapper {
     overflow: hidden;
}
.inactive {
    left: 703px;
    display: none;
}
/* Preloader */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff; /* change if the mask should have another color then white */
    z-index: 99; /* makes sure it stays on top */
}

#status {
	width: 200px;
	height: 200px;
	position: absolute;
	left: 622px; /* centers the loading animation horizontally one the screen */
	top: 218px; /* centers the loading animation vertically one the screen */
	background-image: url(../images/status.gif); /* path to your loading animation */
	background-repeat: no-repeat;
	background-position: center;
	margin: -100px 0 0 -100px; /* is width and height divided by two */
}

.footer-text {
    font-family: 'Raleway', sans-serif; 
    color: #fff; 
    text-shadow: 0px 2px 3px rgba(0, 0, 0, 1);
    margin-left: 30px;
    font-size: 14px;
}

.text-color-gray {
	color: #5C5A5A;
}

.text-color-black {
	color: #000000;
}
