@font-face {
	font-family: 'Arial';
	src: url('../fonts/arial/arialmt.eot');
	src: url('../fonts/arial/arialmt.eot?#iefix') format('embedded-opentype'),
		url('../fonts/arial/arialmt.woff2') format('woff2'),
		url('../fonts/arial/arialmt.woff') format('woff'),
		url('../fonts/arial/arialmt.ttf') format('truetype'),
		url('../fonts/arial/arialmt.svg#ArialMT') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'century_gothic';
	src: url('../fonts/gothic/century_gothic.eot');
	src: url('../fonts/gothic/century_gothic.eot?#iefix') format('embedded-opentype'),
		url('../fonts/gothic/century_gothic.woff') format('woff'),
		url('../fonts/gothic/century_gothic.ttf') format('truetype'),
		url('../fonts/gothic/century_gothic.svg#ArialMT') format('svg');
	font-weight: normal;
	font-style: normal;
}
body {
    overflow: hidden;
    margin: 0px;
    font-family:'century_gothic';
/*	background-color: black;*/
}
#main_cont {
    height: 600px;
    width: 820px;
    background: url(../images/1.png) no-repeat;
    background-size: cover;
    position: relative;
    color: #fff;
    font-family: 'century_gothic', 'Arial';
    overflow: hidden;
}
.title_main {
    font-size: 20px;
    letter-spacing: 1.5px;
    border-bottom: 1px solid #fff;
    padding: 5px 0 8px 5px;
}
.galaxy_container {
    overflow: hidden;
    height: 100px;
    width: 200%;
    text-align: center;
    padding: 20px;
    margin-left:0px;
	//border:1px solid red;
	//position:absolute;
	
}
 .galaxy1, .galaxy-hidden {
    float: left;
    width: 127px;
    height: 91px;
    display: inline-block;
    margin-left: -3px;
	margin-top: 0px;
	border: 3px solid transparent;
	
}

 .galaxy
 {
 position:absolute;
overflow: hidden;
 left:300px;
 border-radius:8px;
 border:3px solid transparent;
 }
 
 
 .galaxy-hidden {
    visibility: hidden;
}
.title_reference{
    border-bottom: 1px solid #fff;
    padding: 2px 0 1px 5px;   
    font-size: 12px;
	position: relative;
    z-index: 1;
    background-color: black;
    top: 11px;
}
.graph {
    width: 100%;
	height: 175px;
    margin-left: -16px;
}
.galaxy:hover
{
border-radius:8px;
border:3px solid #606060;
}

.left{
position:absolute;
top:35px;
width:80px;
height:170px;
left:0px;
border:0px solid red;
z-index:1000;
}

.right{
position:absolute;
top:35px;
width:40px;
height:170px;
right:0px;
border:0px solid red;
z-index:1000;
}

.canvasjs-chart-credit {
   display: none;
}

.x_axix {
	position: relative;
	font-size: 10px;
	left: 325px;
	top	:-12px;
}

.x_scale {
	position: relative;
	background-image: url('../images/scale1.png');
	background-repeat: no-repeat;
	background-size: 100%;
	width: 850px;
    top: -20px;
    height: 47px;
    left: 13px;
}

.title_observed {
	font-size: 12px;
    border-bottom: 1px solid;
    z-index: 1;
    background-color: black;
    top: 13px;
    /* border: 1px solid black; */
    position: RELATIVE;
}
#loadInfo {
    position: absolute;
    width: 176px;
    height: 50px;
    margin: auto;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    font-size: 24px;
    text-align: center;
}
        #main_cont{
                opacity: 0;
        }