@CHARSET "ISO-8859-1";
/* Reset CSS
 * --------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,blockquote,th,td {
    padding: 0;
    margin: 0;
	color:#FFFFFF;
	font-family:NeueHaasGroteskDisp Pro Lt;
}
a{
	text-decoration:none;
}
table {
    border-spacing: 0;
}
fieldset,img {
    border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-weight: normal;
    font-style: normal;
}
strong{
	font-weight: bold;
}
ol,ul {
    list-style: none;
    margin:0;
    padding:0;
}
h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
    margin:0;
    padding:0;
    color:#444;
}
q:before,q:after {
    content:'';
}
abbr,acronym { border: 0;
}


/* Custom CSS
 * --------------------------------------- */
body{
	font-size:100%;
	font-family: arial,helvetica;
	color: #333;
	color: rgba(0,0,0,0.5);
	background: linear-gradient(90deg, #0a0aff, #7800ff);
background-size: 400% 400%;

-webkit-animation: AnimationName 7s ease infinite;
-moz-animation: AnimationName 7s ease infinite;
animation: AnimationName 7s ease infinite;

}


@-webkit-keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes AnimationName { 
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}


.wrap{
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	position: relative;
}
.section{
padding-left:70px;
}


/***  Right menu css****/

/** right menu css**/

nav,
nav ul {
  position: fixed;
  width: 100%;
  height: 100%;
}
nav {
  opacity: 0;
  -webkit-transform: scale(0.3);
      -ms-transform: scale(0.3);
          transform: scale(0.3);
  -webkit-transition: all 0.25s;
          transition: all 0.25s;
}
nav ul li {
  display: table;
  width: 100%;
  height: 45px;
  border-bottom: 1px solid #02E6B7;
  background: rgba(255,255,255,0.15);
  -webkit-perspective: 0px;
          perspective: 0px;
  -webkit-transform: rotateX(-90deg) scale(0.5);
          transform: rotateX(-90deg) scale(0.5);
  -webkit-transition: all 0.3s ease 0.1s;
          transition: all 0.3s ease 0.1s;
}
nav ul li a {
  display: table-cell;
  vertical-align: middle;
  text-decoration: none;
  padding-left:20px;
  color: #fff;
  text-shadow: 0 0 3px rgba(0,0,0,0.3);
  /*font-family: 'Helvetica', sans-serif;
  font-weight: 100;*/
}
nav ul li a:hover {
  background: rgba(255,255,255,0.1);
}

#toggle {
  display: none;
}
#toggle + #toggle-btn,
.nav-icon {
  position: fixed;
  top: 35px;
  right: 35px;
  border-radius: 3px;
  cursor: pointer;
}
#toggle + #toggle-btn {
  height: 40px;
  width: 40px;
  z-index: 1000;
  background: rgba(0,0,0,0.05);
}
.nav-icon,
.nav-icon:before,
.nav-icon:after {
  position: fixed;
  height: 4px;
  width: 40px;
  margin: 18px 0;
  z-index: 900;
  border-radius: 3px;
  background: #fff;
  -webkit-transition: all 0.25s;
          transition: all 0.25s;
}
.nav-icon:before {
  content: "";
  margin-top: -18px;
}
.nav-icon:after {
  content: "";
  margin-top: 18px;
}
#toggle:checked ~ nav {
  opacity: 1;
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
}
#toggle:checked ~ .nav-icon {
  background: rgba(255,0,0,0);
}
#toggle:checked ~ .nav-icon:before {
  -webkit-transform: rotate(-225deg);
      -ms-transform: rotate(-225deg);
          transform: rotate(-225deg);
  margin-top: 0;
}
#toggle:checked ~ .nav-icon:after {
  -webkit-transform: rotate(225deg);
      -ms-transform: rotate(225deg);
          transform: rotate(225deg);
  margin-top: 0;
}
#toggle:checked ~ nav ul li {
  -webkit-transform: rotateY(0deg) scale(1);
          transform: rotateY(0deg) scale(1);
}

/** right menu css**/



 
/**** ALGO C ****/

