body {
  padding-top: 50px;
  font-family:Tahoma, Geneva, sans-serif;
  background:url(/img/bg.png);
}
h3 {
	margin-bottom:25px;
}
.navbar-text {
	margin-left:35px;
	text-transform:uppercase;
}
.bg_0 {
	padding-bottom:40px;
}

.bg_1 {
	background:#FFF;
	padding-top:40px;
	padding-bottom:40px;
	border-top:#CCC 1px solid;
	border-bottom:#CCC 1px solid;
}

.btn-lg {
	background-color:#090;
	border:none;
}
.btn-lg:hover {
	background-color:#F60;
}

.jumbotron {
	text-align:center;
	background:url(/img/headerbg.jpg) fixed;
	background-color: rgba(60,62,71,0.3);
    background-size: cover;
    background-position:50% 50%;
    background-repeat: no-repeat;
	color:#FFF;
}
.jumbotron form {
	    
	padding:20px;
	color:#FFF;
	max-width:800px;
	margin:auto;
}
.jumbotron p {
	font-size:16px;
}


.p1 h3 {
	padding-left:30px;
}
.p1 .fa-flash {
	color:#F00;
}
.p1 .fa-clock-o {
	color:#06C;
}
.p1 .fa-calendar {
	color:#F90;
}
.p2 ul {
	padding-left: 20px;
	margin:30px;
}
.p2 li {
	margin-bottom:15px;
}
.p2 .bg-info {
	padding:20px;
	border-radius:8px;
}
.p2 .fa-check-square-o {
	color:#090;
}
.p2 .fa-trophy {
	color:#090;
	text-shadow:#666 2px 2px;
}
.p3 h2 {
	text-align:center;
}
.p3 .fa-stack {
	color:#48A4FF;
}
.p3 .col-md-4:hover  .fa-stack-1x {
	color:#00B75B;
}
.p4 h2 {
	text-align:center;
}
footer {
	background:url(/img/bg_dark.jpg);
	background:#2d3237;
	padding:100px 50px 20px 50px;
	margin-bottom:0px;
	color:#FFF;
}
footer p {
	margin-bottom:0px;
}
footer a, footer a:hover {
	color:#FFF;
}
.error_msg {
	height:25px;
	color:#F30;
	font-weight:normal;
	font-size:11px;
}
.thank {
	padding-top:100px;
	min-height:600px;
}

.acnt {
	position:absolute;
	width:100%;
	top:0;
	left:0;
	height:3000px;
	background:#fff;
	z-index:99999;
}
.acnt span {
	position:fixed;
	left:50%;
	top:300px;
	color:#09C;
}
#acnti {
	position:absolute;
	width:100%;
	top:0;
	left:0;
	height:5300px;
	background:transparent;
	z-index:100000;
}
.acntt {
	display:none;
}

@media(max-width:767px) {
	.navbar .navbar-text {
		display:none;
  }
}