body{
	font-family: helvetica;
	position: static;
	background: #ffffff;
}

header{
	height: auto;
	background-color: #ffffff;
	padding-top: 13px;
	padding-bottom: 13px;
	width: 100%;
	border-bottom: solid 1px #d2d2d2;
}



header img{
	margin-top: 3px;
	margin-right: 15px;
}

header h3{
	margin-top: 10px;
	color: #000000;
	line-height: 15px;
	padding-right: 80px;	
}

header h4{
	color: #216b00;
}


@media (max-width:767px){
	
	header h4{
		padding-right: 0px;
	}

}




@media (max-width:400px){
	
	body{
		text-align: center;
	}

		
	}

	.rigid{
		float: left !important;
	}

	.footer-links{
		padding-top: 20px !important;
		width: 280px;
		padding-left: 5px;
		padding-right: 5px;
	}

}


@media (max-width:991px){
	.footer-links{
		width: 280px;
	}
}

@media (min-width:991px){
	#applyBtn{
		float: right;
	}
}



.meta li{
	display: inline;
	text-decoration: none;
	margin: 0px;
	float: right;
}

.rigid{
	margin-left: 2px;
	float: right;
}

.meta li:after{
	content: "|";
	padding: 5px;
	text-decoration: none;
	color: #999;
}

.meta li:first-child:after{
	content: none;
}


.custom-jumbotron{
	text-align: center;
	height: auto;
	width: 100%;
	padding-top: 0px;
	overflow: hidden;

}

.custom-jumbotron img{
	text-align: center;
}

.item img{
	margin: auto;
}

.carousel-control {
    padding-top: 100px;
}


@media (min-width:1580px){
	.side-info{
		margin-right: 50px;
	}
}


.side-info{
	background: url(../img/bg.png);
	padding: 10px;
	width: 479px !important;
	height: 500px;
	padding-top: 45px;
	padding-bottom: 104px;
	color: #ffffff;
	text-align: center;
    position: absolute;
    z-index: 1050;
    left: 53%;
    top: -520;
}

.side-info>p{
	font-size: 16px;
    text-align: left;
    padding-left: 40px;
    padding-right: 10px;
    font-weight: normal;
    font-style: sans-serif;
}

.side-info ul li{
	text-align: left;
	font-size: 14.5px;
	list-style: none;
}

.launch-btn{
	text-align: center;
	background-color: #10af00;
	box-shadow: 0px 0px 2px #181818;
	color: #ffffff;
	border-radius: 2px;
	margin: auto;
	width: 70%;
}

.launch-btn:hover{
	background-color: #13d200;
}

.side-info a, .side-info a:hover{
	text-decoration: none;
	color: #ffffff;
	text-align: center;
}

.intall-btn{
	text-align: center;
	background-color: #009bce;
	box-shadow: 0px 0px 2px #181818;
	color: #ffffff;
	border-radius: 2px;
	margin: auto;
	width: 70%;
}

.intall-btn:hover{
	background-color: #3e7ec2;
}


#copyright{
	margin: auto;
	text-align: center;
	width: 100%;
	background-color:#ffffff;

}





