@font-face {
    font-family: Lato;
	src: url('../font/Lato-Regular_0.ttf');
}

@font-face {
    font-family: latoSemiBold;
    src: url(../font/Lato-Semibold_0.ttf);
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	font-family:Lato;
}



body{
overflow:hidden;
font-family: Lato;
}	
	
#info{
width:100%;
height:50%;
position:absolute;
bottom:0px;
z-index:1000002;
float:left;
}


#mytext{
    font-family: Lato;
    font-size: 14px;
    line-height: 24px;
    padding-right: 36px;
	
}

#mytitle{

font-family: latoSemiBold;
    font-size: 24px;
    left: 50px;
    position: absolute;
    text-transform: uppercase;
	
	}

#intro{
 background-color: rgba(47, 41, 41, 0.75);
    color: rgba(255, 255, 255, 0.9);
    left: 0;
    min-height: 169px;
     padding-left: 26px;
    padding-top: 24px;
	padding-bottom:12px;
    position: absolute;
    top: 0;
    z-index: 1000002;
	

}

#hide{
font-family:Lato;
font-size:10px;
left:939px;
top:166px;
position:absolute;
text-transform: uppercase;
color:rgba(255,255,255,.3);
opacity:.8;
}


#expand{
font-family:Lato;
font-size:10px;
left:936px;
top:42px;
position:absolute;
text-transform: uppercase;
color:rgba(255,255,255,.3);
opacity:.8;
}

h1{

}

p{

padding:25px;
}

#left{
width:50%;
height:100%;
background-color:#e6e1df;
float:left;
z-index:1000003;
}

#right{
width:50%;
height:100%;
background-color:#e6e1df;
float:left;
z-index:1000003;
}	

td, th {
width: 50%;
  padding: 0.5rem;
}

.toggle{
width:10%;
height:10%;

z-index:10000004;
}

#btm_toggle{
position:absolute;
bottom:0px;
right:0px;
}


#top_toggle{
position:absolute;
top:0px;
right:0px;
}

#toggle{
    background-color: rgba(47, 41, 41, 0.15);
    border-radius: 2px;
    color: #ffffff;
    font-family: latoSemiBold;
    font-size: 18px;
    height: 26px;
    left: 50px;
    padding-left: 7px;
    padding-top: 12px;
    position: absolute;
    text-transform: uppercase;
    top: 679px;
    width: 166px;
    z-index: 1000008;
}


#goback{
    background-color: rgba(47, 41, 41, 0.15);
    border-radius: 2px;
    color: #ffffff;
    font-family: latoSemiBold;
    font-size: 18px;
    height: 26px;
    left: 800px;
    padding-left: 7px;
    padding-top: 12px;
    position: absolute;
    text-transform: uppercase;
    top: 679px;
    width: 166px;
    z-index: 1000008;
}

.toggle2 {
    color: white;
    height: 63px;
    margin-top: 25px;
    width: 100px;
    z-index: 4;
}