@charset "UTF-8";
/* CSS Document */
form label {color:#c0c8de; font-weight:300;}
p, div, span { color:rgba(255,255,255,0.7);}
p {padding-bottom:10px;}
.btn-default { background:rgba(43,62,100,0.5)!important; color:#617D9F; border:1px solid rgba(100,114,138,0.8);}
.btn-default:active, .btn-default:link, .btn-default:visited { background:rgba(43,62,100,0.5)!important; color:#617D9F; border:1px solid rgba(100,114,138,0.8);}

.btn-default:hover { background:rgba(43,62,100,0.85)!important; color:#617D9F; border:1px solid rgba(100,114,138,0.8);}

.btn-lg { font-weight:300;}
.form-control { background:#101829; color:#c0c8de; border:1px solid #1b253a;}
.row {    margin-left: 0px; margin-right:0px;}
	body { background:#17213e; background-image:url(../images/bg-pattern.png);}
	.nav li { display:inline-block; }
	.nav li a {color:rgba(255,255,255,0.7);background:none; font-size:1.2em; font-weight:300;text-shadow: 1px 1px 3px rgba(33,23,64,0.5);} 
	.nav li a:hover { color:#17213e;} 
	.nav>li>a:hover, .nav>li>a:focus {
		text-decoration: none;
		background-color: rgba(0,0,0,0.01);
		color:rgba(255,255,255,.75);
	
	}
	.carousel-caption { font-size:2.1em; font-weight:300; }
	@media screen and (max-width: 768px)
	{
		.nav li a  { font-size:1em; font-weight:300; }
		.carousel-caption { font-size:1.2em; font-weight:300; }
		.footer .col-xs-12 { text-align:center!important;}
		.footer img { width:60%!important; margin:0 auto;}
	}
	.carousel-indicators {}
	h2 small {text-transform:uppercase;display:block; font-size:0.5em; opacity:0.5;}
	h2 {font-size:2.1em; font-weight:300;}
	h2 span { display:block; padding:10px; color:rgba(255,255,255,0.7);}
	.secondary-color { color:#ee5523;}
	.primary-bg-color { background:#ee5523;}
	.white-text { color:rgba(255,255,255,0.7);}
	.thin-text { font-weight:300;}
	.footer a {color:rgba(255,255,255,0.7); background:none; text-shadow: 1px 1px 3px rgba(33,23,64,0.5);} 
	.footer a:hover { color:#17213e;}
	.footer a:hover, .footer a:focus {
		text-decoration: none;
		background-color: rgba(0,0,0,0.01);
		color:rgba(255,255,255,.75);

	}