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


/*Styles for small screen - Smart Phones*/
@media only screen and (max-width : 568px) {
html {
	background-color: #FFFFFF;
	background-image: none;
	height: auto;
	}
	body{
	margin-top: 0px;	
	height: auto;	
	}
	#wrap {
	margin-bottom: 0px;
	color: #333;
	height: auto;
	}
	header{
	width: 100%;
	padding-top: 15px;
}
	header h1 {
	font-size: 1.5em;
	text-indent: 10px;
	paddin-top: 0px;
	}
	#subHeader{
	display: none;
	}
	nav {
	float: left;
	clear: both;
	width: 100%;
	padding-top: 0px;
  	}
  	nav ul {
	display: none;
	width: 100%;
	height: auto;
	margin-top: 0px;
	}
  	nav li {
	width: 100%;
	background-color: #666;
	position: relative;
	}
	nav li a{
	padding_right: 0px;
	paddding-left: 0px;
	text-indent: 10px;
	background-image: url(../images/btn_play.png);
	background-repeat: no-repeat;
	background-position: 90% center;
	color: #FFF;
	}
  	nav li a:hover {

	}
  	nav a {
	text-align: left;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	text-indent: 20px;
	color: #FFF;
  	}
	nav a#pull {
	display: inline-block;
	background-color: #333;
	width: 100%;
	position: relative;
	}	
	nav a#pull:after {
	content:"";
	display: inline-block;
	position: absolute;
	width: 30px;
	height: 30px;
	right: 15px;
	top: 8px;
	background: url('../images/nav-icon.png') no-repeat;
	}
	article {
	hight: auto;
	padding-bottom: 0px;
}
 	article .home{
	position: relative;
	text-align: center;
	padding:0px;
	clear: both;
	height: 300px;
	font-size: 1em;
	border: none;
	background-image: url(../images/bg_mobile.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	}
article .home p{
	width:100%;
	background-color: #000;
	padding-top:10px;
	padding-bottom:10px;
	display: block;
	position: absolute;
	top: 260px;
	color: #FFF;
	overflow: hidden;
	border: none;
}
	.article_panel{
	width: 100%;
}
	footer{
	height: auto;
	text-align: left;
	position: relative;
	overflow: hidden;
}
	footer ul{
	margin-left: 10px;	
	}
	
}