img{
max-width:100%;
height:auto;
}

#fullpage
{

}

#centered-container
{
	position:absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align:center;
	width:100%;
}


#logo
{
	position:absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

#mission
{
	position:absolute;
	font-family:NeueHaasGroteskDisp Pro Thin;
	top:70%;
	left:50%;
	-webkit-transform: translate(-50%, -30%);
	-moz-transform: translate(-50%, -30%);
	-ms-transform: translate(-50%, -30%);
	-o-transform: translate(-50%, -30%);
	transform: translate(-50%, -30%);
	font-size: 2em;
	text-align:center;
}
 
 #small-logo
 {
 position:absolute;
 top:35px;
 left:85px;
 }
 
 #page-title
{
	display:inline-block;
	font-family:NeueHaasGroteskDisp Pro Thin;
	font-size: 2.75em;
}

#algoclarity-text
{
display:inline-block;
width:450px;
line-height:150%;
font-size:1.0625em;
text-align:left;
}

#graph
{
display:inline-block;
}

#left-nav-menu
{
 position:fixed;
 top: 50%;
 padding-left:2%;
}

#left-nav-menu, img
{
display:block;
margin-bottom:10px;
}

#right-menu
{
	font-size:1.25em;
width:400px;
position:fixed;
top:0px;
right:0px;
}

#right-menu-list
{

}
 
 #contact-item
{
display:inline-block;
margin-right:50px;
margin-left:50px;
margin-bottom:50px;
}
 
 #copyright
{
position:fixed;
bottom:30px;
	left:50%;
	-webkit-transform: translate(-50%, 0%);
	-moz-transform: translate(-50%, 0%);
	-ms-transform: translate(-50%, -%);
	-o-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%);
font-size:0.875em;
}
 
 #copyright, a
{
color:#FFFFFF;
}
 
 
#tradelight-table
{
	position:absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align:center;
	width:980px;
} 
 
 
 
 /* ip 6 */
@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px) {

   body { font-size: 65%; }
   
   #left-nav-menu{
    width:10px;
   }
   
   #small-logo{
    position:absolute;
	top:5%;
	left:5%;
	width:30%;
	height:auto;
	}
	
	#algoclarity-text
	{
	display:inline-block;
	width:310px;
	line-height:150%;
	font-size:1.2em;
	text-align:left;
	}

	.nav-icon, #toggle-btn {
	display:none;
	}
}
 
 
 /* ip 5*/
 @media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) 
{ 

	body { font-size: 65%; }
   
   #left-nav-menu{
    width:10px;
   }
	
	 #small-logo{
    position:absolute;
	top:5%;
	left:5%;
	width:30%;
	height:auto;
	}

	#algoclarity-text
	{
	display:inline-block;
	width:250px;
	line-height:150%;
	font-size:1em;
	text-align:left;
	}
	
	.nav-icon, #toggle-btn {
	display:none;
	}
}
 
 
 
 
 
 
 
 
 @font-face {
	font-family: 'NeueHaasGroteskDisp Pro Lt';
	src: url('font/NHGDSPro-45Lt.eot?#iefix') format('embedded-opentype'), 
		url('font/NHGDSPro-45Lt.woff') format('woff'), 
	     url('font/NHGDSPro-45Lt.ttf')  format('truetype'),
	     url('font/NHGDSPro-45Lt.svg#svgFontName') format('svg');
	}
	
  @font-face
 {
  font-family:NeueHaasGroteskDisp Pro Thin;
  src: url('NHGDSPro-25Th.eot?#iefix') format('embedded-opentype'), 
			url("NHGDSPro-25Th.otf") format("opentype");
 }
 
 @font-face {
	font-family: 'NeueHaasGroteskDisp Pro Thin';
	src: url('font/NHGDSPro-25Th.eot?#iefix') format('embedded-opentype'), 
		url('font/NHGDSPro-25Th.woff') format('woff'), 
	     url('font/NHGDSPro-25Th.ttf')  format('truetype'),
	     url('font/NHGDSPro-25Th.svg#svgFontName') format('svg');
	}
 
 