* {
	margin: 0;
	padding: 0;
	float: none;
	clear: both;

}

body {
	background-color: #ffffff;
	overflow-x: hidden;
}


/*_______________________________*/
/*_____________MENU______________*/
/*_______________________________*/

#menu{

	width: 180px; 
	height: 100%;
	position: fixed;
	left: 0px; top: 0px;
	z-index: 10;
}

#whiteMenuBar{

	position: absolute;

	width: 100%;
	height: 100%;

	background-color: white; 

	opacity: 0;

	z-index: 1;
}


#sanligu{

	text-align: left;
	position: relative;

	width: 110px;
	/*height: 100%;*/
	margin-top: 50px;
	margin-left: 50px;


	/*font-family: 'Muli', sans-serif;*/
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 1.2em;

	color: #333;

	font-weight: normal;
	letter-spacing: 2px;

	cursor: default;

	display: inline-block;
	/*background: red;*/

	z-index: 2;
}

#navigation {

	position: relative;

	width: 110px;
/*	height: 100%;*/

    margin-top: 50px;
	margin-left: 50px;
    
    z-index: 2;
     /*background: fuchsia; */
}

.anchorLink {
    display: block;
    margin-top: 2px;
    text-decoration: none;
    color: black;

    -webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.anchorLink:hover{
	/*color: #b3b6b9;*/
	color: red;
}

a{
	cursor: pointer;

} 

super {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: bolder;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 2px;
    text-align: left;
    margin: auto;
}


/*_______________________________*/
/*_____________IMGS______________*/
/*_______________________________*/


#page-wrap { 

	position: relative; 
	width: 800px; 
	margin: 0px auto; 
	background: #fff; 
}

#page-wrap img{

	width: 100%;
}

#page-wrap img.portrait{

	width: 50%;
	/*margin-left: 50%;*/
}

#page-wrap img.portrait.lefty{
	
	width: 50%;
	margin-left: 50%;
}

#starter{

	width:800px; height: 50px;
	padding-top: 0px;
	padding-left: 0px;
}

#stopper{
	
	margin-top: 20px; 
	width: 800px; height: 30px;
}




iframe{
	background-color: #e5e2df;
	width:100%;
	height: 449px;
	/*width: 800px;
	height: 449px;*/
}

p {
	padding-top: 50px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 50px;
	text-align:left;

	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 1.4em;

	color: #333;

	font-weight: normal;
	letter-spacing: 2px;

	cursor: default;
}

p.stopSign{
	font-size: 1.0em;
	text-align: center;
	margin-top: 20px;
}

.title{
	color: red;
}
.highlight{
	color: red;
}
.makeBold{
	font-weight: bold;
}

/*_______________________________*/
/*_____________MEDIA_____________*/
/*_____________QUERY_____________*/
/*_______________________________*/


@media screen and (max-width: 1290px) {

	#page-wrap { 
		width: 600px;  
	}

	p{
		font-size: 1.2em;
	}

	iframe{
		height: 337px;
	}

	#starter{

		width:600px;
	}

	#stopper{
	
		width: 600px;
	}

	
}

@media screen and (max-width: 925px) {

	#page-wrap { 
		width: 400px;  
	}

	p{
		font-size: 1.0em;
	}

	iframe{
		height: 225px;
	}

	#starter{

		width:400px;
	}

	#stopper{
	
		width: 400px;
	}


}

@media screen and (max-width: 640px), screen and (max-width: 320px) {


	#menu{

		width: 100%; 
		height: 50px;

	}

	#sanligu{
		display: none;
	}

	#navigation {

    	margin-top: 15px;
		margin-left: 15px;
    
	}

	#page-wrap { 
		width: 300px;  
	}

	#whiteMenuBar{
	
		opacity: 0.9;

	}

	p{
		font-size: 1.0em;
	}

	iframe{
		height: 140px;
	}

	#starter{

		width:300px;
	}

	#stopper{
	
		width: 300px;
	}
}



