@import url("pirulenrg.css");
@import url(http://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic);
body{
	font-family: 'Lato', sans-serif;
	background:url(../images/pat.png) repeat;}

/* Headings */
h1, h2, h3, h4, h5, h6 { 
	padding-bottom: 18px;
	color: #444444;
	font-weight: normal;
	font-family: 'PirulenRegular';
}

.wrap{
	margin-bottom:40px;
	padding:0;
	background:#fff;
	border-top: 3px solid #0aa0d9;
	box-shadow: 0 0px 8px rgba(0, 0, 0, 0.3);}	

.header-top{
	padding:20px;}	


.main-navigation{
	border-top:0;}

.navbar-inverse{
	margin-bottom:0;
	border-radius:0;
	border-bottom: 2px solid #141617;
  	background-color: #2d3033;}	
	
.collapse.navbar-collapse, .navbar .container{
	padding:0;}

.navbar{
	border:0 !important;
	border-bottom: 2px solid #141617 !important;
	min-height:initial !important;}
.navbar-nav li{
	font-family: 'PirulenRegular';
	}
.navbar-nav > li > a{
	font-size: 9px;
  	font-weight: 300;
  	height: 100%;
  	padding: 8px 50px;
  	background-color: #2d3033;
	border-top:0 !important;
	border-right: 1px solid #4B4B4B;
	color:#fff !important;}

.navbar-nav > li:hover > a{
	color: #fff;
  	  background-color: #6c6e70 !important;}
	
.navbar-nav li.active a{
	background-color: #0aa0d9 !important;
	}

.navbar-nav li a .glyphicon{
	font-size:15px !important;}

.dropdown-menu{
	padding:0;}
.dropdown-menu li a{
	float: none;
  	font-size: 9px;
  	font-weight: 300;
  	height: 100%;
  	padding: 10px 14px;
  	color: #fff;
  	background-color: #2d3033;
  	border-top: 1px solid #141618;
}
.dropdown-menu li a:hover{
	color:#fff;
	background-color: #0aa0d9 !important;
	}

.content{
	padding:20px;}

.banner{
	text-shadow:1px 1px 1px #fff;
	padding:20px;
	background:url(../images/bg.jpg) repeat-x center bottom;}						

.caption {
	text-align:center;
  font-size: 20px;
  line-height: 1.2;
  margin: 0;
  color: #fff;
  padding: 10px;
  border-radius: 0 0 3px 3px;
  background: #0C98CF;
}

.footer-widget{
	margin:0 ;
	background: #2D3033;
  	border-top: 1px solid #F2F2F2;
	padding: 20px;
  	color: #737576;}

.footer-widget h4{
	color:#fff;
	  border-bottom: 1px solid #010D16;
	  font-size: 13px;
	  line-height: 32px;
	  padding-bottom: 0;
	  margin-bottom: 20px;
	  position: relative;
	}
	
.footer-widget h4:before{
	content: "";
  	display: block;
  	width: 80px;
  	height: 5px;
  	position: absolute;
  	left: 0;
  	background: #1b7bbf;
  	bottom: -2px;}			

.footer-widget ul li{
	list-style-type:square;}

.footer-widget a{
	color:#737576;}

.social a{
	margin:0 5px;}

.social a:hover{
	opacity:0.8;}
	
footer{
	color:#636363;
	padding: 10px 20px;
  	background: #1D1F22;}

footer a{
	color:#636363;
}