html, body {
	padding-top: 0;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0;
	font-family: 'Open Sans', arial, sans-serif;
	font-size: 90%;
	font-weight: 500;
	line-height: 1.5em;
	color: #000;
	background-color: #000;
}
.color1 {
	color: #00a101;
}
.color2 {
	color: #ff8000;
}
.color3 {
	color: #000;
}
.indent-area {
	margin-left: 60px;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	line-height: 1.4em;
	color: #666666;
}
h1 {
	font-size: 5em;
}
h2 {
	font-size: 4em;
}
h3 {
	font-size: 3em;
}
h4 {
	font-size: 2em;
}
h5 {
	font-size: 1.6em;
}
h6 {
	font-size: 1.2em;
	font-weight: 600;
}
a {
	color: #00aeef;
}
a:hover {
	color: #fff !important;
	text-decoration: none !important;
}
a:focus {
	outline:none;
}
a.btn:hover {
	color: #fff !important;	
}
a.btn-primary:hover {
	color: #fff !important;	
}
a.btn-launch-modal:focus {
	outline: none;
}
.padded {
	padding: 20px;
}
.centered {
	text-align: center;	
}
.right-justified {
	text-align: right;	
}
body.home a {
	text-decoration: none;
}
body.home a:hover {
	color: #00aeef;
	text-decoration: none;
}
body.home h5 {
	font-size: 1.2em;
	color: #fff !important;
}
.margin-top-5 {
	margin-top: 5px;
}
.margin-bottom-5 {
	margin-bottom: 5px;
}
.margin-top-10 {
	margin-top: 10px;
}
.margin-bottom-10 {
	margin-bottom: 10px;
}
.margin-top-20 {
	margin-top: 20px;
}
.margin-bottom-20 {
	margin-bottom: 20px;
}
.margin-top-30 {
	margin-top: 30px;
}
.margin-bottom-30 {
	margin-bottom: 30px;
}
.margin-top-40 {
	margin-top: 40px;
}
.margin-bottom-40 {
	margin-bottom: 40px;
}
.margin-top-50 {
	margin-top: 50px;
}
.margin-bottom-50 {
	margin-bottom: 50px;
}
.margin-left-minus-15 {
	margin-left: -15px !important;	
}
.padding-top-5 {
	padding-top: 5px;
}
.padding-bottom-5 {
	padding-bottom: 5px;
}
.padding-top-10 {
	padding-top: 10px;
}
.padding-bottom-10 {
	padding-bottom: 10px;
}
.padding-top-20 {
	padding-top: 20px;
}
.padding-bottom-20 {
	padding-bottom: 20px;
}
.padding-top-30 {
	padding-top: 30px;
}
.padding-bottom-30 {
	padding-bottom: 30px;
}
.padding-top-40 {
	padding-top: 40px;
}
.padding-bottom-40 {
	padding-bottom: 40px;
}
.padding-top-50 {
	padding-top: 50px;
}
.padding-bottom-50 {
	padding-bottom: 50px;
}
.color-1 {
	color: #fff;
}
.color-2 {
	color: #000;
}
.btn-inverse {
	background-color: #363636;
	background-image: -moz-linear-gradient(top,#444,#222);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#444),to(#222));
	background-image: -webkit-linear-gradient(top,#444,#222);
	background-image: -o-linear-gradient(top,#444,#222);
	background-image: linear-gradient(to bottom,#444,#222);
	background-repeat: repeat-x;
	border-color: #222 #222 #000;
	border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444',endColorstr='#ff222222',GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
}
.btn-success:hover {
	color: #fff !important;
}
.form-actions {
	background-color: transparent;
}
.pic-style1 {
	padding: 4px;
	border: 1px solid #cccccc;
	background-color: #fff;
}
header {
	padding: 0;
	color: #fff;
	background-color: #333333;
	background-image: -webkit-gradient(linear, 0 0%, 0 100%, from(#3F3F3F), to(#222222));
	background-image: -webkit-linear-gradient(top, #3F3F3F 0%, #222222 100%);
	background-image: -moz-linear-gradient(top, #3F3F3F 0%, #222222 100%);
	background-image: -ms-linear-gradient(top, #3F3F3F 0%, #222222 100%);
	background-image: -o-linear-gradient(top, #3F3F3F 0%, #222222 100%);
	background-image: linear-gradient(top, #3F3F3F 0%, #222222 100%);
	border-top: 1px solid #444444;
	border-bottom: 6px solid #333333;
	/*box-shadow: inset 0px -5px 0px rgba(0, 0, 0, 0.1);*/
}
header span.tagline {
	font-size: 1.2em;
	font-weight: bold;
}
.logo {
	margin-top: 15px;
	margin-bottom: 10px;
}
.nav-utility {
	font-size: .9em;
}
form p span {
	display: inline-block;
	margin-bottom: 5px;
}
.topbar {
	padding: 10px 0 0 0;
	background: #222222;
	/*border-bottom: 1px solid #000000;
	-webkit-box-shadow:  0px 3px 3px 0px rgba(0, 0, 0, .3);
	box-shadow:  0px 3px 3px 0px rgba(0, 0, 0, .3) !important;*/
}
.topbar .span12 {
	min-height: 26px !important;
	color: #fff;
}
.navbar-fixed-top .navbar-inner, .navbar-fixed-bottom .navbar-inner {
	padding: 0px;
}
.nav > li > a {
	border: none;
}
.nav > li > a:hover {
	background: none;
	border: none;
}
.navbar-inverse .navbar-inner {
	background: #222222;
	border-bottom: 1px solid #000000;
}
.navbar {
	margin-bottom: 0px;
}
.navbar-inner {
	margin: 0;
	min-height: 38px;
	border: none;
	border-radius: 0;
}
.navbar .nav .active > a, .navbar .nav .active > a:hover, .navbar .nav .active > a:focus, .navbar .nav .current_page_item a, .navbar .nav .current_page_item a:hover, .navbar .nav .current_page_item a:focus, .navbar .nav .current_page_parent a, .navbar .nav .current_page_parent a:hover, .navbar .nav .current_page_parent a:focus {
	margin-top: 4px;
	margin-bottom: 4px;
	padding: 6px 30px 6px 30px;
	font-weight: bold;
	color: #00aeef !important;
	background-color: #000 !important;
	border-bottom: 1px solid #333333;
}
.navbar .nav ul {
	list-style: none;
}
.navbar .nav li {
	float: left;
}
.navbar .nav li > a {
	display: block;
	float: none;
	padding: 10px 30px 10px 30px;
	font-weight: bold;
	color: #777777;
	text-decoration: none;
}
.navbar .nav li > a:hover {
	text-decoration: none !important;
}
.nav li > a:hover {
	color: #00aeef;
}
.tab-pane {
	min-height: 400px;
}
.nav-tabs {
	margin-top: 48px !important;
	margin-right: 0;
	margin-bottom: 0;
	border-bottom: none;
}
.nav-tabs li {
	margin-right: 2px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	/*-webkit-box-shadow: inset 0 1px 0 rgba(40,73,107,1);
	-moz-box-shadow: inset 0 1px 0 rgba(40,73,107,1);*/
	box-shadow: inset 0 1px 0 rgba(40,73,107,1);
}
/*
ul.nav-tabs li:first-child {
	margin-right: 20px;
}*/
.nav-tabs > .active > a, .nav-tabs > .active > a:hover {
	color: #cdcdcd;
	background-color: transparent;
	border: none;
}
.page-heading {
	border-top: 4px solid #000;
	background-image: url(../img/bg1.jpg);
	background-position: center;
	background-size: cover;
	/*text-shadow: inset 1px 1px 2px rgba(0,0,0,0.5)*/
	
	/*box-shadow: inset 0 1px 0 rgba(40,73,107,0.70);*/
}
.page-heading .heading {
	margin: 60px 0;
	font-size: 2.3em;
	line-height: 1.4em;
	color: #00AEEF;
}
/* section
-------------------------------------------------- */
.inset-cover {
	position: absolute;
	width: 100%;
	height: 15px;
	background-color: rgba(0,0,0,0.3);
	z-index: 1;
}
section {
	position: relative;
	/*min-height: 300px;*/
	background-color: #eee;
}
section .content {
	padding: 30px 0 60px 0;
	font-size: 1.05em;
	line-height: 1.5em;
}
/* section after
-------------------------------------------------- */
.section-after { 
	padding: 15px 0;
	font-size: 2em;
	color: #555555;
	background-color: #f8f8f8;
	background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eeeeee), to(#cccccc));
	background-image: -webkit-linear-gradient(top, #eeeeee, #cccccc);
	background-image: -o-linear-gradient(top, #eeeeee, #cccccc);
	background-image: linear-gradient(to bottom, #eeeeee, #cccccc);
	background-repeat: repeat-x;
	border-bottom: 10px solid rgb(229, 229, 229);
	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15);
	/*box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15);*/
	text-shadow: 1px 1px 2px #FFF;
}
/* box styling
-------------------------------------------------- */
.content {
	padding: 40px 0;
}
.box {
	-webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	background: #F1F1F1;
	margin-bottom: 20px;
	color: #000;
}
.box .tab-header {
	color: #fff;
  	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	font-weight: 600 !important;
	background-color: #268ead;
	background-image: -moz-linear-gradient(top, #2ca1c5, #1f718a);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2ca1c5), to(#1f718a));
	background-image: -webkit-linear-gradient(top, #2ca1c5, #1f718a);
	background-image: -o-linear-gradient(top, #2ca1c5, #1f718a);
	background-image: linear-gradient(to bottom, #2ca1c5, #1f718a);
	background-repeat: repeat-x;

	border: 1px solid rgba(100, 100, 100, 0.1);
}
.box .billboard {
	padding: 20px 0;
	color: #fff;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	
	background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eeeeee), to(#cccccc));
	background-image: -webkit-linear-gradient(top, #eeeeee, #cccccc);
	background-image: -o-linear-gradient(top, #eeeeee, #cccccc);
	background-image: linear-gradient(to bottom, #eeeeee, #cccccc);*/
}
.box .billboard i {
	font-size: 6em;	
	color: #cccccc;
	text-shadow:0 1px 0 #fff !important;
}
.box .box-body {
	/*min-height: 110px;*/
	font-size: 1.1em;
	background-color: #f6f6f6;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.radius-bottom {
	-webkit-border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
		
}
/* modal styling
-------------------------------------------------- */
.tab-header {
	line-height: 32px;
	height: 32px;
	padding-left: 15px;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	-webkit-border-radius: 5px 5px;
	-moz-border-radius: 5px 5px 0 0 / 5px 5px 0 0;
	border-radius: 5px 5px 0 0 / 5px 5px 0 0;
	background: #2a2a30;
	background-size: 100%;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #494852), color-stop(100%, #2a2a30));
	background-image: -webkit-linear-gradient(top, #494852, #2a2a30);
	background-image: -moz-linear-gradient(top, #494852, #2a2a30);
	background-image: -o-linear-gradient(top, #494852, #2a2a30);
	background-image: linear-gradient(top, #494852, #2a2a30);
	-webkit-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.1);
	-moz-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.1);
	box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.1);
	border-bottom: 1px solid #1D1E21;
	/*text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);*/
}
.tab-header i {
	color: #fff;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
}
.tab-header .options {
	padding-right: 10px;
}
.modal {
/*border: 1px solid #999;
  border: 1px solid rgba(255, 255, 255, 0.1);*/
}
.modal.black-box {
	background: url('../img/linen-light.png');
	color: #fff;
	text-shadow: 0 1px rgba(0, 0, 0, 0.5);
}
.modal.black-box .modal-header {
	padding: 0 12px;/*width: 100%;*/
}
.modal.black-box .modal-header .close {
	margin-top: 5px;
	color: white;
	opacity: 1;
	text-shadow: 0 1px black;
}
.modal-body p {
	margin: 10px;
}
.modal-body form {
	margin: 0;
}
@media (max-width: 480px) {
.modal-header .close {
	padding: 0px;
	margin: 0px;
}
}
.modal.black-box .modal-body {
	border-left: 1px solid rgba(255, 255, 255, 0.1);
	border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.modal.black-box .modal-footer {
	border-top: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	/*width: 100%;*/
	background-color: transparent;
	border-left: 1px solid rgba(255, 255, 255, 0.1);
	border-right: 1px solid rgba(255, 255, 255, 0.1);
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.modal.fade {
	-webkit-transition: opacity 0.3s linear, top 0.3s ease-out;
	-moz-transition: opacity 0.3s linear, top 0.3s ease-out;
	-o-transition: opacity 0.3s linear, top 0.3s ease-out;
	transition: opacity 0.3s linear, top 0.3s ease-out;
	top: -25%;
}
.modal.fade.in {
	top: 30%;
}
@media (max-width: 767px) {
.modal.fade.in {
	top: 10%;
}
}
.separator {
	-webkit-box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.09);
	-moz-box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.09);
	box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.09);
	border-bottom: 1px solid #303030;
}
.separator:last-child {
	border-bottom: none;
}
.inner-well {
	box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.1);
	border: 1px solid #2B2B2F;
	background: #3A3A41;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	padding: 8px;
}
.inner-well + .inner-well {
	margin-top: 10px;
}
/* accordion styling
-------------------------------------------------- */
.accordion-toggle {
	font-weight: bold;	
}
a.accordion-toggle:hover {
	text-decoration: none;	
}
.accordion-heading {
	background-color: #ddd;
}
/* Footer
-------------------------------------------------- */
footer, .footer {
	margin-top: 0px;
	padding: 20px 10px 40px 10px;
	font-size: .9em;
	color: #666666;
	background-color: #222222;
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	border-radius: 0px !important;
}
footer p, .footer p {
	font-weight: normal;
	font-size: .95em;	
}
footer p a, .footer p a {
	font-weight: normal;
	font-size: .95em;	
}
