﻿/*!
AIOR BASE CSS FILE
 */
    body{
	margin-top:0 !important;
	background-color:#010101 !important;
	color:#cccccc !important;
}
    .navbar-inner{

	height:157px;
	border-bottom:2px #3993CC solid !important;
	background-color: #191919;
    background-image: linear-gradient(to bottom, #191919, #000000) !important;

}
.aiorwhat{
	background:#050505;
	padding:0 20px;	
	
}

.download{
	background:url(../img/bg_dwnload.png);
	background-position:left top;
	background-repeat:repeat-x;
	height:480px;	
}
.download ul li{

}

.features{
	background:#0A0A0A;
	padding:0 20px;	

}
.snetwork{
	padding:4px;
	float:right;	
	width:170px
}
.footer{
	padding:10px 0;
	vertical-align:middle;
	
}
.footer p{
	padding-top:10px;	
}
.navbar{
	margin-bottom:0px !important;
}
	.navbar-inner .container {
	max-width:960px;
	position:relative;
}
	.nav-collapse {
	/*float:right;*/
	margin-top:114px;

	}
	.nav{
	
	background:#060606;
	background-image: linear-gradient(to bottom, #060606, #000000) !important;

}
	.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
	border-bottom:3px #3993CC solid !important;
}
.tip02{
	position:absolute;right:10px;top:50px;
}
.tip01{
	position:absolute;right: 156px; top: 62px;
}

@media (max-width: 480px) {
	.tip02,.tip01{
	display:none;
	}

}
@media (max-width: 640px) {
	.tip02{
	display:none;
	}
	.tip01{
	position:absolute;right: 10px; top: 62px;
}


}
