

/* font */

@font-face {
 font-family: 'robotocondensed-regular';
 src: url('../fonts/robotocondensed-regular.eot');
 src: url('../fonts/robotocondensed-regular.eot?#iefix') format('embedded-opentype'),  url('../fonts/robotocondensed-regular.woff2') format('woff2'),  url('../fonts/robotocondensed-regular.woff') format('woff'),  url('../fonts/robotocondensed-regular.ttf') format('truetype'),  url('../fonts/robotocondensed-regular.svg#robotocondensed-regular') format('svg');
 font-weight: normal;
 font-style: normal;
}
 @font-face {
 font-family: 'robotocondensed-bold';
 src: url('../fonts/robotocondensed-bold.eot');
 src: url('../fonts/robotocondensed-bold.eot?#iefix') format('embedded-opentype'),  url('../fonts/robotocondensed-bold.woff2') format('woff2'),  url('../fonts/robotocondensed-bold.woff') format('woff'),  url('../fonts/robotocondensed-bold.ttf') format('truetype'),  url('../fonts/robotocondensed-bold.svg#robotocondensed-bold') format('svg');
 font-weight: normal;
 font-style: normal;
}
/* main */

body {
	color: #000;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
}
.container {
	overflow:hidden;
}
ul, ol {
	list-style: outside none none;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	padding: 0;
}
a:hover {
	color: #329000;
	text-decoration:none;
}
/*.home .home-banner {

	background:url(../images/home-banner.png) repeat-x scroll 0 0;

}*/



/* header */

header {
	margin-left: -3px;
}
#left-bar {
	float: left;
	margin-right: 4px;
	max-width: 271px;
	width: 100%;
	position:relative;
}
.top-bar {
	background: url("../images/top-bar.png") repeat-y scroll 0 0;
	padding-bottom: 25px;
	position:relative;
}
.top-bar::before {
  background: url("../images/nav-before.png") no-repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 18px;
  left: 0;
  position: absolute;
  width: 100%;
}
.logo img {
	margin-left: 5px;
}
nav.navbar {
	background:none repeat scroll 0 0;
	border: medium none;
	border-radius: 0;
	margin-bottom: 0;
}
.navbar-nav > li, .sub-menu li {
	border-top: 1px dotted #adadad;
	float: left;
	width: 100%;
}
.collapse.navbar-collapse {
	padding: 0;
}
ul.navbar-nav {
	float: none;
	margin: 0 5px;
}
.navbar-default .navbar-nav > li > a, .sub-menu li a {
  color: #010101;
  font-family: 'robotocondensed-regular';
  font-size: 18px;
  padding: 14px 28px;
  position: relative;
  text-transform: uppercase;
}

.sub-menu li a {
	color:#6A6A6A;
	margin-left: 15px;
    font-size: 14px;}

.navbar-default .navbar-nav > li > a:hover, .sub-menu li a:hover, .sub-menu li.current_page_item a, .nav.navbar-nav li.current_page_item > a {
	color: #329000;
	background:none;
}
 .navbar-default .navbar-nav > li > a:hover::before, .sub-menu li a:hover::before, li.current_page_item > a::before {
 background: #329000 none repeat scroll 0 0;
 content: "";
 height: 50px;
 left: -17px;
 position: absolute;
 top: -2px;
 width: 15px;
}
.bottom {
	background: #f8f8f8 url("../images/bottom-bg.png") no-repeat scroll 0 560px;
	margin: 0 auto -5000px;
	padding-bottom: 5000px;
	width: 263px;
}
.sub-menu li a {
  display: block;
}
.sub-menu {
  display: none;
}
.navbar-default .navbar-nav > li:hover .sub-menu {
	display:block;
}
/*slider */



.soliloquy-pager.soliloquy-default-pager {
	display: none;
}
.soliloquy-controls-direction {
	display: none;
}
.home .soliloquy-container .soliloquy-caption {
	background: url("../images/slider-bg.png") repeat scroll 0 0;
	bottom: 50px;
	min-height: 125px;
	padding: 8px;
	position: absolute;
}
.soliloquy-caption-inside > strong {
	color: #000;
	font-family: 'robotocondensed-bold';
	display: block;
	font-size: 18px;
	text-transform: uppercase;
}
.soliloquy-container a {
	background: #0473b3 none repeat scroll 0 0;
	color: #fff;
	display: block;
	font-family: "robotocondensed-regular";
	font-size: 16px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	width: 103px;
	margin: 15px auto 0;
}
.home .soliloquy-container .soliloquy-caption-inside {
	color: #000;
	font-size: 14px;
}
/* home content */



