/* CSS Document */
@-ms-viewport {width:device-width;}
@viewport{width:device-width;}
@media only screen and (max-width:900px){
.logo {
	float: none;
	text-align: center;
}
.slider_cont h2 {
	font-size: 20px;
}
.slider_cont h1 {
	font-size: 13px;
}
.slider_cont p {
	font-size: 12px;
}
.play_more a {
	font-size: 12px;
}
.bn-news {
	margin: 0px 10px;
}
.slider_cont {
	padding-right: 20px;
	padding-left: 20px;
}
.icon_menu_open {
	position:absolute;
	left:20px;
	top:45px;
	width: 22px;
	overflow: hidden;
	cursor: pointer;
}
.icon_menu_open span,.icon_menu_open b,.icon_menu_open p{
	width:100%;
	display:block;
	height:1px;
	background-color:rgba(255,255,255,0.8);
	margin-bottom:8px;
}
.icon_menu_open b{
	margin-bottom:0;
}
.nav_fix {
	background-color: #000324;
	background-image:none;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	height: 100%;
	overflow-y: auto;
	z-index: 20000;
	padding: 20px;
}	
.nav_fix .nav {
	display: block;
	float:none;
	clear:both;
	margin: 0;
}
.sub {
	position: relative;
	top: 0;
	width: 100%;
	display:none;
	right:0;
	left:0;
}
.nav li:hover .sub {
	display: block;
	top: 0;
	border-radius: 0;
}
.nav li {
	float: none;
	padding:0;
	display: block;
}
.nav li a {
	border-bottom: 1px dashed rgba(255,255,255,0.1);
	height: auto;
	line-height:normal;
	padding: 13px 10px;
	border-radius:0;
	border-left: none;
}
.nav li:hover .sub .sub {
	position: relative;
	width: 100%;
	right: 0;
	display:none;
	left: 0;
	top: 0;
}
.nav li:hover .sub li:hover .sub{
	display:block;
}
.nav_fix_html .logo {
	margin-bottom: 30px;
}
.nav_fix_html .logo {
	margin: 0px;
	text-align: center;
	float: none;
}
.get_qoute {
	float: none;
	margin: 10px 0px 10px;
}
.get_qoute .play_more {
	display: block;
}
.get_qoute .play_more a {
	display: block;
}
.signup_pop_txt {
	width: 90%;
}
.width{
	width:100%;
}
.nav,.search_icon,#header .get_qoute,.newsbar_title,.bn-controls,.nav_fix{
	display:none;
}
.news_ul {
	margin: 0px;
}
.news_loop {
	width: 100% !important;
}
.news_loop p {
	right: -10px;
	left:auto;
}
.news_img {
	height: auto;
}
.news_txt h2 {
	height: auto;
}
#footer{
	height:auto;
}
#bottom{
	height:auto;
	padding:15px;
	text-align:center;
}
.copyrights,.design{
	float:none;
	line-height:normal;
}
}