@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro|Merienda+One|Oswald);
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	  -ms-text-size-adjust: 100%;
	font-size: 62.5%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
	margin: 0;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 15px;
	line-height: 1.428571429;
	color: #333;
}
.clearfix:before,.clearfix:after,.container:before,.container:after,.row:before,.row:after,.nav:before,.nav:after,.navbar:before,.navbar:after,.navbar-header:before,.navbar-header:after,.navbar-collapse:before,.navbar-collapse:after {
  display: table;
  content: " ";
}
.clearfix:after,.container:after,.container-fluid:after,.row:after,.form-horizontal .form-group:after,.btn-toolbar:after,.btn-group-vertical > .btn-group:after,.nav:after,.navbar:after,.navbar-header:after,.navbar-collapse:after,.pager:after,.panel-body:after,.modal-footer:after {
  clear: both;
}
#wrapper {
	padding-left: 250px;
	transition: all 0.4s ease 0s;
}
.container {
	margin-right: auto;
	margin-left: auto;
}
.page-content-wrapper { min-height: 1980px;}
#menu-toggle {display: none;}
.inset {padding: 0 20px 10px 20px;}
a {
  color: #0383a3;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #d86508;
  text-decoration: underline;
}
a:focus {
  outline: none;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
img { border:0}
.pull-right {
  float: right;
}
.pull-left {
  float: left !important;
}
header {
	background: url(../img/bg-top.jpg) no-repeat center top;
}
header .logo {
	display: block;
	margin-top: 30px;
	margin-left: 25px;
}
header div.topTxt {
	background: #76b230 url(../img/gradient.png) repeat-x bottom;
	border-radius: 0 0 10px 10px;
	border: 1px solid #ffffff;
	border-top: 0;
	text-align: center;
	font-family: 'Oswald', sans-serif;
	font-size: 15px;
	color: #e6fe8f;
	margin: 0 auto;
	width: 70%;
	height: 30px;
	line-height: 26px;
}
.navbar {
	position: relative;
	min-height: 38px;
	line-height: 40px;
	border: none;
	border-radius: 10px;
	font-family: 'Oswald', sans-serif;
	font-size: 14px;
	color: #e6fe8f;
	text-transform: uppercase;
	top: 50px;
}
.navbar-default {
	background: #76b230 url(../img/gradient.png) repeat-x bottom;
}
.navbar-default .navbar-nav > li > a {
	color: #fff;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	background-color: #345112;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
	background-color: #345112;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
	color: #ccc;
	background-color: transparent;
}
.navbar-default .navbar-toggle {
	border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	background-color: #7c6a4e;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #ffffff;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
	border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
	color: #555;
	background-color: #e7e7e7;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
  .navbar-default {
	  width: 100%;
	  border-radius: 0;
  }
  .navbar {top: 0; }
}


.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.navbar-collapse {
	max-height: 340px;
	padding-right: 15px;
	padding-left: 15px;
	overflow-x: visible;
	-webkit-overflow-scrolling: touch;
	border-top: 1px solid #F00;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
}
@media (min-width: 768px) {
	.navbar-collapse {
		width: auto;
		border-top: 0;
		box-shadow: none;	
	}
	.navbar-collapse.collapse {
		display: block !important;
		height: auto !important;
		padding-bottom: 0;
		overflow: visible !important;
	}
	.navbar-collapse.in {
		overflow-y: visible;
	}
	.navbar-fixed-top .navbar-collapse,
	.navbar-static-top .navbar-collapse,
	.navbar-fixed-bottom .navbar-collapse {
		padding-right: 0;
		padding-left: 0;
	}
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  cursor: pointer;
}
.navbar-toggle:focus {
  outline: none;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 5px;
  padding-bottom: 10px;
  line-height: 10px;
}

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li:nth-last-child(1) {
	border-bottom: 0;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.nav > li.disabled > a {
  color: #999;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #999;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eee;
  border-color: #428bca;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}




@media (min-width: 768px) {
	.container > .navbar-header,
	.container-fluid > .navbar-header,
	.container > .navbar-collapse,
	.container-fluid > .navbar-collapse {
		margin-right: 0;
		margin-left: 0;
	}	
}
@media (min-width: 768px) {
	.navbar-header {float: left;}
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #428bca;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #999;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
  .navbar-default li:nth-last-child(1) {
	  padding-left: 5px;
	  margin-bottom: 10px;
  }
}
.navbar-default li:nth-last-child(1) {
	line-height: 36px;
	margin-left: 10px;
}










#sidebar-wrapper {
	margin-left: -250px;
	left: 250px;
	width: 250px;
/*	position: fixed;*/
	height: 100%;
	overflow-y: auto;
	z-index: 1000;
	transition: all 0.4s ease 0s;
}
.sidebar-nav {
	position: absolute;
	top: 170px;
	width: 250px;
	list-style: none;
	margin: 0;
	padding: 0;
}
.sidebar-nav li > ul {
	background: #dfcbab;
	border-radius: 10px;
	overflow: auto;
}
.sidebar-nav > li {
	text-indent: 20px;
	margin-bottom: 5px;
}
.sidebar-nav li a {
	color: #2556b0;
	display: block;
	text-decoration: none;
}
.sidebar-nav li a:hover {
	color: #ffffff;
	background: #527c22
}
.sidebar-nav li a:active, .sidebar-nav li a:focus {
	text-decoration: none;
}
.sidebar-nav > .sidebar-brand {
	height: 42px;
	line-height: 40px;
	background: #c50005;
	color: #dcedff;
	font-size: 28px;
	font-weight: bold;
	font-family: 'Merienda One', cursive;
}
.sidebar-nav > .sidebar-brand a {
	color: #999999;
}
.sidebar-nav > .sidebar-brand a:hover {
	color: #fff;
	background: none;
}
.sidebar-menuBtn {
	font-family: 'Merienda One', cursive;
	font-weight: bold;
	background: #7c6a4e;
	padding: 5px 16px 5px 22px;
	margin-left: -10px;
	position: absolute;
	color: #fff;
	border-radius: 0 10px 10px 0;
	position: absolute;
	z-index: 100000
}
.sidebar-menuBtn:hover,
.sidebar-menuBtn:focus {
	color: #FF0;
	text-decoration: none;
}
.sidebar-nav li ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 14px;
}
.sidebar-nav li ul li:nth-last-child(1) {padding-bottom: 5px;}
.sidebar-nav li ul li a {
	color: #404040;
	text-indent: 20px;
	padding: 0;
}
.sidebar-subTitle {
	display: block;
	height: 32px;
	line-height: 34px;
	background: #7c6a4e;
	color: #ffffff;
	font-family: 'Merienda One', cursive;
	font-size: 18px;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

h1,h2,h3,h4,h5,h6 {
	font-family: 'Merienda One', cursive;
	font-weight: normal;
}
h1 {
	margin: .67em 0;
	font-size: 30px;
	line-height: 32px;
	color: #4b721f;
}
h2 {
	font-size: 24px;
	line-height: 26px;
	color: #2178c9;
	font-weight: 049dc3;
}
h3 {
	font-size: 20px;
	line-height: 22px;
	color: #af7c2d;
}
@media (max-width:767px) {
	#wrapper { padding-left: 0;}
	#sidebar-wrapper { left: 0;}
	#wrapper.active {
		 position: relative;
		 left: 250px;
	}
	#wrapper.active #sidebar-wrapper {
		 left: 250px;
		 width: 250px;
		 transition: all 0.4s ease 0s;
	}
	#menu-toggle { display: inline-block;}
	.inset { padding:40px 15px 20px 15px; position: relative}
	.sidebar-nav {
		top: 0px;
		box-shadow: none;
	}
	header {background-size: contain; margin-bottom:10px}
	header .topTxt {display:none}
	header .logo {
		margin: 20px 0 10px 15px;
	}
	h1 { font-size: 24px; line-height: 26px;}
	h2 { font-size: 20px; line-height: 22px;}
	h3 { font-size: 16px; line-height: 18px;}
}
@media (min-width: 768px) {
	.container { width: 750px;}
}
@media (min-width: 992px) {
	.container { width: 970px;}
}
@media (min-width: 1200px) {
	.container { width: 1170px;}
}
@media (min-width: 768px) and (max-width: 991px) {
	header .topTxt {
		width: 100% !important;
		font-size: 14px !important
	}
	.sidebar-nav {top: 240px;}
}
@media (min-width: 992px) and (max-width: 1199px) {
	header .topTxt {width: 80% !important;}
	.sidebar-nav {top: 200px;}
}
@media (min-width: 768px) and (max-width: 1199px) {
	header .logo {margin-top: 10px !important;}
	.navbar-default {width: 100%;}
	.navbar {top: 10px; margin-bottom: 20px; }
}
footer {
	background: url(../img/bg-bottom.jpg) no-repeat center bottom;
	text-align: center;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 15px 0;
}
.subLinks {
	text-align: center;
}
.subLinks li {
	display: inline-block;
	margin: 5px 3px;
}
.subLinks li a {
	padding: 3px 10px;
	background: #999;
	color: #ffffff;
	border-radius: 5px;
}
.subLinks li a:hover {
	background: #76b230 url(../img/gradient.png) repeat-x bottom;
	text-decoration: none;
}