/* REQUIRED ! 
@media(min-width:980px) {
	body {
		padding-top: 90px;
	}
}
*/

.sidebar-nav {
    padding: 9px 0;
}
/* END REQUIRED */

body {
    padding-bottom: 20px;
    background: url(../img/body.gif) left top repeat-x #bbc951;
    z-index: 1;
    text-shadow: none;
    font-family: Verdana, sans-serif;
    font-size:12px;
    color: #595959;
    line-height:13px;
}

.navbar-inverse .navbar-inner {
	height: 100px;
	background: transparent;
	background-color: transparent;
	background-image: none;
	filter: none;
	box-shadow: none;
	border: none;
}

.navbar .nav {
	float: right;
}

.nav-header {
	text-transform:none;
	font-size:14px;
	color: #000;
}

.slogo {
	width: 350px; height: 280px;
	position: relative;
	
	line-height: 100px;
	color: #fff;
	font-size: 44px;
	
	font-family: 'Handlee', sans-serif;
	text-shadow: 3px 3px 5px #000;
	
	z-index: -1;
}

.slogo span {
		background: url('../img/logo.png') no-repeat;
		position: absolute;
		margin-left:-134px;
		margin-top: -54px;
		width: 100%;
		height: 100%;
		z-index: -1;
	}

.navbar .nav li {
	float: left;
	position: relative;
}

.navbar .nav li:hover {
	background: url(../img/sub.png) top center no-repeat;
}

.navbar .nav li a {
	margin-top:25px;
	color: #fff;	
	font-size: 18px;	
	height: 30px;
	width: 150px;
	text-align:center;
	padding: 15px 0 10px 0;	
	border-left: 1px solid #7ac6d4;
}

.navbar .nav li a.first {
	border-left: none;
}

.navbar-inverse .nav .active > a,
.navbar-inverse .nav .active > a:hover,
.navbar .nav li a:hover {
	background-color: transparent;
	box-shadow: none;
}

/*************** CONTAINER ********************/
.bg-w {
	padding:10px;
	background-color: #FFF;
}

.hero-unit {
	background: url(../img/logo2.png) right no-repeat #f9f9f9;
	box-shadow: inset 1px 0 5px rgba(0,0,0, .03);
	-moz-box-shadow: inset 1px 0 5px rgba(0,0,0, .03);
	-webkit-box-shadow: inset 1px 0 5px rgba(0,0,0, .03);
	font-size:16px;
	overflow: hidden;
}

.hero-unit h1 {
	font-family: 'Signika', sans-serif;
	font-size: 50px;
}

.thumbnail > img {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

/*************** footer ********************/
footer {
	color: #727272;
}

.bg-g {
	padding-left: 10px;
	padding-right: 10px;
	background: #f5f5f5;
	height:40px;
	line-height: 40px;
}

/*************** MISC ********************/
h2 {
	font-size: 30px;
	color: #7b7b7b;
	font-family: 'Signika', sans-serif;
	font-weight: normal;
	font-style: normal;
	margin-bottom: 10px;
}

h3 {
	font-size: 20px;
	font-family: 'Signika', sans-serif;
	color: #696868;
	font-weight: normal;
	font-style: normal;
}

h4 {
	color: #7b7b7b;
	font-size: 30px;
	font-family: 'Signika', sans-serif;
	margin-bottom: 13px;
	font-weight: normal;
	font-style: normal;
}

.bigred {
	font-size: smaller;
	font-weight: bold;
	color: red;
}

