@charset "UTF-8";
/* CSS Document */

.content a { 
	opacity:1; 
	font-size: 15px; 
	color: #666666;
	text-decoration: none; 
	transition: opacity 1s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    -webkit-transition: opacity 0.2s ease-in-out;	
	
}

.content a:hover { 
	opacity:0.4;  
    transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    -webkit-transition: opacity 0.2s ease-in-out;
}

ul {
	list-style: none;
	float: left;
	padding-left: 0;
	margin: 0px;
}

li {
    float: left;
	margin: 0px;
	padding-right: 15px;
}

.content {
	width: 80%;
	margin: 0 auto 0 150px;	
}

#left {
	width: 25%;
	height: auto;
	padding-top: 50px;
	
}

#right {
	width: 75%;
	height: auto;
	font-family: Gill Sans, Gill Sans MT, Myriad Pro, DejaVu Sans Condensed, Helvetica, Arial," sans-serif";
	font-size: 20px;
	margin: 25px 0 0 0;
}


#buttons {
	width: 100%;
	float: left;
	
}

#text {
	width: 100%;
	height: auto;
	font-family: Gill Sans, Gill Sans MT, Myriad Pro, DejaVu Sans Condensed, Helvetica, Arial," sans-serif";
	font-size: 15px;
	color:#666666;
	padding-top: 10px;

}


@media only screen 
  and (min-device-width: 370px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait)  {
	  
.content a { 
	opacity:1; 
	font-size: 15px; 
	color: #666666;
	text-decoration: none; 
	transition: opacity 1s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    -webkit-transition: opacity 0.2s ease-in-out;	
	
}

.content a:hover { 
	opacity:0.4;  
    transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    -webkit-transition: opacity 0.2s ease-in-out;
}

ul {
	list-style: none;
	float:left;
	padding-top: -10px;
	margin: 0px;
}

li {
    float:left;
	margin: 0px;

}

.content {
	width: 90%;
	margin: 0 auto;	
}

#left {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding-top: 15px;
}

#right {
	width: 100%;
	height: auto;
	font-family: Gill Sans, Gill Sans MT, Myriad Pro, DejaVu Sans Condensed, Helvetica, Arial," sans-serif";
	font-size: 20px;
	padding-top:-15px;
}


#buttons {
	width: 100%;
	float: none;
	padding-top:-25px;
	
}

#text {
	width: 100%;
	height: auto;
	font-family: Gill Sans, Gill Sans MT, Myriad Pro, DejaVu Sans Condensed, Helvetica, Arial," sans-serif";
	font-size: 15px;
	color:#666666;
	padding-top: 300px;

}  
	  
	  
	  
}