html {
	height:100%;
	overflow-y:hidden;
	overflow-x:hidden;
	}

body {
	height:100%;
	margin:0;
	padding:0;
	overflow-y:auto;
	background: #000000;
	}
	
	/* common
----------------------------------------------------- */

br {
	clear: both;
	}

p {
	margin: 0; 
	padding-top: 8px; 
	}

a:focus {-moz-outline-style: none;}

ul {
	padding:0px;
	}
	
.hidden {
display: none;
}

	/* Background/graduated tint
----------------------------------------------------- */
#bg {
	position:absolute; 
	top:0; 
	left:0; 
	width:100%; 
	height:100%;
	z-index:-1;
	display:none;
	}
	
.bg_slide {
	position:absolute; 
	top:0; 
	left:0; 
	width:100%; 
	height:100%;
	}
	


	
	/* Containers
----------------------------------------------------- */

.menu_icon,
.x_icon {
	position: absolute;
	top: 70px;
	left: 0;
	width: 16px;
	height: auto;
	cursor:pointer;
	}
	
.menu_icon img,
.x_icon img {
	width: 100%;
	height: auto;
	}
	
#menu_container {
	position: absolute;
	top: 100px;
	left: 100px;
	background-color: transparent;
	width: 430px;
	height: auto;
	z-index:40;
	}
	
	
	/* Logo
----------------------------------------------------- */
#logo{
	position: absolute;
	top:0px;
	left:0px;
	width: auto;
	height: 50px;
	background-color: transparent;
	z-index:100;
	}
	
.logo {
	font-family : 'Raleway';
	font-size : 18px;
	font-weight:normal;
	letter-spacing:5px;
	color : #d4d4d4;
	text-align:left;
	text-decoration:none;
	}
	
	/* menu
----------------------------------------------------- */
#menu{
	position: absolute;
	top:0px;
	left:0px;
	width: 300px;
	height: 300px;
	background-color: transparent;
	padding-top: 60px;
	cursor:pointer;
	display:none;
	}
	
.menu a {
	font-family : arial, verdana, sans-serif;
	font-size : 10px;
	font-weight:normal;
	letter-spacing:5px;
	line-height: 250%;
	color : #9199a4;
	text-align:left;
	text-decoration:none;
	}
	
.menu a:hover {
	color : #ffffff;
	text-decoration:none;
	}
	
	/* text holder
----------------------------------------------------- */

#text_holder_profile {
	position: absolute;
	top:100px;
	left:0px;
	background-color: transparent;
	z-index:100;
	display: none;
	}
	
.standfirst {
	font-family : 'Raleway';
	font-size : 16px;
	font-weight:normal;
	line-height: 150%;
	color : #9199a4;
	text-align:left;
	}
	
.text,
.text a {
	font-family : 'Raleway';
	font-size : 18px;
	font-weight: 200;
	line-height: 200%;
	color : #d4d4d4;
	text-align:left;
	text-decoration: none;
	}
	
.text_small,
.text_small a {
	font-family : 'Raleway';
	font-size : 14px;
	font-weight: 200;
	line-height: 200%;
	color : #d4d4d4;
	text-align:left;
	text-decoration: none;
	}
	
.arrow,
.arrow a {
	font-family : verdana, sans-serif;
	font-size : 11px;
	line-height: 170%;
	color : #d4d4d4;
	text-align:left;
	}
	
.caption {
	font-family : arial, verdana, sans-serif;
	font-size : 11px;
	font-weight:normal;
	line-height: 120%;
	color : #9199a4;
	text-align:left;
	}
	
.social_media_logos {
	height: 20px;
	width: 20px;
	margin: 0 6px -5px 0px;
	}
	
	
	
	
		/* Mobile breaks
-----------------------------------------------------
-----------------------------------------------------
-----------------------------------------------------
-----------------------------------------------------
-----------------------------------------------------
----------------------------------------------------- */

	
@media screen and (max-width: 768px) {



#menu_container {
	position: absolute;
	top: 0;
	left: 0;
	margin: 20px 5% 0 5%;
	width: 90%;
	height: auto;
	background: #cccccc;
	z-index:40;
	}



.logo {
	font-family : 'Raleway';
	font-size : 18px;
	font-weight:normal;
	letter-spacing:2px;
	color : #d4d4d4;
	text-align:left;
	text-decoration:none;
	}






















}