#main-content {
	float: left;
	margin-left: 21px;
	max-width: 847px;
	padding-top: 264px;
	width: 100%;
}
.home #main-content {
	padding-top: 244px;
}
.home-top h3 {
	color: #000;
	font-family: "Oswald", sans-serif;
	font-size: 35px;
	font-weight: 700;
	margin: 0;
	padding-bottom: 6px;
	text-transform: uppercase;
}
.home-top p {
	color: #000;
	font-family: 'Oswald', sans-serif;
	font-size: 18px;
	font-weight: 400;
}
.content-area {
	float: left;
	padding-top: 83px;
	width: 100%;
}
.left {
	float: left;
	margin-right: 15px;
	max-width: 262px;
}
.right {
	float: right;
	margin-left: 9px;
	max-width: 555px;
}
.left h3 {
	color: #0473b3;
	font-family: 'robotocondensed-regular';
	font-size: 30px;
	line-height: 30px;
	margin: 0;
	text-transform: uppercase;
	padding-bottom: 19px;
}
.home-post {
	float: left;
	padding-bottom: 72px;
	padding-top: 57px;
	width: 100%;
}
.home-post h2 {
	border-bottom: 1px dashed #adadad;
	border-top: 1px dashed #adadad;
	color: #0473b3;
	font-family: 'robotocondensed-regular';
	font-size: 30px;
	line-height: 30px;
	margin: 0 0 22px;
	padding: 10px 0;
	text-align: center;
	text-transform: uppercase;
}
.home-post .box {
	float: left;
	margin-right: 30px;
	max-width: 262px;
	margin-bottom:30px;
}
.home-post .box + .box + .box {
	margin-right: 0;
}
.home-post .box h3 {
	color: #0473b3;
	font-family: 'robotocondensed-regular';
	font-size: 18px;
	margin: 0;
	padding-bottom: 12px;
	padding-top: 17px;
	text-transform: uppercase;
}
.home-post .box .home-readmore {
	background: #fe8613 none repeat scroll 0 0;
	font-family: 'robotocondensed-regular';
	color: #fff;
	display: block;
	font-size: 16px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	text-transform: uppercase;
	width: 103px;
	text-decoration:none;
}
.home-post .box .home-readmore:hover {
	color:#fff;
	text-decoration:none;
}
.home-post .box p {
	margin: 0 0 13px;
}
/* footer */
.above-footer-bottom {background:#dddddd;width:100%;border-bottom: 1px solid #adadad;}

footer {
	padding-top: 38px;
}
.footer-top {
	margin-bottom: 3px;
	padding-bottom: 21px;
}
.footer-top .box {
	background: url("../images/footer-logo1.png") no-repeat scroll 0 10px;
	float: left;
	margin-bottom: 30px;
	margin-right: 26px;
	max-width: 265px;
	padding-top: 76px;
	width: 100%;
}
.footer-top .box + .box {
	background: url("../images/footer-logo2.png") no-repeat scroll 0 0;
}
.footer-top .box + .box + .box {
	background: url("../images/footer-logo3.png") no-repeat scroll 0 0;
}
.footer-top .box + .box + .box + .box {
	background: url("../images/footer-logo4.png") no-repeat scroll 0 16px;
	margin-right: 0;
}
.footer-top .box h3 {
	border-bottom: 1px solid #c4c4c4;
	color: #0473b3;
	font-family: 'robotocondensed-bold';
	font-size: 17px;
	margin: 0 0 15px;
	padding-bottom: 11px;
	padding-top: 19px;
}
.footer-top .box strong {
	color: #000;
	font-family: 'robotocondensed-bold';
	font-size: 16px;
	display:block;
}
.footer-top .box p {
	font-size: 13px;
	margin-bottom: 3px;
}
.footer-top .box a {
	font-size: 13px;
	color:#000;
	text-decoration:none;
}
.footer-bottom {
	background:  url("../images/footer-bg.png") repeat scroll 0 0;
	padding: 21px 0;
	text-align: center;
}
.provide-by h3 {
	font-family: 'robotocondensed-bold';
	font-size: 16px;
	margin: 0;
	padding-bottom:9px;
}
.provide-by img {
	display: inline;
}
.copyright, .copyright a {
	color: #000;
	font-size: 13px;
}
.copyright a:hover {
	color: #329000;
	text-decoration:none;
}
.provide-by, .copyright {
	padding-bottom: 20px;
}
/* General page */

.page.content-area {
	padding-top: 16px;
}
.breadcrumbs {
	background: none repeat scroll 0 0;
	border-radius: 0;
	font-family: 'robotocondensed-regular';
	font-size: 13px;
	list-style: outside none none;
	margin-bottom: 0;
	padding: 7px 0 50px;
}
.breadcrumbs a {
	color: #000;
	font-family: 'robotocondensed-regular';
	text-decoration:none;
}
.breadcrumbs a:hover {
	color: #329000;
}
.breadcrumbs span span {
	color: #329000;
	font-family: 'robotocondensed-regular';
}
.content {
	padding-bottom: 52px;
}
.content img {
	float: right;
	padding-left: 34px;
	height: auto;
}
.content h2 {
	color: #0473b3;
	font-family: 'robotocondensed-regular';
	font-size: 30px;
	margin: 0;
	padding-bottom: 20px;
	text-transform: uppercase;
}
.content h3 {
	color: #0473b3;
	font-family: 'robotocondensed-regular';
	font-size: 22px;
	margin: 0;
	padding-bottom: 20px;
	padding-top: 36px;
}
.page-template-page .bottom {
	background: #f8f8f8 url("../images/bottom-bg.png") no-repeat scroll 0 290px;
}
.page-template-page p {
	margin-bottom: 19px;
}
/* single */

.right-sidebar {
	float: right;
	margin-left: 15px;
	max-width: 262px;
}
.content.blog {
	float: left;
	margin-right: 9px;
	  /*max-width: 555px;*/
}
.content.blog h3 {
	padding-top: 0;
}
.single-img {
  float: right;
  margin-left: 32px;
  /*max-width: 263px;*/
}
.single-img img {
	padding: 0;
}
.blog .post-title {
	font-size: 18px;
	padding-bottom: 14px;
	text-transform: uppercase;
}
.right-sidebar h3 {
	background: #0473b3 none repeat scroll 0 0;
	color: #fff;
	font-family: 'robotocondensed-regular';
	font-size: 18px;
	margin: 0;
	padding: 9px 17px;
	text-transform:uppercase;
}
.right-sidebar li {
	background: url("../images/sidebar-arrow.png") no-repeat scroll 21px 13px;
	padding: 11px 0 12px 42px;
	position:relative;
}
.sidebar-box li::after {
  background:url(../images/dot.png) repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 100%;
}
.sidebar-box {
	margin-bottom: 32px;
}
.sidebar-menu a:hover {
	color: #329000;
	text-decoration: none;
}
.content.blog > p {
	margin-bottom: 12px;
}
.single-post .bottom {
	background: #f8f8f8 url("../images/bottom-bg.png") no-repeat scroll 0 110px;
}
/* blog */

.single-img-blog {
	float: left;
	margin-right: 11px;
	max-width: 194px;
}
.single-img-blog img {
	padding-left:0;
}
.cat .post-content {
	float: left;
	padding-left: 7px;
	width: 63%;
}
.post-readmore {
	padding-top: 3px;
}
.post-readmore > a {
	color: #fe8613;
	text-decoration:none;
}
.post-readmore > a:hover {
	color: #329000;
	text-decoration:none;
}
.entry {
	float: left;
	margin-bottom: 40px;
	width: 100%;
}
.page-template-blog .bottom {
	background: #f8f8f8 url("../images/bottom-bg.png") no-repeat scroll 0 985px;
}
.post-pagination {
	float: left;
	width: 100%;
}
.wp-pagenavi .current {
	background: #000 none repeat scroll 0 0;
	color: #fff;
	font-size: 13px;
	margin-right: 10px;
	padding: 0 4px;
}
.wp-pagenavi > a {
	background: #e3e3e3 none repeat scroll 0 0;
	color: #000;
	font-size: 13px;
	margin-right: 10px;
	padding: 0 4px;
	text-decoration:none;
}
.error404 #main-content {
	padding-top: 30px;
}
.wpcf7-form-control.wpcf7-submit {
  background: #0473b3 none repeat scroll 0 0;
  color: #fff;
  display: block;
  font-family: "robotocondensed-regular";
  font-size: 16px;
  height: 36px;
  line-height: 36px;
  margin: 15px 0 0;
  text-decoration: none;
  text-transform: uppercase;
  width: 103px;
  border:none;
}

/* child menu */
.childmenu {
  background: #329000 none repeat scroll 0 0;
  margin-left: -29px;
  margin-top: 11px;
  min-height: 53px;
}
.childmenu li {
  display: inline-block;
  line-height: 53px;
  margin-bottom: 0;
  margin-left: 30px;
}
.childmenu a {
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	font-size:10px;
	text-transform: uppercase;
}
.childmenu .current-menu-item a, .childmenu a:hover {
	color: #000;
}
.page-template-childpage .bottom {
  background: #f8f8f8 url("../images/bottom-bg.png") no-repeat scroll 0 305px;
}